-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorganigrama.html
49 lines (45 loc) · 1.75 KB
/
organigrama.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
<!DOCTYPE html>
<html lang="es">
<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="shortcut icon" href="Escudo Liceo.gif">
<link rel="stylesheet" href="style.css">
<title>Liceo de Pavas</title>
</head>
<body>
<div id="inicio">
<h1> Liceo de Pavas </h1>
<h3 id="eslogan">"Educar para una mejor ciudadanía"</h3>
</div>
<img src="Escudo Liceo.gif" alt="escudo" id="escudo">
<br>
<nav id="menu">
<a href="index.html" id="Inicio"><strong>Inicio</strong></a>
<a href="sobre.html" id="Matricula"><strong>Sobre nosotros</strong></a>
<a href="organigrama.html" id="orga"><strong>Organigrama</strong></a>
<a href="regular.html" id="regular"><strong>Academico Regular</strong></a>
<a href="PlanDesarrollo.html" id="PlanDesarrollo"><strong> Plan Nacional</strong></a>
<a href="notas.html" id="notas"><strong>Solicitudes</strong></a>
</nav>
<br><br>
<img src="organigramafinal.jpg" alt="organigrama" id="organi">
<section>
<footer>
<h4><p id="direcciones">
Liceo de Pavas
<br>
Dirección Regional de San José-Oeste
<br>
<a href="[email protected]" id="footer">Email: [email protected]</a>
<br>
<a href="https://www.facebook.com/liceopavasoficial/" id="footer">Facebook: liceopavasoficial</a>
<br>
Tel-Liceo: 2232-2753 / 2231-3700 <br>
Tel-Plan Nacional: 2231-7556
</h4>
</footer>
</section>
</body>
</html>