-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
319 lines (305 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="styles.css" />
<title>FoodNest - Taste of India</title>
</head>
<body>
<nav>
<div class="nav-header">
<div class="logo nav-logo">
<a href="#">Food<span>Nest</span></a>
</div>
<div class="nav-menu-btn" id="menu-btn">
<span><i class="ri-menu-line"></i></span>
</div>
</div>
<ul class="nav-links" id="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#special">Specials</a></li>
<li><a href="#chef">Chef</a></li>
<li><a href="#client">Clients</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
<div class="nav-btn">
<button class="btn"><i class="ri-shopping-bag-fill"></i></button>
</div>
</nav>
<header class="section-container header-container" id="home">
<div class="header-image">
<img src="assets/header.png" alt="header" />
</div>
<div class="header-content">
<h1>Experience the Authentic <span>Flavors of India</span>.</h1>
<p class="section-description">
Dive into a culinary journey that celebrates the rich tapestry of
Indian cuisine. Discover the essence of spices, flavors, and
traditions in every bite.
</p>
<div class="header-btn">
<button class="btn">Order Now</button>
</div>
</div>
</header>
<section class="section-container special-container" id="special">
<h2 class="section-header">Our Special Dishes</h2>
<p class="section-description">
Indulge in these signature dishes crafted to bring you the best of
Indian culinary artistry.
</p>
<div class="special-grid">
<div class="special-card">
<img src="assets/butter-chicken.png" alt="special" />
<h4>Butter Chicken</h4>
<p>
Succulent pieces of chicken simmered in a creamy tomato-based sauce,
enriched with butter and a blend of aromatic spices.
</p>
<div class="special-ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
</div>
<div class="special-footer">
<p class="price">₹420</p>
<button class="btn">Add to Cart</button>
</div>
</div>
<div class="special-card">
<img src="assets/masala-dosa.png" alt="special" />
<h4>Masala Dosa</h4>
<p>
Traditional South Indian crepe made from fermented rice and lentil
batter, served with spicy potato filling and coconut chutney.
</p>
<div class="special-ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-line"></i></span>
</div>
<div class="special-footer">
<p class="price">₹120</p>
<button class="btn">Add to Cart</button>
</div>
</div>
<div class="special-card">
<img src="assets/paneer-tikka.png" alt="special" />
<h4>Paneer Tikka Masala</h4>
<p>
Paneer cubes marinated in spices and grilled, then cooked in a rich, creamy tomato-based gravy, creating a delicious and popular Indian dish.
</p>
<div class="special-ratings">
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-fill"></i></span>
<span><i class="ri-star-line"></i></span>
</div>
<div class="special-footer">
<p class="price">₹350</p>
<button class="btn">Add to Cart</button>
</div>
</div>
</div>
</section>
<section class="section-container explore-container">
<div class="explore-image">
<img src="assets/explore.png" alt="explore" />
</div>
<div class="explore-content">
<h1 class="section-header">Explore the Essence of Indian Cuisine</h1>
<p class="section-description">
Immerse yourself in the flavors of India with our curated menu that celebrates diversity, taste, and tradition. At FoodNest, we bring you a delightful array of dishes from different regions of India, each crafted with authentic spices and fresh ingredients.
</p>
<div class="explore-btn">
<button class="btn">
Discover More <span><i class="ri-arrow-right-line"></i></span>
</button>
</div>
</div>
</section>
<section class="section-container banner-container">
<div class="banner-card">
<span class="banner-icon"><i class="ri-bowl-fill"></i></span>
<h4>Order Online</h4>
<p>
Browse our menu and order your favorite dishes online for a seamless
dining experience.
</p>
<a href="#">
Read more
<span><i class="ri-arrow-right-line"></i></span>
</a>
</div>
<div class="banner-card">
<span class="banner-icon"><i class="ri-truck-fill"></i></span>
<h4>Takeout Options</h4>
<p>
Enjoy the convenience of our takeout service. Order ahead and pick up
your food at your convenience.
</p>
<a href="#">
Read more
<span><i class="ri-arrow-right-line"></i></span>
</a>
</div>
<div class="banner-card">
<span class="banner-icon"><i class="ri-star-smile-fill"></i></span>
<h4>Customer Satisfaction</h4>
<p>
Our commitment to quality and taste ensures every customer enjoys a
delightful dining experience.
</p>
<a href="#">
Read more
<span><i class="ri-arrow-right-line"></i></span>
</a>
</div>
</section>
<section class="chef" id="chef">
<img src="assets/topping.png" alt="topping" class="chef-bg" />
<div class="section-container chef-container">
<div class="chef-image">
<img src="assets/chef.png" alt="chef" />
</div>
<div class="chef-content">
<h2 class="section-header">Meet Our Culinary Experts</h2>
<p class="section-description">
Our chefs bring years of expertise to create authentic Indian
dishes, ensuring each meal is a masterpiece of taste and quality.
</p>
<ul class="chef-list">
<li>
<span><i class="ri-checkbox-fill"></i></span>
Expertise in traditional and contemporary Indian cuisine.
</li>
<li>
<span><i class="ri-checkbox-fill"></i></span>
Passionate about delivering exceptional dining experiences.
</li>
<li>
<span><i class="ri-checkbox-fill"></i></span>
Committed to using the finest ingredients for every dish.
</li>
</ul>
</div>
</div>
</section>
<section class="section-container client-container" id="client">
<h2 class="section-header">Customer Testimonials</h2>
<p class="section-description">
See what our customers have to say about their experiences at FoodNest.
</p>
<div class="client-swiper">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="client-card">
<p>
Ordering from FoodNest is always a treat. Their delivery is
prompt, and the food is consistently delicious.
</p>
<img src="assets/client-2.jpg" alt="client" />
<h4>Anjali Desai</h4>
<h5>Software Engineer</h5>
</div>
</div>
<div class="swiper-slide">
<div class="client-card">
<p>
FoodNest's dishes are a taste sensation! I love their
dedication to authenticity and flavor.
</p>
<img src="assets/client-4.jpg" alt="client" />
<h4>J.cole</h4>
<h5>Rapper</h5>
</div>
</div>
<div class="swiper-slide">
<div class="client-card">
<p>
I've hosted multiple events catered by FoodNest, and they
never disappoint. Their catering service is top-notch!
</p>
<img src="assets/client-3.jpg" alt="client" />
<h4>Kunal Mehta</h4>
<h5>Event Planner</h5>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<footer class="footer" id="contact">
<div class="section-container footer-container">
<div class="footer-col">
<div class="logo footer-logo">
<a href="#">Food<span>Nest</span></a>
</div>
<p class="section-description">
Discover the essence of Indian cuisine with FoodNest, where every
dish tells a story of taste and tradition.
</p>
</div>
<div class="footer-col">
<h4>Explore</h4>
<ul class="footer-links">
<li><a href="#">Menu</a></li>
<li><a href="#">Specials</a></li>
<li><a href="#">Meal Deals</a></li>
<li><a href="#">Catering Options</a></li>
<li><a href="#">Seasonal Offerings</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Information</h4>
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Nutrition Information</a></li>
<li><a href="#">Allergen Information</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul class="footer-links">
<li><a href="#">Our Story</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="share">
<a href="https://www.instagram.com/_navnathvarade/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://x.com/VaradeNavnath?t=UQp52IuAu8q18bZ2z7aJDQ&s=09" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/NavnathVarade" target="_blank"><i class="fab fa-github"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope"></i></a>
</div>
<div class="footer-bar">
<p>Made with ❤️ by Navnath.</p>
Copyright © 2024 FoodNest. All rights reserved.
</div>
</footer>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>