-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopine.html
96 lines (82 loc) · 3.3 KB
/
opine.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Oficina 3D</title>
<meta charset="UTF-8">
<meta name="author" content="Igor Gomes - 41994434 e Roque - 419943732">
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<h1>Oficina 3D</h1>
<nav>
<Ul>
<li><a href="index.html">Home</a></li>
<li><a href="historia.html">História</a></li>
<li><a href="mitos.html">Mitos</a></li>
<li><a href="aplicacoes.html">Aplicações</a></li>
<li><a href="funciona.html">Como Funciona</a></li>
<li><a href="materias.html">Materiais</a></li>
<li><a href="opine.html">Opine</a></li>
</Ul>
</nav>
</header>
<section>
<article>
<h2>Opine</h2>
<h5>Sua opinião é muito importante para nós !!!</h5>
<hr><br>
<header>
<form style="text-align: center;"><br>
<label for="nome">Nome :</label><br>
<input id="nome" type="text" name="nome" maxlength="50" class="inpu"><br><br>
<label for="sexo">Sexo :</label><br>
<input id="sexo" type="radio" name="sexo" value="masc" checked>Masculino<Br>
<input id="sexo" type="radio" name="sexo" value="fem">Feminino<br><br>
<label for="email">Email :</label><br>
<input id="email" type="email" name="email" maxlength="100" class="inpu"><br><br>
<label for="mensagem">Mensagem :</label><br>
<textarea id="mensagem" rows="7" cols="100" class="inpu"></textarea><br><br>
<input id="enviar" type="submit" value="Enviar">
</form>
</header>
</article>
</section>
<footer>
<h2>Informações Desenvolvedores</h2>
<section class="footer-container">
<section class="conteudoEsquerdaFooter">
<article class="imagemEsquerda">
<img src="imgs/icon.png" height="150px">
</article>
<aside class="informacoesDireita">
<B>
<h4>Igor Gomes</h4>
</B>
<p>TIA: 41994434</p>
<p>Email: [email protected]</p>
</aside>
</section>
<aside class="conteudoDireitaFooter">
<article class="imagemEsquerda">
<img src="imgs/icon.png" height="150px" alt="Imagem desenvolvedor Igor">
</article>
<aside class="informacoesDireita">
<B>
<h4>Roque</h4>
</B>
<p>TIA: 419943732</p>
<p>Email: [email protected]</p>
</aside>
</aside>
</section>
<footer class="footerInformacoes">
<h5>Site criado por Igor e Roque alunos da turma 01J de Sistemas de Informação da Universidade
Prebisteriana
Mackenzie</h5>
<h5>
</footer>
</footer>
</body>
</html>