-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (82 loc) · 3.39 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Pronta Tres - Catalogo de Productos</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 href="http://fonts.googleapis.com/css?family=Oswald:regular" rel="stylesheet" type="text/css" >
<link href='http://fonts.googleapis.com/css?family=Junge' rel='stylesheet' type='text/css'>
<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><a href="info.html" class="icon"><img src="assets/images/info.png" border=0></a></li>
<li><a href="mapa.html" class="icon"><img src="assets/images/mapa.png" border=0></a></li>
</ul>
<nav class="clearfix">
<ul role="navigation">
<li>
<a href="index.html" class="activePage">Inicio</a>
</li>
<li>
<a href="allanadoras.html">Allanadoras</a>
</li>
<li>
<a href="andamios.html">Andamios</a>
</li>
<li>
<a href="bombas.html">Bombas de Agua</a>
</li>
<li>
<a href="compactadoras.html">Compactadoras</a>
</li>
<li>
<a href="cortadoras.html">Cortadoras</a>
</li>
<li>
<a href="generadores.html">Generadores</a>
</li>
<li>
<a href="martillos.html">Martillos</a>
</li>
<li>
<a href="revolvedoras.html">Revolvedoras</a>
</li>
<li>
<a href="rodillos.html">Rodillo Compactador</a>
</li>
<li>
<a href="senalamientos.html">Señalamientos</a>
</li>
<li>
<a href="torres.html">Torres</a>
</li>
<li>
<a href="vibradores.html">Vibradores</a>
</li>
</ul>
</nav>
</div>
</header>
<footer role="contentinfo">
<p>
<span class="left">Urbanizadora Pronta Tres © - 2015 | Derechos Reservados. <a href="#">Ir Arriba</a></span>
</p>
</footer>
<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>