-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (350 loc) · 11.7 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
<!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" />
<title>TastyTreats Network</title>
<link rel="stylesheet" href="CSS/style.css" />
<!-- bootstrap -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v6.4.0/css/all.css"
/>
</head>
<body>
<!-- Nav Section Start -->
<section id="navgationbar">
<nav class="navbar">
<div class="container-fluid">
<div class="topNav">
<div class="logo navbar-brand">
<a href="#welcome"><span>TastyTreats</span> Network</a>
</div>
<div class="nav-Items">
<div class="collapse navbar-collapse">
<a class="nav-link" href="#welcome">Home</a>
<a class="nav-link" href="#about">About Me</a>
<a class="nav-link" href="#recipies">Categories</a>
<a class="nav-link" href="#foods">Foods</a>
</div>
</div>
</div>
</div>
</nav>
</section>
<!-- Nav Section End -->
<div class="container-fluid">
<!-- Welcome Section Start -->
<section class="welcome" id="welcome">
<div class="welcomeMain">
<div class="welcomeLeft">
<h1>
Skip The Diet,<br />Just Eat Healthy <br />With
<span>TastyTreats</span> Network
</h1>
<p>
Imagine you don't need a diet because we provide <br />healthy and
delicious food for you!
</p>
<button>
<a href="order.html">Order Food</a>
</button>
</div>
<div class="welcomeRight">
<img
class="img-responsive"
src="img/Group 8425.png "
alt="welcome-image"
/>
</div>
</div>
</section>
<!-- Welcome Section End -->
<!-- About Section Start -->
<section class="about" id="about">
<div class="aboutMain container-fluid">
<div class="aboutLeft">
<img
class="img-responsive"
src="img/chef-image.jpeg"
alt="chef-sticker"
/>
</div>
<div class="aboutRight">
<h1>About Me</h1>
<p>
I am Sanjeev Kapoor, a passionate and experienced chef dedicated
to the art of creating exceptional culinary experiences. With 25
years of expertise in the industry, I have honed my skills and
developed a deep understanding of flavors, techniques, and the
power of food to connect people. Inspired by a lifelong love for
food and a relentless pursuit of excellence, I bring a unique
blend of creativity and precision to the table.
</p>
<button>
<a href="contact.html">Contact Me</a>
</button>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Recipies Section Start -->
<section class="recipies" id="recipies">
<div class="recipiesMain">
<div class="recipiesHead">
<h1 class="text-center">Categories</h1>
<p class="text-center">
When you need to feed the family or kids, these are the easy
food<br />
recipes you turn to time and time again. With lots of healthy,
quick, vegetarian, chicken, and a lot more.
</p>
</div>
<div class="recipieControl">
<div class="recipiesBox">
<div class="recBox">
<img
class="img-responsive"
src="img/breakfast-image.cms"
alt="breakfast-image"
/>
<div class="imgDesc">
<h2>Breakfast</h2>
<p>
Savor the morning with a delightful symphony of flavors
through a satisfying breakfast.
</p>
</div>
</div>
</div>
<div class="recipiesBox">
<div class="recBox">
<img
class="img-responsive"
src="img/lunch-image.jpg"
alt="lunch-image"
/>
<div class="imgDesc">
<h2>Lunch</h2>
<p>
Delicious and nutritious lunch satisfies your cravings
without compromising on taste or health.
</p>
</div>
</div>
</div>
<div class="recipiesBox">
<div class="recBox">
<img
class="img-responsive"
src="img/dinner-image.jpg"
alt="dinner-image"
/>
<div class="imgDesc">
<h2>Dinner</h2>
<p>
Indulge in a delectable culinary journey exquisite flavors
perfectly curated for an unforgettable dining experience.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Recipies Section End -->
<!-- Status Bar Section Start -->
<section class="statusBar">
<div class="statusMain">
<div class="status1">
<h1>700k</h1>
<p>Youtube Subscriber</p>
</div>
<div class="status2">
<h1>2.4m</h1>
<p>Instagram Followers</p>
</div>
<div class="status3">
<h1>100k</h1>
<p>Dribble Shot Likes</p>
</div>
</div>
</section>
<!-- Status Bar Section End -->
<!-- Food Section Start -->
<section class="foods" id="foods">
<div class="foodsMain">
<div class="foodsHead">
<h1 class="text-center">Popular Foods</h1>
</div>
<div class="foodArea">
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/pizza.jpeg "
alt="pizza"
/>
<div class="imgDesc">
<h2>Pizza</h2>
<p>129₹</p>
<button>Order Now</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/burger.jpg"
alt="burger"
/>
<div class="imgDesc">
<h2>Burger</h2>
<p>99₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/momos.avif"
alt="momos"
/>
<div class="imgDesc">
<h2>Momos</h2>
<p>79₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/french fries.avif"
alt="french fries"
/>
<div class="imgDesc">
<h2>French Fries</h2>
<p>79₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="foodArea">
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/chicken burger.avif"
alt="Chicken-Burger"
/>
<div class="imgDesc">
<h2>Chicken-Burger</h2>
<p>109₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/chicken pizza.avif"
alt="Chicken-Pizza"
/>
<div class="imgDesc">
<h2>Chicken-Pizza</h2>
<p>169₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/pizza.jpeg"
alt="Chicken-Pizza"
/>
<div class="imgDesc">
<h2>Farmhouse Pizza</h2>
<p>190₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img
class="img-responsive"
src="img/food/death by chocolate.avif"
alt="chocolate Brownie"
/>
<div class="imgDesc">
<h2>Chocolate Brownie</h2>
<p>165₹</p>
<button>
<a href="order.html">Order Now</a>
</button>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Food Section End -->
<!-- Footer Section Start -->
<section class="footer">
<h1 class="text-center"><span>TastyTreats</span> Network</h1>
<h3 class="text-center">© 2023 |Designed By Aditya Baheti</h3>
</section>
<!-- Footer Section End -->
</body>
</html>