-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (74 loc) · 2.77 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
75
76
77
78
79
80
81
<!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"&gt;>
<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>
<div id="horarios">
<hr >
<h2>Horarios de atención</h2>
<h3>Personas de dirección:</h3>
De 7:00am a 5:00pm
<h3>Auxiliares:</h3>
7:00am a 5:00pm
<h3>De lunes a viernes </h3>
</p>
<hr>
</div>
<img src="entrada.jpg" alt="entrada" id="entrada">
<br> <br>
<section id="instalaciones">
<h2>El Liceo cuenta con diferentes zonas verdes y <br>espacios informativos incluidos murales</h2>
<br>
<img src="mural.jpg" alt="mural" id="mural">
</section>
<img src="zona verde.jpg" alt="zona_verde" id="zona_verde">
<br><br>
<section id="actividades">
<h2>El Liceo realiza diferentes actividades extracurriculares </h2>
<img src="mapa .jpg" alt="mural" id="mapa">
<img src="afrodescendientes .jpg" alt="actividad" id="afro">
<br>
</section>
<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
</p>
<p id="creditos"> Hecho por: <br> Kendy García Briceño, <br>
Catalina Lira García, <br>
Jeffry Rivas Cortedano
</p>
</h4>
</footer>
</section>
</body>
</html>