-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.67 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.67 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
<html lang="en">
<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>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="cabecalho">
<img class="cabecalho-imagem" src="brasaoccm.png" alt="logo da alura start">
<ul class="cabecalho-lista">
<h1 class="cabecalho-nome-escola"> Colégio Estadual Cívico-Militar Anita Garibaldi </h1>
<li class="cabecalho-lista-item">SOBRE A ESCOLA</li>
<li class="cabecalho-lista-item">PROFESSORES</li>
<li class="cabecalho-lista-item">NOTÍCIAS</li>
</ul>
</header>
<main>
<ul class="main-superior">
<h1 class="main-superior-texto-escola"> SOBRE A ESCOLA: A Escola Normal de Grau Ginasial de Jardim Alegre foi criada através do Decreto nº 3590 de 04/01/1967 e em 2021 se tornou Cívico-Militar. </h1>
<img class="main-superior-foto-escola" src="img escola.png" alt="imagem da escola">
</ul>
<ul class="main-inferior">
<h1 class="main-inferior-texto"> SOBRE OS PROFESSORES: xxxxxx </h1>
<img class="main-inferior-foto" src="img profs..png" alt="imagem dos professores">
</ul>
</main>
<footer>
<ul class="footer">
<h1 class="footer-endereco">Endereço: Rua dos Estudantes, Numero: 62, Bairro: Centro. CEP: 86.860-000, Cidade: Jardim Alegre, Estado: Paraná. </h1>
<h1 class="footer-emailfone">Telefone: (43) 3475-2035 - Email: jdganitagaribaldi@seed.pr.gov.br </h1>
</ul>
</footer>
</body>
</html>