-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontacto.html
123 lines (112 loc) · 3.45 KB
/
contacto.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Escuela N° 109</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html"> <span></span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Inicio</a></li>
<li><a href="institucional.html">Institucional</a></li>
<li><a href="proyectos.html">Proyectos</a></li>
<li><a href="radio.html">Radio</a></li>
<li><a href="#">Comunicados</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Escuela N°109</p>
<h2>Contacto</h2>
</header>
</div>
</section>
<!-- dos -->
<section id="two" class="wrapper style5">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2>Ubicacion</h2>
</header>
<div style="text-align: center;" class="wrapper style2">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d205.06888539595758!2d-58.52635123475361!3d-34.67737086145597!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1ses!2sar!4v1593117309043!5m2!1ses!2sar" width="400" height="400" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
<br>
<br>
<br>
<br>
<p>Ibarrola N°0000- La tablada</p>
<br>
<p>Telefono: 0000-0000</p>
</div>
</div>
</div>
</div>
</section>
<!-- tres -->
<!--
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2>Presentacion de la Escuela</h2>
</header>
<p>video</p>
</div>
</div>
</div>
</section>
-->
<!-- cuatro -->
<!--
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<h2>Historia</h2>
</header>
<p>d</p>
</div>
</div>
</div>
</section>
-->
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/secundaria.cientonueve.16" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</div>
<div class="copyright">
© Untitled. All rights reserved.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>