-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
381 lines (272 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Foodies</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5S6TKVJ1T4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5S6TKVJ1T4');
</script>
<body data-spy="scroll" data-target="#navbarResponsive">
<div id="home" class="home">
<!--navbar starts-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a href="#home" class="logo"><i class="fas fa-utensils"></i>Foodies</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about"> AboutUs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#dishes">Menu</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="carousel slide" data-ride="carousel" id="carouselExampleIndicators">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="1" data-target="#carouselExampleIndicators"></li>
<li data-slide-to="2" data-target="#carouselExampleIndicators"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img alt="First slide" class="d-block w-100" src="img/car1.jpg">
<div class="carousel-caption d-none d-md-block">
<h5>Delicious and Healthy food </h5>
<a class="btn btn-outline bg-danger" href="#dishes">Order Now</a>
</div>
</div>
<div class="carousel-item">
<img alt="Second slide" class="d-block w-100" src="img/car2.jpg">
<div class="carousel-caption d-none d-md-block">
<h5>Delicious and Healthy Food</h5>
<a class="btn btn-outline bg-danger" href="#dishes">Order Now</a>
</div>
</div>
<div class="carousel-item">
<img alt="Third slide" class="d-block w-100" src="img/car3.jpg">
<div class="carousel-caption d-none d-md-block">
<h5>Delicious and Healthy Food</h5>
<a class="btn btn-outline bg-danger" href="#dishes">Order Now</a>
</div>
</div>
</div>
<a class="carousel-control-prev" data-slide="prev" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-prev-icon"></span> <span class="sr-only">Previous</span></a>
<a class="carousel-control-next" data-slide="next" href="#carouselExampleIndicators" role="button"><span aria-hidden="true" class="carousel-control-next-icon"></span> <span class="sr-only">Next</span></a>
</div>
<section class="about">
<div class="card" id="about">
<div class="row no-gutters">
<div class="col" id="card">
<div class="card-block px-2">
<h3 class="card-title">About Us</h3>
<p class="card-text" id="card"><q><i>Find the best food from your neighboring restaurants with the help of this online food ordering website.
It also has the suitable menu for every cuisine so that people can easily find their preferable food under one fingertip
Easy ordering process available through the delivery app. It has access in many different cities in different countries.
Helps you to find the nearest restaurants as per your ordering demand
All our food is freshly prepared on a daily basis ensuring that you
receive only the finest cuisine ,delicious to taste. We strive for excellence both in the quality of
our food and in our interaction with you.<i></q></p>
</div>
</div>
<div class="col-auto" id="card">
<img src="img/step-2.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!--dishes-->
<section class="dishes" id="dishes">
<h3 class="sub-heading" >Our Popular Dishes</h3>
<div class="box-container">
<div class="box" id="pizza">
<div class="image">
<img src="img/dishes-1.jpg" alt="">
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<h4>Burger</h4>
<a href="order.html" class="btn">Move to Cart</a>
<span class="price">$10.99</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/dish-2.png" alt="">
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<h4>Momos</h4>
<a href="order.html" class="btn">Move to Cart</a>
<span class="price">$12</span>
</div>
</div>
<div class="box" >
<div class="image">
<img src="img/dish-3.png" alt="">
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h4>Veg Roll</h4>
<a href="order.html" class="btn">Move to Cart</a>
<span class="price">$11.99 </span>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/dish-4.jpg" alt="">
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<h4>Pizza</h4>
<a href="order.html" class="btn">Move to Cart</a>
<span class="price">$12.99</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/dish-6.jpg" alt="">
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h4>Fried Chicken</h4>
<a href="order.html" class="btn">Move to Cart</a>
<span class="price">$21.99 </span>
</div>
</div>
<div class="box" >
<div class="image">
<img src="img/menu-3.jpg" alt="">
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h4>Hakka Noodles</h4>
<a href="order.html" class="btn">Move to Cart</a>
<span class="price">$11.99</span>
</div>
</div>
</div>
</section>
<!--section above footer-->
<section class="contact" >
<h1 style="color:#ffffff; background-color: rgb(239, 79, 95); padding-bottom:10px;"><center>Why Choose Us</center></h2><br>
<div class="container" id="extra" >
<div class="row">
<div class="col align-self-start" id="extra">
<center>
<img src="img/discount.png".png" height="120px">
<h5> Discount System</h5>
<p>We have a favorable discount system for our regular customers.</p></center>
</div>
<div class="col align-self-center" id="extra">
<center> <img src="img/express.png" height="120px">
<h5>Express Delivery</h5>
<p>The hottest food & fastest delivery to any location of your city.</p></center>
</div>
<div class="col align-self-end" id="extra">
<center> <img src="img/res.png" height="120px">
<h5>50+ Restaurants</h5>
<p>Large selection of restaurants and cafes throughout the country.</p></center>
</div>
</div>
</div>
</section>
<section class="contact">
<div class="footer-clean">
<footer id="footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-4 col-md-3 item">
<h3>Quick Links</h3>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#dishes">Menu</a></li>
<li><a href="#about">About Us</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 item">
<h3>Contact Details</h3>
<ul>
<li><a href="#"><i class="fas fa-phone"></i>+91-123456789</a></li>
<li><a href="#"><i class="fas fa-phone"></i>+91-123456789</a></li>
<li><a href="#"><i class="fa fa-envelope"></i>[email protected]</a></li>
</ul>
</div>
<div class="col-lg-3 item social">
<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-instagram"></i></a>
<a href="#"><i class="fab fa-snapchat"></i></a>
<p class="copyright">Foodies © 2021</p>
</div>
</div>
</div>
</footer>
</div>
</section>
<!-- footer section ends -->
<!--- Script Source Files -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!--- End of Script Source Files -->
</body>
</html>