-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpre-nacional.html
73 lines (69 loc) · 3.07 KB
/
pre-nacional.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
<!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>
<script>
alert ("Si no presenta los documentos el día de la matrícula se le dará el campo a otro estudiante")
</script>
<section id="requisitos">
<p id="matricula">
Requisitos de Matricula
<br>
<ul id="matricula">
<li>Copia de la cédula del menor de edad</li>
<li>Copia de la cédula de la persona encargada </li>
<li>Copia de informe final de logros de sexto grado (Nota)</li>
<li>Dos fotografías tamaño pasaporte del estudiante</li>
<li>Seguro estudiantil (Optativo)</li>
<li>Carta (Para no ser evaluado en la materia de educación religiosa o afectividad y sexualidad)</li>
<li>Firmar el compromiso estudiantil</li>
<li>Referencia de ascesoría del Ministerio de Educación Pública</li>
</ul>
</p>
</section>
<img src="papel.jpeg" alt="actividad" id="papel">
<section id="formulario-nacional">
<hr>
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=Kv6hD1vVZUaV51OlaSfYM-z8qIIojyFDu7W1PGf_DtxUMTdKQTU3NUJMUTRZRVo3SUNDN0QzR1ZVMy4u">
Formulario de Pre-Matricula<img src="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="lic.depavas@mep.go.cr" id="footer">Email: lic.depavas@mep.go.cr</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>