-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequipe.html
56 lines (41 loc) · 2.21 KB
/
equipe.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./img/favicon/favicon-64.png">
<title>Equipe - Colégio Estadual do Campo do Rio do Meio</title>
<meta name="description" content="Preparamos nossos alunos para construírem um mundo melhor. Estimulamos o pensamento crítico, o raciocínio lógico e as habilidades socioemocionais desenvolvendo o autoconhecimento e a construção da empatia.">
<link rel="stylesheet" href="./css/style.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=Montserrat: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&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="./js/tpl.js"></script>
<script src="./js/equipe.js"></script>
</head>
<body>
<!-- container -->
<section class="container">
<tpl-top-banner></tpl-top-banner>
<tpl-header></tpl-header>
<!-- main content -->
<main>
<!-- super title -->
<section class="super-title">
<p>COLÉGIO ESTADUAL DO CAMPO DO RIO DO MEIO - EFM</p>
<h1>Equipe que trabalha unida administra a escola com mais eficiência, oferece um trabalho pedagógico de qualidade e melhora o desempenho dos alunos</h1>
</section>
<!-- /super title -->
<section class="space-25"></section>
<section id="team"></section>
<section class="space-25"></section>
</main>
<!-- /main content -->
<tpl-aside></tpl-aside>
<tpl-footer></tpl-footer>
</section>
<!-- /container -->
</body>
</html>