-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
621 lines (586 loc) · 23.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./style.css" />
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<title>Apni Dukan</title>
</head>
<body>
<input type="checkbox" id="chkBox" />
<header>
<div class="logo">
<div
style="
padding: 5px;
margin: 10px;
width: 25px;
height: 25px;
border-radius: 50%;
background-color: rgb(3, 205, 3);
"
></div>
<div
style="display: flex; justify-content: center; align-items: center"
>
<h2 class="logo-text" style="margin-left: -44px !important">
Apni Dukan
</h2>
<label for="chkBox" class="hamburger-label">
<div></div>
<div></div>
<div></div>
</label>
</div>
</div>
<div class="menu">
<ul class="nav">
<li><a href="./index.html">Home</a></li>
<li><a href="./deliveredProducts.html">Orders</a></li>
<li><a href="./registration.html">Account</a></li>
<li>
<a href="./Cart.html">
Cart <i class="fa fa-solid fa-cart-shopping"></i
></a>
</li>
<!-- <li>
<a href="#"><i class="fa fa-solid fa-user"></i></a>
</li> -->
</ul>
</div>
</header>
<section class="search-bar">
<div id="search-box">
<input type="text" placeholder="Search items" class="search-text" />
<button class="search-btn">
<i class="fa fa-solid fa-search"></i>
</button>
</div>
</section>
<section class="landing-image" style="padding: 0px 20px">
<img src="./Rectangle 2.png" style="width: 100vw; height: auto" />
</section>
<section id="new-arrival">
<div id="container">
<div style="padding-left: 30px">
<h2>New Arrivals</h2>
</div>
<div id="new-arrival-list">
<div class="card">
<div class="card-image">
<a href="./Apple iPhone 14.html">
<img
src="./Apple iPhone 14.webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>Apple</span>
<div class="wishlist">
<i class="fa fa-solid fa-heart"></i>
</div>
</div>
<span class="product-title">Apple iPhone 12 Pro</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./SONY WH-XB910N with 30Hrs Battery Life, Active Noise Cancellation enabled Bluetooth Headset (Blue, On the Ear) copy.html">
<img
src="./SONY WH-XB910N with 30Hrs Battery Life, Active Noise Cancellation enabled Bluetooth Headset (Blue, On the Ear).webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>SONY</span>
<div class="wishlist">
<i class="fa fa-solid fa-heart heart-icon"></i>
</div>
</div>
<span class="product-title">SONY WH-XB910N</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4.5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./onePlusNordCE3Lite5g.html">
<img
src="./OnePlus Nord CE 3 Lite 5G (Pastel Lime, 128 GB) (8 GB RAM).webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>OnePlus</span>
<div class="wishlist" onclick="handleAddWishlist()">
<i class="fa fa-solid fa-heart"></i>
</div>
</div>
<span class="product-title">OnePlus Nord CE 3 Lite 5G</span>
<span class="price">Rs. 35000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./lenovo-ideapad-slim-3-intel-core-i5-12th-gen-1235u-8-gb-512-gb-ssd-windows-11-home-15iau7-thin-light-laptop.html">
<img
src="./lenovo-ideapad-slim-3-intel-core-i5-12th-gen-1235u-8-gb-512-gb-ssd-windows-11-home-15iau7-thin-light-laptop.webp"
width="120px"
height="159px"
style="object-fit: contain"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>Lenovo</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Lenovo Ideapad Slim 3</span>
<span class="price">Rs. 35000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
</div>
<div style="padding-left: 30px">
<h2>Latest Smartphones</h2>
</div>
<div id="mobile-list">
<div class="card">
<div class="card-image">
<a href="./Apple iPhone 14.html">
<img
src="./Apple iPhone 14.webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>Apple</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Apple iPhone 12 Pro</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./vivo t3 5g.html">
<img
src="./vivo t3 5g.webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>Vivo</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Vivo T3 5G</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4.5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./onePlusNordCE3Lite5g.html">
<img
src="./OnePlus Nord CE 3 Lite 5G (Pastel Lime, 128 GB) (8 GB RAM).webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>OnePlus</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">OnePlus Nord CE 3 Lite 5G</span>
<span class="price">Rs. 35000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./pocoM6Pro5g.html">
<img
src="./POCO M6 Pro 5G.webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>POCO</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">POCO M6 Pro 5G</span>
<span class="price">Rs. 30000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
</div>
<div style="padding-left: 30px">
<h2>Trending Headphones</h2>
</div>
<div id="headphone-list">
<div class="card">
<div class="card-image">
<a href="./SONY WH-XB910N with 30Hrs Battery Life, Active Noise Cancellation enabled Bluetooth Headset (Blue, On the Ear) copy.html">
<img
src="./SONY WH-XB910N with 30Hrs Battery Life, Active Noise Cancellation enabled Bluetooth Headset (Blue, On the Ear).webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>SONY</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">SONY WH-XB910N</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./Blaupunkt BH41 Bluetooth Headset (Black, On the Ear).html">
<img
src="./Blaupunkt BH41 Bluetooth Headset (Black, On the Ear).webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>Blapunkt</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Blaupunkt BH41</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4.5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./Soundcore H30i Wireless On-Ear Headphones, Foldable Design, Pure Bass, 70H Playtime.html">
<img
src="./Soundcore H30i Wireless On-Ear Headphones, Foldable Design, Pure Bass, 70H Playtime.jpg"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>SoundCore</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Soundcore H30i Wireless</span>
<span class="price">Rs. 35000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./MadRabbit Touch ANC Bluetooth Headset (Black, On the Ear).html">
<img
src="./MadRabbit Touch ANC Bluetooth Headset (Black, On the Ear).webp"
width="120px"
height="159px"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>MadRabbit</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">MadRabbit Touch</span>
<span class="price">Rs. 30000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
</div>
<div style="padding-left: 30px">
<h2>New Gen Laptops</h2>
</div>
<div id="laptop-list">
<div class="card">
<div class="card-image">
<a href="./dell-intel-core-i3-12th-gen-1215u-8-gb-512-gb-ssd-windows-11-home-new-inspiron-15-laptop-thin-light.html">
<img
src="./dell-intel-core-i3-12th-gen-1215u-8-gb-512-gb-ssd-windows-11-home-new-inspiron-15-laptop-thin-light.webp"
width="120px"
height="159px"
style="object-fit: contain"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>DELL</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">DELL Intel Core i3 12th Gen</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./lenovo-ideapad-slim-3-intel-core-i5-12th-gen-1235u-8-gb-512-gb-ssd-windows-11-home-15iau7-thin-light-laptop.html">
<img
src="./lenovo-ideapad-slim-3-intel-core-i5-12th-gen-1235u-8-gb-512-gb-ssd-windows-11-home-15iau7-thin-light-laptop.webp"
width="120px"
height="159px"
style="object-fit: contain"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>Lenovo</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Lenovo Ideapad Slim 3</span>
<span class="price">Rs. 45000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4.5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./hp-victus-intel-core-i5-12th-gen-12450h-16-gb-512-gb-ssd-windows-11-home-4-graphics-nvidia-geforce-rtx-3050-15-fa0666tx-gaming-laptop.html">
<img
src=".//hp-victus-intel-core-i5-12th-gen-12450h-16-gb-512-gb-ssd-windows-11-home-4-graphics-nvidia-geforce-rtx-3050-15-fa0666tx-gaming-laptop.webp"
width="120px"
height="159px"
style="object-fit: contain"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>HP</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">HP Victus i5 12th Gen</span>
<span class="price">Rs. 35000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">4 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
<div class="card">
<div class="card-image">
<a href="./samsung-galaxy-book-2-intel-core-i5-12th-gen-1235u-8-gb-512-gb-ssd-windows-11-home-np550-thin-light-laptop.html">
<img
src="./samsung-galaxy-book-2-intel-core-i5-12th-gen-1235u-8-gb-512-gb-ssd-windows-11-home-np550-thin-light-laptop.webp"
width="120px"
height="159px"
style="object-fit: contain"
/>
</a>
</div>
<div class="card-content">
<div class="product-brand">
<span>SAMSUNG</span>
<div class="wishlist"><i class="fa fa-solid fa-heart"></i></div>
</div>
<span class="product-title">Samsung Galaxy Book 2</span>
<span class="price">Rs. 30000</span>
<div class="footer-btn">
<!-- <button class="no-border">
<i class="fa fa-solid fa-shopping-cart"></i>
</button> -->
<span style="font-weight: bold; font-size: 14px">5 ⭐</span>
<a href="./Cart.html"><button class="no-border-btn">Add to Cart</button></a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="quick-links">
<ul>
<li>Quick Links</li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="./terms.html">Terms & Conditions</a></li>
<li><a href="./privacy.html">Privacy</a></li>
<li><a href="./addproduct.html">Admin</a></li>
</ul>
</div>
<div class="contact-us">
<ul>
<li>Contact Us</li>
<li>
<span style="margin-right: 5px"
><i class="fa-solid fa-location-dot"></i
></span>
<span> 123 Main Street, Anytown, USA 12345 </span>
</li>
<li>
<span style="margin-right: 5px">
<i class="fa-solid fa-phone"></i>
</span>
<span> +91 3355335535 </span>
</li>
<li>
<span style="margin-right: 5px"
><i class="fa-solid fa-at"></i
></span>
<span>abc.def@gmail.com</span>
</li>
</ul>
</div>
<div class="follow-us">
<div style="padding: 26px">
<span id="follow-us-heading">Follow Us</span>
</div>
<ul>
<li>
<a href="https://www.facebook.com"
><i class="fa-brands fa-facebook"></i
></a>
</li>
<li>
<a href="https://www.instagram.com"
><i class="fa-brands fa-instagram"></i
></a>
</li>
<li>
<a href="https://www.x.com"
><i class="fa-brands fa-square-x-twitter"></i
></a>
</li>
</ul>
</div>
</footer>
<div class="all-rights">©2024 Apni Dukan | All Rights Reserved</div>
<script src="./script.js"></script>
</body>
</html>