-
Notifications
You must be signed in to change notification settings - Fork 0
/
productsdetails.html
485 lines (472 loc) · 18.2 KB
/
productsdetails.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Product Detail Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="productsdetails.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
</head>
<body>
<nav>
<div class="headerDiv">
<div class="leftHeader">
<div class="logoDiv">
<a href="index.html"><img src="./images/webisteLogo.png" alt="logo" class="logo" />
<img src="" alt="" class="locationImg" /></a>
</div>
<div class="addressDiv">
<!-- changed name -->
<p>Hello</p>
<!-- changed name -->
<p class="address2">Select your address</p>
</div>
</div>
<div class="middleHeaderSearch">
<div class="allDropdown">
<p>All</p>
<img src="./images/down 1.svg" alt="downArrow" />
</div>
<input type="text" placeholder="Search JungleBuy.in" />
<div class="searchIconDiv">
<img src="./images/search 1.svg" alt="searchIcon" />
</div>
</div>
<div class="countryDiv flex">
<img src="./images/india 1.svg" alt="india" />
<!-- changed name -->
<p>EN</p>
<img src="./images/down 1.svg" alt="downArrow" />
</div>
<div class="loginUserDiv flex">
<a href="Login.html">
<div class="innerLoginUserDiv">
<!-- changed name -->
<p>Hello, sign in</p>
<p>Accounts & Lists</p>
</div>
</a>
<img src="./images/down 1.svg" alt="downArrow" />
</div>
<div class="returnAndOrdersDiv flex">
<div class="innerReturn">
<p>Returns</p>
<p>& Orders</p>
</div>
<img src="./images/down 1.svg" alt="downArrow" />
</div>
<div class="cartLogoDiv flex">
<a href="./cart.html" class="cartLink">
<img src="./images/cart.svg" alt="cart" class="cartLogo" />
<!-- <p>Cart</p> -->
</a>
</div>
</div>
</nav>
<header>
<div class="header2">
<ul class="headerLinks">
<li class="hamburgerLi">
<img src="./images/hamburger 1.svg" alt="ham" /> All
</li>
<li>Fashion</li>
<li>Mobiles</li>
<li>Gift Ideas</li>
<li>Prime</li>
<li>Amazon Pay</li>
<li>Gift Cards</li>
<li>Sports,Fitness&Outdoors</li>
<li>Computers</li>
<li>Customer Service</li>
<li>Music</li>
<li>Books</li>
<li>Registery</li>
<li>Amazon Home</li>
<li>Pharmacy</li>
</ul>
<!-- <ul>
<li>Shop Black-Owned & Popular Brands</li>
</ul> -->
</div>
</header>
<div class="card-wrapper">
<div class="card">
<!-- card left -->
<div class="product-imgs">
<div class="img-display">
<div class="img-showcase">
<img
src="https://m.media-amazon.com/images/I/71tHNTGasKL._SX522_.jpg"
alt="shoe image"
/>
<img
src="https://m.media-amazon.com/images/I/713fp5I98TL._SX522_.jpg"
alt="shoe image"
/>
<img
src="https://m.media-amazon.com/images/I/71KRMsFVCmL._SX522_.jpg"
alt="shoe image"
/>
<img
src="https://m.media-amazon.com/images/I/81tkpxBTz5L._SX522_.jpg"
alt="shoe image"
/>
</div>
</div>
<div class="img-select">
<div class="img-item">
<a href="#" data-id="1">
<img
src="https://m.media-amazon.com/images/I/71tHNTGasKL._SX522_.jpg"
alt="shoe image"
/>
</a>
</div>
<div class="img-item">
<a href="#" data-id="2">
<img
src="https://m.media-amazon.com/images/I/713fp5I98TL._SX522_.jpg"
alt="shoe image"
/>
</a>
</div>
<div class="img-item">
<a href="#" data-id="3">
<img
src="https://m.media-amazon.com/images/I/71KRMsFVCmL._SX522_.jpg"
alt="shoe image"
/>
</a>
</div>
<div class="img-item">
<a href="#" data-id="4">
<img
src="https://m.media-amazon.com/images/I/81tkpxBTz5L._SX522_.jpg"
alt="shoe image"
/>
</a>
</div>
</div>
</div>
<!-- card right -->
<div class="product-content">
<h2 class="product-title">HP 14,s</h2>
<a href="#" class="product-link">visit HP store</a>
<div class="product-rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
<span>4.7(21)</span>
</div>
<div class="product-price">
<p class="last-price">Old Price: <span>₹37,999</span></p>
<p class="new-price">New Price: <span>₹35,999 (5%)</span></p>
</div>
<div class="product-detail">
<ul>
<li>Color: <span>Black</span></li>
<li>Available: <span>in stock</span></li>
<li>Category: <span>Laptop</span></li>
<li>Shipping Area: <span>All over the world</span></li>
<li>Shipping Fee: <span>Free</span></li>
</ul>
</div>
<div class="purchase-info">
<input type="number" min="0" value="1" />
<button type="button" class="btn">
Add to Cart <i class="fas fa-shopping-cart"></i>
</button>
</div>
<div class="size">
<p>Size: <span class="blackText">14-Inch</span></p>
<button>14-Inch</button>
<button>15.6-Inch</button>
</div>
<div class="style-name">
<p>
Style name: <span class="blackText">16GB/512GB PCIe SSD</span>
</p>
<button>8GB/256GB PCIe SSD</button>
<button>8GB/512GB PCIe SSD</button>
<button>8GB/1TB PCIe SSD</button>
</div>
<div class="pattern-name">
<p>
Pattern name: <span class="blackText"> AMD Ryzen 5 5500U</span>
</p>
<div class="specs">
<p>
Brand Honor
</p>
<p>
Model
Name NMH-WFQ9HN
</p>
<p>
Screen
Size 14
Inches
</p>
<p>
Hard Disk
Size 512
GB
</p>
<p>
CPU
Model AMD
Ryzen 5 5500U
</p>
<p>
RAM Memory
16
GB
</p>
</div>
</div>
<div class="social-links">
<p>Share At:</p>
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-instagram"></i>
</a>
<a href="#">
<i class="fab fa-whatsapp"></i>
</a>
<a href="#">
<i class="fab fa-pinterest"></i>
</a>
</div>
</div>
</div>
</div>
<div class="inside-box">
<hr />
<h2>What is in the box?</h2>
<div class="elements">
<ul>
<li>Laptop</li>
<li>Power Adapter</li>
<li>Cleaning Accesories</li>
<li>User Manuals</li>
</ul>
</div>
</div>
<div class="manufacturer">
<hr />
<h2>From the manufacturer</h2>
<div class="m-image">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/e1c3cfdd-a948-4dcd-af81-71219614465f.__CR0,0,1940,1200_PT0_SX970_V1___.jpg"
alt=""
/>
<div class="s-row">
<div class="f-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/f24a75e9-84e4-45a4-a54f-e3096b03b84c.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Thin & Light Premium Aluminium Metal Body</h3>
<p>
The lightweight premium Aluminium metal body weighs just 1.38 kg
and is 15.9 mm thick. This ultra-Thin and Light laptop is ideal
for professionals & students who are constantly on the go.
</p>
</div>
<div class="sf-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/2a0ce53f-e646-49d3-b06c-324307ad0d10.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Eye Comfort with Full-View Display</h3>
<p>
Goodbye Eye Fatigue. With a 14-inch stunning Eye Comfort 35.56 cm
(14”) Full View Display, and 4.8 mm ultra-slim bezels, the HONOR
MagicBook 14 delivers an immersive viewing experience & ensuring
users can capture every detail on their screen. <br />
<br />
*100% sRGB*2 High Color Gamut <br />
<br />
**300 nits Brightness Flicker-free DC Dimming
</p>
</div>
<div class="t-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/24a6c29b-306d-4155-91a0-3c18d4931b58.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Long Battery Life Keep Going Longer Without Charge</h3>
<p>
HONOR MagicBook 14 has a large battery capacity of 56 Wh, which
can power local video watching for about 11 hours. And the new 65W
Fast Charger weighing just 200g can power the HONOR MagicBook 14
up to 65% in just 1 Hour. The Type-C Charger enables multi-device
charging. So, one charger for all on-the-go
</p>
</div>
</div>
<div class="s2-row">
<div class="f-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d37a0682-5008-414a-a29c-0a3b32467428.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Thin & Light Premium Aluminium Metal Body</h3>
<p>
The lightweight premium Aluminium metal body weighs just 1.38 kg
and is 15.9 mm thick. This ultra-Thin and Light laptop is ideal
for professionals & students who are constantly on the go.
</p>
</div>
<div class="sf-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/6b0e6fb7-08cd-4dad-9bb7-76d52424b975.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Eye Comfort with Full-View Display</h3>
<p>
Goodbye Eye Fatigue. With a 14-inch stunning Eye Comfort 35.56 cm
(14”) Full View Display, and 4.8 mm ultra-slim bezels, the HONOR
MagicBook 14 delivers an immersive viewing experience & ensuring
users can capture every detail on their screen. <br />
<br />
*100% sRGB*2 High Color Gamut <br />
<br />
**300 nits Brightness Flicker-free DC Dimming
</p>
</div>
<div class="t-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/d7dfa96c-b34c-401f-84ce-8d52c3a25ecd.__CR0,0,300,300_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Long Battery Life Keep Going Longer Without Charge</h3>
<p>
HONOR MagicBook 14 has a large battery capacity of 56 Wh, which
can power local video watching for about 11 hours. And the new 65W
Fast Charger weighing just 200g can power the HONOR MagicBook 14
up to 65% in just 1 Hour. The Type-C Charger enables multi-device
charging. So, one charger for all on-the-go
</p>
</div>
</div>
</div>
<div class="s3-row">
<div class="f-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/5bbacade-7983-46b6-a710-7f4b20ef2785.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Thin & Light Premium Aluminium Metal Body</h3>
<p>
The lightweight premium Aluminium metal body weighs just 1.38 kg and
is 15.9 mm thick. This ultra-Thin and Light laptop is ideal for
professionals & students who are constantly on the go.
</p>
</div>
<div class="sf-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/eb8eb04f-1417-472c-a4b8-0214e0f47058.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Eye Comfort with Full-View Display</h3>
<p>
Goodbye Eye Fatigue. With a 14-inch stunning Eye Comfort 35.56 cm
(14”) Full View Display, and 4.8 mm ultra-slim bezels, the HONOR
MagicBook 14 delivers an immersive viewing experience & ensuring
users can capture every detail on their screen. <br />
<br />
*100% sRGB*2 High Color Gamut <br />
<br />
**300 nits Brightness Flicker-free DC Dimming
</p>
</div>
<div class="t-row">
<img
src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/109e2845-97d1-4126-98b8-767d7a4a86ff.__CR0,0,1200,1200_PT0_SX300_V1___.jpg"
alt=""
/>
<h3>Long Battery Life Keep Going Longer Without Charge</h3>
<p>
HONOR MagicBook 14 has a large battery capacity of 56 Wh, which can
power local video watching for about 11 hours. And the new 65W Fast
Charger weighing just 200g can power the HONOR MagicBook 14 up to
65% in just 1 Hour. The Type-C Charger enables multi-device
charging. So, one charger for all on-the-go
</p>
</div>
</div>
</div>
<section class="footer">
<div class="backtop">
<span>Back to Top</span>
</div>
<div class="detail">
<div class="table">
<div>
<div class="t-head">Get to Know us</div>
<ul>
<li>Careers</li>
<li>Blog</li>
<li>About Amazon</li>
<li>Investors Relations</li>
<li>Amazon Advices</li>
<li>Amazon Science</li>
</ul>
</div>
<div>
<div class="t-head">Make Money with Us</div>
<ul>
<li>Sell products on Amazon</li>
<li>Sell on Amazon Business</li>
<li>Sell apps on Amazon</li>
<li>Become an Affiliate</li>
<li>Advertise Your Products</li>
<li>Self-Publish with Us</li>
<li>Host an Amazon Hub</li>
</ul>
</div>
<div>
<div class="t-head">Amazon Payment Products</div>
<ul>
<li>Amazon Business Card</li>
<li>Shop with Points</li>
<li>Reload Your Balance</li>
<li>Amazon Currency Converter</li>
</ul>
</div>
<div>
<div class="t-head">Let Us Help You</div>
<ul>
<li>Amazon and COVID-19</li>
<li>Your Account</li>
<li>Your Orders</li>
<li>Shipping Rates & Policies</li>
<li>Returns & Replacements</li>
<li>Manage Your Content and Devices</li>
<li>Amazon Assistant</li>
<li>Help</li>
<a href="adminLogin.html"><li>ADMIN LOGIN</li></a>
</ul>
</div>
</div>
</div>
<div class="line"></div>
<div class="copy"></div>
</section>
<script src="productsdetails.js"></script>
</body>
</html>