-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (55 loc) · 2.13 KB
/
index.html
File metadata and controls
72 lines (55 loc) · 2.13 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Turma H</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="cabecalho">
<img class="cabecalho-logo" src="Logo-formadores.png" alt="Logo do Formadores em Ação">
<ul clas="cabecalho-lista">
<li class="cabecalho-itens">Formadores</li>
<li class="cabecalho-itens">Cursistas</li>
</ul>
</header>
<section class="formadores">
<h1 class="formadores-titulo">Formadores em Ação</h1>
<p class="formadores-itens">2023</p>
<p class="formadores-itens">1ª Jornada</p>
</section>
<section class="galeria">
<h3 class="galeria-titulo">Galeria</h3>
<div class="galeria-todos">
<span></span>
<div class="galeria-figuras">
<img class="galeria-foto" src="Nivelamento1.jpg" alt="foto1">
<legend class="legenda">Foto1</legend>
</div>
<span></span>
<div class="galeria-figuras">
<img class="galeria-foto" src="Nivelamento2.jpg" alt="foto2">
<legend class="legenda">Foto2</legend>
</div>
<span></span>
<span></span>
<div class="galeria-figuras">
<img class="galeria-foto" src="Reunião 4 -1.PNG" alt="foto3">
<legend class="legenda">Foto3</legend>
</div>
<span></span>
<div class="galeria-figuras">
<img class="galeria-foto" src="Reunião 4 -2.PNG" alt="foto4">
<legend class="legenda">Foto1</legend>
</div>
<span></span>
</div>
</section>
<footer class="rodape">
<p class="copyright"> ₢ Copyright Carolina da Silva Gonçalves - 2023</p>
<img class="rodape-logo" src="Carolina logo.png" alt="logo">
</footer>
</body>
</html>