-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpol3.html
More file actions
69 lines (65 loc) · 2.22 KB
/
pol3.html
File metadata and controls
69 lines (65 loc) · 2.22 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
<!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="polStyle3.css">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="pol3.js"></script>
</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/>
<span class="but"><a href="#" onclick="toggle_visibility('caos'); positioning('footer');">Pressione para Poluição Visual</a></span>
<div id="caos">
<img src="img/ad1.gif" width="50%" />
<img src="img/ad2.gif" width="60%" />
<img src="img/ad3.gif" width="40%" />
<img src="img/ad4.gif" width="70%" />
<img src="img/ad5.gif" width="50%" />
<img src="img/ad6.gif" width="70%" />
<img src="img/ad7.gif" width="60%" />
<img src="img/ad8.gif" width="70%" />
<img src="img/ad9.gif" width="40%" />
<img src="img/ad10.gif" width="60%" />
</div>
<footer>
<h2>
<a href="">Linkedin</a>
</h2>
<h3>
Gabriel Santos Sá
</h3>
</footer>
</body>
</html>