-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
761 lines (622 loc) · 34.8 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Go On Sales</title>
<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="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/media.css">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/ea4197418c.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav class="header d-flex justify-content-md-center ">
<div class="figure text-uppercase text-dark bolder mb-0 d-flex ">
<i class="fas fa-desktop"></i>
<span>
go <br>
on <br>
Sales
</span>
</div>
<ul class="d-flex mb-0 ml-3">
<li class="text-capitalize ">
<a class="d-flex flex-column align-items-center d-md-inline-block" href="#">
<i class="fas fa-home pr-1"></i>
Home</a></li>
<li class="text-md-uppercase text-capitalize pr-1"><a
class="d-flex flex-column align-items-center d-md-inline-block" href="#">
<i class="fas fa-box pr-1"></i>
Collection</a></li>
<li class="text-md-uppercase text-capitalize"><a
class="d-flex flex-column align-items-center d-md-inline-block" href="#">
<i class="fas fa-shopping-cart pr-1"></i>
Purchase list</a></li>
<li class="d-none d-md-flex align-items-md-center"><button class="btn-post text-uppercase text-white">
post an ad
</button></li>
</ul>
<div class="profile d-none d-lg-flex align-items-center justify-content-end w-50">
<i class="fas fa-envelope"></i>
<span class="text-capitalize px-2">Jonh Doe</span>
<img src="./assets/img/John_Doe.webp" alt="">
</div>
</nav>
</header>
<main>
<div class="wrapper-header w-100 ">
<div class="header-search ">
<nav class="search-section d-flex d-md-block">
<div class="hero-logo d-none d-md-block d-md-flex justify-content-center">
<i class="fas fa-desktop"></i>
<p class="text-capitalize">Go <br> On <br> Sales</p>
</div>
<div class="fig-logo d-none d-md-block">
<p><span class="dream">not a dream.</span> <span class="real">its reality</span></p>
</div>
<div class="logo-bg d-none d-md-block">
<i class="fas fa-microchip"></i>
</div>
<form class="navbar-form ">
<button class="navbar-toggler toggle d-md-none" type="button" data-toggle="collapse"
data-target="#mynav">
<i class="fas fa-sliders-h"></i>
</button>
<div class="dropdown d-none d-md-inline-block mr-md-1">
<a class="dropdown-toggle text-capitalize p-0" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown">All Categories</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a href="#" class="dropdown-item">graphics card</a>
<a href="#" class="dropdown-item">Proccesors</a>
<a href="#" class="dropdown-item">Power Supply's</a>
<a href="#" class="dropdown-item">Motherboards</a>
<a href="#" class="dropdown-item">Memory ram</a>
<a href="#" class="dropdown-item">HDD Storage</a>
<a href="#" class="dropdown-item">Ssd Storage</a>
<a href="#" class="dropdown-item">Cases</a>
<a href="#" class="dropdown-item">Monitors</a>
</div>
</div>
<input class="mr-md-1" type="text" placeholder="Make it real">
<input class="d-none d-md-inline-block mr-md-3" type="text" placeholder="Location">
<a class="search" href="./index2.html">Search</a>
</form>
</nav>
<div class="filter collapse navbar-collapse" id="mynav">
<ul class="navbar-nav ml-auto navbar-expand mt-1">
<li class="nav-item dropdown text-uppercase mr-3 p-1 d-flex">
<a class="nav-link dropdown-toggle text-capitalize p-0" href="#" id="navbarDropdown1"
role="button" data-toggle="dropdown">All Categories</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown1">
<a href="#" class="dropdown-item">graphics card</a>
<a href="#" class="dropdown-item">Proccesors</a>
<a href="#" class="dropdown-item">Power Supply's</a>
<a href="#" class="dropdown-item">Motherboards</a>
<a href="#" class="dropdown-item">Memory ram</a>
<a href="#" class="dropdown-item">HDD Storage</a>
<a href="#" class="dropdown-item">Ssd Storage</a>
<a href="#" class="dropdown-item">Cases</a>
<a href="#" class="dropdown-item">Monitors</a>
</div>
</li>
<li class="nav-item text-uppercase p-0">
<input type="text" placeholder="Location">
</li>
</ul>
</div>
</div>
</div>
<section class="hot-ads">
<h1 class="text-uppercase header-ttl">hot adds</h1>
</section>
<div class="slider mx-auto">
<div class="cardo d-md-flex ">
<img src="./assets/img/hero-thread.jpg" alt="">
<div class="card-body pt-0">
<div class="card-title bolder"><a href="#">AMD Ryzen Threadripper 3990X 64-Core 2.9 GHz Socket sTRX4
Desktop Processor </a></div>
<div class="card-text">
32 cores provide an astonishing 64 threads of simultaneous multi-processing power, while 144MB
of combined cache and vast I/O from the enthusiast-grade AMD TRX40 platform work together to
deliver incredible performance.
32 cores and 64 threads for lightning-fast creative workloads.
An unprecedented 88 total PCIe® 4.0 lanes to meet large GPU and NVMe needs.
Up to 144MB of combined cache for rapid access to large data sets.
</div>
<form>
<button type="button" class="btn btn-price">$ 800</button>
<button type="button" class="btn btn-buy">
<i class="fas fa-shopping-cart pr-1"></i>
Purchase</button>
</form>
</div>
</div>
<div class="cardo d-md-flex">
<img src="./assets/img/hero-i9.jpg" alt="">
<div class="card-body pt-0">
<div class="card-title bolder">
<a href="#">Intel Core i9-9900K Coffee Lake 8-Core, 16-Thread, 3.6 GHz (5.0 GHz Turbo)
</a>
</div>
<div class="card-text">ROG Strix XG27VQ wraps its 27-inch panel around an 1800R curve, extending
your field of vision so you feel fully immersed in the game. The display's curvature ensures
every point is equidistant to your eyes, so you get a comfortable viewing experience, even
during marathon gaming sessions. This monitor also lets you enjoy wide viewing angles with
minimal distortion and color shift — so you get better visuals with games, movies, or
anything else, from almost any viewing angle!
</div>
<form>
<button type="button" class="btn btn-price">$ 2,000</button>
<button type="button" class="btn btn-buy">
<i class="fas fa-shopping-cart pr-1"></i>
Purchase</button>
</form>
</div>
</div>
<div class="cardo d-md-flex">
<img src="./assets/img/new-monitor.jpg" alt="">
<div class="card-body pt-0">
<div class="card-title bolder"><a href="#">ASUS TUF GAMING VG27WQ 27" WQHD 2560 x 1440 (2K) 1ms
(MPRT) 165Hz (Max) HDMI, DisplayPort</a></div>
<div class="card-text">Much like the original Cooler Master Cosmos, the C700P is a hefty beast
with a similarly large price-tag. However, we'd argue that it's worth the expense. A
beautiful handlebar design, curved glass panel, and sleek color-scheme are matched by
features that'll support even the most high-end components (including E-ATX motherboards and
oversized GPUs).
</div>
<form>
<button type="button" class="btn btn-price">$ 800</button>
<button type="button" class="btn btn-buy">
<i class="fas fa-shopping-cart pr-1"></i>
Purchase</button>
</form>
</div>
</div>
<div class="cardo d-md-flex">
<img src="./assets/img/hero-ram.jpg" alt="">
<div class="card-body pt-0">
<div class="card-title bolder"><a href="#">CORSAIR Vengeance RGB Pro 16GB (2 x 8GB) 288-Pin DDR4
DRAM DDR4 3000 (PC4 24000) </a>
</div>
<div class="card-text"> 16GB Corsair Vengeance LPX 3200MHz DDR4 Dual Memory Kit (2 x 8GB) is
designed for high-performance overclocking. The heatspreader is made of pure aluminum for
faster heat dissipation, and the eight-layer PCB helps manage heat and provides superior
overclocking headroom.
</div>
<form>
<button type="button" class="btn btn-price">$ 800</button>
<button type="button" class="btn btn-buy">
<i class="fas fa-shopping-cart pr-1"></i>
Purchase</button>
</form>
</div>
</div>
<div class="cardo d-md-flex ">
<img src="./assets/img/hero-thread.jpg" alt="">
<div class="card-body pt-0">
<div class="card-title bolder"><a href="#">AMD Ryzen Threadripper 3990X 64-Core 2.9 GHz Socket sTRX4
Desktop Processor </a></div>
<div class="card-text">
32 cores provide an astonishing 64 threads of simultaneous multi-processing power, while 144MB
of combined cache and vast I/O from the enthusiast-grade AMD TRX40 platform work together to
deliver incredible performance.
32 cores and 64 threads for lightning-fast creative workloads.
An unprecedented 88 total PCIe® 4.0 lanes to meet large GPU and NVMe needs.
Up to 144MB of combined cache for rapid access to large data sets.
</div>
<form>
<button type="button" class="btn btn-price">$ 800</button>
<button type="button" class="btn btn-buy">
<i class="fas fa-shopping-cart pr-1"></i>
Purchase</button>
</form>
</div>
</div>
</div>
<section class="sales">
<h2 class="sales-header header-ttl">
<i class="fas fa-cart-arrow-down"></i>
Today's Best Deals</h2>
<div class="cards d-md-flex flex-md-wrap">
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper ">
<img src="assets/img/sales-ram.jpg" alt="">
<div class="card-body">G.SKILL TridentZ RGB Series 16GB (2 x 8GB) 288-Pin DDR4 SDRAM DDR4 3200
(PC4
25600) Intel XMP 2.0
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
80$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper ">
<img src="assets/img/sales-board.jpg" alt="">
<div class="card-body">MSI MEG Z490 ACE LGA 1200 Intel Z490 SATA 6Gb/s ATX Intel Motherboard
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
350$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/sale-ssd.jpg" alt="">
<div class="card-body">WD Blue 3D NAND 500GB Internal SSD - SATA III 6Gb/s 2.5"/7mm Solid State
Drive
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
55$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/sales-rtx.jpg" alt="">
<div class="card-body">EVGA GeForce RTX 2070 SUPER BLACK GAMING, 08G-P4-3071-KR, 8GB GDDR6
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
499$
</span>
</div>
</div>
</div>
</div>
</section>
<section class="sales discount">
<h2 class="sales-header header-ttl">
<i class="fas fa-piggy-bank"></i>
Flash Discounts</h2>
<div class="cards d-md-flex flex-md-wrap">
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/rtx-flash.jpg" alt="">
<div class="card-body">ASUS ROG Strix GeForce RTX2080TI-O11G-GAMING 11GB 352-Bit GDDR6 PCI
Express
3.0
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
999$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/supply-flash.jpg" alt="">
<div class="card-body">EVGA SuperNOVA 650 G5, 80 Plus Gold 650W, Fully Modular, Eco Mode with
FDB
Fan, 10 Year Warranty
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
100$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/air-flash.jpg" alt="">
<div class="card-body">Cooler Master MasterLiquid Lite ML240L RGB AIO CPU Liquid Cooler, Sleeved
FEP
Tubing, Dual 120mm RGB Air Balance
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
100$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/case-flash.jpg" alt="">
<div class="card-body"> Tempered Glass ATX Mid Tower High-Airflow Compact Clear Tempered Glass
Computer Case
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
80$
</span>
</div>
</div>
</div>
</div>
</section>
<section class="sales best-rate">
<h2 class="sales-header header-ttl">
<i class="fab fa-ello"></i>
Best Rating</h2>
<div class="cards d-md-flex flex-md-wrap">
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/rated-ssd.jpg" alt="">
<div class="card-body">Sabrent 1TB Rocket NVMe PCIe M.2 2280 Internal SSD High Performance Solid
State Drive (SB-ROCKET-1TB)
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
139$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/rated-gtx.jpg" alt="">
<div class="card-body">GIGABYTE Radeon RX 5600 XT WINDFORCE OC 6G Graphics Card, 2 x WINDFORCE
Fans,
6GB 192-Bit GDDR6
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
269$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/rated-head.jpg" alt="">
<div class="card-body">Audio-Technica ATH-M50x Professional Studio Monitor Headphones
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
130$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/laptop.png" alt="">
<div class="card-body">Acer Nitro 5 Gaming Notebook, 15.6" FHD Display, Intel Core i5-9300H Upto
4.1GHz, 8GB RAM, 128GB NVMe SSD + 1TB HDD, GeForce GTX 1650
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
499$
</span>
</div>
</div>
</div>
</div>
</section>
<section class="sales best-sellers">
<h2 class="sales-header header-ttl">
<i class="fas fa-star"></i>
Best Sellers</h2>
<div class="cards d-md-flex flex-md-wrap">
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/best-laptop.jpg" alt="">
<div class="card-body">MSI GL75 Leopard 10SFK-029, 17.3" Gaming Laptop, Intel Core i7-10750H,
RTX
2070, 16 GB Memory, 1 TB HDD + 512 GB SSD
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
1099$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/best-case.jpg" alt="">
<div class="card-body">Fractal Design Meshify C Black ATX High-Airflow Compact Dark Tint
Tempered
Glass Window Mid Tower Computer Case
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
80$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/best-monitor.jpg" alt="">
<div class="card-body">Acer KG221Q Abmix 22" (Actual size 21.5") 1ms (GTG) AMD FreeSync
Widescreen
LCD/LED Gaming Monitor, HDMI 1920 x 1080, at 75 Hz
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
99$
</span>
</div>
</div>
</div>
<div class="card mt-1 p-3 mt-md-0 mx-md-0 col-md-6 col-lg-3">
<div class="card-wrapper">
<img src="assets/img/best-ryzen.jpg" alt="">
<div class="card-body">AMD RYZEN 5 3600 6-Core 3.6 GHz (4.2 GHz Max Boost) Socket AM4
<span class="d-block new">NEW</span>
<span class="ship">
<span class="from">from:</span>
San Fracisco, US</span>
</div>
<div class="add px-3 mb-3 d-flex justify-content-between align-items-center">
<span class="add-sign"><i class="fas fa-plus"></i></span>
<span class="card-price">
155$
</span>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-links d-flex flex-column flex-md-row flex-md-wrap align-items-md-center p-3">
<div class="about col-md-6 col-lg-3">
<div class="footer-logo d-flex align-items-center justify-content-center">
<i class="fas fa-desktop mr-1"></i>
<span class="text-logo text-capitalize">Go <br> On <br> Sales </span>
</div>
<p class="text-center">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent elementum feugiat magna, elementum
porttitor turpis accumsan in. Proin vehicula lacus ut ex imperdiet, in bibendum urna ornare.
</p>
</div>
<div class="categories col-md-6 order-md-1 col-lg-3 order-lg-0">
<h3 class="categories-title text-uppercase">Categories</h3>
<div class="lists-c d-flex">
<ul class="categories-list mr-3">
<li><a class="text-capitalize" href="#">Desktops</a></li>
<li><a class="text-capitalize" href="#">Laptops/Notebooks</a></li>
<li><a class="text-capitalize" href="#">Gaming Laptops</a></li>
<li><a class="text-capitalize" href="#">Peripherals</a></li>
<li><a class="text-capitalize" href="#">Accesories</a></li>
<li><a class="text-capitalize" href="#">Refurbished</a></li>
</ul>
<ul class="categories-list">
<li><a class="text-capitalize" href="#">Core Components</a></li>
<li><a class="text-capitalize" href="#">Storage Devices</a></li>
<li><a class="text-capitalize" href="#">Specialty Electronics</a></li>
<li><a class="text-capitalize" href="#">Tools</a></li>
</ul>
</div>
</div>
<div class="categories navigation col-md-6 order-md-1 col-lg-3 order-lg-0">
<h3 class="navigation">Navigation</h3>
<ul class="navigation-list">
<li><a class="text-capitalize" href="#">Home</a></li>
<li><a class="text-capitalize" href="#">Sign in</a></li>
<li><a class="text-capitalize" href="#">Sign Up</a></li>
<li><a class="text-capitalize" href="#">Terms & Conditions</a></li>
<li><a class="text-uppercase" href="#">FAQ</a></li>
<li><a class="text-capitalize" href="#">Help</a></li>
</ul>
</div>
<div class="info d-flex justify-content-between col-md-6 col-lg-3">
<ul class="left-info">
<li>Country</li>
<li>Language</li>
<li>Currency</li>
</ul>
<ul class="right-info">
<li>Zwitserland</li>
<li>English</li>
<li>US Dollar</li>
</ul>
</div>
</div>
<div class="copyright d-flex flex-column justify-content-center px-3 flex-lg-row justify-content-lg-between">
<span class="text-center mb-0">Copyright© 2015 Zattix.com. All Rights Reserved. Designed by Mohammed Awad.
</span>
<div class="social-media">
<ul class="d-flex ">
<li><a href="#"><i class="fab fa-yahoo"></i> </a></li>
<li><a href="#"><i class="fab fa-google-plus-square"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i> </a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
</ul>
</div>
</div>
</footer>
<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>
</body>
</html>