-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
691 lines (643 loc) · 30.3 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
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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!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>Document</title>
<link href="./css/index.css" rel="stylesheet">
<link rel="stylesheet" href="./components/header.css">
<link rel="stylesheet" href="./components/footer.css">
<link rel="stylesheet" href="./css/chicken.css">
</head>
<body>
<div class="header">
<div class="top-nav">
<div class="container">
<div class="left1">
<ul>
Why Licious?
<li>
Download App
</li>
<img src="https://www.licious.in/img/default/ios_app_icon.svg" alt="">
<img src="https://www.licious.in/img/default/android_app_icon.svg" alt="">
</ul>
</div>
<div class="right1">
<ul>
FSSC 22000 Certification
<li>About Us</li>
<li>Careers @Licious</li>
<select>
<option value="Contact Us">Contact Us
<img src="https://www.licious.in/img/default/down-arrow.png">
</option>
<option>1800-4190-786</option>
<option>[email protected]</option>
</select>
</ul>
</div>
</div>
</div>
<div class="header-mid">
<div class="sub-header">
<div class="logo">
<a href="./index.html">
<img src="https://www.licious.in/img/default/licious-logo.svg" alt="licious">
</a>
</div>
<div class="city-location">
<img class="location-icon" src=" https://www.licious.in/img/default/location_icon.svg" alt="location">
<div class="address">
<div class="city"> DELHI</div>
<div class="location">
<div class="area">Sector-11,Rohini,...</div>
<img class="down-arrow" src="https://www.licious.in/img/default/down-arrow.png">
</div>
</div>
</div>
<div class="search-bar">
<input type="text" class="search" placeholder="Search for any delicious product">
<img class="search-logo" src=" https://www.licious.in/img/default/search_icon.svg" >
</div>
<div class="login-cart">
<a href="./components/login.html">
<div class="profile">
<div class="login-pic">
<img src="https://www.licious.in/img/default/profile_icon.svg" class="login-pic-padding">
</div>
<div class="login-text">Login</div>
</div>
</a>
<a href="" class="">
<img class="cart-pic" src="https://www.licious.in/img/default/cart_icon.svg" alt="">
<span class="cart-text">Cart</span>
</a>
</div>
</div>
</div>
<div class="category-list">
<div class="category">
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/f78249a3-c0c5-caae-a743-5b3669471b19/original/1601901874.191--2020-10-0518_14_34--472.png?format=webp" alt="">
</div>
<div class="sametext">
Today's Deals
</div>
</div>
</a>
<a href="./chicken.html">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/a2996820-bac5-5eb5-edf8-eae5bff352ce/original/1592902158.6637--2020-06-2314_19_18--472.png?format=webp" alt="">
</div>
<div class="sametext">
Chicken
</div>
</div>
</a>
<a href="./fish.html">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/574f3ef3-e983-e441-ac54-af394e1dc0d1/original/1592241659.9546--2020-06-1522_50_59--472.png?format=webp" alt="">
</div>
<div class="sametext">
Fish & Seafood
</div>
</div>
</a>
<a href="">
<div class="sameelem" style="margin-left: 10px;">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/4/web_icon/1618835088.2308--2021-04-1917:54:48--472?format=webp" alt="">
</div>
<div class="sametext">
Ready to Cook
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/493a653d-56cb-fc9a-7a33-5b30c1a3d27e/original/1592241599.8492--2020-06-1522_49_59--472.png?format=webp" alt="">
</div>
<div class="sametext">
Mutton
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/06eb2239-1fcc-a5de-2d57-a0081bca5c80/original/1592241843.644--2020-06-1522_54_03--472.png?format=webp" alt="">
</div>
<div class="sametext">
Eggs
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/feaaee0e-eb81-2444-c869-952cf0858977/original/1592241896.5018--2020-06-1522_54_56--472.png?format=webp" alt="">
</div>
<div class="sametext">
Cold Cuts
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/1aebd012-022b-0e44-a673-21818a98320c/original/1592241756.9036--2020-06-1522_52_36--472.png?format=webp" alt="spreads">
</div>
<div class="sametext">
Spreads
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/37/web_icon/1612872334.9746--2021-02-0917:35:34--472?format=webp" alt="">
</div>
<div class="sametext">
Combos
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/42/web_icon/1612850724.2211--2021-02-0911:35:24--472?format=webp" alt="">
</div>
<div class="sametext">
Prawns
</div>
</div>
</a>
<a href="">
<div class="sameelem">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/39/web_icon/1615189641.1944--2021-03-0813:17:21--472?format=webp" alt="">
</div>
<div class="sametext">
Kebabs & Tandoor
</div>
</div>
</a>
</div>
<div class="right-arrow-container">
<img class="right-arrow" src=" https://www.licious.in/img/default/down-arrow.png" alt="">
</div>
</div>
</div>
<!-- sliderpart -->
<div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b2f58965ec">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_6249df3ca2f2c">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b30983d23a">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b30e170f6a">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b311fb62b8">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b316a2c607">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b31b303b67">
</div>
<div class="slides">
<img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_624b31f376a80">
</div>
</div>
<div id ="boxImage">
<div id="boxImageTop">
<img class ="logImg" src="https://www.licious.in/img/default/loyalty_licious_logo.svg">
<button class="btnJoin"> JOIN NOW </button>
</div>
<div id="boxImageDown">
<p> Enjoy unlimited free delivery & perks crafted for the true meat lovers</p>
</div>
</div>
<div id="know-licious-way">
<h2 class="h2">Know the Licious way</h2>
<p>Premium
Produce</p>
<p>World-Class Central
Production Unit</p>
<p>150 Quality
Checks</p>
<p>Delivered Fresh
Everyday</p>
<p>Extraordinary
Cooking</p>
</div>
<div id="interlaced-img">
<img src="https://dao54xqhg9jfa.cloudfront.net/OMS-StaticBanner/b299cb5d-7ae1-a723-62e0-072314165fd4/original/static-web_(89).jpg?format=webp">
</div>
<!-- bestSellers -->
<h1 id="BreakfastSnackingSpecials">Best Seller</h1>
<div id="topGrid" style="margin-left: 175px;">
<div>
<img src="https://dao54xqhg9jfa.cloudfront.net/ProductMerchantdising/b3cdeaeb-d0f3-241f-a9cd-8a3c381570e9/original/1583852633.8405--2020-03-1020_33_53--472.jpeg?format=webp" alt="">
<h4>Classic Eggs - Pack Of 30</h4>
<p>Pack of 30 naturally laid, white eggs from healthy hens</p>
<div class="netWt">
<h5> Pieces: 30</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 252</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
<div>
<img src="https://dao54xqhg9jfa.cloudfront.net/ProductMerchantdising/e8b0900a-4c94-1711-5c1a-6417417b0f00/original/1600541292.3594--2020-09-2000_18_12--738.jpeg?format=webp" alt="">
<h4>Premium Chicken Curry Cut</h4>
<p>Half a chicken cut into a mix of boneless and bone-in...</p>
<div class="netWt">
<h5> Net wt: 450gms</h5>
<h5> Gross:550gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 199</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/prodDev/pr_ikuk3ilucko/3/prod_display_image/1634458574.9107--2021-10-1713:46:14--905?format=webp" alt="">
<h4>Afghani Murgh Seekh Kebab | Ready in 8 Minutes</h4>
<p> The classic chicken seekh kebab, marinated in... </p>
<div class="netWt">
<h5> Net wt: 4</h5>
<h5> Pieces: 4</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 224</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
</div>
<!-- bestSellers -->
<h1 id="BreakfastSnackingSpecials">Boneless Cuts</h1>
<div id="topGrid" style="margin-left: 175px;">
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/prodDev/pr_c47k6urcm1u/3/prod_display_image/1636891804.4261--2021-11-1417:40:04--1818?format=webp" alt="">
<h4> River Sol (Repti/Manthal) - Fillet</h4>
<p> Mild tasting boneless fillets of freshwater Sole, cut...</p>
<div class="netWt">
<h5> Net wt: 250gms</h5>
<h5> Gross:568gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 489</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/prodDev/pr_mmfjrvtibub/3/prod_display_image/1636891211.467--2021-11-1417:30:11--1818?format=webp" alt="">
<h4> Chicken Tenders- Boneless</h4>
<p> Premier cut of chicken closest to the inner breast bo...</p>
<div class="netWt">
<h5> Net wt: 350gms</h5>
<h5> Gross:460gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 245</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/prodDev/pr_8izjlf6xn0k/3/prod_display_image/1636891626.9627--2021-11-1417:37:06--1818?format=webp" alt="">
<h4>Basa - Fillet, Platinum Grade</h4>
<p> From unpolluted Indian waters, freshly cleaned, crea.. </p>
<div class="netWt">
<h5> Net wt: 450gms</h5>
<h5> Gross:1500gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 385</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
</div>
<!-- - -->
<h2 id="ExploreByCategory">Explore by category</h2>
<div id="explorebycategory">
<div> <img class="explorebycategoryimg1" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/44/cat_tile_img/1603809314.0951--2020-10-2720:05:14--472?format=webp" alt=""/>
<h1 class="TodaysDeals">Today's Deals</h1>
</div>
<div> <img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/e883d949-b5c7-b95d-3652-3bc2c53b0816/original/1603646230.3323--2020-10-2522_47_10--738.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Chicken</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/7948e90c-5b27-abdc-c33c-29fc3ca485ea/original/1603646285.4662--2020-10-2522_48_05--738.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Fish & Seafood</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/4/cat_tile_img/1609086575.0106--2020-12-2721:59:35--738?format=webp" alt=""/>
<h1 class="TodaysDeals">Ready to Cook</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/ae9f4c10-4fdb-633a-9688-de8a0693381f/original/1603646326.9208--2020-10-2522_48_46--738.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Mutton</h1>
</div>
<div>
<img class="explorebycategoryimg1"src="https://dao54xqhg9jfa.cloudfront.net/Category/bdfca08e-566b-4439-0aac-9c100704cb0b/original/1603646527.5457--2020-10-2522_52_07--738.jpeg?format=webp " alt=""/>
<h1 class="TodaysDeals">Eggs</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/5b7cb503-fe25-430e-cd71-43b044b0273e/original/1603646565.5089--2020-10-2522_52_45--738.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Cold Cuts</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/4073bb7f-24ac-d482-06cf-1aa87d471940/original/1603646492.575--2020-10-2522_51_32--738.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Spreads</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/8209cc57-cc85-4e5d-ac6b-4d8f2f36c1ce/original/1604645369.2866--2020-11-0612_19_29--738.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Combos</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/Category/2105beee-e9a9-3efd-4912-2b9657f32d99/original/1604284739.3526--2020-11-0208_08_59--472.jpeg?format=webp" alt=""/>
<h1 class="TodaysDeals">Prawns</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/31/cat_tile_img/1617896946.1988--2021-04-0821:19:06--472?format=webp" alt=""/>
<h1 class="TodaysDeals">Game Day Specials</h1>
</div>
<div>
<img class="explorebycategoryimg1" src="https://dao54xqhg9jfa.cloudfront.net/OMS-Category/29fb033d-67df-323c-9993-2bf90e870e42/original/cat-image.jpg?format=webp" alt=""/>
<h1 class="TodaysDeals">Iftar Specials</h1>
</div>
</div>
<!-- -->
<!-- breakfast snacking specials */ -->
<h1 id="BreakfastSnackingSpecials">Breakfast & Snacking Specials</h1>
<div id="topGrid" style="margin-left: 175px;">
<div>
<img src ="https://d2407na1z3fc0t.cloudfront.net/prodDev/pr_4cyjya5ry5e/3/prod_display_image/1634636505.7759--2021-10-1915:11:45--1818?format=webp">
<h4> Chunky Butter Chicken Spread</h4>
<p> Cut from the upper-leg, above the knee joint</p>
<div class="netWt">
<h5> Net wt: 200gms</h5>
<h5> Gross:200gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 159</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
<div>
<img src ="https://dao54xqhg9jfa.cloudfront.net/OMS-ProductMerchantdising/dbeb3262-60f0-eb31-9bf9-82c68a9f0e20/original/Chunky-Shawarma-Chicken-Spread_(7).jpg?format=webp">
<h4> Chunky Shawarma Chicken Spread</h4>
<p> Half a chicken cut to chunky pieces including two legs</p>
<div class="netWt">
<h5> Net wt: 100gms</h5>
<h5> Gross:250gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 275</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
<div>
<img src ="https://d2407na1z3fc0t.cloudfront.net/prodDev/pr_1puko17mted/3/prod_display_image/1636893572.0961--2021-11-1418:09:32--1818">
<h4>Chunky Continental Egg Spread</h4>
<p> Minced spicy chicken for a variety of dishes </p>
<div class="netWt">
<h5> Net wt: 1050gms</h5>
<h5> Gross:900gms</h5>
</div>
<div class="cartBtnWithPrice">
<h4> MRP: 305</h3>
<button class="btn"> ADD TO CART </button>
</div>
<hr>
<div class="delLogo">
<img src="https://www.licious.in/img/default/express_delivery.svg">
<p>Today 7 PM-9 PM</p>
</div>
</div>
</div>
<!-- -->
<!-- check our blog -->
<div id="checkblogbox">
<h1 id="checkoutourblog">Check out our blog</h1>
<div id="seeall" >See all</div>
</div>
<div id="checkourblog">
<div>
<img id="checkourblogimg1" src="https://www.licious.in/blog/wp-content/uploads/2022/04/Chapli-kebab_24161-min.jpg" alt=""/>
<p>Use This Easy TO Make Authentic</p>
<p>Chapli Kebabs For Your Iftar Spread!</p>
</div>
<div>
<img id="checkourblogimg2" src="https://www.licious.in/blog/wp-content/uploads/2022/04/Jama-Masjid-Fried-Chicken_24123-min.jpg" alt=""/>
<p>Create JamaMajid Style Chicken</p>
<p>This Easy Recipe!</p>
</div>
<div>
<img id="checkourblogimg3" src="https://www.licious.in/blog/wp-content/uploads/2022/04/Keema-Samosa_24180-min.jpg" alt=""/>
<p>Cook Delicious Dishes Like This Spicy Keema</p>
<p>Samosa For Iftar This Year!</p>
</div>
</div>
<!-- -->
<!-- check out below -->
<div id="checkoutbelow">
<img src="https://d2407na1z3fc0t.cloudfront.net/homepageStaticBanner/homepageStaticBanner_5df3702ba1d65" alt=""/>
</div>
<!-- -->
<!-- made with licious -->
<div id="madewithlicious">
<img id="madewithliciousimg1"src="https://d2407na1z3fc0t.cloudfront.net/cmsblocks/66/cmsblocks_59f733d8bca55" alt=""/>
<h1 id="madewithlicioush1"> #MadeWithLicious</h1>
<p id="madewithliciousp">
Cooking with Licious meats is more fun now! Post a picture of your Licious dish on our   Instagram page, tag us and <br>           use #MadeWithLicious for a chance to be featured on our Instagram page! Happy Cooking!
</p>
<!-- check it out -->
<div id="checkitout">Check it Out!  ></div>
<div class="checkitoutimgall">
<div class="img1">
<img class="checkimag" src="https://d2407na1z3fc0t.cloudfront.net/cmssocails_/21/cmssocails_59f737679e7d3" alt=""/>
<div class="nameinstagram">
<div class="name">
<img src="https://d2407na1z3fc0t.cloudfront.net/cmssocails_/21/cmssocails_59f737707af91" alt=""/>
<p>Farrukh Shadab</p>
</div>
<div class="instagram">
<img src="https://s3-ap-southeast-1.amazonaws.com/liciousdev/Banner/instagram-logo.png" alt=""/>
<p>Instagram</p>
</div>
</div>
<p class="paragraph">Its time to make these again-Garlic <br>Chicken Cheese Balls! Best in taste and...</p>
<div class="meatgarlicchicken">
<img src="https://www.licious.in/img/default/chicken-leg2.png" alt=""/>
<p>Garlic Chicken Cheese Balls</p>
</div>
</div>
<div class="img1">
<img class="checkimag" src="https://d2407na1z3fc0t.cloudfront.net/cmssocails_/22/cmssocails_59f73803162f9" alt=""/>
<div class="nameinstagram">
<div class="name">
<img src="https://d2407na1z3fc0t.cloudfront.net/cmssocails_/22/cmssocails_59f7380b29964" alt=""/>
<p>mrs_sambhar</p>
</div>
<div class="instagram">
<img src="https://s3-ap-southeast-1.amazonaws.com/liciousdev/Banner/instagram-logo.png" alt=""/>
<p>Instagram</p>
</div>
</div>
<p class="paragraph">Happy Sunday!Here's a poached egg on <br>avocado toast topped with hollandaise... </p>
<div class="meatgarlicchicken">
<img src="https://www.licious.in/img/default/chicken-leg2.png" alt=""/>
<p>Poached Egg</p>
</div>
</div>
<div class="img1">
<img class="checkimag" src="https://d2407na1z3fc0t.cloudfront.net/cmssocails_/23/cmssocails_59f7389ead122" alt=""/>
<div class="nameinstagram">
<div class="name">
<img src="https://d2407na1z3fc0t.cloudfront.net/cmssocails_/23/cmssocails_59f738a6f3d43" alt=""/>
<p>luckysfooddiary</p>
</div>
<div class="instagram">
<img src="https://s3-ap-southeast-1.amazonaws.com/liciousdev/Banner/instagram-logo.png" alt=""/>
<p>Instagram</p>
</div>
</div>
<p class="paragraph">These days am getting a lot of goodies <br>from few of my favourite brands.... </p>
<div class="meatgarlicchicken">
<img src="https://www.licious.in/img/default/chicken-leg2.png" alt=""/>
<p>Caribbean Jerk Chicken Salad</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div id="firstBox">
<img src="https://www.licious.in/img/default/licious-logo.svg" alt="">
<div id="secondBox">
<div id="links">
<h4>USEFUL LINKS</h4>
<p><a href="">Why pcious?</a></p>
<p><a href="">Refer & Earn</a></p>
<p><a href="">pcious Cash & Cash+</a></p>
<p><a href="">Careers</a></p>
<p><a href="">BLOG</a></p>
<p><a href="">Campaign</a></p>
<p><a href="">Bug Bounty Guidepnes</a></p>
<p><a href="">About us</a></p>
<p><a href="">FSSC 22000 Certifications</a></p>
<p><a href="">FSSAI pcenses</a></p>
<p><a href="">Sitemap</a></p>
</div>
<div id="exp">
<h4>EXPRIENCE LICIOUS APP ON MOBILE</h4>
<a href=""> <img src="https://www.licious.in/img/newtheme/play-store-new.png" alt=""></a>
<a href=""><img src="https://www.licious.in/img/newtheme/app-store-new.svg" alt=""></a>
</div>
<div id="contact">
<h4>CONTACT US</h4>
<P>Call: 1800-4190-786</P>
<p>[email protected]</p>
<h4>REGISTRED OFFICE ADDRESS:</h4>
<P>House of Licious,Zed Pearl,No</P>
<p>12,Domlur Layout</p>
<p>Bangalore,Karnataka-560071</p>
</div>
<div id="Tc">
<p><a href=""> T&C </a></p>
<p><a href="">FAQ</a></p>
<p><a href="">Privacy Policy</a></p>
<h4>HAVE SECURITY CONCERNS?</h4>
<P>Mail us to:</P>
<p>[email protected]</p>
</div>
<div id="logo">
<img src="https://www.licious.in/img/default/3-dsecure.png" alt="">
</div>
</div>
<div id="keepintouch">
<h4>KEEP IN TOUCH</h4>
<a href=""><img src="https://www.licious.in/img/default/insta_color.png" alt=""></a>
<a href=""><img src="https://www.licious.in/img/default/fb_color.png" alt=""></a>
<a href=""><img src="https://www.licious.in/img/default/twitter_color.png" alt=""></a>
</div>
<div id="cities">
<div id="cit1"><h4>CITIES WE SERVE</h4></div>
<div><hr></div>
<P> Bengaluru | NCR | Hyderabad | Chandigarh | Panchkula | Mohali | Mumbai | Pune | Chennai | Coimbatore | Jaipur | Cochin | Vijayawada | Vishakhapatnam | Pocdichery | Kolkata | Trichy</P>
</div>
<h5>POPULAR SEARCHES</h5>
<hr>
<div>
<h4>We will sell only the meat that we would eat ourselves.</h4>
<p>At Licious, we're big meat-lovers. And by big, we mean huge. So when it comes to the meat we put on your plate, we’re extremely picky. Every single product is handpicked by a team with years of experience.</p>
<h4>If it's not fresh, we won't sell it</h4>
<p>For meat to stay fresh and retain its natural juices, it needs to be stored at a temperature between 0° and 5°C. We maintain this temperature from the time we procure the product to cleaning, cutting and storing it, until it leaves for delivery. And even when it’s out for delivery, we keep it chilled right up to your doorstep.Did we mention that we’re obsessed?</p>
<h4>We will charge only for what you buy</h4>
<p>Doesn't everyone do this? Not really. Most other places first weigh the meat, then cut up the pieces, and throw out the parts which aren’t fit to eat, such as offal, gizzard, wingtips, etc. But you still pay based on the original weight even though what you finally get is 10% to 30% less</p>
</div>
<hr>
<div id="copy">
<b> © 2022 Delightful Gourmet Pvt Ltd. All Rights Reserved.</b>
</div>
<p>Licious is your one-stop fesh meat delivery shop. In here, you get nothing but the freshest meat & seafood, delivered straight to your doorstep. Now you can buy meat online anytime at your convenience. Indulge in our diverse selection: Chicken, Mutton, Seafood (Fish, Prawns, Crabs), Marinades & Cold Cuts. All our products are completely natural and healthy. Once you've experienced Licious, you'll never go back to the old way of buying meat and seafood.</p>
</div>
</div>
</body>
<script src="./js/index.js"></script>
</html>