-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProductDetailPage.html
491 lines (468 loc) · 19.1 KB
/
ProductDetailPage.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
<!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" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap" rel="stylesheet">
<title>Kimaye</title>
<!-- link with css -->
<link rel="stylesheet" href="ProductDetailPage.css" />
<!-- home icon -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- sub-heading fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="available">
<p>Currently available in Mumbai | Same day delivery</p>
</div>
<!-- navigation bar -->
<div class="navbar">
<div>
<div class="dropdown">SHOP<i class="fal fa-angle-down"></i>
<div class="dropdown-content">
<a href="ProductPage.html">ALL FRUITS</a>
<a href="#">FRESH CUTS</a>
<a href="#">FRUITS COMBOS</a>
<a href="#">GIFTS BY KIMAYE</a>
<a href="#">COMMUNITY BUYING</a>
<a href="#">FRUITS X SUBSCRIPTION</a>
<a href="#">REFUND AND REPLACEMENT</a>
</div>
</div>
<div class="dropdown">LEARN<i class="fal fa-angle-down"></i>
<div class="dropdown-content">
<a href="#">OUR STORY</a>
<a href="#">WHY KIMAYE</a>
<a href="#">TRACEABILITY</a>
<a href="#">BEYOND FRUITS</a>
</div>
</div>
<div>
<p id="grow">GROW</p>
</div>
</div>
<img src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/website-logo_400x.png?v=1596288204" alt="kimaye logo" height="35px" width="135px">
<div id="accountinfo">
<i class="fal fa-search searchbar"></i>
<form id="searchform">
<i class="fal fa-times hidebar"></i>
<input class="typeany" type="text" placeholder="Search for products">
<input type="submit" value="SEARCH">
</form>
<i class="fal fa-user gotologin"></i>
<i class="fal fa-shopping-bag gotocart"></i>
</div>
</div>
<!-- header -->
<div class="background">
<div class="container">
<div class="header">
<a href="ProductPage.html" class="left_arrow"
><i class="fas fa-long-arrow-alt-left larr"></i
></a>
<span class="header_text"
><a href="" class="home"
><i class="fa fa-home"></i>Home / All fruits / </a
><span class="product"
>Kimaye Grapefruit (Pack of 2 & 4 pcs)</span
></span>
<a href="cart.html" class="right_arrow"
><i class="fas fa-long-arrow-alt-right rarr"></i
></a>
</div>
<div class="section_1">
<div class="fruit_image">
<div id="scaleup">
<img
class="main_img"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/grapefruit-cover.progressive.jpg?v=1639461484/"
alt="Fruit Image1"
/>
</div>
<div class="lower_imgs">
<img
class="img1"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/grapefruit-cover.progressive.jpg?v=1639461484/"
alt="Fruit Image1"
/>
<img
class="img2"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/grapefruit-funfacts_219x.png?v=1639461506"
alt="Fruit Image2"
/>
</div>
</div>
<div class="product_detail">
<div>
<h2 class="product_name">Kimaye Grapefruit (Pack of 2 & 4 pcs)</h2>
<div class="star">☆☆☆☆☆</div>
<p class="text">
Grapefruits are medium to large fruits. The peel is smooth,
glossy, and semi- thin with a lightly pebbled texture, covered
in small oil glands that release fragrant, essential oils. The
peel also generally ripens from green to pale yellow, golden
yellow, to yellow-orange blushed with pink red, and is comprised
of tiny sacs filled with juice, creating an aqueous, tender, and
semi-firm consistency. Grapefruits have a subtle, floral
fragrance with a bright, sweet, acidic, and tangy flavor.
</p>
</div>
<p class="text">Origin : South Africa, Spain, China</p>
<p class="text packvalue">(Pack of 2)~ 0.5kg | (Pack of 4)~ 1.0kg</p>
<div class="price_range">₹ 144 – ₹ 269</div>
<div class="product_packs">
<p class="packs">Packs :</p>
<div class="pp1 image_underline">
<img
class="pack"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/grapefruit-funfacts_118x.png?v=1639461506"
alt="Fruit Image2"
/>
</div>
<div class="pp2">
<img
class="pack"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/grapefruit-funfacts_118x.png?v=1639461506"
alt="Fruit Image2"
/>
</div>
</div>
<div class="price">₹ 144</div>
<div class="buy">
<div class="quantity">
<input type="button" value="-" class="minus"/>
<p class="number">1</p>
<input type="button" value="+" class="plus" />
</div>
<button class="add">Add to cart</button>
</div>
<p class="storage">Storage Instructions:</p>
<p class="storage">
- Store Grapefruit in refrigerated condition and consume within 4
days of delivery
</p>
</div>
</div>
<div class="section_2">
<div class="kimaye-promise">
<h2 class="sub_heading">KIMAYE PROMISE</h2>
<p class="text promise">
Kimaye Partners with the best producers around the globe to bring
to you the superior quality Grapefruit. The stringent quality
processes at our facilities ensure that you get nothing but the
best!
</p>
</div>
<div class="tree">
<img
class="img3"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/grapefruit-promise.png?v=1639463373"
alt="Fruit Image2"
/>
</div>
</div>
</div>
<div class="section_3">
<!-- <div class="back"> -->
<div>
<img
class="img6"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/grapefruit-funfacts.png?v=1639463306"
alt="Fruit Image2"
/>
</div>
<div class="bg">
<div class="facts">
<h2 class="sub_heading sub-heading2">FRUIT FUN FACTS</h2>
<p class="text fact">
The sweet-tart fruits are a natural cross between a pummelo and an
orange. Grapefruit was named after their clustering growth habit,
similar to the way grapes form in bunches. Experts believe that
the fruits may have been named for their tart flavor, reminiscent
of an unripe grape. There are three main types of grapefruits,
categorized as pink, white, or red-fleshed.
</p>
</div>
</div>
<!-- </div> -->
</div>
<div class="section_4">
<div>
<img
class="img12"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/grapefruit-Helath-benefits_1.png?v=1639463332"
alt="Fruit Image2"
/>
</div>
<div class="health_detail">
<h2 class="sub_heading">HEALTH BENEFITS</h2>
<p class="health_text">
Grapefruits are an excellent source of vitamin C, an antioxidant
that strengthens the immune system, reduces inflammation, and boosts
collagen production within the skin. The fruits are also a good
source of vitamin A to maintain healthy organ functioning and lower
amounts of folate, potassium, and magnesium. Red and pink grapefruit
varieties contain lycopene, with antioxidant-like properties and
protects the cells against free radical damage.
</p>
<span class="nutrition">Nutritional Information</span>
<div class="calories">
<img
class="health_img"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/calories-icon.png?v=1599299841"
alt="Fruit Image2"
/>
<p class="calory-text">Total Calories 42Kcal</p>
<img
class="health_img"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/carbs-icon.png?v=1599299842"
alt="Fruit Image2"
/>
<p class="calory-text">Carbohydrate 11g</p>
<img
class="health_img"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/dietary-fibre-icon.png?v=1599307079"
alt="Fruit Image2"
/>
<p class="calory-text">Dietary Fibre 1.6g</p>
<img
class="health_img"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/potassium-icon.png?v=1599307078"
alt="Fruit Image2"
/>
<p class="calory-text">Potassium 135mg</p>
</div>
<p class="note">
<i
>*Note: Nutritional Information is per piece of Grapefruit
(100g)</i
>
</p>
</div>
</div>
<div class="section_5">
<h2 class="sub_heading">RELATED PRODUCTS</h2>
<div class="slider">
<div class="products">
<button class="left btn">←</button>
<div class="product">
<img
class="option_img"
alt="friut_1"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/Apple-ber-cover_540x.jpg?v=1639556928"
/>
<a href="" class="fruit_name"
>Kimaye Apple Ber (Pack of 500g & 1 kg)</a
>
<span class="fruit_price">₹ 49 - ₹ 89</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_2"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/cherry-CHILEAN_360x.jpg?v=1639550758"
/>
<a href="" class="fruit_name"
>Kimaye Cherries(Chilean) (Pack of 125g, 250g & 500g)</a
>
<span class="fruit_price">₹ 289 - ₹ 1,109</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_3"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/c54118d4-fe2a-4805-aa25-777c029932ee_540x.png?v=1614327346"
/>
<a href="" class="fruit_name"
>Kimaye Strawberries (Pack of 200 g & 400 g)</a
>
<span class="fruit_price">₹ 237 - ₹464</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_1"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/Apple-ber-cover_540x.jpg?v=1639556928"
/>
<a href="" class="fruit_name"
>Kimaye Apple Ber (Pack of 500g & 1 kg)</a
>
<span class="fruit_price">₹ 49 - ₹ 89</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_2"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/cherry-CHILEAN_360x.jpg?v=1639550758"
/>
<a href="" class="fruit_name"
>Kimaye Cherries(Chilean) (Pack of 125g, 250g & 500g)</a
>
<span class="fruit_price">₹ 289 - ₹ 1,109</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_3"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/c54118d4-fe2a-4805-aa25-777c029932ee_540x.png?v=1614327346"
/>
<a href="" class="fruit_name"
>Kimaye Strawberries (Pack of 200 g & 400 g)</a
>
<span class="fruit_price">₹ 237 - ₹464</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_1"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/Apple-ber-cover_540x.jpg?v=1639556928"
/>
<a href="" class="fruit_name"
>Kimaye Apple Ber (Pack of 500g & 1 kg)</a
>
<span class="fruit_price">₹ 49 - ₹ 89</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_2"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/cherry-CHILEAN_360x.jpg?v=1639550758"
/>
<a href="" class="fruit_name"
>Kimaye Cherries(Chilean) (Pack of 125g, 250g & 500g)</a
>
<span class="fruit_price">₹ 289 - ₹ 1,109</span>
<button class="select">SELECT OPTIONS</button>
</div>
<div class="product">
<img
class="option_img"
alt="friut_3"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/c54118d4-fe2a-4805-aa25-777c029932ee_540x.png?v=1614327346"
/>
<a href="" class="fruit_name"
>Kimaye Strawberries (Pack of 200 g & 400 g)</a
>
<span class="fruit_price">₹ 237 - ₹464</span>
<button class="select">SELECT OPTIONS</button>
</div>
<button class="right btn">→</button>
</div>
</div>
</div>
<div class="section-6">
<div class="review_star">☆☆☆☆☆</div>
<div class="feedback">
<div class="review">Reviews <span class="num">0</span></div>
<button class="write">
<ion-icon name="document-text-outline"></ion-icon>Write a Review
</button>
</div>
<div class="last">
<div class="fill_star">☆☆☆☆☆</div>
<p class="review_text">Be the first to review this item</p>
</div>
</div>
</div>
<!-- footer -->
<div class="footer1">
<div>
<div>
<div>
<ul>
<li type="none">
<strong>FAQ's</strong>
</li>
<li type="none">
<strong>Contact Us</strong>
</li>
<li type="none">
<strong>Shipping & Return Policy</strong>
</li>
<li type="none">
<strong>Terms & Conditions</strong>
</li>
<li type="none">
<strong>Privacy Policy</strong>
</li>
</ul>
</div>
<div>
<ul>
<li type="none">Follow us on</li>
</ul>
<ul id="logo">
<li type="none">
<img src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/fb-icon.png?v=1599571756" alt="facebook logo">
</li>
<li type="none">
<img src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/insta-icon.png?v=1599571756" alt="instagram logo">
</li>
<li type="none">
<img src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/twitter-icon.png?v=1599571756" alt="twitter logo">
</li>
</ul>
</div>
</div>
<hr color="#69824e">
<div>
<p id="copyright">Copyright©2021. All Rights Reserved</p>
<img src="https://cdn.shopify.com/s/files/1/0449/5225/6667/files/ting.png?v=1599565040" alt="logo" height="20px">
</div>
</div>
</div>
<div class="footer" id="footer">
<img
class="foot_img"
src="https://cdn.shopify.com/s/files/1/0449/5225/6667/products/grapefruit-funfacts_80x.png?v=1639461506"
/>
<select name="packs" id="packs" class="options">
<option value="pack2"><a href="">Pack of 2 (0.5 kg) - ₹ 144</a></option>
<option value="pack4"><a href="">Pack of 4 (1.0 kg) - ₹ 269</a></option>
</select>
<div class="buy foot">
<div class="quantity">
<input type="button" value="-" class="foot minus" />
<input
type="number"
step="1"
min="1"
max="999"
name="quantity"
value="1"
title="Qty"
class="number foot"
size="4"
pattern="[0-9]*"
inputmode="numeric"
/>
<input type="button" value="+" class="foot plus" />
</div>
<button class="add_cart">Add to cart</button>
</div>
</div>
</body>
</html>
<script src="ProductDetailPage.js">
</script>