-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregular.html
93 lines (91 loc) · 3.36 KB
/
regular.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
82
83
84
85
86
87
88
89
90
91
92
93
<!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>
<div id="plan_r">
<hr>
<h2 id="reg">Áreas de Académico Regular</h2>
<hr>
</div>
<section id="septimo" >
<p>En nuestra institucion se imparten las materias de:
<br>
<ul>
<p>Estas materias se reciben en los grados de séptimo a noveno año</p>
<li>Español</li>
<li>Estudios Sociales</li>
<li>Educación Civica</li>
<li>Ciencias</li>
<Li>Matemáticas</Li>
<li>Ingles</li>
<li>Francés</li>
<li>Educación Fisica</li>
<li>Educación Musical</li>
<li>Artes Plasticas</li>
<li>Educación Religiosa (Debe presentar carta para no ser evaluado en la materia. LA CARTA SE PRESENTA EN LA MATRÍCULA) </li>
<li>Educación para el hogar</li>
<li>Artes Industriales</li>
</section>
<img src="decoracionliceo.jpeg" alt="decoracion" id="decoracion">
<br>
<section id="decimo" >
<p>Estas materias se reciben de décimo a undécimo </p>
<li>Español</li>
<li>Estudios Sociales</li>
<li>Educación Cívica</li>
<li>Matemática</li>
<li>Biología</li>
<li>Química</li>
<li>Física</li>
<li>Francés</li>
<li>Educación Física</li>
<li>Educaión Musical</li>
<li>Artes Plásticas</li>
<li>Educación Religiosa</li>
<li>Filosofía</li>
<li>Psicología</li>
<li>Ciber Robótica(Informática)</li>
<li>Ingles conversacional</li>
</ul>
</section>
<img src="escolta.jpeg" alt="escolta" id="escolta">
<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>