-
Notifications
You must be signed in to change notification settings - Fork 48
/
index.html
914 lines (872 loc) · 55.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
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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<!-- <meta charset="utf-8" -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
<!-- Meta Description -->
<meta name="description"
content="Discover chemical-free beauty products, stylish shoes, and innovative gadgets in our online store. Shop with confidence and quality!">
<!-- Meta Keywords -->
<meta name="keywords"
content="beauty products, quality shoes, innovative gadgets, online shopping, Smartphones, Clothes, Kids">
<!-- Meta Tags Open Graph (OG Tags) -->
<meta property="og:title" content="Quality Beauty, Shoes, and Gadgets Store - Your Store Name">
<meta property="og:description"
content="Discover chemical-free beauty products, stylish shoes, and innovative gadgets in our online store. Shop with confidence and quality!">
<meta property="og:image" content="https://ourcodeshop.vercel.app/images/banner-products/iphone.png">
<meta property="og:url" content="https://ourcodeshop.vercel.app/">
<!-- Meta Tags Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Quality Beauty, Shoes, and Gadgets Store - Your Store Name">
<meta name="twitter:description"
content="Discover chemical-free beauty products, stylish shoes, and innovative gadgets in our online store. Shop with confidence and quality!">
<meta name="twitter:image" content="https://ourcodeshop.vercel.app/images/banner-products/iphone.png">
<!-- Fav Icon -->
<link rel="icon" href="images/logo.png" type="image/gif" sizes="16x16">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<!-- Main css -->
<link rel="stylesheet" href="style.css">
<!-- --Font awesome-- -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
clear: left;
font: 14px Helvetica, Arial, sans-serif;
width: 400px;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<title>CODE-SHOP</title>
</head>
<div id="preloader">
<img src="./images/pre-pageloader.gif" alt="Loading...">
</div>
<div id="content" style="display:none;">
<main class="container">
<!-- Header start -->
<header>
<toggle class="bi bi-brightness-high-fill" id="toggleDark"></toggle>
<nav class="navbar navbar-expand-lg navbar-light fill">
<a class="navbar-brand light-mode-logo" href="/index.html"><img src="images/logo.png"
alt="Code Shop home"></a>
<!-- <toggle class="bi bi-brightness-high-fill" id="toggleDark"></toggle> -->
<button class="navbar-toggler light-mode" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse light-mode-nav" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="/signIn.html"><i class="fas fa-sign-in-alt"></i> Exit </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/Code-Shop-master"><i class="fas fa-home"></i> Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#smartphone"><i class="fas fa-mobile-alt"></i> Smartphone</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#MenTshirt"><i class="fas fa-male"></i> Men</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#WomanMenTshirt"><i class="fas fa-female"></i> Women</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#Kids"><i class="fas fa-child"></i> Kids</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./about/About.html"><i class="fas fa-info-circle"></i> About
Us</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#contact"><i class="fas fa-envelope"></i> Contact Us</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="./review.html"><i class="fas fa-star"></i> Review</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="search-box">
<input type="text" placeholder="Search..." class="search-input" id="my-input-field">
<a href="#" class="search-button">
<i class="fas fa-search"></i>
</a>
<button type="button" class="clear-button">
<i class="fas fa-times"></i>
</button>
</div>
<!-- Mack book pro start -->
<section class="hidden">
<section id="mack-book">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-6 mack">
<h1>Iphone 15 Pro</h1>
<p>Both models are 0.31 inches (7.80 mm) thick, with the iPhone 15 weighing 6.02
ounces (171 grams) and the iPhone 15 Plus weighing 7.09 ounces (201 grams).
The iPhone 15 models feature an all-glass front and a colorful, matte glass
back that is framed by a color-matched aerospace-grade aluminum frame.</p>
<a class="mack-btn">Buy Now
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
<div class="col-md-6">
<img src="images/banner-products/iphone.png" alt="" class="img-fluid hidden">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6 mack">
<h2> Amazon Alexa</h2>
<p>Alexa is the intelligent cloud-based voice AI that you can talk to on [your
product].
Speak to Alexa through [your product] to play music, hear the news, check
weather,
control smart home devices, and more.</p>
<a class="mack-btn">Buy Now
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
<div class="col-md-6">
<img src="images/banner-products/slider-1.png" alt="" class="img-fluid hidden">
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6 mack">
<h2>Apple Smartwatch</h2>
<p>Apple Watch is a wearable smartwatch that allows users to accomplish a
variety of
tasks, including making phone calls, sending text messages and reading
email.
</p>
<a class="mack-btn">Buy Now
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
<div class="col-md-6">
<img src="images/banner-products/smartwatch.png" alt="" class="img-fluid hidden">
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- End -->
<!-- Smart Phone start -->
<!-- Smart Phone start -->
<section class="hidden">
<section id="smartphone">
<div class="container">
<div class="smartphone-header">
<div class="row">
<div class="col-md-6">
<h2>SmartPhones</h2>
</div>
<div class="col-md-6 text-right">
<a class="nav-link" href="./Smartphone.html">See all</a>
</div>
</div>
</div>
<div class="row justify-content-center card-hover align-items-center mx-auto">
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center tab-view light-mode" style="width: 18rem; border: none;">
<img src="images/phone/phone-2.png" class="card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>iPhone 11 pro</b></h5>
<p class="card-text">All new textured matt glass finished, super retina XDR
display. 12MP triple cam, 120° field view.</p>
<h5><b>$1460</b></h5>
<a href="#" class="btn smartphone-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center tab-view light-mode" style="width: 18rem; border: none;">
<img src="images/phone/phone-3.png" class "card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>Samsung Galaxy Note10+</b></h5>
<p class="card-text">Dynamic AMOLED 6.8" display. 12MP Quad cam, high-end video
stabilisation.
S-Pen included.</p>
<h5><b>$660</b></h5>
<a href="#" class="btn smartphone-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center tab-view light-mode" style="width: 18rem; border: none;">
<img src="images/phone/phone-1.png" class="card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>Redmi Note 8</b></h5>
<p class="card-text">6.3" FHD display with 48MP quad cam. Qualcom Snapdragon 655
processor.</p>
<h5><b>$150</b></h5>
<a href="#" class="btn smartphone-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- End -->
<!-- Men Tshirt start -->
<section class="hidden">
<section id="MenTshirt">
<div class="container">
<div class="laptop-header">
<div class="row">
<div class="col-md-6">
<h2>Men Tshirts</h2>
</div>
<div class="col-md-6 text-right">
<a class="nav-link" href="./mentshits.html">See all</a>
</div>
</div>
</div>
<div class="row justify-content-center card-hover align-items-center mx-auto">
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center light-mode" style="width: 18rem; border: none;">
<img src="images/laptop/react.png" class="card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>ReactJS T-Shirt</b></h5>
<p class="card-text">Vintage ReactJS, Classic T-Shirt</p>
<h5><b>$22.12</b></h5>
<a href="#" class="btn laptop-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center light-mode" style="width: 18rem; border: none;">
<img src="images/laptop/angular.png" class="card-img-top" alt="image not found">
<div class "card-body">
<h5 class="card-title"><b>Angular Tshirt</b></h5>
<p class="card-text">A Tshirt with an angular logo attached to it. Meant for
developers</p>
<h5><b>$27</b></h5>
<a href="#" class="btn laptop-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center light-mode" style="width: 18rem; border: none;">
<img src="images/laptop/nodejs.png" class="card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>Node Js Tshirt</b></h5>
<p class="card-text">A Tshirt with a Node Js logo attached to it. Meant for
developers</p>
<h5><b>$30</b></h5>
<a href="#" class="btn laptop-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- Kids Section start -->
<section class="hidden">
<section id="Kids">
<div class="container">
<div class="laptop-header">
<div class="row">
<div class="col-md-6">
<h2>Kids Section</h2>
</div>
<div class="col-md-6 text-right">
<a class="nav-link" href="./kids.html">See all</a>
</div>
</div>
</div>
<div class="row justify-content-center card-hover align-items-center mx-auto">
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center light-mode" style="width: 18rem; border: none;">
<img src="images/laptop/ktshirt.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><b>Kid's Solid</b></h5>
<p class="card-text">Navy Blue solid t-shirt. (6-8 yrs)</p>
<h5><b>$18</b></h5>
<a href="#" class="btn laptop-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center light-mode" style="width: 18rem; border: none;">
<img src="images/laptop/ktshirt2.jpg" class="card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>Kids Striped</b></h5>
<p class="card-text">Red/White horizontal striped. (5-6 yrs)</p>
<h5><b>$14</b></h5>
<a href="#" class="btn laptop-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-5 mx-auto">
<div class="card text-center light-mode" style="width: 18rem; border: none;">
<img src="images/laptop/ktshirt3.jpg" class="card-img-top" alt="image not found">
<div class="card-body">
<h5 class="card-title"><b>Kid's Striped</b></h5>
<p class="card-text">Blue/Yellow Striped. (9-11 yrs)</p>
<h5><b>$20</b></h5>
<a href="#" class="btn laptop-btn">BUY NOW
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right"
fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<br><br><br><br>
<!-- End -->
<a style="text-decoration: none; color: inherit;" title="Go To page" href="./about/About.html">
<!-- About Us -->
<section class="hidden">
<section id="About">
<div class="container">
<div class="laptop-header">
<div class="row text-center">
<div class="col-md-6">
<h2>About Us</h2>
<hr>
</div>
</div>
</div>
<div class="mx-auto custom-div">
<div class="mx-auto inner-container light-mode">
<div class="custom-content">
<div class="row row-top">
<div class="col-md-7">
<div class="custom-inner" style="width: 80%;">
<h4 class="card-title"><b>Discover our essence</b></h4>
<p class="card-text" style="text-align: justify;">We believe in
quality
over quantity. Our products are fine developed with no harmful
chemicals. We have our product sales going on well for years. Do
come up and shop with us and have a look over our products.
</p>
<a href="#" class="btn laptop-btn">EXPLORE
<svg width="1em" height="1em" viewBox="0 0 16 16"
class="bi bi-arrow-right" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z" />
<path fill-rule="evenodd"
d="M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z" />
</svg>
</a>
</div>
</div>
<div class="col-md-5 text-center logo-container">
<img src="images/logo.png" alt="Site Logo" class="site-logo">
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="people">
<i class="fa-regular fa-user"></i>
<p class="card-text" style="text-align: justify; width: 80%;">
10,000+ customer satisfaction. Expanding network, connecting
with
people across the globe.
</p>
</div>
</div>
<div class="col-md-4">
<div class "message">
<i class="fa-regular fa-envelope"></i>
<p class="card-text" style="text-align: justify; width: 80%;">
Feel free to contact us and find out the answers to your
queries.
Fill the contact form or email us directly.
</p>
</div>
</div>
<div class="col-md-4">
<div class="quality">
<i class="fa-solid fa-check"></i>
<p class="card-text" style="text-align: justify; width: 80%;">
Products with premium quality that meets the quality check
standards. Always, quality over quantity!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
</a>
<!-- About Us ends here -->
<br><br><br><br>
<!-- Categories Start -->
<section class="hidden">
<section id="categories">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<h2>Categories</h2>
<hr>
</div>
</div>
<div class="row text-center">
<div class="col-md-3 mt-5 mb-5">
<div class="categories-card light-mode-cat">
<img src="images/Categories/bag.png" alt="" class="img-fluid">
<h2>Bag</h2>
</div>
</div>
<div class="col-md-3">
<div class="categories-card mb-5 light-mode-cat">
<img src="images/Categories/perfume.png" alt="" class="img-fluid">
<h2>Beauty</h2>
</div>
<div class="categories-card mb-5 light-mode-cat">
<img src="images/Categories/shoe.png" alt="" class="img-fluid">
<h2>Shoes</h2>
</div>
</div>
<div class="col-md-6 mb-5 light-mode-cat">
<img src="images/Categories/pale-order.png" alt="" class="img-fluid">
</div>
</div>
</div>
</section>
</section>
<br><br><br>
<!--Contact form-->
<section class="hidden">
<section id="categories">
<div class="categories">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<h2>Contact Us</h2>
<hr>
</div>
</div>
</div>
<div class="form-container light-mode-ur-details">
<h2>Your Details</h2>
<form action="#" method="POST">
<label for="name">Name: </label>
<input type="text" id="name" name="name" required placeholder="enter your name">
<label for="email">Email: </label>
<input type="email" id="email" name "email" required placeholder="enter your email">
<label for="phone">Phone: </label>
<input type="tel" id="phone" name="phone" pattern="[0-9]*"
placeholder="enter your phone no">
<label for="message">Message: </label>
<textarea id="message" name="message" rows="4" required
placeholder="enter your message"></textarea>
<button type="submit" class="submit-button">Submit</button>
</form>
</div>
</div>
</section>
</section>
<!-- End -->
<!-- Back to Top Button -->
<button id="goToTopBtn" title="Go to top"><i class="fa-solid fa-arrow-up"></i></button>
<!-- End -->
<!-- FAQ's -->
<section class="hidden">
<section id="categories">
<div class="faq-cont mt-5">
<div class="faq-container">
<div class="row text-center">
<div class="col-md-12">
<h2>FAQ</h2>
<hr>
</div>
</div>
</div>
<div class="light-mode-ur-details">
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb"></i>What payment methods do
you accept?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>We accept major <b>credit cards (Visa, MasterCard), Google Pay, Paytm, PhonePe,
PayPal</b>, and some other local payment methods depending on your location.</p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb"></i>How can you Contact
Us?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>You can contact us via <a class="email" href="[email protected]">#</a></p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb"></i>Can I return or
exchange electronic items if they are defective?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>Yes, we have a return and exchange policy for defective electronic items. Please
refer to our Returns and Refunds page for more information.</p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class "accordion__caption"><i class="far fa-lightbulb"></i>Are your clothing items
ethically sourced and environmentally friendly?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>We prioritize sourcing from ethical and sustainable suppliers. You can find more
information on our Sustainability page.</p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb"></i>How do I choose the
right electronic product for my needs?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>We provide detailed product descriptions, specifications, and customer reviews to
help you make an informed decision. You can also contact our customer support for
personalized assistance.</p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb"></i>What is your return
policy for clothing and footwear?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>We have a 30-day return policy for clothing and footwear. Items must be in their
original condition with tags and packaging.</p>
</div>
</div>
<div class="accordion__item">
<button class="accordion__btn">
<span class="accordion__caption"><i class="far fa-lightbulb"></i>Are my personal and
payment details secure on your website?</span>
<span class="accordion__icon"><i class="fa fa-plus"></i></span>
</button>
<div class="accordion__content">
<p>Yes, we take the security of your information seriously. We use industry-standard
encryption technology to protect your data.</p>
</div>
</div>
</div>
</div>
</section>
</section>
</main>
<!-- Footer start -->
<footer class="mt-3">
<div class="footer-container light-mode-footer">
<div class="footer-main">
<div class="footer-sec1">
<h3>My CodeShop</h3>
<div class="footer-sec1-item1">
<ul>
<li><a href="">Account</a></li>
<li><a href="">Cart</a></li>
<li><a href="">Wish List</a></li>
<li><a href="">Orders</a></li>
</ul>
</div>
<div class="footer-sec1-item2">
<h4>Language:</h4>
<form action="#">
</iconify-icon>
<iconify-icon icon="ph:globe-thin"
style="font-size: 2rem;position: relative;top: 10px;"></iconify-icon><select name=""
id="" onfocus="">
<option value="English" selected> </iconify-icon> English</option>
<option value="English"> हिन्दी </option>
<option value="English"> Punjabi</option>
</select>
</form>
</div>
</div>
<div class="footer-sec2">
<h3>Categories</h3>
<ul>
<li><a href="">Electronics</a></li>
<li><a href="#smartphone">Smartphone</a></li>
<li><a href="MenTshirt">Men's</a></li>
<li><a href="#WomanMenTshirt">Women's</a></li>
<li><a href="#Kids">Kid's</a></li>
<li><a href="">Footwear</a></li>
<li><a href="">Sports</a></li>
</ul>
</div>
<div class="footer-sec3">
<h3>Our Pages</h3>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="">Log In</a></li>
<li><a href="#About">About us</a></li>
<li><a href="">Sellers</a></li>
<li><a href="">Faqs</a></li>
<li><a href="">Faqs</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
<div class="footer-sec4">
<h3>Connect with Us</h3>
<div class="footer-sec4-item1">
<ul>
<li>
<a href="#contact" title="Contact" aria-label="Contact">
<iconify-icon icon="grommet-icons:contact"
style="padding-right: 0.5em;"></iconify-icon>
Contact Us
</a>
</li>
<li>
<a href="mailto:[email protected]" title="Email" aria-label="Email">
<iconify-icon icon="mdi:email-edit-outline"
style="padding-right: 0.5em;"></iconify-icon>
Email
</a>
</li>
<!-- <li>
<a href="#" title="Facebook" aria-label="Facebook">
<iconify-icon icon="ri:facebook-fill"
style="padding-right: 0.5em;"></iconify-icon>
Facebook
</a>
</li> -->
<li>
<a href="https://github.com/SyedImtiyaz-1/" title="Github" aria-label="Github"
target="_blank">
<iconify-icon icon="icon-park:github" style="padding-right: 0.5em;"></iconify-icon>
Github
</a>
</li>
</ul>
</div>
<div class="footer-sec4-item2">
<h4>Offers</h4>
<ul>
<li><a href="">Festive Offers</a></li>
<li><a href="">Bank offers</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-lower">
<div class="footer-lower-item1">
<!-- Mailchimp Newsletter embedded form -->
<div id="mc_embed_shell">
<div id="mc_embed_signup">
<!-- Add Your mailchip embedded form url -->
<form action="Add Your mailchip embedded form url" method="post"
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank">
<div id="mc_embed_signup_scroll">
<p
style="font-size: 1rem; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;margin-bottom: 0.3em;">
Get latest News and Product offers
</p>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address
<span class="asterisk">*</span></label><input type="email" name="EMAIL"
class="required email" id="mce-EMAIL" required="" value=""></div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;">
</div>
</div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" name="subscribe" id="mc-embedded-subscribe"
class="button" value="Subscribe">
<p style="margin: 0px auto;"><a href="http://eepurl.com/iBueXU"
title="Mailchimp - email marketing made easy and fun"><span
style="display: inline-block; background-color: transparent; border-radius: 4px;"><img
class="refferal_badge"
src="https://digitalasset.intuit.com/render/content/dam/intuit/mc-fe/en_us/images/intuit-mc-rewards-text-dark.svg"
alt="Intuit Mailchimp"
style="width: 220px; height: 40px; display: flex; padding: 2px 0px; justify-content: center; align-items: center;"></span></a>
</p>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="footer-lower-item2">
<p
style="font-size: 1rem; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;margin-bottom: 0.3em;">
Our Payment Partners</p>
<div class="payment-logos">
<iconify-icon id="payment-logos1" icon="logos:mastercard"
style="font-size: 30px;"></iconify-icon>
<iconify-icon id="payment-logos2" icon="logos:visaelectron" width="45"
style="padding-top: 0.5em;"></iconify-icon>
<iconify-icon id="payment-logos3" icon="simple-icons:amazonpay" width="40"></iconify-icon>
<iconify-icon id="payment-logos4" icon="logos:google-pay"
style="font-size: 25px; padding-top: 0.3em;"></iconify-icon>
<iconify-icon id="payment-logos5" icon="logos:paypal" style="font-size: 30px;"></iconify-icon>
<iconify-icon id="payment-logos6" icon="simple-icons:paytm" width="45"
style="padding-top: -0.5em;"></iconify-icon>
<iconify-icon id="payment-logos7" icon="simple-icons:phonepe"
style="font-size: 35px;"></iconify-icon>
</div>
</div>
</div>
<div class="text-center m-2">
<strong>Code Shop</strong> © <span id="copyRightYear"></span> All Right reserved
</div>
</div>
</footer>
</main>
<!-- End -->
<!-- Copyright Year Script -->
<script src="./js/copyrightYear.js"></script>
<!-- Mailchimp js script -->
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script
type="text/javascript">(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; fnames[1] = 'FNAME'; ftypes[1] = 'text'; fnames[2] = 'LNAME'; ftypes[2] = 'text'; fnames[3] = 'ADDRESS'; ftypes[3] = 'address'; fnames[4] = 'PHONE'; ftypes[4] = 'phone'; fnames[5] = 'BIRTHDAY'; ftypes[5] = 'birthday'; fnames[6] = 'MMERGE6'; ftypes[6] = 'text'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<!-- fontawesome icon -->
<script src="https://kit.fontawesome.com/919bc986f5.js" crossorigin="anonymous"></script>
<script src="./js/components/BackToTop.js"></script>
<!-- js for got to top -->
<script src="./script.js"></script>
<!-- js iconify-icon -->
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
<!-- phone valiation -->
<script>
document.getElementById('phone').addEventListener('input', function () {
this.value = this.value.replace(/[^0-9]/g, '');
});
</script>
</body>
</html>