-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (285 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- fontawesome link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- CSS link -->
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<title>Flavours Paradise</title>
</head>
<body>
<section class="landing-page">
<header>
<div class="logo"><img src="Images/Flavours Paradise.png" alt=""><h1>FLAVOURS<br>PARADISE</h1></div>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#menu">Menu</a>
<a href="#about">pricing</a>
<a href="#about">About</a>
<a href="#order">My Orders</a>
</nav>
<button class="book">BOOK A TABLE</button>
</header>
<div class="home">
<h1 class="tag">YOUR HUNGER <span>DESTINATION</span></h1>
<p>Made with <span>LOVE</span>, Served by <span>HEART</span></p>
<button class="book">Order Now</button>
</div>
</section>
<!-- special section starts -->
<section class="special">
<div class="heading">
<h1>Today's Special</h1>
</div>
<div id="special">
<div class="card">
<img src="Images/Pasta.jpeg"alt="">
<div class="details">
<div class="details-sub">
<h3>Special Pasta </h3>
<h3 class="price"> $10 </h3>
</div>
<br>
<p> Flour, Capsicum, Tomatos, olive oil, Onion</p>
<button>Order Now</button>
</div>
</div>
<div class="card">
<img src="Images/pavbajhi.jpg" alt="">
<div class="details">
<div class="details-sub">
<h3>Pav Bhajhi</h3>
<h3 class="price"> $8 </h3>
</div>
<br>
<p>Potatoes, Tomatoes, Onions, Peas, Capsicum</p>
<button>Order Now</button>
</div>
</div>
<div class="card">
<img src="Images/Dosa.jpeg"alt="">
<div class="details">
<div class="details-sub">
<h3>Pizza</h3>
<h3 class="price"> $12 </h3>
</div>
<br>
<p>Dough, Tomato sauce, Mozzarella cheese, Pepperoni, Oregano</p>
<button>Order Now</button>
</div>
</div>
</div>
</section>
<!-- offers section starts -->
<section>
<div class="offers">
<img src="Images/Burger-Offer.png" alt="">
<img src="Images/French_Fries.png" alt="">
</div>
</section>
<!-- Menu Section Starts -->
<section>
<div class="heading">
<h1>~ Our Delicious Menu ~</h1>
<p>We offer a large variety of indian cuisine</p>
</div>
<div class="menu">
<div class="single-menu">
<img src="Images/pizza.jpeg" alt="">
<div class="menu-content">
<h5>Crispy Pizza <span>$20</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Momos.jpeg" alt="">
<div class="menu-content">
<h5>Momo Magic <span>$5</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Burger.jpeg" alt="">
<div class="menu-content">
<h5>Burger Buzz <span>$10</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/noodles.jpeg" alt="">
<div class="menu-content">
<h5>Hot Noodles <span>$25</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Paneer.jpeg" alt="">
<div class="menu-content">
<h5>Chilli Paneer<span>$25</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Salad.jpeg" alt="">
<div class="menu-content">
<h5>Mix Salad <span>$32</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Drinks.jpeg" alt="">
<div class="menu-content">
<h5>Tangy Drinks<span>$20</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Ice-Creams.jpeg" alt="">
<div class="menu-content">
<h5>Cool Creams <span>$20</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
<div class="single-menu">
<img src="Images/Soups.jpeg" alt="">
<div class="menu-content">
<h5>Slaucy Soups <span>$20</span></h5>
<p>Lorem ipsum dolor sit amet.</p>
<button class="order">Add to Cart</button>
</div>
</div>
</div>
</section>
<!-- Our Services Section Starts -->
<section>
<div class="heading">
<h1>Why Choose Us</h1>
</div>
<div class="services">
<h1>Our Strength</h1>
<div class="services-cards">
<div class="services-card">
<i class="fa-solid fa-kitchen-set"></i>
<div class="servies-content">
<h3>Skilled Chefs</h3>
<p>Masterful chefs infuse each dish with a symphony of flavors, meticulously crafted to delight the palate with every bite.</p>
</div>
</div>
<div class="services-card">
<i class="fa-solid fa-utensils"></i>
<div class="servies-content">
<h3>Healthy & Hyginic Food</h3>
<p>Health and hygiene in restaurants ensure the provision of safe and nutritious food, safeguarding the well-being of customers.</p>
</div>
</div>
<div class="services-card">
<i class="fa-brands fa-envira"></i>
<div class="servies-content">
<h3>Fresh Enviroment</h3>
<p>Sense of vitality and cleanliness, enhancing the dining experience through ambiance and aesthetics.</p>
</div>
</div>
<div class="services-card">
<i class="fa-solid fa-hand-holding-heart"></i>
<div class="servies-content">
<h3>Best Services</h3>
<p>anticipate and exceed diners' needs with seamless efficiency, creating an atmosphere where guests feel welcomed, valued, and indulged in every aspect of their dining experience.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Reservation Section Starts -->
<section>
<div class="reservation" id="reservation">
<div class="res-form">
<h1 class="res-heading">Book A Table</h1>
<form>
<div class="form-holder">
<div>
<select>
<option>Select</option>
<option>1 People</option>
<option>2 People</option>
<option>3 People</option>
<option>4 People</option>
</select>
<input type="text" name="" placeholder="Time">
<input type="text" name="" placeholder="Phone">
</div>
<div>
<input type="text" name="" placeholder="Date">
<input type="text" name="" placeholder="Name">
<input type="email" name="" placeholder="E-Mail">
</div>
</div>
<center><button class="book">Book Now</button></center>
</form>
</div>
</div>
</section>
<!-- About Section Starts -->
<section class="about">
<div class="heading">
<h1>About Us</h1>
</div>
<div class="about-content">
<p>where every dish tells a story of India's rich culinary heritage. At Foodies Corner, we celebrate the art of vegetarian cuisine, offering a symphony of spices, textures, and aromas that tantalize the senses. From timeless classics like Chilly Paneer to innovative creations bursting with seasonal produce, each dish is crafted with love and expertise, ensuring a gastronomic journey like no other. So, Visit and Experience the essence of India, one every bite.</p>
<img src="Images/Chef.jpg" alt="">
</div>
</section>
<!-- Feedback Section Starts -->
<section class="review">
<div class="heading">
<h1>Send Your Reviews & Feedback</h1>
</div>
<form class="write-us">
<input type="text" class="inp_box" placeholder="Name">
<input type="email" class="inp_box" placeholder="Email">
<textarea type="text" class="inp_box text_area" placeholder="Drop your suggestions"></textarea>
<button class="btn2">Submit</button>
</form>
</section>
<!-- FOOTER SECTION STARTS -->
<footer>
<div class="footerContainer">
<div class="footerNav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Reviews</a></li>
<li><a href="#">Our Teams</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<p class="follow">Follow Us</p>
<div class="socialIcons">
<a href=""><i class="fa-brands fa-youtube"></i></a>
<a href=""><i id="facebook" class="fa-brands fa-facebook"></i></a>
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i id="twitter" class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-google-plus"></i></a>
</div>
</div>
</footer>
<div class="footerBottom">
<p>copyright © 2024....All Rights Reserved</p>
<br>
<p>Designed by <span>MAYANK</span></p>
</div>
<script src="script.js"></script>
</body>
</html>