-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotas.html
78 lines (67 loc) · 2.55 KB
/
notas.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
<!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>
<div id="matri">
<hr>
<h2 id="proceso">Proceso de Pre-Matrícula <br> y <br> Solicitud de documentos </h2>
<hr>
<section id="pre-regular">
<hr>
<a href="pre-regular.html" id="academico">Presione para: <br>
Proceso de Pre-Matricula para Académico Regular </a>
<hr>
</section>
<section id="pre-nacional">
<hr>
<a href="pre-nacional.html" id="nacional">Presione para: <br> Proceso de Pre-Matricula para Plan Nacional </a>
<hr>
</section>
<section>
<br>
</div>
<section id="documentos">
<hr>
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=Kv6hD1vVZUaV51OlaSfYM-z8qIIojyFDu7W1PGf_DtxUMTdKQTU3NUJMUTRZRVo3SUNDN0QzR1ZVMy4u" id="solicitud">Formulario de datos para solicitar documentos<br><img src="img/flecha.png" alt="flecha" id="flecha"></a>
<hr>
</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
</h4>
</footer>
</section>
</body>
</html>