-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (33 loc) · 1.2 KB
/
index.html
File metadata and controls
96 lines (33 loc) · 1.2 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
<!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 G</title>
<link rel="stylesheet" href="style.css"
</head>
<body>
<header class="cabeçalho">
<img class="cabeçalho-logo" src="CEEV logo.png"alt="Logo do Colégio">
<ul class="cabeçaçho lista">
<li class="cabeçalho-itens">Alunos</li>
<li class="cabeçalho-itens">Professores</li>
</ul>
</header>
<section class="escola">
<h1 class="escola-título">COLÉGIO ESTADUAL ÉRICO VERÍSSIMO-FAXINAL-PR</h1>
<p class="escola-paragrafo">ESCOLA INTEGRAL</p>
<div class="galeria -todos">
</div>
</section>
<section class="galeria">
<h2 class="=galeria-título">Galeria</h2>
<img class="galeria-foto"src="Logo Integral.png." alt="Flamula do Colégio"
</section>
<div>
<img class="galeria foto"src="Reuniao 6 - 1 jpg"alt="Figura 1">
</div>
<footer class
</body>
</html>