-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobre.html
30 lines (30 loc) · 1.06 KB
/
sobre.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
<!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.0">
<link rel="stylesheet" href="./css/style.css">
<title>Sobre</title>
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./sobre.html">Sobre</a></li>
<li><a href="./contato.html">Contato</a></li>
<li><a href="./eventos.html">Eventos</a></li>
</ul>
</nav>
</header>
<section class="sobre">
<h1>colegio estadual marques dos reis</h1>
<img class="img-header" src="./img/mapa-colegio.png">
<p>nosso colegio de marques dos reis e um colegio bom,com professores otimos,com alunos bons,uma estrutura boa</p>
</section>
<footer>
<a href="http://github.com/ALISETS">aluno do colegio marques dos reis @alisson-fiorini</a>
</footer>
</body>
</html>