-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
515 lines (514 loc) · 35.9 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
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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ordena comida deliciosa con entrega rápida a domicilio. Amplia selección de platos para satisfacer todos los gustos. ¡Haz tu pedido ahora">
<link rel="apple-touch-icon" sizes="57x57" href="./favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./build/css/app.css">
<title>App Comida</title>
</head>
<body>
<header class="header">
<div class="wrapper">
<div class="header__content">
<div class="header__logo">
<img src="./build/img/logo.svg" alt="Logo de DeliveryApp" width="300" height="85">
</div> <!-- header logo -->
<nav class="navigation">
<a href="#" class="navigation__link">Iniciar Sesíon</a>
<a href="#" class="navigation__link">Crear Cuenta</a>
<a href="#" class="navigation__link--registrar">Registrar Restaurant</a>
</nav>
</div> <!-- header content -->
</div> <!-- wrapper -->
</header>
<section class="form" id="formulario">
<div class="wrapper">
<div class="form__grid">
<div class="form__content">
<h2 class="form__title">Encuentra y pide comida de tu restaurante favorito</h2>
<div class="form__campo">
<label for="restaurant" class="form__label">Restaurant</label>
<input class="form__input" type="text" id="restaurant" placeholder="Tacos México" aria-label="Buscar restaurant">
</div> <!-- form campo -->
<div class="form__campo">
<label for="platillo" class="form__label">Platillo</label>
<input class="form__input" type="text" id="platillo" placeholder="Pizza, Ensalada, Hamburguesa" aria-label="Buscar platillo">
</div> <!-- form campo -->
<div class="form__campo">
<input type="button" value="Buscar" class="form__submit">
</div>
</div> <!-- form content -->
<div class="form__img">
<img src="./build/img/dibujo_repartidor.svg" alt="Ilustracion de un repartidor en moto" class="form__image">
</div>
</div> <!-- form grid -->
</div> <!-- wrapper -->
</section> <!-- form -->
<section class="steps" id="pasos">
<img src="./build/img/wave.svg" alt="Olas de svg en color rojo">
<div class="steps__content">
<div class="wrapper">
<h2 class="steps__title">¿Cómo funciona? <span class="steps__title-span">tan fácil como 1, 2 y 3</span></h2>
<div class="steps__grid">
<div class="steps__step" tabindex="0">
<picture>
<source srcset="./build/img/paso_1.avif" type="image/avif">
<source srcset="./build/img/paso_1.webp" type="image/webp">
<img class="steps__img" loading="lazy" src="./build/img/paso_1.png" alt="Paso uno: seleccionar restaurant" aria-label="Selecciona restaurant">
</picture>
</div> <!-- steps step -->
<div class="steps__step" tabindex="0">
<picture>
<source srcset="./build/img/paso_2.avif" type="image/avif">
<source srcset="./build/img/paso_2.webp" type="image/webp">
<img class="steps__img" loading="lazy" src="./build/img/paso_2.png" alt="Paso dos: elegir tu platillo" aria-label="Elegir tu platillo">
</picture>
</div> <!-- steps step -->
<div class="steps__step" tabindex="0">
<picture>
<source srcset="./build/img/paso_3.avif" type="image/avif">
<source srcset="./build/img/paso_3.webp" type="image/webp">
<img class="steps__img" loading="lazy" src="./build/img/paso_3.png" alt="Paso tres: envio al instante" aria-label="Envio al instante">
</picture>
</div> <!-- steps step -->
</div> <!-- steps grid -->
</div> <!-- wrapper -->
</div> <!-- steps content -->
</section> <!-- steps -->
<section class="testimonials" id="testimonios">
<div class="wrapper">
<div class="testimonials__content">
<h2 class="testimonials__title">Testimoniales</h2>
<div class="testimonials__grid">
<div class="testimony">
<header class="testimony__header">
<div class="testimony__profile">
<picture>
<source srcset="./build/img/testimonial1.avif" type="image/avif">
<source srcset="./build/img/testimonial1.webp" type="image/webp">
<img class="testimony__img" loading="lazy" src="./build/img/testimonial1.jpg" alt="Perfil de Juan Repez">
</picture>
</div> <!-- testimony profile -->
<div class="testimony__info">
<p class="testimony__author">Juan Perez</p>
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas color amarilas">
</picture>
</div> <!-- testomony info -->
</header>
<blockquote class="testimony__text">
Una excelente app, puedo seleccionar de una gran cantidad de opciones y pagar en tarjeta o efectivo según me convenga.
</blockquote> <!-- testimony text -->
</div> <!-- testimony -->
<div class="testimony">
<header class="testimony__header">
<div class="testimony__profile">
<picture>
<source srcset="./build/img/testimonial5.avif" type="image/avif">
<source srcset="./build/img/testimonial5.webp" type="image/webp">
<img class="testimony__img" loading="lazy" src="./build/img/testimonial5.jpg" alt="Perfil de Itzel Cruz">
</picture>
</div> <!-- testimony profile -->
<div class="testimony__info">
<p class="testimony__author">Itzel Cruz</p>
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas color amarilas">
</picture>
</div> <!-- testomony info -->
</header>
<blockquote class="testimony__text">
Una excelente app, puedo seleccionar de una gran cantidad.
</blockquote> <!-- testimony text -->
</div> <!-- testimony -->
<div class="testimony">
<header class="testimony__header">
<div class="testimony__profile">
<picture>
<source srcset="./build/img/testimonial4.avif" type="image/avif">
<source srcset="./build/img/testimonial4.webp" type="image/webp">
<img class="testimony__img" loading="lazy" src="./build/img/testimonial4.jpg" alt="Perfil de Rocio Rodriguez">
</picture>
</div> <!-- testimony profile -->
<div class="testimony__info">
<p class="testimony__author">Rocio Rodriguez</p>
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas color amarilas">
</picture>
</div> <!-- testomony info -->
</header>
<blockquote class="testimony__text">
Una excelente app, puedo seleccionar de una gran cantidad de opciones y pagar en tarjeta o efectivo según me convenga. efectivo según me convenga. </blockquote> <!-- testimony text -->
</div> <!-- testimony -->
<div class="testimony">
<header class="testimony__header">
<div class="testimony__profile">
<picture>
<source srcset="./build/img/testimonial2.avif" type="image/avif">
<source srcset="./build/img/testimonial2.webp" type="image/webp">
<img class="testimony__img" loading="lazy" src="./build/img/testimonial2.jpg" alt="Perfil de Cynthia">
</picture>
</div> <!-- testimony profile -->
<div class="testimony__info">
<p class="testimony__author">Cynthia</p>
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas color amarilas">
</picture>
</div> <!-- testomony info -->
</header>
<blockquote class="testimony__text">
Una excelente app, puedo seleccionar de una gran cantidad de opciones y pagar en tarjeta o efectivo según me convenga. efectivo según me convenga.
</blockquote> <!-- testimony text -->
</div> <!-- testimony -->
<div class="testimony">
<header class="testimony__header">
<div class="testimony__profile">
<picture>
<source srcset="./build/img/testimonial3.avif" type="image/avif">
<source srcset="./build/img/testimonial3.webp" type="image/webp">
<img class="testimony__img" loading="lazy" src="./build/img/testimonial3.jpg" alt="Perfil de Jose Hernandez">
</picture>
</div> <!-- testimony profile -->
<div class="testimony__info">
<p class="testimony__author">Jose Hernandez</p>
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas color amarilas">
</picture>
</div> <!-- testomony info -->
</header>
<blockquote class="testimony__text">
Una excelente app, puedo seleccionar de una gran cantidad de opciones y pagar en tarjeta o efectivo según me convenga
</blockquote> <!-- testimony text -->
</div> <!-- testimony -->
</div> <!-- testimonials grid -->
</div> <!-- testimonials content -->
</div> <!-- wrapper -->
</section> <!-- testimonials -->
<main class="main" id="restaurantes">
<section class="restaurants">
<h2 class="restaurants__title">Restaurantes Favoritos</h2>
<div class="wrapper">
<div class="restaurants__content">
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Green Ensaladas</h3>
<p class="restaurant__description">
Restaurante especializado en ensaladas frescas y saludables, con ingredientes orgánicos y locales. Ambiente moderno y relajado, ideal para opciones de comida rápida y nutritiva. Enfoque en sostenibilidad y bienestar.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Sabor del Mar</h3>
<p class="restaurant__description">
Restaurante especializado en mariscos frescos y platos de inspiración costera. Con una decoración que evoca la sensación de estar junto al mar, ofrece una amplia selección de platos deliciosos y creativos, preparados con los ingredientes más frescos disponibles.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">La Parrillada Criolla</h3>
<p class="restaurant__description">
Con un ambiente animado y festivo, ofrece una variedad de platos tradicionales, desde jugosas carnes asadas hasta sabrosas empanadas y acompañamientos típicos. Es el lugar perfecto para disfrutar de una experiencia culinaria llena de sabor y tradición.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Fusión Oriental</h3>
<p class="restaurant__description">
Fusionando sabores asiáticos con técnicas culinarias contemporáneas, este restaurante ofrece una experiencia gastronómica única. Es el destino ideal para aquellos que buscan una experiencia culinaria innovadora y deliciosa.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Café del Campo</h3>
<p class="restaurant__description">
. Desde desayunos caseros hasta almuerzos reconfortantes y deliciosos postres, su menú destaca ingredientes frescos y de temporada. Es el lugar perfecto para disfrutar de una comida reconfortante y casera en un entorno relajado y familiar.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">El Fogón Gourmet</h3>
<p class="restaurant__description">
Es conocido por sus platos gourmet preparados con ingredientes de la más alta calidad, resaltando sabores intensos y presentaciones impecables. Con un ambiente sofisticado y acogedor, es el destino ideal para una experiencia gastronómica refinada y memorable.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Sabores del Mundo</h3>
<p class="restaurant__description">
Ofreciendo una aventura culinaria global, este restaurante presenta una amplia variedad de platos inspirados en diferentes cocinas internacionales. Desde sabrosos tacos mexicanos hasta exquisitos platos de curry indio, su menú celebra la diversidad de sabores y culturas culinarias.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Dolce Vita Café & Bistro</h3>
<p class="restaurant__description">
Este encantador café y bistró evoca la esencia de la vida italiana, con platos clásicos de la cocina mediterránea y una variedad de cafés y postres artesanales. Con un ambiente acogedor y romántico, es el lugar perfecto para disfrutar de una comida tranquila o una cena íntima.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">El Rincón del Sabor</h3>
<p class="restaurant__description">
Desde guisos y sopas hasta platos de cuchara y postres caseros, cada bocado está lleno de sabor y nostalgia. Con un ambiente cálido y familiar, es el lugar ideal para disfrutar de una comida reconfortante y auténtica.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
<article class="restaurant">
<div class="restaurant__flex">
<picture>
<source srcset="./build/img/logo_ensaladas.avif" type="image/avif">
<source srcset="./build/img/logo_ensaladas.webp" type="image/webp">
<img class="restaurant__img" loading="lazy" src="./build/img/logo_ensaladas.png" alt="Logo del restaurant 'Ensaladas'">
</picture> <!-- img -->
<div class="restaurant__info">
<picture>
<source srcset="./build/img/estrellas.avif" type="image/avif">
<source srcset="./build/img/estrellas.webp" type="image/webp">
<img loading="lazy" src="./build/img/estrellas.png" alt="5 estrellas colores amarillas">
</picture>
<h3 class="restaurant__name">Burger Barn</h3>
<p class="restaurant__description">
Este restaurante es el destino favorito para los amantes de las hamburguesas gourmet. Con una amplia selección de hamburguesas artesanales hechas con ingredientes frescos y de alta calidad, cada bocado es una explosión de sabor.
</p>
</div> <!-- restaurant info -->
</div>
</article> <!-- restaurant -->
</div> <!-- restaurants content -->
</div> <!-- wrapper -->
</section> <!-- restaurants -->
</main>
<section class="distributors" id="oferta">
<div class="wrapper">
<h2 class="distributors__title">Gana dinero con AppComida</h2>
<div class="distributors__content">
<div class="distributors__flex">
<picture>
<source srcset="./build/img/repartidor.avif" type="image/avif">
<source srcset="./build/img/repartidor.webp" type="image/webp">
<img loading="lazy" src="./build/img/repartidor.jpg" alt="Fotogragia de Repartidor DeliveryApp" class="distributors__img">
</picture>
<div class="distributors__description">
<p class="distributors__text">
¡Únete a nuestro equipo de repartidores y sé parte de la revolución del servicio a domicilio! En DeliveryApp, estamos en búsqueda de personas entusiastas y dedicadas que deseen ganar dinero mientras exploran su ciudad y llevan felicidad a los hogares de nuestros clientes.
</p>
<p class="distributors__text">
No se requiere experiencia previa, ¡solo ganas de trabajar y entregar sonrisas! Únete a nosotros hoy y descubre cómo puedes convertir cada entrega en una oportunidad para crecer y prosperar económicamente. ¡Aplica ahora y comienza tu viaje con nosotros!
</p>
<a href="#" class="distributors__button">Más Información</a>
</div>
</div>
</div>
</div>
</section>
<section class="download" id="descarga">
<div class="wrapper">
<div class="download__content">
<div class="download__image">
<picture>
<source srcset="./build/img/app.avif" type="image/avif">
<source srcset="./build/img/app.webp" type="image/webp">
<img loading="lazy" class="download__img" src="./build/img/app.png" alt="Capura de la App Movil de DeliveryApp">
</picture>
</div>
<div class="store">
<h3 class="store__title">Descarga la App</h3>
<p class="store__text">Disponible para Android y iOS</p>
<div class="store__options">
<a href="https://play.google.com/store/games?hl=es_PE&gl=US&pli=1" title="Enlace a Google Play" target="_blank" class="store__img">
<img src="./build/img/tienda-android.svg" alt="Tienda google play">
</a>
<a href="https://www.apple.com/la/app-store/" title="Enlace a App store" target="_blank" class="store__img">
<img src="./build/img/tienda-apple.svg" alt="Tienda Google Play">
</a>
</div> <!-- store option -->
</div> <!-- store -->
</div>
</div>
</section>
<footer class="footer">
<div class="wrapper">
<div class="footer__content">
<div class="footer__widget">
<h3 class="footer__title">
Nosotros
</h3>
<p class="footer__text">
AppComida es una plataforma en línea que conecta a usuarios con una amplia variedad de restaurantes y opciones gastronómicas en su área local. Ofrece una interfaz intuitiva y fácil de usar, donde los usuarios pueden explorar menús, realizar pedidos y programar entregas a domicilio o recoger en el restaurante.
</p>
</div> <!-- footer widget -->
<div class="footer__widget">
<h3 class="footer__title">
Navegacion
</h3>
<nav class="footer__navigation">
<a href="#formulario" class="footer__link">Formulario</a>
<a href="#pasos" class="footer__link">Pasos para pedir</a>
<a href="#testimonios" class="footer__link">Testimonios</a>
<a href="#restaurantes" class="footer__link">Restaurantes</a>
<a href="#oferta" class="footer__link">Oferta laboral</a>
<a href="#descarga" class="footer__link">Descarga la App</a>
</nav>
</div> <!-- footer widget -->
<div class="footer__widget">
<h3 class="footer__title">
Contacto
</h3>
<p class="footer__text">
Tu enlace rápido para pedir comida y para que los restaurantes se conecten con nuevos clientes. Ordena fácilmente y entrega rápido.
</p>
<a href="https://wa.me/922054874" target="_blank" class="footer__button">Enviar Whatsapp</a>
</div> <!-- footer widget -->
</div>
</div>
<p class="footer__copyright">
App Comida. Todos los derechos Reservados
</p>
</footer>
</body>
</html>