-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
716 lines (591 loc) · 31.3 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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- <title>Index - Bootslander Bootstrap Template</title> -->
<title>Dropo | United Kingdom's Fast & Friendly Food Delivery</title>
<meta name="description" content="Find Dropo and discover a place where fast meets friendly in the United
Kingdom. Light-speed delivery and transparency in the price support a community with each
order.">
<meta name="keywords" content="Dropo, food delivery, quick service Dundee, ethical delivery, community support">
<!-- Favicons -->
<link href="assets/img/dropoLogo.svg" rel="icon">
<link href="assets/img/dropoLogo.svg" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Bootslander
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<!-- ======= Top Bar ======= -->
<!-- <div id="topbar" class="d-flex align-items-center fixed-top">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-phone d-flex align-items-center"><span>01382524187</span></i>
<i class="bi bi-envelope d-flex align-items-center ms-4"><span>[email protected] </span></i>
</div>
</div>
</div> -->
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/dlogo.png" class="img-fluid"
alt="Logo"></a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<!-- <li><a href="#features">Features</a></li> -->
<!-- <li><a href="#gallery">Gallery</a></li>
<li><a href="#team">Team</a></li> -->
<!-- <li><a href="#pricing">Pricing</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/hero-bg-2.jpg" alt="" class="hero-bg">
<div class="container">
<div class="row gy-4 justify-content-between">
<div class="col-lg-4 order-lg-last hero-img" data-aos="zoom-out" data-aos-delay="100">
<img src="assets/img/hero-img.png" class="img-fluid animated" alt="">
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-in">
<br>
<h1 class="h">Welcome to Dropo</h1>
<br>
<p>Fast, Fair, and Friendly Food Delivery Right to Your Doorstep in
the United Kingdom<p>
<br>
<p> Enter into a world of flavors delivered right to your doorstep in the shortest time. At
Dropo, we pride ourselves on the shortest possible delivery times for your favorite meals,
without any delivery charges. Being the most community-minded food delivery service in the
United Kingdom doesn't just mean that we feed you; with each order, we help feed the
homeless too. Want more than a meal? You've found it. Download the Dropo App today and
join us in making each meal meaningful.
<p>
<div class="d-flex">
<a href="#about" class="btn-get-started">Get Started</a>
</div>
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path>
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3"></use>
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0"></use>
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9"></use>
</g>
</svg>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row align-items-xl-center gy-5">
<div class="col-xl-5 content">
<h2>We're Revolutionising Food Delivery in Dundee</h2>
<p> Meet Dropo. Every meal delivered feeds people, businesses, and great causes in the United Kingdom.
</p>
<p class="fst-italic">
Our Mission: Delivering Meals, Delivering Change
</p>
<p>
At Dropo, food delivery is about so much more than business; it's about creating
change. Using our website guarantees speedy deliveries without hidden fees and allows us
to give back to the community in the United Kingdom. For every meal you order, we deliver
one meal to one of the local homeless shelters and food banks. We aim to deliver one pallet
of meals every week. Come be part of the movement of using food delivery as a driver for
good.
</p>
<!-- <a href="#" class="read-more"><span>Read More</span><i class="bi bi-arrow-right"></i></a> -->
</div>
<div class="col-xl-7">
<div class="row gy-4 icon-boxes">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box">
<i class="bi bi-buildings"></i>
<h3>Dropo mission</h3>
<!-- <p>Magni repellendus vel ullam hic officia accusantium ipsa dolor omnis dolor voluptatem</p> -->
</div>
</div> <!-- End Icon Box -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box">
<i class="bi bi-clipboard-pulse"></i>
<h3>Community support United Kingdom</h3>
<!-- <p>Autem saepe animi et aut aspernatur culpa facere. Rerum saepe rerum voluptates quia</p> -->
</div>
</div> <!-- End Icon Box -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="icon-box">
<i class="bi bi-command"></i>
<h3>Ethical food delivery</h3>
<!-- <p>Omnis perferendis molestias culpa sed. Recusandae quas possimus. Quod consequatur corrupti</p> -->
</div>
</div> <!-- End Icon Box -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="icon-box">
<i class="bi bi-graph-up-arrow"></i>
<h3>Food for
change</h3>
<!-- <p>Sint et dolor voluptas minus possimus nostrum. Reiciendis commodi eligendi omnis quideme lorenda</p> -->
</div>
</div> <!-- End Icon Box -->
</div>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Features Section -->
<!-- <section id="features" class="features section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="features-item">
<i class="bi bi-eye" style="color: #ffbb2c;"></i>
<h3><a href="" class="stretched-link">Lorem Ipsum</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="features-item">
<i class="bi bi-infinity" style="color: #5578ff;"></i>
<h3><a href="" class="stretched-link">Dolor Sitema</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="features-item">
<i class="bi bi-mortarboard" style="color: #e80368;"></i>
<h3><a href="" class="stretched-link">Sed perspiciatis</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="400">
<div class="features-item">
<i class="bi bi-nut" style="color: #e361ff;"></i>
<h3><a href="" class="stretched-link">Magni Dolores</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="500">
<div class="features-item">
<i class="bi bi-shuffle" style="color: #47aeff;"></i>
<h3><a href="" class="stretched-link">Nemo Enim</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="features-item">
<i class="bi bi-star" style="color: #ffa76e;"></i>
<h3><a href="" class="stretched-link">Eiusmod Tempor</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="700">
<div class="features-item">
<i class="bi bi-x-diamond" style="color: #11dbcf;"></i>
<h3><a href="" class="stretched-link">Midela Teren</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="800">
<div class="features-item">
<i class="bi bi-camera-video" style="color: #4233ff;"></i>
<h3><a href="" class="stretched-link">Pira Neve</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="900">
<div class="features-item">
<i class="bi bi-command" style="color: #b2904f;"></i>
<h3><a href="" class="stretched-link">Dirada Pack</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1000">
<div class="features-item">
<i class="bi bi-dribbble" style="color: #b20969;"></i>
<h3><a href="" class="stretched-link">Moton Ideal</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1100">
<div class="features-item">
<i class="bi bi-activity" style="color: #ff5828;"></i>
<h3><a href="" class="stretched-link">Verdo Park</a></h3>
</div>
</div>
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1200">
<div class="features-item">
<i class="bi bi-brightness-high" style="color: #29cc61;"></i>
<h3><a href="" class="stretched-link">Flavor Nivelanda</a></h3>
</div>
</div>
</div>
</div>
</section>/Features Section -->
<!-- Stats Section -->
<section id="stats" class="stats section light-background">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-emoji-smile"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="00" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Clients</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-journal-richtext"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="00" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-headset"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="00" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-people"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="07" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Details Section -->
<section id="details" class="details section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Details</h2>
<div><span>How Dropo Works: Your Guide to Quick and Caring Food Delivery in the United
Kingdom</span> <span class="description-title">Details</span></div>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4 align-items-center features-item">
<div class="col-md-5 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="100">
<img src="assets/img/details-1.png" class="img-fluid" alt="">
</div>
<div class="col-md-7" data-aos="fade-up" data-aos-delay="100">
<h3>Learn how Dropo makes food delivery easy, quick, and
community-focused in.</h3>
<p class="fst-italic">
</p>
<p class="fst-italic">
Feeling hungry? Getting your food fix is easy with Dropo:
</p>
<ul>
<li><i class="bi bi-check"></i><span> Open the app.</span></li>
<li><i class="bi bi-check"></i> <span>Order from your favorite takeaways/restaurants.</span></li>
<li><i class="bi bi-check"></i> <span> Sit back and let us deliver your order to your door fast and with no delivery fees.
Every order is a treat for your taste buds and feeds a meal to a homeless person in
the United Kingdom. Good food, good karma!/li>.</span></li>
</ul>
</div>
</div><!-- Features Item -->
<!-- <div class="row gy-4 align-items-center features-item">
<div class="col-md-5 order-1 order-md-2 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/details-2.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1" data-aos="fade-up" data-aos-delay="200">
<h3>Corporis temporibus maiores provident</h3>
<p class="fst-italic">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
</p>
<p>
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum
</p>
</div>
</div> -->
<!-- Features Item -->
<!-- <div class="row gy-4 align-items-center features-item">
<div class="col-md-5 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/details-3.png" class="img-fluid" alt="">
</div>
<div class="col-md-7" data-aos="fade-up">
<h3>Sunt consequatur ad ut est nulla consectetur reiciendis animi voluptas</h3>
<p>Cupiditate placeat cupiditate placeat est ipsam culpa. Delectus quia minima quod. Sunt saepe odit aut quia voluptatem hic voluptas dolor doloremque.</p>
<ul>
<li><i class="bi bi-check"></i> <span>Ullamco laboris nisi ut aliquip ex ea commodo consequat.</span></li>
<li><i class="bi bi-check"></i><span> Duis aute irure dolor in reprehenderit in voluptate velit.</span></li>
<li><i class="bi bi-check"></i> <span>Facilis ut et voluptatem aperiam. Autem soluta ad fugiat</span>.</li>
</ul>
</div>
</div> -->
<!-- Features Item -->
<!-- <div class="row gy-4 align-items-center features-item">
<div class="col-md-5 order-1 order-md-2 d-flex align-items-center" data-aos="zoom-out">
<img src="assets/img/details-4.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1" data-aos="fade-up">
<h3>Quas et necessitatibus eaque impedit ipsum animi consequatur incidunt in</h3>
<p class="fst-italic">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
</p>
<p>
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum
</p>
</div>
</div> -->
<!-- Features Item -->
</div>
</section><!-- /Details Section -->
<!-- Testimonials Section --><!--
<section id="testimonials" class="testimonials section dark-background">
<img src="assets/img/testimonials-bg.jpg" class="testimonials-bg" alt="">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper">
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": "auto",
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div> End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- /Testimonials Section -->
<!-- Faq Section -->
<section id="faq" class="faq section light-background">
<div class="container-fluid">
<div class="row gy-4">
<div class="col-lg-7 d-flex flex-column justify-content-center order-2 order-lg-1">
<div class="content px-xl-5" data-aos="fade-up" data-aos-delay="100">
<div class="container section-title" data-aos="fade-up">
<h2>Dropo Faq</h2>
<h3><span>All You Need to Know About Our </span><strong>Food Delivery in the United
Kingdom</strong></h3>
</div>
<p>
Wonder how it all works at Dropo? It's all here for you, from ordering our
food up to giving back to the community.
</p>
</div>
<div class="faq-container px-xl-5" data-aos="fade-up" data-aos-delay="200">
<div class="faq-item faq-active">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Curious about how Dropo works, or how much we charge?</h3>
<div class="faq-content">
<p>It's all here. Browse from how to get the most from the app to how your orders are helping make a difference in United Kingdom. Want to know more about our pricing? <a href="">Click here.</a></p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Want to know about our specialization</h3>
<div class="faq-content">
<p>Our specialized dish, Pizza, is crafted with a perfect balance of flavors and fresh ingredients. We use a hand-tossed, thin-crust dough made from the finest flour to ensure a crispy yet soft texture. The pizza is topped with a rich, house-made tomato sauce, a generous layer of mozzarella cheese, and a variety of toppings to suit every taste—ranging from classic pepperoni to gourmet options like sun-dried tomatoes, artichokes, and basil.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<i class="faq-icon bi bi-question-circle"></i>
<h3>Do you have vegetarian or vegan options?</h3>
<div class="faq-content">
<p>Yes, we offer a wide variety of vegetarian and vegan dishes. Please check our menu for options or ask our staff for recommendations.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2">
<img src="assets/img/faq.jpg" class="img-fluid" alt="" data-aos="zoom-in" data-aos-delay="100">
</div>
</div>
</div>
</main>
<footer id="footer" class="footer dark-background">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<span class="sitename">Dropo</span>
</a>
<div class="footer-contact pt-3">
<!-- <img src="assets/img/dropoLogo.svg" class="img-fluid w-50" alt=""> -->
<p class="mt-3"><strong>England Office:</strong> <span>58 Market St, Paddock, Huddersfield HD1 4SH</span></p>
<p class="mt-3"><strong>Scotland Office:</strong> <span>159 High Street, Lochee, Dundee DD2 3DB</span></p>
<!-- <p>xyz, xy</p> -->
<p class="mt-3"><strong>Phone:</strong> <span>01382 524187</span></p>
<p><strong>Email:</strong> <span> [email protected]</span></p>
</div>
<div class="social-links d-flex mt-4">
<!-- <a href=""><i class="bi bi-twitter-x"></i></a> -->
<a href="https://www.facebook.com/people/Dropo/61556328581874/"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/dropo_uk/"><i class="bi bi-instagram"></i></a>
<!-- <a href=""><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About us</a></li>
<!-- <li><a href="#">Services</a></li> -->
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<!-- <div class="col-lg-2 col-md-3 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Product Management</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Graphic Design</a></li>
</ul>
</div> -->
<div class="col-lg-4 col-md-12 footer-newsletter">
<h4>Our Newsletter</h4>
<p>Subscribe to our newsletter and receive the latest news about our products and services!</p>
<form action="forms/newsletter.php" method="post" class="php-email-form">
<div class="newsletter-form"><input type="email" name="email"><input type="submit" value="Subscribe"></div>
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your subscription request has been sent. Thank you!</div>
</form>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">dropo</strong> <span>All Rights Reserved</span></p>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://jpbtechsolutions.com">JPB Tech Solutions</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>