-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
374 lines (257 loc) · 11.4 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
<!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>Food Network</title>
<link rel="stylesheet" href="./CSS/style.css">
</head>
<body>
<!-- Nav Section Start -->
<section class="navBar">
<div class="topNav">
<div class="logo">
<a href="#welcome"><span>Food</span> Network</a>
</div>
<div class="navItems">
<a href="#welcome">Home</a>
<a href="#about">About Me</a>
<a href="#recipies">Recipies</a>
<a href="#foods">Foods</a>
</div>
</div>
</section>
<!-- Nav Section End -->
<!-- --
----
------
--------
----------- -->
<!-- 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>Food</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="https://syket112.github.io/food-network/order.html">Order Food</a></button>
</div>
<div class="welcomeRight">
<img src="./img/Group 8425.png" alt="">
</div>
</div>
</section>
<!-- Welcome Section End -->
<!--
----
------
--------
----------- -->
<!-- About Section Start -->
<section class="about" id="about">
<div class="aboutMain">
<div class="aboutLeft">
<img class="img-responsive" src="./img/Person Image.png" alt="">
</div>
<div class="aboutRight">
<h1>About Me</h1>
<p>Hey I am jaya.We've rounded up our 60 best, easy dinner recipes! From grilled steak to braised chickpeas to allll the sheet pan dinners—we've got you covered. You don't have to drop major dough to make something delicious for dinner. We've got you covered for dinner every week of the year with ... </p>
<button><a href="https://syket112.github.io/food-network/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" >My Recipies</h1>
<p class="text-center" >
When you need to feed the family or kids, these are the easy dinner<br> recipes you turn to time and time again. With lots of healthy, quick, vegetarian, chicken, and ...</p>
</div>
<div class="recipieControl">
<div class="recipiesBox">
<div class="recBox">
<img class="img-responsive" src="./img/Project Cover1.jpg" alt="">
<div class="imgDesc">
<h2>Snacks</h2>
<p>Snacks recipes - Nothing beats fresh homemade snacks from your kitchen!! Check out this awesome collection </p>
</div>
</div>
</div>
<div class="recipiesBox">
<div class="recBox">
<img class="img-responsive" src="./img/Project Cover.png" alt="">
<div class="imgDesc">
<h2>Lunch</h2>
<p>a meal eaten in the middle of the day, typically one that is lighter or less formal than an evening meal.</p>
</div>
</div>
</div>
<div class="recipiesBox">
<div class="recBox">
<img class="img-responsive" src="./img/Project Cover1.jpg" alt="">
<div class="imgDesc">
<h2>Dinner</h2>
<p>Dinner will be ready in 30 minutes or less with these quick and easy recipes from Food Network.</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/Project Cover.png" alt="">
<div class="imgDesc">
<h2>Pizza</h2>
<p>$5</p>
<button>Order Now</button>
</div>
</div>
</div>
</div>
<div class="foodsControl">
<div class="foodBox">
<div class="foodContainerBox">
<img class="img-responsive" src="./img/Project Cover1.jpg" alt="">
<div class="imgDesc">
<h2>Burger</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/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/Project Cover.png" alt="">
<div class="imgDesc">
<h2>Momo</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/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/Project Cover1.jpg" alt="">
<div class="imgDesc">
<h2>Hotdog</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/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/Project Cover.png" alt="">
<div class="imgDesc">
<h2>Chicken-Burger</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/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/Project Cover1.jpg" alt="">
<div class="imgDesc">
<h2>Chicken-Pizza</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/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/Project Cover.png" alt="">
<div class="imgDesc">
<h2>Dominos</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/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/Project Cover1.jpg" alt="">
<div class="imgDesc">
<h2>McDonald-Special</h2>
<p>$5</p>
<button><a href="https://syket112.github.io/food-network/order.html">Order Now</a></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Food Section End -->
<!-- Footer Section Start -->
<section class="footer">
<h1 class="text-center"><span>Food</span> Network</h1>
<h3 class="text-center">@CopyRight 2021 |All Rights Reserved</h3>
</section>
<!-- Footer Section End -->
</body>
</html>