-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfale-conosco.html
110 lines (102 loc) · 6.87 KB
/
fale-conosco.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset= "UTF-8"/>
<title>Tudo sobre Google glass</title>
<link rel="stylesheet" type="text/css" href="_css/estilo.css"/>
<link rel="stylesheet" type="text/css" href="_css/form.css"/>
</head>
<script language= "javascript" src="_javascript/funcoes.js"></script>
<body>
<div id= "interface">
<header id="cabecalho">
<hgroup>
<h1>Google Glass</h1>
<h2>A revolução do Google está chegando</h2>
</hgroup>
<img id="icone" src="_imagens/contato.png">
<nav id="menu">
<h1>Menu Principal</h1>
<ul type="squere">
<li onmouseover="mudaFoto('_imagens/home.png')" onmouseout= "mudaFoto('_imagens/contato.png')"><a href="index.html">Home</a></li>
<li onmouseover="mudaFoto('_imagens/especificacoes.png')"onmouseout= "mudaFoto('_imagens/contato.png')"><a href="specs.html">Especificações</a></li>
<li onmouseover="mudaFoto('_imagens/fotos.png')" onmouseout= "mudaFoto('_imagens/contato.png')"><a href="fotos.html"onmouseout= "mudaFoto('_imagens/glass-oculos-preto-peq.png')">Fotos</a></li>
<li onmouseover="mudaFoto('_imagens/multimidia.png')" onmouseout= "mudaFoto('_imagens/contato.png')"><a href="multimidia.html">Multimídia</a></li>
<li onmouseover="mudaFoto('_imagens/contato.png')" onmouseout= "mudaFoto('_imagens/contato.png')"><a href="fale-conosco.html">Fale conosco</a></li>
</ul>
</nav>
</header>
<section id="corpo-full">
<article id="noticia-principal">
<header id="cabecalho-artigo">
<hgroup>
<h3>Fale Conosco > Contato</h3>
<h1>Formulário de Contato</h1>
<h2>por Gustavo Guanabara</h2>
<h3 class="direita">Atualizado em 01/Maio/2013</h3>
</hgroup>
</header>
<form method="POST" id="fContato" action="mailto:[email protected]">
<fieldset id="usuario">
<legend>Identificação do Usuário</legend>
<p><label for="cNome">Nome:</label> <input name="tNome" id="cNome" type="text" size="18" maxlength="30" placeholder="Nome completo"> </p>
<p><label for="cSenha">Senha:</label> <input name="tSenha" id="cSenha" type="password" size="6" maxlength="8" placeholder="8 digitos"></p>
<p><label for="cMail">E-mail:</label> <input name="tMail" id="cMail" type="email" size="18" maxlength="40"></p>
<fieldset id="sedxo">
<legend>Sexo</legend>
<input type="radio" name="tSexo" id="cMasc" checked/> <label for="cMasc">Masculino</label><br/>
<input type="radio" name="tSexo" id="cFem"/> <label for="cFem">Feminino</label>
</fieldset>
<p><label for="cNasc">Data de Nascimento:</label> <input name="tNasc" id="cNasc" type="date"/> </p>
</fieldset>
<fieldset id="endereco">
<legend>Endereço do Usuário</legend>
<p><label for="cRua">Logradouro:</label> <input name="tRua" id="cRua" type="text" placeholder="Rua, Av, Trav."/> </p>
<p><label for="cNum">Número:</label> <input name="tNum" id="cNum" type="number" min="0" max="99999" placeholder="0"/> </p>
<p><label for="cEst">Estado:</label>
<select name="tEst" id="cEst">
<optgroup label="Região Suldeste">
<option value="RJ" selected>Rio de Janeiro</option>
<option value="SP">São Paulo</option>
<option value="MG">Minas Gerais</option>
</optgroup>
<optgroup label="Região Sul">
<option value="PR">Paraná</option>
<option value="SC">Santa Catarina</option>
<option value="RS">Rio Grande do Sul</option>
</optgroup>
</select> </p>
<p><label for="cCid">Cidade:</label>
<input name="tCid" id="cCid" type="text" size="18" maxlength="40" placeholder="Sua Cidade" list="cidaddes"/> </p>
<datalist id="cidaddes">
<option value="Rio de janeiro"></option>
<option value="Nova Iguaçu"></option>
<option value="Niterói"></option>
<option value="Belford Roxo"></option>
</datalist>
</fieldset>
<fieldset id="mensagem">
<legend>Mensagem do Usuário</legend>
<p><label for="cUrg">Grau de Urgência:</label>
Mín<input type="range" name="tUrg" id="cUrg" min="0" max="10" steep="2">Máx</p>
<p><label for="cMsg">Mensagem:</label>
<textarea name="tMsg" id="cMsg" cols="45" rows="5" placeholder="Deixe aqui sua mensagens"></textarea> </p>
</fieldset>
<fieldset id="pedido">
<legend>Quero um Google Glass</legend>
<p><label for="cPed">Gostaria de adquirir um Google Glass quando disponível</label></p>
<p><label for="cCor">Cor:</label></p>
<p><label for="cQtd">Quantidade:</label></p>
<p><label for="cTot">Preço Total: R$</label></p>
</fieldset>
<button>ENVIAR</button>
</form>
</article>
</section>
<footer id="rodape">
<p>Copyright © 2013 - by Gustavo Guanabara<br/><i>
<a href="http://facebook.com/cursoemvideo" target="_blank">Facebook</a> | <a href="http://twitter.com/cursoemvideo" target="_blank">Twitter</a></i></p>
</footer>
</div>
</body>
</html>