-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfale-conosco.html
98 lines (97 loc) · 7.5 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="google glass, project glass, curso em vídeo, professor Gustavo Guanabara">
<meta name="description" content="Curso de HTML5-CSS3-JavaScript - projeto site completo do site cursoemvideo.com">
<meta name="author" content="Gustavo Guanabara">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/estilo.css">
<link rel="stylesheet" href="css/form.css">
<title>Tudo sobre o Google Glass</title>
</head>
<script>
function calcTotal() {
let qtd = parseInt(document.getElementById('cQtd').value);
tot = qtd * 1500;
document.getElementById('cTot').value = tot;
}
</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" alt="exemplo de imagem.png">
<nav id="menu">
<h1>Menu Principal</h1>
<ul>
<li onmousemove="mudaFoto('imagens/home.png')" onmouseout="mudaFoto('imagens/contato.png')"><a href="index.html"><strong>Home</strong></a></li>
<li onmousemove="mudaFoto('imagens/especificacoes.png')" onmouseout="mudaFoto('imagens/contato.png')"><a href="specs.html"><strong>Especificações</strong></a></li>
<li onmousemove="mudaFoto('imagens/fotos.png')" onmouseout="mudaFoto('imagens/contato.png')"><a href="fotos.html"><strong>Fotos</strong></a></li>
<li onmousemove="mudaFoto('imagens/multimidia.png')" onmouseout="mudaFoto('imagens/contato.png')"><a href="multimidia.html"><strong>Multimídia</strong></a></li>
<li onmousemove="mudaFoto('imagens/contato.png')" onmouseout="mudaFoto('imagens/contato.png')"><a href="fale-conosco.html"><strong>Fale conosco</strong></a></li>
</ul>
</nav>
</header>
<section id="corpo-full">
<article id="noticia">
<header id="cabecalho-artigo">
<hgroup>
<h3>Fale Conosco > Contato</h3>
<h1>Formulário de Contato</h1>
<h2>Por Ronaldo Rodrigues Bento</h2>
<h3 class="direita">Atualizado em 31/maio/2022</h3>
</hgroup>
</header>
<form method="post" id="fContato" action="mailto:[email protected]" oninput="calcTotal();">
<fieldset id="usuario"><legend><strong>Identificação do Usuário</strong></legend>
<p><label for="cNome"><strong>Nome: </strong></label> <input type="text" name="tNome" id="cNome" size="30" maxlength="30" placeholder="Nome Completo:" autofocus></p>
<p><label for="cSenha"><strong>Senha: </strong></label> <input type="password" name="tSenha" id="cSenha" size="8" maxlength="8" placeholder="8 dígitos:"> </p>
<p><label for="cMail"><strong>E-mail: </strong></label> <input type="email" name="tMail" id="cMail" size="30" maxlength="40" placeholder="Dígite seu E-mail:"></p>
<fieldset id="sexo"><legend><label for="sexo"><strong>Sexo</strong></label></legend>
<input type="radio" name="tSexo" id="cMasc" checked> <label for="cMasc"> <strong>Masculino</strong></label><br>
<input type="radio" name="tSexo" id="cFem"><label for="cFem"> <strong>Feminino</strong></label>
</fieldset>
<p><label for="cNasc"><strong>Data de Nascimento: </strong></label> <input type="date" name="tNasc" id="cNasc"> </p>
</fieldset>
<fieldset id="endereco"><legend><strong>Endereço do Usuário</strong></legend>
<p><label for="cRua"><strong>Logradouro: </strong></label><input type="text" name="tRua" id="cRua" size="30" maxlength="80" placeholder="Rua, Avenida, Travessa..."></p>
<p><label for="cNum"><strong>Número: </strong></label><input type="number" name="tNum" id="cNum" min="0" max="99999"> </p>
<p><label for="cEst"><strong>Estado: </strong></label><input type="text" name="tEst" id="cEst" size="30" maxlength="50" placeholder="Dígite seu Estado:"></p>
<p><label for="cCid"><strong>Cidade: </strong></label><input type="text" name="tCid" id="cCid" size="30" maxlength="50" placeholder="Dígite dua Cidade:"></p>
</fieldset>
<fieldset id="mensagem"><legend><strong>Mensagem do Usuário</strong></legend>
<p><label for="cUrg"><strong>Grau de Urgência: </strong></label>
<em>Mín</em><input type="range" name="tUrg" id="cUrg" min="0" max="10" step="2"><em>Máx</em></p>
<p><label for="cMsg"><strong>Mensagem: </strong></label>
<textarea name="tMsg" id="cMsg" cols="40" rows="5" placeholder="Deixe aqui sua mensagem:" autofocus></textarea></p>
</fieldset>
<fieldset id="pedido"><legend><strong>Quero um Google Glass</strong></legend>
<p><input type="checkbox" name="tPed" id="cPed" checked> <label for="cPed"><strong>Gostaria de adquirir um Google Glass quando disponível</strong></label></p>
<p><label for="cCor"><strong>Cor: </strong></label><input type="color" name="tCor" id="cCor" value="#888888"> </p>
<p><label for="cQtd"><strong>Quantidade: </strong></label><input type="number" name="tQtd" id="cQtd" min="0" max="10" value="0"> </p>
<p><label for="cTot"><strong>Preço Total: R$ </strong></label><input type="text" name="tTot" id="cTot" placeholder="Total a pagar: " readonly> </p>
</fieldset>
<input type="image" name="tEnviar" id="cEnviar" src="imagens/botao-enviar.png">
</form>
</article>
</section>
<!--Inserindo o Rodapé com vários Links-->
<footer id="rodape">
<p><strong>Copyright</strong> © 2022 - by <em>Ronaldo Rodrigues Bento</em></p>
<p> <img src="icone-facebook.png" alt="icone do facebbok " ><a href="https://www.facebook.com/" target="_blank" rel="external" title="Facebook"> <em>Facebook</em></a> |
<img src="icone-twitter.png" alt="icone do twitter"><a href="https://twitter.com" target="_blank" rel="external" title="Twitter"> <em>Twitter</em></a> |
<img src="icone-instagram.png" alt="icone do instagram"> <a href="https://instagram.com" target="_blank" rel="external" title="Instagram"><em>Instagram</em></a>|
<img src="icone-github.png" alt="icone do github"><a href="https://github.io" target="_blank" rel="external" title="GitHub"> GitHub</a> |
<img src="icone-youtube.png" alt="icone do youtube"><a href="https://youtube.com" target="_blank" rel="external" title="YouTube"> YouTube</a> |
<img src="icone-linkedin.png" alt="icone do linkedin"><a href="https://br.linkedin.com/" target="_blank" rel="external" title="Linkedin"> Linkedin</a></p>
</footer>
</div>
<script src="javascript/funcoes.js"></script>
</body>
</html>