-
Notifications
You must be signed in to change notification settings - Fork 0
/
mapa.html
77 lines (76 loc) · 3.37 KB
/
mapa.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Ubicaciones | Pronta Tres</title>
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=1.0, user-scalable=no" name="viewport" />
<meta name="description" content="">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/fonts/raphaelicons.css">
<link rel="stylesheet" href="assets/css/main.css">
<script src="assets/js/libs/modernizr-2.5.2.min.js"></script>
</head>
<!--[if lt IE 7]> <body class="ie6 oldies"> <![endif]-->
<!--[if IE 7]> <body class="ie7 oldies"> <![endif]-->
<!--[if IE 8]> <body class="ie8 oldies"> <![endif]-->
<!--[if gt IE 8]><!--><body><!--<![endif]-->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<header class="clearfix">
<div class="container">
<a id="logo" href="index.html"><img src="assets/images/logoP3.png"></a>
<ul class="social-icons">
<li><strong>CATALOGO DE PRODUCTOS</strong></li>
</ul>
<nav class="clearfix">
<ul role="navigation">
<li>
<a href="index.html"><< Regresar</a>
</li>
</ul>
</nav>
</div>
</header>
<section role="banner">
<hgroup>
<h1>Ubicaciones</h1>
</hgroup>
<article role="main" class="clearfix contact">
<div class="post">
<h2>Puebla</h2>
<p>Calle 59 Sur 1302-1</p>
<p>Colonia Ampliación Reforma Sur</p>
<p>Puebla, Puebla 72130</p>
<p><span class="icon">[</span>: (222) 231 9338<br />
<span class="icon">M</span>: <a href="mailto:[email protected]">[email protected]</a></p>
<p> </p>
</div>
<div class="g-map"><img src="assets/images/mapa1.png" alt="G Map" /></div>
</article>
<article role="main" class="clearfix contact">
<div class="post">
<h2>Mérida</h2>
<p>Calle 15 #151 por 28 y 23-A</p>
<p>Circuito Colonias</p>
<p>Mérida, Yucatán 97050</p>
<p><span class="icon">[</span>: (999) 316 9092 y 316 9093<br />
<span class="icon">M</span>: <a href="mailto:[email protected]">[email protected]</a></p>
<p> </p>
</div>
<div class="g-map"><img src="assets/images/mapa2.png" alt="G Map" /></div>
</article>
</section> <!-- // banner ends -->
<footer role="contentinfo">
<p>
<span class="left">Urbanizadora Pronta Tres © - 2015 | Derechos Reservados. <a href="#">Ir Arriba</a></span>
</p>
<p>
<a href="index.html">REGRESAR AL INICIO</a>
</p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<script src="assets/js/script.js"></script>
</body>
</html>