-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contacto.html
75 lines (72 loc) · 2.57 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Esta página te mostrará info de contacto de la escuela" />
<meta name="robots" content="index,follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<title> Contacto </title>
</head>
<body>
<header>
<nav class="navi">
<ul>
<li id="barra"><a href="index.html">Home</a></li>
<li id="barra"><a href="servicios.html">Servicios</a></li>
<li id="barra"><a href="Inscripciones.html">Inscripciones</a></li>
<li id="barra"><a href="Contacto.html">Contacto</a></li>
<li id="barra"><a href="Acceso a usuarios.html">Acceso a usuarios</a></li>
</ul>
</nav>
<br>
</header>
<main>
<section>
<br>
<h1 class="h1Centrado">Contacto</h1>
<div id="contenedorMapa">
<div id="map-9cd199b9cc5410cd3b1ad21cab2e54d3"></div>
<script>(function () {
var setting = {"height":300,"width":500,"zoom":19,"queryString":"Madrid, Cundinamarca, Colombia","place_id":"ChIJh_d9VzV4P44RSB2vpGoH5A8","satellite":false,"centerCoord":[4.727899864439978,-74.26343655447938],"cid":"0xfe4076aa4af1d48","lang":"es","cityUrl":"/colombia/madrid-434958","cityAnchorText":"Mapa de Madrid, Llanos, Colombia","id":"map-9cd199b9cc5410cd3b1ad21cab2e54d3","embed_id":"831080"};
var d = document;
var s = d.createElement('script');
s.src = 'https://1map.com/js/script-for-user.js?embed_id=831080';
s.async = true;
s.onload = function (e) {
window.OneMap.initMap(setting)
};
var to = d.getElementsByTagName('script')[0];
to.parentNode.insertBefore(s, to);
})();
</script>
<a href="https://1map.com/es/map-embed">1 Map</a></div>
</section>
<section>
<br>
<ul>
<li><strong>Dirección de la escuela:</strong> Adolfo Prieto 722, Del Valle Centro, 03100 Mexico. </li>
<br>
<li><strong>Teléfono de contacto:</strong> +52 55 5687 6828</li>
<br>
<li><strong>Correo electrónico:</strong> [email protected]</li>
<br>
<li><strong>Horario de atención:</strong> </li>
<br>
<ul>
<li>Lunes a Jueves de 8:00 a 14:00 Hrs.</li>
<br>
<li>Viernes de 13:00 a 15:00 Hrs.</li>
<br>
<li>Sábados de 11:00 a 12:00 Hrs.</li>
<br>
</ul>
</ul>
</section>
</main>
<footer>
<p>Nombre: Aaron Quintanar Palacios</p>
<p>DPW1</p>
</footer>
</body>
</html>