-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitems.html
337 lines (287 loc) · 12 KB
/
items.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
<!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>licious/products-page</title>
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="items.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="navbar-top">
<div class="nav">
<div class="nav-right">
<a style="color:#4f4f5c;" > <p>Why Licious? </p></a>
<p id="d">•</p>
<p>Download App </p>
<i class="ri-google-play-fill"></i>
<i class="ri-apps-line"></i>
</div>
<div class="nav-left">
<p>FSSC 22000 Certification</p>
<p id="d">•</p>
<a href="/aboutus.html">About Us</a>
<p id="d">•</p>
<p>Careers @Licious</p>
<p id="d">•</p>
<p>Contact Us <img src="https://www.licious.in/img/rebranding/down-arrow.png" alt=""></p>
</div>
</div>
</div>
<div id="main-navbar">
<div class="navbar-part">
<img id="home" src="https://www.licious.in/image/rebranding/svg/licious-logo.svg" alt="">
<div id="loc">
<i style="font-size: 18px;" class="ri-map-pin-line"></i>
<div id="place">
<p>BENGALURU <svg style="fill: #4f4f5cad;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z"/></svg> </p>
<p>Bangalore, Karnatak...</p>
</div>
</div>
<div id="search">
<input type="text" placeholder="Search for any delicious product">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z"/></svg>
</div>
<div class="cat">
<img src="https://www.licious.in/image/rebranding/svg/categories-grey.svg" alt="">
<p style="margin-top:8px;">Categories</p>
</div>
<div class="log">
<img src="https://www.licious.in/image/rebranding/svg/profile-grey.svg" alt="">
<p class="logIn" onclick="loginPage()"></p>
<p class="USER"></p>
<p class="LOGOUT" onclick="logout()">Logout</p>
</div>
<div class="ct" onclick="openNav()">
<img src="https://www.licious.in/image/rebranding/svg/cart.svg" alt="">
<div class="main-cart">
<h4 class="no"></h4>
<p style="margin-top:8px;">Cart</p>
<h3 style="margin-top:-7px;" id="price"></h3>
</div>
</div>
</div>
</div>
<!-- navbar ending -->
<div style="width: 75%;margin: auto;">
<div class="body-top">
<div id="nom">
<a href="index.html">Home</a>
<i class="ri-arrow-right-s-fill"></i>
<a href="details.html" id="title-name"></a>
</div>
<div style="display: flex;gap:10px;justify-content:center;align-items:center;margin-right: 25px;">
<div>
<select name="price" id="filterprice" >
<option value="" id="">Price</option>
<option value="Low to High" id="">Low to High</option>
<option value="High to low" id="">High to Low</option>
</select>
</div>
<div>
<select name="name" id="filtername" >
<option value="" id="">Dishes</option>
<option value="A to Z" id="">A-Z</option>
<option value="Z to A" id="">Z-A</option>
</select>
</div>
</div>
</div>
</div>
<div class="body-mid">
<div>
<h2 id="title" ></h2>
</div>
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/USP/usp_58f5ea40bc89b" alt="">
<p>Quick Meals</p>
</div>
<div>
<p class="li-ne">|</p>
</div>
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/USP/usp_58f5ea6762810" alt="">
<p>From across categories</p>
</div>
<div>
<p class="li-ne">|</p>
</div>
<div>
<img src="https://d2407na1z3fc0t.cloudfront.net/USP/usp_58f5ea798cb2b" alt="">
<p>Everyday meal solution</p>
</div>
</div>
<hr>
<div class="append-data">
<div id="store">
</div>
</div>
<!-- cart page -->
<div id="mySidenav" class="sidenav">
<div id="cut">
<i class="ri-close-line" onclick="cut()" id="cancelCart"></i>
</div>
<div id="MAIN-CART" >
<div id="cart_header">
<div id="order_summary">Order Summary</div>
</div>
<div id="price_cal">
<div id="wish">Congratulations, Your delivery charge is waived off!!!</div>
<div id="itms">
</div>
</div>
<div id="text">
<div id="text_head">Stop paying delivery charges. Join Meatopia today!</div>
<div id="image">
<a href="#">
<div id="image_licious">
<img src="https://www.licious.in/img/rebranding/loyalty_licious_logo.svg" alt="">
</div>
</a>
<a href="#">
<div id="join">JOIN NOW></div>
</a>
</div>
</div>
<h4 id="product_top">You May Want To Try</h4>
<div id="product">
</div>
<div id="bill">
<h5 id="bill_details">BILL DETAILS</h5>
<div class="b">
<p>Subtotal</p>
<p id="Subtotal">0</p>
</div>
<div class="b">
<p>Delivery Charge</p>
<p class="del">₹40</p>
</div>
<div class="b">
<p>Discount</p>
<p style="text-decoration: line-through;">₹60</p>
</div>
<hr style="margin-top: 7px;">
<div class="b">
<p>Total</p>
<p id="Total">0</p>
</div>
</div>
<div id="total">
<div id="sum">
<p>Total :</p>
<p id="amount">0</p>
<a href="#"></a>
</div>
<div id="pay_div">
<a id="pay" href="">
<p>Proceed to checkout</p>
</a>
</div>
</div>
</div>
</div>
<!-- buttom part -->
<div id="murga" style="margin-top: 100px;">
<div class="box"></div>
<div id="murga_img">
<img id="img" src="https://i.ibb.co/ZHZMzSL/banner.jpg" alt="banner">
</div>
<div id="email">
<h3 id="email_top">Be the first to know about our deals and offers</h3>
<div id="submit_div">
<input type="text" id="email_input" placeholder="Enter Phone Number / Email ">
<button id="submit">Submit</button>
</div>
</div>
</div>
<div style="border:0px solid red;width:100%">
<div id="wewill" >
<h4>We will sell only the meat that we would eat ourselves.</h4>
<p style="color:rgba(128, 128, 128, 0.721)">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 style="color:rgba(128, 128, 128, 0.721)">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,<br>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 style="color:rgba(128, 128, 128, 0.721)">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<br> the original weight even though what you finally get is 10% to 30% less</p>
</div>
<div id="footerlast">
<div style="margin-bottom:7px;">
<i class="ri-government-line"></i>
<h4 class="year">2022 Delightful Gourmet Pvt Ltd. All Rights Reserved.</h4>
<br></br>
</div>
<div style="margin-bottom:30px;">
<p style="color:rgba(128, 128, 128, 0.721)">Licious is your one-stop fresh 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><br><br>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__addr">
<h1 class="footer__logo"> <img src="https://www.licious.in/image/rebranding/svg/licious-logo.svg" alt=""> </h1>
<h2>Contact</h2>
<address>
850001 Banglore . Masai School 22193-10212<br>
<a class="footer__btn" href="mailto:aditya.anandBr11@gmail.com">Email Us</a>
</address>
</div>
<ul class="footer__nav">
<li class="nav__item">
<h2 class="nav__title">Dishes</h2>
<ul class="nav__ul">
<li>
<a href="#">Mutton</a>
</li>
<li>
<a href="#">Chicken</a>
</li>
<li>
<a href="#">Many mores.</a>
</li>
</ul>
</li>
<li class="nav__item nav__item--extra">
<h2 class="nav__title">Available</h2>
<ul class="nav__ul nav__ul--extra">
<li>
<a href="#">Banglore</a>
</li>
<li>
<a href="#">Kolkata</a>
</li>
<li>
<a href="#">Pune</a>
</li>
<li>
<a href="#">Delhi</a>
</li>
<li>
<a href="#">Purnea Bihar</a>
</li>
<li>
<a href="#">Jaipur</a>
</li>
</ul>
</li>
<li class="nav__item">
<h2 class="nav__title">Legal</h2>
<ul class="nav__ul">
<li>
<a href="#">Privacy Policy</a>
</li>
<li>
<a href="#">Terms of Use</a>
</li>
<li>
<a href="#">Sitemap</a>
</li>
</ul>
</li>
</ul>
<div class="legal">
<p>© 2021 by Aditya. All rights reserved.</p>
</div>
</footer>
</body>
</html>
<script src="items.js"></script>