-
Notifications
You must be signed in to change notification settings - Fork 1
/
sides.html
512 lines (427 loc) · 17 KB
/
sides.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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!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>Sides & Drinks</title>
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/style.css">
<style>
*{
margin: 0%;
padding: 0px;
position: sticky;
}
#nav {
width: 100%;
height: 45px;
border: 3px solid black;
margin: auto;
padding: 49px 0px;
padding-top: 20px;
display: flex;
margin-top: 75px;
justify-content: space-evenly;
background-color: #00008B;
border: none;
position: -webkit-sticky;
}
#nav>div a{
text-decoration:none;
color:white;
font-size:22px;
padding-top:100px;
}
#nav>div a::after{
content:" ";
width:0;
height:3px;
background-color:white;
display:block;
margin:auto;
}
#nav>div a:hover::after{
width:100%;
transition: width 0.1s linear;
}
#nav>div a:hover{
color:whitesmoke;
}
#nav>div a{
font-size:20px;
font-style:italic;
}
#top{
width:100%;
height:140px;
border:0px solid red;
margin:auto;
background-color:#F5F5F5;
}
#top img{
height: 140px;
width: 100%;
}
#extras{
width:100%;
margin:auto;
height:48px;
border:0px solid blue;
background-color:#F5F5F5;
padding-top:50px;
padding-bottom: 40px;
}
#extras h1{
color:orangered;
text-align:center;
font-style:italic;
font-size:60px;
margin-top: -42px
}
#chick{
width:100%;
height:1000px;
border: 0px solid purple;
margin:auto;
background-color:#F5F5F5;
}
#chick1{
width:100%;
height:500px;
border: 0px solid purple;
margin:auto;
background-color:#F5F5F5;
}
.grid>div{
display:grid;
grid-template-columns:repeat(3,1fr);
border:0px solid black;
width:100%;
margin:auto;
}
.grid>div>div{
width:80%;
border:10px solid white;
margin:auto;
margin: 4%;
}
.grid img{
width:100%;
}
.grid>div h1{text-align:center;
font-style:oblique;
}
.grid>div a {
color:black;
margin-left:150px;
margin-bottom:100px;
}
#c{
border:10px #F5F5F5;
text-align: center;
}
#sides h1{
font-size: 60px;
margin-left: 50px;
font-style: italic;
}
#drinks h1{
font-size: 60px;
margin-left: 50px;
font-style: italic;
}
#bot{
border:0px solid black;
height:800px;
width:100%;
margin:auto;
background-color:#F5F5F5;
border:0px solid black;
display:flex;
margin:auto;
}
#bot>div{
height:900px;
width:500px;
border:0px solid red;
}
#bot>div h1{
margin-top:300px;
color:orangered;
text-align:center;
font-style:italic;
font-size:45px;
margin-bottom:30px;
}
#bot>div h3{
text-align:center;
font-size:20px;
}
#bot>div>button{
margin-left:180px;
border-radius:20px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
padding-bottom:10px;
background-color:#00008B;
border:none;
margin-top:30px;
}
#bot>div a{
text-decoration:none;
color:white;
font-style:italic;
font-size:20px;
}
#bot>div>button:hover{
background-color:orangered;
}
#bot>div img{
width:300%;
}
#bot>div h3{
text-align:center;
}
/* @media screen and (min-width:701px) and (max-width:1000px) {
.grid>div{
grid-template-columns: repeat(2,1fr);
}
#c{
grid-template-columns: repeat(2,1fr);
}
}
@media screen and (min-width:100px) and (max-width:700px) {
.grid>div{
grid-template-columns: repeat(1,1fr);
}
#c{
grid-template-columns: repeat(2,1fr);
}
} */
</style>
<header>
<a href="#" class="logo"><i class="fas fa-utensils"></i><img src="./images/yummy plates.jpeg" alt=""></a>
<nav class="navbar">
<a href="./index.html" class="active">home</a>
<a href="#dishes">dishes</a>
<a href="#about">about</a>
<a href="./favourite.html">Favourite</a>
<a href="#order">order</a>
<a href="./Login.html">LogIn</a>
<a href="./Signin.html">SignUp</a>
</nav>
</header>
</head>
<body>
<div id="nav">
<div><a href="./food.html">ALL</a></div>
<div><a href="extra.html">EXTRAS</a></div>
<div><a href="sides.html">SIDES,DRINKS & SALES</a></div>
<div><a href="./streettacos.html">STREET TACOS</a></div>
<div><a href="./family.html">FAMILY DINNERS</a></div>
<div><a href="./chicken.html">CHICKEN MEALS</a></div>
<div><a href="pollo.html">POLLO FIT MENU</a></div>
<div><a href="./bowls.html">BOWLS</a></div>
<!-- this is top section -->
</div>
<div id="top">
<img src="https://www.elpolloloco.com/content/img/hero/Tiles_2.png" alt="">
</div>
<div id="extras">
<h1>SIDES,DRINKS & SALES</h1>
</div>
<div id="sides">
<h1>SIDES</h1>
</div>
<div id="chick">
<div class="grid">
<div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Rice_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/PintoBeans_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/PintoBeans_M6_2019_761X561.webp"></div>
<div id="c"><h1>Rice</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Pinto Beans</h1>
<a href=""><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Corn</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Broccoli_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/MacCheese_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/MashedPotatoes_M6_2019_761X561.webp"></div>
<div id="c"><h1>Broccoli</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Macaroni and Cheese</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Mashed Potatoes and Gravy</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
</div>
</div>
</div>
</div>
<div id="chick1">
<div class="grid">
<div>
<div><img src="https://www.elpolloloco.com/content/img/menu/LocoSalad_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Coleslaw_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/MacCheese_M6_2019_761X561.webp"></div>
<div id="c"><h1>Mashed Potatoes and Gravy</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Loco Side Salad</h1>
<a href=""><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Coleslaw</h1>
<a href=""><h3>Nutrition Info</h3></a></div>
</div>
</div>
</div>
</div>
<div id="drinks"><h1>DRINKS</h1></div>
<!-- another extras -->
<div id="chick">
<div class="grid">
<div>
<div><img src="https://www.elpolloloco.com/content/img/menu/RootBeer_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/CherryCoke_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Coke_M6_2019_761X561.webp"></div>
<div id="c"><h1>Barq's Root Beer</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Cherry Coke</h1>
<a href=""><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Coca-cola</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/DietCoke_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/DietDrPepper_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/DietDrPepper_M6_2019_761X561.webp"></div>
<div id="c"><h1>Diet Coke</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Dr. Pepper</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Diet Dr. Pepper</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
</div>
</div>
</div>
</div>
<!-- part2 -->
<div id="chick">
<div class="grid">
<div>
<div><img src="https://www.elpolloloco.com/content/img/menu/OrangeFanta_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/RaspberryIcedTea_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/RaspberryIcedTea_M6_2019_761X561.webp"></div>
<div id="c"><h1>Fanta Orange</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Fuze Sweetened Raspberry Iced Tea</h1>
<a href=""><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Gold Peak Fresh-Brewed Mango Passion Fruit Iced Tea</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/MangoIcedTea_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/SweetTea_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/FruitPunch_M6_2019_761X561.webp"></div>
<div id="c"><h1>Gold Peak Fresh-Brewed Unsweetened Iced Tea</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Gold Peak Fresh-Brewed Sweetened Iced Tea</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Hi-C Flashin' Fruit Punch</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
</div>
</div>
</div>
</div>
<!-- part3 -->
<div id="chick">
<div class="grid">
<div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Horchata_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Lemonade_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/StrawberryLemonade_M6_2019_761X561.webp"></div>
<div id="c"><h1>Horchata</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Minute Maid Lemonade</h1>
<a href=""><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Minute Maid Strawberry Lemonade</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/Sprite_M6_2019_761X561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/VitaminwaterXXX_M6_2019_761x561.webp"></div>
<div><img src="https://www.elpolloloco.com/content/img/menu/BottledWater_M6_2019_761X561.webp"></div>
<div id="c"><h1>Sprite</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Vitaminwater XXX</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
<div id="c"><h1>Bottled Water</h1>
<a href="#"><h3>Nutrition Info</h3></a></div>
</div>
</div>
</div>
</div>
<div id="bot">
<div><img src="https://www.elpolloloco.com/content/img/order-now_1280.webp"></div>
<div>
<h1>PERFECT POLLO IS JUST A CLICK AWAY</h1>
<h3>Order Online for quick pick up or delivery where</h3>
<h3>available</h3>
<button><a href="#">ORDER NOW</a></button>
</h1>
</div>
</div>
<!-- <footer></footer> -->
<footer id="footer">
<div class="container">
<hr style="height:0.5px;border-width:0;color:gray;background-color:rgb(32, 28, 28);margin-top: 15px;">
<br>
<div class="logDiv">
<div class="logoFotter">
<h4>Download Apps</h4>
<a href="https://play.google.com/store/apps/details?id=com.graymatrix.did"><img src="https://www.zee5.com/images/play_store.png?ver=2.50.94"></a>
<a href="https://apps.apple.com/in/app/zee5-shows-live-tv-movies/id743691886"><img src="https://www.zee5.com/images/app_store.png?ver=2.50.94"></a>
</div>
<div class="leftlogo">
<h4>Connect with us</h4>
<a href="https://www.facebook.com/ZEE5/" class="fb"><i class="fa-brands fa-facebook-square"></i></a>
<a href="https://www.instagram.com/zee5/" class="insta"><i class="fa-brands fa-instagram"></i></a>
<a href="https://twitter.com/zee5india" class="twitter"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.youtube.com/channel/UCXOgAl4w-FQero1ERbGHpXQ" class="youtube"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
<div class="row">
<div class="footer-col">
<h3> Food Details</h3>
<div><a href="">Menu</a></div>
<div><a href="">Catering</a></div>
<div><a href="">Gift Cards</a></div>
<div><a href="">Fundraises & Charities</a></div>
<div><a href="">Carrers</a></div>
</div>
<div class="footer-col">
<h3>About US</h3>
<div><a href="">Franchising</a></div>
<div><a href="">Investors</a></div>
<div><a href="">Press Release</a></div>
<div><a href="">Contach Us</a></div>
<div><a href="">Feedback</a></div>
</div>
<div class="footer-col">
<h3>Yummy Plates</h3>
<div><a href="">Earn Points with every order,receive a birthday</a></div>
<div><a href="">rewards and other valuable offers throughout the</a></div>
<div><a href="">years,plus , special app features to order ahead, pay</a></div>
<div><a href="">and save your favourites</a></div>
<div><a href=""><u>Learn More</u></a></div>
</div>
</div>
<div class="aboutFooter">
<p><a href="#">Nutrition Guide</a></p>
<p>|</p>
<p><a href="#">Terms Of Use</a></p>
<p>|</p>
<p><a href="#">Privacy Policy</a></p>
<p>|</p>
<p><a href="#">Coupan policy</a></p>
</div>
<div class="end">Best viewed on Google Chrome 80+, Microsoft Edge 81+, Mozilla Firefox 75+, Safari 5.1.5+
Copyright © 2023 Yummy Plates Entertainment Enterprises Ltd. All rights reserved.</div>
</div>
</footer>
</body>
</html>