-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
426 lines (404 loc) · 17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="Enter your desdcription here"/>
<titles>Foodies website Design by Saksham Jain </title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive-style.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navigation-wrap">
<div class="container">
<a class="navbar-brand" href="#">
<img src="logo.jpg" class="img-fluid">
</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> -->
<i class="fas fa-stream navbar-toggler-icon"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" 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 Foods</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonial">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Team</a>
</li>
<li>
<button class="main-btn"> 1200 345 123</button>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- section-1 top banner -->
<section id="home">
<div class="top-banner">
<div class="container">
<div class="row">
<div class="col-xl-5 col-md-6">
<h1>Good food choices are good investments.</h1>
<p>lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum amet leo.
</p>
<button class="main-btn mt-4">Order now <i class="fas fa-shopping-basket ps-3"></i></button>
</div>
</div>
</div>
</div>
</section>
<!-- section-2 counter -->
<section id="counter">
<div class="counter-section">
<div class="container">
<div class="row text-center">
<div class="col-md-3 col-sm-6 md-mb-0 mb-4">
<h2>
<span id="count1"></span>+
</h2>
<p>SAVINGS</p>
</div>
<div class="col-md-3 col-sm-6 md-mb-0 mb-4">
<h2>
<span id="count2"></span>+
</h2>
<p>PHOTOS</p>
</div>
<div class="col-md-3 col-sm-6 md-mb-0 mb-4">
<h2>
<span id="count3"></span>+
</h2>
<p>ROCKETS</p>
</div>
<div class="col-md-3 col-sm-6 md-mb-0 mb-4">
<h2>
<span id="count4"></span>+
</h2>
<p>GLOBES</p>
</div>
</div>
</div>
</div>
</section>
<!-- section-3 about-->
<section id="about">
<div class="about-secction wrapper">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-12 mb-lg-0 mb-5">
<img src="img-1.jpg" class="img-fluid">
</div>
<div class="col-lg-6 col-md-12 ps-lg-5">
<h2> We pride ourselves on making real food from the best ingredients.</h2>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum in sit
amet leo. Mauris feugiat erat tellus. >Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et
purus a odio finibus bibendum in sit amet leo. Mauris feugiat erat tellus.</p>
<button class="main-btn mt-4">Learn More</button>
</div>
</div>
<div class="row align-items-center food-type">
<div class="col-lg-5 col-md-12 order-2 order-lg-1 pe-lg-5">
<h2>We make everything by hand with the best possible ingredients.</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum in sit
amet leo. Mauris feugiat erat tellus.Far far away, behind the word mountains, far from the countries
Vokalia and Consonantia, there live the blind texts.</p>
<ul class="list-unstyled py-3">
<li>Etiam sed dolor ac diam volutpat.</li>
<li>Erat volutpat aliquet imperdiet.</li>
<li>purus a odio finibus bibendum.</li>
</ul>
<button class="main-btn mt-4">Learn More</button>
</div>
<div class="col-lg-7 col-md-12 mb-lg-0 mb-5 order-1 order-lg-2">
<img src="img-2.jpg" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<!-- section-3 story-->
<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>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio
finibus bibendum in sit amet leo. Mauris feugiat erat tellus.</p>
<button class="main-btn mt-3">Read More</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section-4 explore food-->
<section id="explore-food">
<div class="explore-food wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="text-content text-center">
<h2>Explore Our Foods</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et purus a odio finibus bibendum in sit
amet leo. Mauris feugiat erat tellus. Far far away, behind the world mountains, far from the countries
Vokalia and Consonantia, there live the blind texts. Seperated they live in Bookmarksgrove.</p>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="img-3.jpg" class="img-fluid">
<div class="p-4">
<h4>Cheese Vegetable Burger</h4>
<p>Time: 15- 20 Minutes | Serves: 1</p>
<span>₹70.00 <del>₹85.00</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="img-4.jpg" class="img-fluid">
<div class="p-4">
<h4>Vegetarian Food</h4>
<p>Time: 30-45 Minutes | Serves: 1</p>
<span>₹110.00 <del>₹135.00</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-lg-0 mb-5">
<div class="card">
<img src="img-5.jpg" class="img-fluid">
<div class="p-4">
<h4>Raspberry Stuffed French food</h4>
<p>Time: 10-15 Minutes | Serves: 1</p>
<span>₹150.00 <del>₹175.00</del></span>
<button class="mt-4 main-btn">Order Now</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section-5 testimonial-->
<section id="testimonial">
<div class="wrapper testimonial-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12 text-center pb-4">
<h2>Testimonial</h2>
</div>
<div class="col-sm-12 col-lg-10">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-caption">
<img src="review-1.jpg" class="img-fluid">
<p>"It's a great experience. The ambiance is very welcoming and charming. Amazing food and service.
Staff are extremely knowledgeable and make great recommendation."</p>
<h5>Siddharth- UX Designer</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img src="review-2.jpg" class="img-fluid">
<p>"I just wanted to share a quick note and let you know that you guys do a really good job. I'm glad I decided to work with you.
It's really great how easy your websites are to update and manage. I never have any problem at all."</p>
<h5>-Shruti- UX Designer</h5>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption">
<img src="review-3.jpg" class="img-fluid">
<p>"Excellent food. Menu is extensive and seasonal to a particularly high standard. Definitely fine dining.
It can be expensive but worth it and they do different deals on different nights so it’s worth checking them out before you book. Highly recommended."</p>
<h5>Rohit- UX Designer</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--section-6 Team-->
<section id="team">
<div class="team wrapper">
<div class="container">
<div class="row">
<div class="col-sm-12 text-cener pb-5">
<h2>They will cook for you</h2>
</div>
<div class="col-xl-3 col-sm-6 mb-4">
<div class="card">
<img src="team1.jpg" class="img-fluid">
<div class="team-caption py-4 px-2">
<h4>Vicky Ratnani</h4>
<h6>Sous-chef</h6>
<p>
Not only a great cook but he chatted to everybody throughout the evening answering all their questions. He looked after everybody really well and the food was terrific. Thanks for setting it all up and you can be assured that if I try this again you will be top of my list.
</p>
<div class="social-icon">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-sm-6 mb-4">
<div class="card">
<img src="team2.jpg" class="img-fluid">
<div class="team-caption py-4 px-2">
<h4>Shipra Khanna</h4>
<h6>Sous-chef</h6>
<p>
Not only a great cook but she chatted to everybody throughout the evening answering all their questions. She looked after everybody really well and the food was terrific. Thanks for setting it all up and you can be assured that if I try this again you will be top of my list.
</p>
<div class="social-icon">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-sm-6 mb-4">
<div class="card">
<img src="team3.jpg" class="img-fluid">
<div class="team-caption py-4 px-2">
<h4>Ajay Chopra</h4>
<h6>Sous-chef</h6>
<p>
Not only a great cook but he chatted to everybody throughout the evening answering all their questions. He looked after everybody really well and the food was terrific. Thanks for setting it all up and you can be assured that if I try this again you will be top of my list.
</p>
<div class="social-icon">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-sm-6 mb-4">
<div class="card">
<img src="team4.jpg" class="img-fluid">
<div class="team-caption py-4 px-2">
<h4>Pooja Dhingra</h4>
<h6>Sous-chef</h6>
<p>
Not only a great cook but she chatted to everybody throughout the evening answering all their questions. She looked after everybody really well and the food was terrific. Thanks for setting it all up and you can be assured that if I try this again you will be top of my list.
</p>
<div class="social-icon">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section-7 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">Book Online</button>
</div>
</div>
</div>
</div>
</section>
<!-- section-8 download-app-->
<section id="download-app">
<div class="download-app wrapper">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-4 order-2 order-lg-1">
<div class="text-content">
<h1 class="mb-3">Download our mobile app.</h1>
<p>Consectetur numquam poro nemo veniam
eligendi rem adipisci quo modi.</p>
<div class="d-flex flex-wrap mt-4">
<a href="#"><img src="1.svg" class="me-3"></a>
<a href="#"><img src="2.svg" class="me-3"></a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 order-1 order-lg-2">
<img src="phones.png" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<!-- section-9 footer-->
<footer 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">Log In</a>
<a href="#" class="footer-link">Team</a>
<a href="#" class="footer-link">Follow Us</a>
<div class="footer-social pt-4 text-center">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-sm-12">
<div class="text-center pt-5">
<p class="text-light">© 2023. Foodies. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="main.js"></script>
</body>
</html>