-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
473 lines (426 loc) · 23.7 KB
/
index.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
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
<!DOCTYPE html>
<html class="no-js" lang="en-US">
<head>
<title>Welcome to FoodieNex</title>
<?php require_once "./includes/head.phtml"?>
</head>
<body app-name="home">
<?php include_once "includes/nav.phtml"?>
<div class="home-hero-section">
<div class="container-fluid px-3 mt-3">
<div class="row align-items-center">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-7" data-aos="fade-in">
<div class="home-hero-content">
<h1 class="title">Get Satisfied With Great <strong> Taste </strong></h1>
<p class="sub-title">Lets get started with your <span>
<a href="contact">Order!</a></span>
<div class="d-flex mb-4 mt-5">
<a class="btn custom-btn-outline mr-4" href="#">
Learn More
</a>
<a class="btn custom-btn custom-btn-primary" href="#">Get Started
<i class="icofont-double-right"></i>
</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-5">
<div class="burger-img">
<img src="src/img/food ui.png" class="w-100 img-fluid" alt="" />
</div>
</div>
</div>
</div>
</div>
<section class="container-fluid section m-auto shapes-base row my-5 py-5 px-4 flex-wrap" app-section="offers">
<div class="col-md-5 col-sm-10 p-4 shape-content" data-aos="fade-up">
<h2 class="title">What We Offer</h2>
<p class="des pt-4">
FoodieNex is an online food store. We pride ourself as the best in providing top quality foods and
confectioneries. Our number one priority is to satisfy every customer taste and make sure that our meal
makes their day :).
</p>
</div>
<div class="col-md-7 col-sm-10 shape-wrapper d-flex align-items-center justify-content-between">
<div class="shape" data-aos="zoom-in" data-aos-delay="200">
<div class="img">
<img src="src/img/icons/fav-food.png" alt="favourites" class="shape-img">
</div>
<p class="shape-cap">Choose Your Favourite Food</p>
</div>
<div class="shape" data-aos="zoom-in" data-aos-delay="400">
<div class="img">
<img src="src/img/icons/delivery-man.png" alt="delivery_man" class="shape-img">
</div>
<p class="shape-cap">Get Delivery at your door step</p>
</div>
<div class="shape" data-aos="zoom-in" data-aos-delay="500">
<div class="img">
<img src="src/img/icons/food-reviews.png" alt="food reviews" class="shape-img">
</div>
<p class="shape-cap">Gained over 500+ reviews from clients</p>
</div>
</div>
</section>
<?php require_once "./includes/specials.phtml"?>
<?php require_once "./includes/services.phtml"?>
<section class="food-menu-section my-4 section" app-section="food-menu">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<div class="menu-head text-center">
<h2 class="title">Today's <span>Menu</span></h2>
<p>The list of foods below are the top recommended foods from foodie. Order now and enjoy the
rest of your day. </p>
</div>
</div>
</div>
<div class="row food-box">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-4" data-aos="zoom-in" data-aos-delay="200">
<div class="food-menu text-center">
<div class="food-img-info">
<div class="food-img">
<img src="src/img/food1.png" class="w-100" alt="" />
</div>
<div class="overlay text-left">
<h4>Ingredients</h4>
<span>½ tbsp olive oil</span>
<span>1 onion, peeled and finely chopped</span>
<span>1 tsp mixed dried herbs</span>
<span>1 egg, beaten</span>
<span> 4 slices mature Cheddar (optional)</span>
</div>
</div>
<div class="food-informaion">
<div class="row align-items-center">
<div class="col-12">
<h2 class="caption">Chicken Burger</h2>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="food-info text-left">
<span class="date"><i class="icofont-clock-time"></i> 25 min away</span>
<h3 class="item-price"><span>$</span>89.00</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-right">
<a href="#" class="btn order-btn2">Order</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-4" data-aos="zoom-in" data-aos-delay="250">
<div class="food-menu text-center">
<div class="food-img-info">
<div class="food-img">
<img src="src/img/food2.png" class="w-100" alt="" />
</div>
<div class="overlay text-left">
<h4>Ingredients</h4>
<span>½ tbsp olive oil</span>
<span>1 onion, peeled and finely chopped</span>
<span>1 tsp mixed dried herbs</span>
<span>1 egg, beaten</span>
<span> 4 slices mature Cheddar (optional)</span>
</div>
</div>
<div class="food-informaion">
<div class="row align-items-center">
<div class="col-12">
<h2 class="caption">Special Beef Burger</h2>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="food-info text-left">
<span class="date"><i class="icofont-clock-time"></i> 25 min away</span>
<h3 class="item-price"><span>$</span>95.00</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-right">
<a href="#" class="btn order-btn2">Order</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-4" data-aos="zoom-in" data-aos-delay="300">
<div class="food-menu">
<div class="food-img-info">
<div class="food-img">
<img src="src/img/food3.png" class="w-100" alt="" />
</div>
<div class="overlay text-left">
<h4>Ingredients</h4>
<span>½ tbsp olive oil</span>
<span>1 onion, peeled and finely chopped</span>
<span>1 tsp mixed dried herbs</span>
<span>1 egg, beaten</span>
<span> 4 slices mature Cheddar (optional)</span>
</div>
</div>
<div class="food-informaion">
<div class="row align-items-center">
<div class="col-12">
<h2 class="caption">Chicken Fry Pack</h2>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="food-info">
<span class="date"><i class="icofont-clock-time"></i> 25 min away</span>
<h3 class="item-price"><span>$</span>74.00</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-right">
<a href="#" class="btn order-btn2">Order</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-4" data-aos="zoom-in" data-aos-delay="350">
<div class="food-menu text-center">
<div class="food-img-info">
<div class="food-img">
<img src="src/img/food4.png" class="w-100" alt="" />
</div>
<div class="overlay text-left">
<h4>Ingredients</h4>
<span>½ tbsp olive oil</span>
<span>1 onion, peeled and finely chopped</span>
<span>1 tsp mixed dried herbs</span>
<span>1 egg, beaten</span>
<span> 4 slices mature Cheddar (optional)</span>
</div>
</div>
<div class="food-informaion">
<div class="row align-items-center">
<div class="col-12">
<h2 class="caption">Hotte Sendwise</h2>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="food-info">
<span class="date"><i class="icofont-clock-time"></i> 25 min away</span>
<h3 class="item-price"><span>$</span>25.00</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-right">
<a href="#" class="btn order-btn2">Order</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-4" data-aos="zoom-in" data-aos-delay="400">
<div class="food-menu text-center">
<div class="food-img-info">
<div class="food-img">
<img src="src/img/food5.png" class="w-100" alt="" />
</div>
<div class="overlay text-left">
<h4>Ingredients</h4>
<span>½ tbsp olive oil</span>
<span>1 onion, peeled and finely chopped</span>
<span>1 tsp mixed dried herbs</span>
<span>1 egg, beaten</span>
<span> 4 slices mature Cheddar (optional)</span>
</div>
</div>
<div class="food-informaion">
<div class="row align-items-center">
<div class="col-12">
<h2 class="caption">Vegetable Roll</h2>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="food-info text-left">
<span class="date"><i class="icofont-clock-time"></i> 25 min away</span>
<h3 class="item-price"><span>$</span>18.00</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-right">
<a href="#" class="btn order-btn2">Order</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-4" data-aos="zoom-in" data-aos-delay="450">
<div class="food-menu text-center">
<div class="food-img-info">
<div class="food-img">
<img src="src/img/food6.png" class="w-100" alt="" />
</div>
<div class="overlay text-left">
<h4>Ingredients</h4>
<span>½ tbsp olive oil</span>
<span>1 onion, peeled and finely chopped</span>
<span>1 tsp mixed dried herbs</span>
<span>1 egg, beaten</span>
<span> 4 slices mature Cheddar (optional)</span>
</div>
</div>
<div class="food-informaion">
<div class="row align-items-center">
<div class="col-12">
<h2 class="caption">French Fry</h2>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6">
<div class="food-info text-left">
<span class="date"><i class="icofont-clock-time"></i> 25 min away</span>
<h3 class="item-price"><span>$</span>16.00</h3>
</div>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-right">
<a href="#" class="btn order-btn2">Order</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="customer-section section" app-section="customer-reviews">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg 12 col-xl-12">
<div class="customer-head text-center menu-head">
<h2 class="title">Some of Our Satisfied <span>Customer.</span></h2>
</div>
</div>
</div>
<div class="row mt-5 justify-content-center">
<div class="images-position position-relative">
<div class="customer1-img">
<img src="src/img/customer1.png" class="w-100 img-fluid" alt="" />
</div>
<div class="customer2-img">
<img src="src/img/customer2.png" class="w-100 img-fluid" alt="" />
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-xl-8">
<div class="testimonial-slider">
<div class="customer-information text-center">
<div class="customer-img">
<img src="src/img/customer1.png" class="w-100 img-fluid" alt="" />
</div>
<div class="customer-content">
<p class="des">
If you are going to use a passage of cren you need to isn't anything embarrassing
hidden in the middle of text generators Internet tend repeat predefined chunks as
necessary making this the first true
generator on the Internet.
</p>
<h3><a href="#">Kristyn Hairston</a></h3>
<span>Happy Customer</span>
</div>
</div>
<div class="customer-information text-center">
<div class="customer-img">
<img src="src/img/customer2.png" class="w-100 img-fluid" alt="" />
</div>
<div class="customer-content">
<p class="des">
If you are going to use a passage of cren you need to isn't anything embarrassing
hidden in the middle of text generators Internet tend repeat predefined chunks as
necessary making this the first true
generator on the Internet.
</p>
<h3><a href="#">Antor Biswas</a></h3>
<span>Happy Customer</span>
</div>
</div>
<div class="customer-information text-center">
<div class="customer-img">
<img src="src/img/customer3.png" class="w-100 img-fluid" alt="" />
</div>
<div class="customer-content">
<p class="des">
If you are going to use a passage of cren you need to isn't anything embarrassing
hidden in the middle of text generators Internet tend repeat predefined chunks as
necessary making this the first true
generator on the Internet.
</p>
<h3><a href="#">Marie Hairston</a></h3>
<span>Happy Customer</span>
</div>
</div>
<div class="customer-information text-center">
<div class="customer-img">
<img src="src/img/customer4.png" class="w-100 img-fluid" alt="" />
</div>
<div class="customer-content">
<p class="des">
If you are going to use a passage of cren you need to isn't anything embarrassing
hidden in the middle of text generators Internet tend repeat predefined chunks as
necessary making this the first true
generator on the Internet.
</p>
<h3><a href="#">Hannah Hairston</a></h3>
<span>Happy Customer</span>
</div>
</div>
</div>
</div>
<div class="images-position position-relative">
<div class="customer3-img">
<img src="src/img/customer3.png" class="w-100 img-fluid" alt="" />
</div>
<div class="customer4-img">
<img src="src/img/customer4.png" class="w-100 img-fluid" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="section blog-container my-5 section" app-section="blog">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<div class="customer-head text-center menu-head">
<h2 class="title">Latest <span class="text-orange">Article</span>
</h2>
</div>
</div>
</div>
<div class="row blog-rows mt-4 pt-5">
<div class="blog-row row col-md-6 col-sm-10 align-items-center">
<div class="blog-img img-thumbnail col-md-3">
<img src="src/img/cakes/deva-williamson-HHebuDYjP4I-unsplash.jpg" alt="" class="w-100">
</div>
<a href="post" class="blog-txt col-md-8">
<p class="blog-des">
Best booking systems and table planners for restaurants.
</p>
<p class="mt-3">
<div class="blog-badge primary">recipe</div>
</a>
</div>
<div class="blog-row row col-md-6 col-sm-10 align-items-center">
<div class="blog-img img-thumbnail col-md-3">
<img src="src/img/cakes/danil-aksenov-bkXzABDt08Q-unsplash.jpg" alt="" class="w-100">
</div>
<a href="post" class="blog-txt col-md-8">
<p class="blog-des"> Lorem ipsum dolor sit amet consectetur adi1pisicing elit. Quasi ipsum ad
asperiores voluptas temporibus similique!
</p>
<p class="mt-3">
<div class="blog-badge secondary">food</div>
</a>
</div>
<div class="blog-row row col-md-6 col-sm-10 align-items-center">
<div class="blog-img img-thumbnail col-md-3">
<img src="src/img/cakes/divani-diva--R7vMzV078Q-unsplash.jpg" alt="" class="w-100">
</div>
<a href="post" class="blog-txt col-md-8">
<p class="blog-des"> Lorem ipsum dolor sit amet consectetur adi1pisicing elit. Quasi ipsum ad
asperiores voluptas temporibus similique!
</p>
<p class="mt-3">
<div class="blog-badge secondary">food</div>
</a>
</div>
</div>
<a href="blog" class="btn text-success col-md-4 d-block m-auto"> Load More</a>
</div>
</section>
<?php require_once "./includes/footer.phtml"?>
</body>
</html>