-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (40 loc) · 2.03 KB
/
index.html
File metadata and controls
61 lines (40 loc) · 2.03 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pacto contra Analfabetismo </title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Pacto Nacional pela Superação do Analfabetismo e Qualificação da EJA</h1>
</header>
<main>
<h2>Fotos do evento</h2>
<h3>04/12/2024</h3>
<div class="container">
<img class="Fotos" src="img/img3.jpg" >
<img class="Fotos" src="img/img1.jpg" >
<img class="Fotos" src="img/img2.jpg" >
<img class="Fotos" src="img/img4.jpg" >
<img class="Fotos" src="img/img5.jpg" >
<img class="Fotos" src="img/img6.jpg" >
<img class="Fotos" src="img/img8.jpg" >
<img class="Fotos" src="img/img9.jpg" >
<img class="Fotos" src="img/img10.jpg" >
<img class="Fotos" src="img/img11.jpg" >
<img class="Fotos" src="img/img12.jpg" >
</div>
<p><a href="https://photos.app.goo.gl/QZzHxRDedPGu6zy97">Álbum no Google Fotos</a></p>
</main>
<footer>
<h4>Diretoria de Ensino Região de Marília </h4>
<p> <span>Natália dos Santos Carvalho</span> - PEC </p>
<p><span>Gisele Gelmi</span> - Supervisora</p>
</footer>
</body>
</html>