-
Notifications
You must be signed in to change notification settings - Fork 1
/
product_page.html
733 lines (724 loc) · 22 KB
/
product_page.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
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
<!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="style/nav.css">
<link rel="stylesheet" href="style/uppernav.css">
<link rel="stylesheet" href="style/product_page.css">
<link rel="stylesheet" href="style/footer.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
/>
<title>
Buy OnePlus Nord 2T 5G 128GB, 8GB RAM, Gray Shadow, Mobile Phone at
Reliance Digital
</title>
</head>
<body>
<div id="upper_nav">
<a href="">OUR BRAND PROMISE</a>
<a href=""> EASY RETURN</a>
<a href="">NEXT DAY DELIVERY</a>
<a href="">SERVICE GUARANTEE</a>
<a href="">UNMATCHED NETWORK</a>
<a href="">Find a store</a>
<a href="contact.html">Contact us</a>
</div>
<!-- NavBar section -->
<nav>
<!-- Red box -->
<div id="rednav">
<div>
<a href="index.html"><img
src="https://www.reliancedigital.in/build/client/images/loaders/rd_logo.svg"
/></a>
</div>
<div>
<input
type="search"
id="storeSearch"
placeholder="Find your favourite products"
/>
<button id="search">
<i class="fa fa-search fa-lg" aria-hidden="true"></i>
</button>
</div>
<div>
<a href="#"
><span><i class="fa fa-map-marker"></i></span>Select your
location</a
>
<a href="cart_page.html" class="saperator"
><span><i class="fa fa-shopping-cart"></i></span>Cart</a
>
<a href="#"
><span><i class="fas fa-user-alt"></i></span>Login</a
>
</div>
</div>
<!-- Blue box -->
<div id="bluenav">
<button id="mobile" class="dropdown">
Mobile & Tablets <span class="arrow">˅</span>
</button>
<!-- Mobile section drop-menu -->
<div class="drop-menu mobile">
<div>
<ul>
Smartphones
<li><a href="product_page.html">OnePlus Nord 2T 5G</a></li>
</ul>
<ul>
Wearable Technology
<li>Smart Watch Accessories</li>
</ul>
<ul>
Accessories
<li>Tablet Accessories</li>
<li>Mobile Accessories</li>
<li>Mobile Grips & Stands</li>
<li>Car Mobile Holders</li>
</ul>
</div>
<div>
<ul>
Headphones & Headsets
</ul>
<ul>
Tablets & eReaders
<li>Every Day use Tablets below 15000</li>
<li>Premium Tablets, Above 15001</li>
</ul>
<ul>
Power Banks
</ul>
<ul>
eSlates
</ul>
</div>
<div>
<ul>
AI Learning Robots
</ul>
</div>
</div>
<button id="television" class="dropdown">
Televisions <span class="arrow">˅</span>
</button>
<!-- Televisions section drop menu -->
<div class="drop-menu">
<div>
<ul>
Televisions
<li>Smart TVs</li>
<li>32 Inch TVs</li>
<li>43 Inch TVs</li>
<li>55 Inch TVs</li>
<li>Android TVs</li>
</ul>
</div>
<div>
<ul>
Gaming
<li>Gaming Consoles</li>
<li>Gaming Accessories</li>
<li>Gaming Titles</li>
</ul>
<ul>
Projectors
</ul>
<ul>
Streaming Devices
</ul>
</div>
<div>
<ul>
Reconnect Disney | Marvel Audio Collection
</ul>
<ul>
TV & Audio Accessories
<li>Virtual Reality Headsets</li>
<li>Stabilizers & Surge Protectors</li>
<li>Power Strips & Extension Cords</li>
</ul>
<ul>
Electronic Musical Instruments
<li>Musical Mini Keyboards</li>
<li>Musical Standard Keyboards</li>
</ul>
</div>
</div>
<button class="dropdown">
Headphones and & speakers <span class="arrow">˅</span>
</button>
<!-- Headphones and speaker drop menu -->
<div class="drop-menu">
<div>
<ul>
Headphones & Headsets
<li>True Wireless</li>
<li>Bluetooth Neckbands</li>
<li>Wired Earphones</li>
<li>On Ear Headphones</li>
<li>Noise Cancelling Headphones</li>
</ul>
</div>
<div>
<ul>
Bluetooth & WiFi Speakers
<li>Bluetooth Speakers</li>
<li>Smart Speakers</li>
</ul>
</div>
<div>
<ul>
TV Speakers & Soundbars
<li>Soundbars</li>
<li>Home Theatre Systems</li>
<li>Party speakers</li>
<li>Multimedia</li>
<li>Audio, Speaker Stands</li>
</ul>
<ul>
Musical Instruments
</ul>
</div>
</div>
<button class="dropdown">
Home appliances <span class="arrow">˅</span>
</button>
<!-- Home applines drop menu -->
<div class="drop-menu">
<div>
<ul>
Air Conditioners
<li>Split Air Conditioners</li>
<li>Window Air Conditioners</li>
<li>Smart Air Conditioners</li>
<li>Energy Efficient Air Conditioners</li>
<li>1 ton Air Conditioners</li>
<li>1.5 ton Air Conditioners</li>
<li>5 star Air Conditioners</li>
</ul>
<ul>
Air Coolers
</ul>
<ul>
Air Purifiers
</ul>
</div>
<div>
<ul>
Washing Machines
<li>Fully Automatic Front Load</li>
<li>Fully Automatic Top Load</li>
<li>Semi-Automatic Top Load</li>
<li>Washing Machine Detergents & Liquids</li>
</ul>
<ul>
Refrigerators
<li>Single Door</li>
<li>Double Door</li>
<li>Side by Side Refrigerators</li>
<li>Convertible</li>
</ul>
</div>
<div>
<ul>
Vacuum Cleaners
<li>Robotic Vacuum Cleaners</li>
</ul>
<ul>
Dishwashers
</ul>
<ul>
Fans
</ul>
<ul>
Cloth Dryers
</ul>
<ul>
Geysers
</ul>
<ul>
Room Heaters
</ul>
</div>
</div>
<button id="computer" class="dropdown">
Computers <span class="arrow">˅</span>
</button>
<!-- Computers drop menu -->
<div class="drop-menu computer">
<div>
<ul>
Laptops
<li>Basic use laptops</li>
<li>Student Laptops</li>
<li>Thin and light Laptops</li>
<li>Multi-Tasking Laptops</li>
<li>Gaming Laptops</li>
<li>Content creator Laptops</li>
</ul>
<ul>
Desktops & All-In-Ones
</ul>
<ul>
Computer Monitors
</ul>
</div>
<div>
<ul>
Bluetooth & WiFi Speakers
</ul>
<ul>
Internet Connectivity Devices
<li>Wireless Hotspot</li>
<li>Routers</li>
<li>WiFi Range Extenders</li>
</ul>
<ul>
Printers
</ul>
<ul>
Toners & Ink Cartridges
</ul>
<ul>
Data Storage Devices
<li>Pen Drives & OTG Drives</li>
<li>Hard Drives & SSD</li>
</ul>
</div>
<div>
<ul>
Computer Accessories
<li>Upto 72% Off, Only on Reliancedigital.in</li>
<li>Computer Networking Cables</li>
<li>Laptop Chargers & Adaptor</li>
<li>Hubs & Docks</li>
<li>Laptop Bags & Sleeves</li>
<li>Laptop Cooling Pad</li>
<li>Laptop Screen Protectors</li>
<li>Laptop Tables & Stands</li>
</ul>
<ul>
Input Devices
<li>Keyboards</li>
<li>Computer Mouse</li>
<li>Mousepads</li>
<li>Stylus Pens</li>
</ul>
</div>
</div>
<button class="dropdown">Cameras <span class="arrow">˅</span></button>
<!-- Cameras drop menu -->
<div class="drop-menu">
<div>
<ul>
DSLR Cameras
</ul>
<ul>
Mirrorless Cameras
</ul>
<ul>
Point & Shoot Cameras
</ul>
<ul>
ProSumer Cameras
</ul>
<ul>
Action Cameras
</ul>
<ul>
Photo Storage Devices
<li>Memory Cards</li>
<li>Pen Drives</li>
</ul>
</div>
<div>
<ul>
Binoculars
</ul>
<ul>
Camera Lens
</ul>
<ul>
Digital Camera Accessories
<li>Camera Batteries & Chargers</li>
<li>Camera bags & cases</li>
<li>Tripods & Monopods</li>
<li>Action Camera Accessories</li>
</ul>
</div>
</div>
<button class="dropdown">
Kitchen Appliences <span class="arrow">˅</span>
</button>
<!-- Kitchen Drop menu -->
<div class="drop-menu">
<div>
<ul>
Microwave Ovens
</ul>
<ul>
Water Purifiers
</ul>
<ul>
Fruits and Vegetable Cleaner
</ul>
<ul>
Oven Toaster Grillers (OTG)
</ul>
<ul>
Cookwares
</ul>
<ul>
Juicer Mixer Grinders
<li>Juicers</li>
<li>Hand Mixers</li>
<li>Mixer Grinders</li>
<li>Choppers & Slicers</li>
</ul>
</div>
<div>
<ul>
Induction Cookers
</ul>
<ul>
Food Processors
</ul>
<ul>
Blenders
</ul>
<ul>
Kitchen Hobs & Gas Stoves
</ul>
<ul>
Kitchen Chimneys
</ul>
<ul>
Rice Cookers
</ul>
<ul>
Sandwich Makers
</ul>
<ul>
Popup Toasters
</ul>
<ul>
Coffee Makers & Grinders
</ul>
</div>
<div>
<ul>
Reconnect Disney|Marvel Kitchen Collection
</ul>
<ul>
Air Fryers
</ul>
<ul>
Specialty Appliances
</ul>
<ul>
Electric Kettles
</ul>
<ul>
Water Dispensers
</ul>
<ul>
Wet Grinders
</ul>
<ul>
Egg Boilers
</ul>
<ul>
Flour Mills
</ul>
</div>
</div>
<button id="personal-care" class="dropdown">
Personal Care <span class="arrow">˅</span>
</button>
<!-- Personal drop menu -->
<div class="drop-menu personal-care">
<div>
<ul>
Shavers & Trimmers
</ul>
<ul>
Epilators
</ul>
<ul>
Hair Dryers & Stylers
</ul>
<ul>
Weighing Scales
</ul>
<ul>
Irons
</ul>
</div>
<div>
<ul>
Reconnect Disney|Marvel Grooming Collection
</ul>
<ul>
Hygiene & Personal Care
<li>Digital Thermometers</li>
<li>Massagers</li>
<li>Misc. Care Devices</li>
</ul>
<ul>
Garment Steamers
</ul>
</div>
</div>
<button class="dropdown">
Accessories <span class="arrow">˅</span>
</button>
<!-- Accessories dro menu -->
<div class="drop-menu">
<div>
<ul>
Smart Devices
</ul>
<ul>
Smart Plugs
<li>Smart Cameras</li>
<li>Smart Sensors</li>
<li>Smart Lights</li>
<li>Smart Speakers</li>
<li>Batteries & PowerBanks</li>
</ul>
<ul>
Cables & Cords
</ul>
<ul>
Chargers & Adapters
</ul>
<ul>
Bluetooth & WiFi Speakers
</ul>
<ul>
Audio/Video Accessories
</ul>
<ul>
Bags, Cases & Sleeves
</ul>
</div>
<div>
<ul>
Reconnect Disney | Marvel Accessories
</ul>
<ul>
Memory Cards
</ul>
<ul>
Mounts & Stands
</ul>
<ul>
Pen Drives
</ul>
<ul>
Routers
</ul>
<ul>
Screen Guards & Protectors
</ul>
<ul>
Power Strips & Extension Cords
</ul>
<ul>
Stabilizers
</ul>
<ul>
Surge Protectors
</ul>
<ul>
UPS
</ul>
<ul>
Webcams
</ul>
</div>
<div>
<ul>
External Hard Disks
</ul>
<ul>
Headphones & Headsets
</ul>
<ul>
Cleaners & Protectors
</ul>
<ul>
Computer Mouse
</ul>
<ul>
Keyboards
</ul>
<ul>
Indoor Lighting
</ul>
<ul>
Paper Shredders
</ul>
<ul>
Laminators
</ul>
</div>
</div>
</div>
</nav>
<!-- End of nav bar section -->
<!-- Product page Section -->
<div id="main">
<!-- div for displaying image of product -->
<div id="product_display">
<!-- div for main big image -->
<div id="main_img">
<img
src="https://www.reliancedigital.in/medias/One-Plus-Nord2T-Mobile-Phone-492850714-i-1-1200Wx1200H?context=bWFzdGVyfGltYWdlc3w1MzQ5M3xpbWFnZS9qcGVnfGltYWdlcy9oMTUvaDQ2Lzk4NTMzNTkyMjY5MTAuanBnfGI0OTExMTY3OGQ1MjA5ZjFiOWZhYWNjNTcwY2M0ZDRjYjI0NDhkNWZkZjE3ZDE3NGNlZGFhOTIwYmNjNjY0MmQ"
/>
</div>
<!-- End of main big image -->
<!-- Div for image slider -->
<div class="slide-box">
<div class="slide-img">
<!-- All sliding image will append here -->
</div>
<div class="arrowbtn">
<button><</button>
<button>></button>
</div>
</div>
<!-- End of div image slider -->
</div>
<!-- End of product display -->
<!-- div for offer and card options -->
<div id="details">
<!-- Division for product name display -->
<div id="product_name">
<p>Article ID: 492850714</p>
<h3>OnePlus Nord 2T 5G 128GB, 8GB RAM, Gray Shadow, Mobile Phone</h3>
<input type="checkbox" /><span>Add to compare</span>
<!-- Div container for bank offer and pincode check -->
<div id="addition">
<div class="feature">
<li><strong>Warranty:</strong> 1 Year manufacturer warranty</li>
<p class="bold_p">Gain more with offers (5)</p>
<p class="bold_p">Additional Services & Warranties (5)</p>
<p class="bold_p">Key Features</p>
<li>16.33 cm (6.43 Inch) 90 Hz FHD+ AMOLED Display</li>
<li>8 GB RAM 128 GB ROM</li>
<li>MediaTek Dimensity 1300 Processor</li>
<li>OxygenOS based on Android 12</li>
<p class="bold_p">Return Policy</p>
<li>Items are eligible for return within 7 Days of Delivery.</li>
<li>
All accessories, product & packaging need to be returned in
original condition.
</li>
<p class="bold_p">Got Feedback to share on this page?</p>
<a href="#">report here.</a>
</div>
<div class="price_box">
<p>MRP:<span id="price_tag">28999.00</span></p>
<p>EMIs (Credit Cards) from ₹1365.08/month |</p>
<p class="bold_p">FREE Shipping!</p>
<input type="number" placeholder="PIN Code" />
<p>
*Delivery assurance is subject to our delivery locations staying
open as per govt. regulations
</p>
<button id="cart_btn">add to cart</button>
<button>buy now</button>
</div>
</div>
<!-- end of bank offer and pincode check -->
</div>
<!-- end of product name display -->
</div>
<!-- end of details section -->
</div>
<!-- End of product page section -->
<!-- Footer section -->
<footer>
<div>
<div>
<div>
<ul>
PRODUCT CATEGORIES
<li><a href="#">Smartphones</a></li>
<li><a href="#">Laptops</a></li>
<li><a href="#">DSLR Cameras</a></li>
<li><a href="#">Televisions</a></li>
<li><a href="#">Air conditioners</a></li>
<li><a href="#">Refrigerators</a></li>
<li><a href="#">Kitchen Applinces</a></li>
<li><a href="#">Accessories</a></li>
<li><a href="#">Personal Care and & Grooming</a></li>
</ul>
</div>
<div>
<ul>
SITE INFO
<li><a href="#">About Reliance Digital</a></li>
<li><a href="#">resQ Services</a></li>
<li><a href="#">Site Map</a></li>
<li><a href="#">Gift Cards</a></li>
<li><a href="#">Corporate Enquires</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div>
<ul>
RESOURCE CENTRE
<li><a href="#">Product Reviews</a></li>
<li><a href="#">Buying Guidesa</li>
<li><a href="#">How Tos</a></li>
<li><a href="#">Featured Stories</a></li>
<li><a href="#">Events and Happenings</a></li>
</ul>
</div>
<div>
<ul>
POLICIES
<li><a href="#">Terms Of Use</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Cancellation and return policy</a></li>
<li><a href="#">Pricing and payment policy</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">E-waste policy</a></li>
<li><a href="#">EMI and additional cashback T&C</a></li>
<li><a href="#">RelianceOne Loyalty Program T&C</a></li>
</ul>
</div>
</div>
<div id="social-hand">
<div>
<h3>FOLLOW US</h3>
<a href="http://www.facebook.com/pages/Reliance-Digital/123437217685421"><i class="fa-brands fa-facebook-square"></i></a>
<a href="http://www.twitter.com/reliancedigital"><i class="fa-brands fa-twitter"></i></a>
<a href="https://www.youtube.com/reliancedigital"><i class="fa-brands fa-youtube"></i></a>
</div>
<div>
<h3>EXPERIENCE RELIANCE DIGITAL APP ON MOBILE</h3>
<a href="https://play.google.com/store/apps/details?id=in.digital.reliance"><img src="https://www.reliancedigital.in/build/client/images/google_play_store.png" ></a>
<a href="https://apps.apple.com/in/app/reliance-digital-shopping-app/id1513379107"><img src="https://www.reliancedigital.in/build/client/images/ios_app_store_icon.png"></a>
</div>
</div>
</div>
<!-- Disclamer porton -->
<div id="discl">
<p>Disclaimer</p>
<p>Product prices, offers and availability are subject to change from time to time. All prices are inclusive of taxes. Product colours & images are only for illustration and they may not exactly match with the actual product. Product specs are subject to change & may vary from actual product. While every care is taken to avoid inaccuracies in content, these are provided as is, without warranty of any kind.</p>
<p>© 2022 Reliance Digital. All Rights Reserved.</p>
</div>
</footer>
<!-- End of footer Section -->
</body>
</html>
<script src="script/product_page.js"></script>