-
Notifications
You must be signed in to change notification settings - Fork 0
/
fotos.html
59 lines (48 loc) · 1.75 KB
/
fotos.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FOTOS</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Difusora</span> Ambiental</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="fotos.html">Fotos</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="conteudos.html">Conteúdos</a></li>
<li><a href="projetos.html">Projetos</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="Jogos.html">Jogos</a></li>
</ul>
</nav>
</div>
</header>
<section class="showcase">
<div class="container">
</div>
</section>
<br>
<section class="showcase">
<div class="container">
</div>
</section>
<footer>
<div class="social-icons">
<a href="https://www.youtube.com" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/difusoraambiental/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
<p>Difusora Ambiental do NEPPSA IFRN</p>
</footer>
<script src="script.js"></script>
</body>
</html>