-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
632 lines (551 loc) · 29.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Restaurant Website</title>
<!-- **** Bootstrap CSS *** -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- **** Fontawesoome CSS *** -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- **** Custom CSS *** -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/images/favicon.jpg">
</head>
<body>
<!-- **** Header Section **** -->
<header>
<nav class="navbar navbar-expand-lg navigation-wrap">
<div class="container">
<a class="navbar-brand" href="#">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#explore-food">Explore Food</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testinomial">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li>
<button class="main-btn">123 456 784</button>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- **** Section-1 Top-Banner **** -->
<section id="home">
<div class="container-fluid px-0 top-banner">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<h1>Delicious Healthy Recipes <br> From Family to Yours</h1>
<p class="drop-in-2">As a food lover and a number cruncher I've decided that cooking on a budget
shouldn't mean canned beans and ramen noodles night after night. Join me for delicious
recipes designed for small budgets.</p>
<div class="mt-4">
<button class="main-btn">Order Now <img src="assets/images/next.png" alt=""></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-2 Counter Section **** -->
<section id="counter">
<section class="counter-section">
<div class="container">
<div class="row text-center">
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count1"></span> +
</h2>
<p>CUSTOMERS</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count2"></span> +
</h2>
<p>REVIEWS</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count3"></span> +
</h2>
<p>RATINGS</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<h2>
<span id="count4"></span> +
</h2>
<p>ORDERS</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- **** Section-3 About Section **** -->
<section id="about">
<div class="about-section wrapper">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-7 col-md-12 mb-lg-0 mb-5">
<div class="card border-0">
<img src="assets/images/about.jpg" alt="">
</div>
</div>
<div class="col-lg-5 col-md-12 text-sec">
<h2>We pride ourselves on making <span>real food</span> from the best ingredients.</h2>
<p class="drop-in-2"> Besides practical experience, a simple but effective business plan should
be in place which defines and describes the restaurant's concept, its targeted market and
location, menu and pricing, future earnings and expenditure forecasts, and staff
recruitment, training, and retention policies.
<br><br>
It is important to invest wisely to save costs without compromising on quality. It is also
essential to invest in high-quality equipment for long-term and heavy-duty use.
</p>
<button class="main-btn mt-4">Learn More</button>
</div>
</div>
</div>
</section>
<section id="about2">
<div class="food-type wrapper">
<div class="container ">
<div class="row aligns-item-center">
<div class="col-lg-5 col-md-12 text-sec mb-lg-0 mb-5">
<h2>We make <span>everything by hand</span> with the best possible ingredients.</h2>
<p class="drop-in-2">A restaurant is a business that prepares and serves food and drinks to
customers.Meals are generally served and eaten on the premises, but many restaurants also
offer take-out and food delivery services.
<br>
Restaurants vary greatly in appearance and offerings, including a wide variety of cuisines
and service models ranging from inexpensive fast-food restaurants and cafeterias to
mid-priced family restaurants, to high-priced luxury establishments.
</p>
<ul class="list-unstyled py-3">
<li>Tasty Food</li>
<li>Good Service</li>
<li>Reasonable Cost</li>
<li>Hygiene and Cleanliness</li>
</ul>
<button class="main-btn mt-4">Learn More</button>
</div>
<div class="col-lg-7 col-md-12">
<div class="card border-0">
<img src="assets/images/about2.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-4 Work Section **** -->
<section id="work">
<section class="work-section">
<div class="container">
<div class="row text-center">
<h2>How It <span>Works</span></h2>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<img src="assets/images/img-4.jpg" alt="">
<p class="drop-in-2">choose your favourite food</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<img src="assets/images/delivery.jpg" alt="">
<p class="drop-in-2"> free and fast delivery</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<img src="assets/images/payment.jpg" alt="">
<p class="drop-in-2">easy payment method</p>
</div>
<div class="col-md-3 mb-lg-0 mb-md-0 mb-5">
<img src="assets/images/enjoy-food.png" alt="">
<p class="drop-in-2">and finally, enjoy your food</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- **** Section-5 Story Section -->
<section id="story">
<div class="story-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-content">
<h2>When a man's stomach is full it makes no difference whether he is rich or poor.</h2>
<p class="drop-in-2">Many successful restaurateurs believe that working in someone else's
restaurants was the best preparation for owning and running their own establishment.</p>
<button class="main-btn mt-3">Read More</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-6 Explore Food **** -->
<section id="explore-food">
<div class="explore-food wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="text-content text-center">
<h2>Explore Our <span>Foods</span></h2>
<p class="drop-in-2">Food is often the reason why people travel! After all, there is no
better way to appreciate a culture than by sampling local flavours. It could be in fancy
Michelin-starred restaurants, humble hole-in-the-wall eateries or cheap food carts on
the street. </p>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/img-3.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>Vegetable Sandwich</h4>
<p>Time: 15 - 20 Minutes <button class="btn btn-success">4.3 ★</button></p>
<span>$ 150<del>$ 180</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/img-4.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>Burger</h4>
<p>Time: 30 - 45 Minutes <button class="btn btn-success">4.5★</button></p>
<span>$120 <del>$150</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/idli.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>Prigase</h4>
<p>Time: 20 - 30 Minutes <button class="btn btn-success">3.5★</button></p>
<span>$90 <del>$120</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/img-5.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>Raspberry Stuffed French Toast</h4>
<p>Time: 10 - 15 Minutes <button class="btn btn-success">5 ★</button></p>
<span>$100<del>$130</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/noodles.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>Noodles</h4>
<p>Time: 25 - 40 Minutes <button class="btn btn-success">3.5 ★</button></p>
<span>$200 <del>$250</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/pizza.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>Pizza</h4>
<p>Time: 30 - 45 Minutes <button class="btn btn-success">4.5 ★</button></p>
<span>$300 <del>$350</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/dosa.jpg" class="img-fluid" alt="">
<div class="pt-5">
<h4>South Africa Chikle</h4>
<p>Time: 50 - 60 Minutes <button class="btn btn-success">3.9★</button></p>
<span>$100 <del>$120</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="assets/images/veg thali.png" class="img-fluid" alt="">
<div class="pt-5">
<h4>Vegeterian Thali</h4>
<p>Time: 30 - 45 Minutes <button class="btn btn-success">4.4 ★</button></p>
<span>$200 <del>$220</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-7 Testinomial **** -->
<section id="testinomial">
<div class="wrapper testimonial-section">
<div class="container text-center">
<div class="text-center pb-4">
<h2 class="text-white">Testimonial</h2>
</div>
<div class="row">
<div class="col-sm-12 col-lg-10 offset-lg-1">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="0"
class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="3"
aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleControls" data-bs-slide-to="4"
aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-caption">
<img src="assets/images/review-1.jpg">
<p>“Far far away, behind the word mountains, far from the countries Vokalia and
Consonantia, there live the blind texts.”</p>
<h5>Johnthan Doe</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img src="assets/images/review-2.jpg">
<p>“Breakfast was delicious. Like a good homestyle country savory breakfast
.Enjoyed the whole experience and definitely recommend this place for a
place to eat on the cape.”</p>
<h5> Ronnie E. </h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img src="assets/images/review3.jpg">
<p>“The absolute best red sauce. Weather on Pizza or Pasta, it's honestly
delicious. Portions are huge and the staff is extremely friendly and
courteous.” </p>
<h5>Rick H.</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img src="assets/images/review4.jpg">
<p>“Very good service, good menu … not overly extensive. Food was very good
quality all around. Prices were reasonable.”</p>
<h5>Bill M.</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img src="assets/images/review5.jpg">
<p>“I had breakfast there this morning and dinner tonight. All were well beyond
my expectations. Breakfast will knock your slippers off.”</p>
<h5>Taylor M</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-8 FAQ Section **** -->
<section id="faq">
<div class="faq wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center pb-4">
<h2>Frequently Asked <span>Questions</span></h2>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-sm-6 mb-4">
<h4><span>~</span>How do I Make a regular Table Booking?</h4>
<p class="drop-in-2">It's a piece of cake - once you've found your preferred restaurant simply
select your Date and Time required, and then so long as we have an email address and phone
number your booking is instantly confirmed the minute you hit "Book"</p>
</div>
<div class="col-sm-6 mb-4">
<h4><span>~</span>How do I book a Bookable-Special?</h4>
<p class="drop-in-2">It's quick and easy - once you've found your preferred restaurant special,
simply click 'Book Special' then select a date when its available, then the time, and then
so long as we have an email address and phone number your booking is instantly confirmed the
minute you hit "Book</p>
</div>
<div class="col-sm-6 mb-4">
<h4><span>~</span>How can I be certain my booking's been received?</h4>
<p class="drop-in-2">We'll send an instant confirmation email to the address used in your
booking. If you book more than a day ahead, we'll also send a reminder 24 hours before your
booking is due. You can reconfirm your booking using a link in your reminder email</p>
</div>
<div class="col-sm-6 mb-4">
<h4><span>~</span>What happens if I get to the restaurant and they don't have my booking?</h4>
<p class="drop-in-2">Restaurant Hub restaurants are committed to honour any confirmed bookings
we have generated. For added peace of mind you should always reconfirm your booking using
the the link included in your reminder email, and it's also a good idea to take your
confirmation email with you. </p>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-9 Book Food **** -->
<section id="book-food">
<div class="book-food">
<div class="container book-food-text">
<div class="row text-center">
<div class="col-lg-9 col-md-12">
<h2>Baked fresh daily by bakers with passion.</h2>
</div>
<div class="col-lg-3 col-md-12 mt-lg-0 mt-4">
<button class="main-btn">Learn More</button>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-10 Newsletter **** -->
<section id="newsletter">
<div class="newsletter wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-content text-center pb-4">
<h2>Hurry Up! <span>Subscribe</span> our newsletter and get 25% off</h2>
<p class="drop-in-2">Limited time offer for this month. No credit card required. </p>
</div>
<form action="#" class="newsletter">
<div class="row">
<div class="col-md-8 col-12">
<input type="email" class="form-control" placeholder="Email Address Here"
name="email">
</div>
<div class="col-md-4 col-12">
<button class="main-btn" type="submit">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-11 Contact Section **** -->
<section id="contact">
<div class="contact-section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-center pb-4">
<h2>Contact <span>Us</span></h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 mb-4">
<img src="assets/images/contact.jpg" alt="" class="img-fluid">
</div>
<div class="col-sm-6 mb-4">
<form action="#">
<div class="form-group">
<label for="name">Name</label>
<input type="text" name="name" id="name" class="form-control"
placeholder="Enter your name">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" name="email" id="email" class="form-control"
placeholder="Enter your email">
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" name="subject" id="subject" class="form-control"
placeholder="Enter your subject">
</div>
<div class="form-group">
<label for="message">Message</label><br>
<textarea name="message" id="" cols="20" rows="2"
placeholder="Enter your message"></textarea>
</div>
<button type="submit" class="main-btn">Submit</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- **** Section-12 Footer Section **** -->
<section id="footer">
<div class="footer py-5">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<a href="#" class="footer-link">Register</a>
<a href="#" class="footer-link">Forum</a>
<a href="#" class="footer-link">Affiliate</a>
<a href="#" class="footer-link">FAQ</a>
<div class="footer-social pt-4 text-center">
<a href="#"><img src="assets/images/facebook.png" alt=""></a>
<a href="#"><img src="assets/images/twitter.png" alt=""></a>
<a href="#"><img src="assets/images/youtube.png" alt=""></a>
<a href="#"><img src="assets/images/linked.png" alt=""></a>
<a href="#"><img src="assets/images/instagram.png" alt=""></a>
</div>
</div>
<div class="col-sm-12">
<div class="footer-copy">
<div class="copy-right text-center pt-5">
<p class="text-light"> Developed by ❤ maylo.yzx <br>© Copyright 2024 | All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- **** Javascript **** -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="assets/js/main.js"></script>
</body>
</html>