-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpol2.html
More file actions
99 lines (89 loc) · 2.71 KB
/
pol2.html
File metadata and controls
99 lines (89 loc) · 2.71 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Gabriel Sá" />
<meta name="description" content="Index" />
<meta name="keywords" content="Projeto, CorelDraw, Poluição Visual" />
<meta name="shortcut icon" type="image/x-icon" href="img/favicon<!--sua logo-->.png" />
<link rel="stylesheet" type="text/css" href="polStyle2.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<header>
<h1>
Poluição<span class="highl2"> Visual</span>
</h1>
</header>
<br />
<div class="link_list">
<div class="index">
<a href="index.html">Index</a>
</div>
<div class="corel">
<button class="corelB">CorelDraw</button>
<div class="corelIn">
<a href="corel.html">Introdução</a>
<a href="corel2.html">História</a>
<a href="corel3.html">Links</a>
</div>
</div>
<div class="pol">
<button class="polB">Poluição Visual</button>
<div class="polIn">
<a href="pol.html">Introdução</a>
<a href="pol2.html">Formulário</a>
<a href="pol3.html">Demonstração</a>
</div>
</div>
</div>
<br /><br /><br />
<br /><br /><br />
<div class="formul">
<h1>Formulário</h1>
<form>
<div class="hide">
<br />
<br />
</div>
Nome:<br />
<input type="text" name="first">
<br /><br />
Sobrenome:<br />
<input type="text" name="last">
<br /><br />
Você conhecia o conceito de Poluição Visual?<br /><br />
<input type="radio" name="conhecimento" value="sim" checked> Sim<br/>
<input type="radio" name="conhecimento" value="não"> Não<br/>
<br />
<textarea name="feedback" rows="10" cols="30" placeholder="Caso sim, escreva o que você sabia sobre."></textarea>
<br /><br />
<input type="submit" value="Enviar">
<br />
<br />
</form>
</div>
<br />
<br />
<br />
<br />
<br />
<div class="blade">
<img src="img/bladerunner.jpg" width="650px" />
</div>
<br />
<br />
<br />
<br />
<br />
<footer>
<h2>
<a href="">Linkedin</a>
</h2>
<h3>
Gabriel Santos Sá
</h3>
<img src="img/logo2.png" alt="Meu logo" title="Meu logo" />
</footer>
</body>
</html>