-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
363 lines (322 loc) · 13 KB
/
index.html
File metadata and controls
363 lines (322 loc) · 13 KB
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ProFeCo</title>
<link rel="stylesheet" href="assets/css/tailwind.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="shortcut icon"
href="https://framework-gb.cdn.gob.mx/applications/cms/favicon.png"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.28.0/feather.min.js"
integrity="sha512-7x3zila4t2qNycrtZ31HO0NnJr8kg2VI67YLoRSyi9hGhRN66FHYWr7Axa9Y1J9tGYHVBPqIjSE1ogHrJTz51g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script
defer
src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"
></script>
</head>
<body class="font-body">
<!-- home section -->
<section class="bg-white py-10 md:mb-10">
<div class="container max-w-screen-xl mx-auto px-4">
<nav class="flex-wrap lg:flex items-center" x-data="{navbarOpen:false}">
<div class="flex items-center mb-10 lg:mb-0">
<img src="assets/image/navbar-logo.png" alt="Logo" />
<button
class="lg:hidden w-10 h-10 ml-auto flex items-center justify-center border border-blue-500 text-blue-500 rounded-md"
@click="navbarOpen = !navbarOpen"
>
<i data-feather="menu"></i>
</button>
</div>
<ul
class="lg:flex flex-col lg:flex-row lg:items-center lg:mx-auto lg:space-x-8 xl:space-x-14"
:class="{'hidden':!navbarOpen,'flex':navbarOpen}"
>
<li
class="font-semibold text-gray-900 hover:text-gray-400 transition ease-in-out duration-300 mb-5 lg:mb-0"
>
<a href="#">Tiendas</a>
</li>
<li
class="font-semibold text-gray-900 hover:text-gray-400 transition ease-in-out duration-300 mb-5 lg:mb-0"
>
<a href="#">Productos</a>
</li>
<li
class="font-semibold text-gray-900 hover:text-gray-400 transition ease-in-out duration-300 mb-5 lg:mb-0"
>
<a href="#">Reportes</a>
</li>
<li
class="font-semibold text-gray-900 hover:text-gray-400 transition ease-in-out duration-300 mb-5 lg:mb-0"
>
<a href="#">Quejas</a>
</li>
</ul>
<div
class="lg:flex flex-col md:flex-row md:items-center text-center md:space-x-6"
:class="{'hidden':!navbarOpen,'flex':navbarOpen}"
>
<a
href="#"
class="px-6 py-4 bg-blue-500 text-white font-semibold text-lg rounded-xl hover:bg-blue-700 transition ease-in-out duration-500 mb-5 md:mb-0"
>Soy consumidor</a
>
<a
href="#"
class="px-6 py-4 border-2 border-blue-500 text-blue-500 font-semibold text-lg rounded-xl hover:bg-blue-700 hover:text-white transition ease-linear duration-500"
>Soy empresa</a
>
</div>
</nav>
<!-- feature section -->
<section class="bg-white py-16 md:mt-10">
<div class="container max-w-screen-xl mx-auto px-4">
<p
class="font-light text-gray-500 text-lg md:text-xl text-center uppercase mb-6"
>
Nuestros servicios
</p>
<h1
class="font-semibold text-gray-900 text-xl md:text-4xl text-center leading-normal mb-10"
>
Creemos que un consumidor <br />
informado es un consumidor feliz
</h1>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-20">
<div class="text-center">
<div class="flex justify-center mb-6">
<div
class="w-20 py-6 flex justify-center bg-blue-200 bg-opacity-30 text-blue-700 rounded-xl"
>
<i data-feather="globe"></i>
</div>
</div>
<h4
class="font-semibold text-lg md:text-2xl text-gray-900 mb-6"
>
Transparencia
</h4>
<p class="font-light text-gray-500 text-md md:text-xl mb-6">
La información relevante está al alcance del consumidor
interesado
</p>
<div class="flex justify-center">
<a
href="#"
class="flex items-center gap-5 px-6 py-4 font-semibold text-info text-lg rounded-xl hover:bg-info hover:text-white transition ease-linear duration-500"
>
Aprender más
<i data-feather="chevron-right"></i>
</a>
</div>
</div>
<div class="text-center">
<div class="flex justify-center mb-6">
<div
class="w-20 py-6 flex justify-center bg-blue-200 bg-opacity-30 text-blue-700 rounded-xl"
>
<i data-feather="arrow-up-right"></i>
</div>
</div>
<h4
class="font-semibold text-lg md:text-2xl text-gray-900 mb-6"
>
Reportes & Whislists
</h4>
<p class="font-light text-gray-500 text-md md:text-xl mb-6">
Ofrecemos reportes sobre comentarios y calificaciones de los
clientes.
</p>
<div class="flex justify-center">
<a
href="#"
class="flex items-center gap-5 px-6 py-4 font-semibold text-info text-lg rounded-xl hover:bg-info hover:text-white transition ease-linear duration-500"
>
Aprender más
<i data-feather="chevron-right"></i>
</a>
</div>
</div>
<div class="text-center">
<div class="flex justify-center mb-6">
<div
class="w-20 py-6 flex justify-center bg-blue-200 bg-opacity-30 text-blue-700 rounded-xl"
>
<i data-feather="clock"></i>
</div>
</div>
<h4
class="font-semibold text-lg md:text-2xl text-gray-900 mb-6"
>
Notificaciones en tiempo real
</h4>
<p class="font-light text-gray-500 text-md md:text-xl mb-6">
La posiblidad de publicar ofertas y notificar directamente a
los consumidores interesados
</p>
<div class="flex justify-center">
<a
href="#"
class="flex items-center gap-5 px-6 py-4 font-semibold text-info text-lg rounded-xl hover:bg-info hover:text-white transition ease-linear duration-500"
>
Aprender más
<i data-feather="chevron-right"></i>
</a>
</div>
</div>
</div>
</div>
<!-- container.// -->
</section>
<!-- feature section //end -->
<div class="flex flex-col lg:flex-row justify-between space-x-20">
<div class="text-center lg:text-left mt-40">
<h1
class="font-semibold text-gray-900 text-3xl md:text-6xl leading-normal mb-6"
>
Echa un vistazo a la <br />
revista del consumidor!
</h1>
<p
class="font-light text-gray-400 text-md md:text-lg leading-normal mb-12"
>
Un recopilatorio de información útil<br />
para nuestros consumidores informados.
</p>
<button
class="px-6 py-4 bg-info font-semibold text-white text-lg rounded-xl hover:bg-blue-700 transition ease-in-out duration-500"
>
Empezar a leer
</button>
</div>
<div class="mt-24 w-[350px] items-center">
<img src="assets/image/home-img.png" alt="Image" />
</div>
</div>
</div>
<!-- container.// -->
</section>
<!-- home section //end -->
<footer class="bg-white py-16">
<div class="container max-w-screen-xl mx-auto px-4">
<div class="flex flex-col lg:flex-row lg:justify-between">
<div class="space-y-7 mb-10 lg:mb-0">
<div class="flex justify-center lg:justify-start">
<img
src="assets/image/footer-logo.svg"
alt="Image"
class="bg-black rounded px-3 py-3"
/>
</div>
<p
class="font-light text-gray-400 text-md md:text-lg text-center lg:text-left"
>
Colabora y reporta las discrepancias<br />
en las empresas
</p>
<div
class="flex items-center justify-center lg:justify-start space-x-5"
>
<a
href="#"
class="px-3 py-3 bg-gray-200 text-gray-700 rounded-full hover:bg-info hover:text-white transition ease-in-out duration-500"
>
<i data-feather="facebook"></i>
</a>
<a
href="#"
class="px-3 py-3 bg-gray-200 text-gray-700 rounded-full hover:bg-info hover:text-white transition ease-in-out duration-500"
>
<i data-feather="twitter"></i>
</a>
<a
href="#"
class="px-3 py-3 bg-gray-200 text-gray-700 rounded-full hover:bg-info hover:text-white transition ease-in-out duration-500"
>
<i data-feather="linkedin"></i>
</a>
</div>
</div>
<div class="text-center lg:text-left space-y-7 mb-10 lg:mb-0">
<h4 class="font-semibold text-gray-900 text-lg md:text-2xl">
Enlaces
</h4>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Empresas mejores valoradas</a
>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Empresas con más reportes</a
>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Ofertas</a
>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Empresas recomendadas</a
>
</div>
<div class="text-center lg:text-left space-y-7 mb-10 lg:mb-0">
<h4 class="font-semibold text-gray-900 text-lg md:text-2xl">
ProFeCo
</h4>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Acerca de nosotros</a
>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Media / Prensa</a
>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Blog</a
>
</div>
<div class="text-center lg:text-left space-y-7 mb-10 lg:mb-0">
<h4 class="font-semibold text-gray-900 text-lg md:text-2xl">
Legal
</h4>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Protección de Datos Personales</a
>
<a
href="#"
class="block font-light text-gray-400 text-sm md:text-lg hover:text-gray-800 transition ease-in-out duration-300"
>Términos y condiciones</a
>
</div>
</div>
</div>
<!-- container.// -->
</footer>
<script>
feather.replace();
</script>
</body>
</html>