-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsugerencias.php
108 lines (103 loc) · 4.77 KB
/
sugerencias.php
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
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hackaton - Almería">
<meta name="author" content="Grupo 12">
<link rel="shortcut icon" href="files/mini-logo.png">
<title>Inicio</title>
<!--empieza effecthover-->
<link href="bootstrap/component.css" rel="stylesheet" type="text/css">
<script src="bootstrap/js/modernizr.custom.js"></script>
<!--termina effecthover-->
<link rel="stylesheet" type="text/css" href="ViewModeSwitch/css/component.css" />
<link rel="stylesheet" type="text/css" href="ViewModeSwitch/css/default.css" />
</head>
<body>
<div class="container">
<div class="main">
<div id="cbp-vm" class="cbp-vm-switcher cbp-vm-view-grid">
<div class="volver"><a href="index.php">Volver</a></div>
<div class="cbp-vm-options">
<a href="#" class="cbp-vm-icon cbp-vm-grid cbp-vm-selected" data-view="cbp-vm-view-grid">Grid View</a>
<a href="#" class="cbp-vm-icon cbp-vm-list" data-view="cbp-vm-view-list">List View</a>
</div>
<ul>
<li>
<a class="cbp-vm-image" href="#"><img src="imagenes/alcantarilla.JPG"></a>
<h3 class="cbp-vm-title">Alcantarilla</h3>
<div class="cbp-vm-price"></div>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add" href="#">Apoyar</a>
</li>
<li>
<a class="cbp-vm-image" href="#"><img src="imagenes/5407540.jpg"></a>
<h3 class="cbp-vm-title">Señal de tráfico</h3>
<div class="cbp-vm-price"></div>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add" href="#">Apoyar</a>
</li>
<li>
<a class="cbp-vm-image" href="#"><img src="imagenes/ciudad_de_tunja_mal_estado.jpg" width="151"></a>
<h3 class="cbp-vm-title">Canasta</h3>
<div class="cbp-vm-price"></div>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add" href="#">Apoyar</a>
</li>
<li>
<a class="cbp-vm-image" href="#"><img src="imagenes/17510_los_socialistas_denuncia__el_mal_estado__de_los_parques_mas_emblematicos_de_la_ciudad.jpg"></a>
<h3 class="cbp-vm-title">Banco</h3>
<div class="cbp-vm-price"></div>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add" href="#">Apoyar</a>
</li>
<li>
<a class="cbp-vm-image" href="#"><img src="imagenes/99Kb.-Carretera-de-Cacabelos-Quilós.-16-enero-2010.-Fuente-Ecobierzo..jpg"></a>
<h3 class="cbp-vm-title">Carretera</h3>
<div class="cbp-vm-price"></div>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add" href="#">Apoyar</a>
</li>
<li>
<a class="cbp-vm-image" href="#"><img src="imagenes/027D6CTGP2_1.jpg"></a>
<h3 class="cbp-vm-title">Acera</h3>
<div class="cbp-vm-price"></div>
<div class="cbp-vm-details">
Silver beet shallot wakame tomatillo salsify mung bean beetroot groundnut.
</div>
<a class="cbp-vm-icon cbp-vm-add" href="#">Apoyar</a>
</li>
</ul>
</div>
</div><!-- /main -->
</div><!-- /container -->
<!--Start of Zopim Live Chat Script-->
<div class="zopim">
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?1VpTg1WyE5n2bDECgP9AJ8BakWgf8iKf';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
</div>
<!--End of Zopim Live Chat Script-->
<script src="ViewModeSwitch/js/classie.js"></script>
<script src="ViewModeSwitch/js/cbpViewModeSwitch.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>