-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (66 loc) · 2.96 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Colégio Barão</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style-home.css">
<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=Dancing+Script&family=Public+Sans:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="caixa">
<h1><img src="logo.png" class="logo"></h1>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="galeria.html">Galeria</a></li>
<li> <a href="contato.html">Contato</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="principal">
<h2><strong>Colégio Barão de Rio Negro - Memórias</strong></h2>
<p>Esta página tem como objetivo compartilhar e resgatar as memórias do <strong>Colégio Barão de Rio Negro</strong>, nosso Colégio já centenário, desde 1912. Diferentes prédios por onde passaram muitos alunos, professores e funcionários. Alguns se transformaram em pessoas ilustres, outros no anonimato, mas que sempre guardaram com muito carinho o momento que passaram pelo Colégio Barão!</p>
<p><em>Memórias não compartilhadas e registradas acabam sendo esquecidas</em></p>
</section>
<ul class="predios">
<p>Prédios em que o Colégio Barão de Antonina funcionou, em diferentes momentos.</p>
<p>Clique na imagem para conhecer um pouco da história de cada prédio.</p>
<li>
<h2> 1912 </h2>
<img src="barao1.jpg">
</li>
<li>
<h2> 1940 </h2>
<img src="barao2.jpg">
</li>
<li>
<h2> 1960 </h2>
<img src="barao3.jpg">
</li>
<li>
<h2> 1990 </h2>
<img src="barao4.jpg">
</li>
</ul>
<section class="mapa">
<h3 class="titulo-principal">Nosso Estabelecimento</h3>
<p> O Colégio Barão de Antonina de Rio Negro está localizado no centro de Rio Negro! Venha nos visitar!</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3582.8632874926934!2d-49.80162648547231!3d-26.103381066220287!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94dd930ee59239ad%3A0xd9a4ea3dd158b61f!2sCol%C3%A9gio%20Estadual%20Bar%C3%A3o%20de%20Antonina!5e0!3m2!1spt-BR!2sbr!4v1669154548234!5m2!1spt-BR!2sbr" width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<p> Confira o desfile cívico de 2022 com a nossa Banda Marcial!</p>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WkMWNt0DIC0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
</div>
</main>
<footer>
Colégio Estadual Barão de Antonina - Rio Negro - Paraná
</footer>
</body>
</html>