-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
788 lines (724 loc) · 43.9 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
<!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">
<!-- Short description of the document (limit to 150 characters) -->
<!-- Primary Meta Tags -->
<meta name="title" content="Swipe By @ay4codes">
<meta name="description" content="Checkout the cloned @swipe website">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ay4codes.github.io/Swipe/">
<meta property="og:title" content="Swipe By @ay4codes">
<meta property="og:description" content="Checkout the cloned @swipe website">
<meta property="twitter:image" content="https://swipe.ng/assets/images/swipe-logo/logo-black.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://ay4codes.github.io/Swipe/">
<meta property="twitter:title" content="Swipe By @ay4codes">
<meta property="twitter:description" content="Checkout the cloned @swipe website">
<meta property="twitter:image" content="https://ay4codes.github.io/Swipe/">
<title>Swipe By @ay4codes</title>
<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+Slab:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="./image/swipe.jpg">
<script src="https://kit.fontawesome.com/c2233179c9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="app-wrapper">
<div class="app-header">
<div class="padding" id="padding">
<div class="navigation-bar" id="navbar">
<div class="logo">
<a href="##"><img src="https://swipe.ng/assets/images/swipe-logo/logo-black.png" alt="Swipe logo"></a>
</div>
<div class="pages-link">
<button id="productLinksss">Products <i class="fa-solid fa-angle-down"></i></button>
<button id="whyswipe">Why Swipe? <i class="fa-solid fa-angle-down"></i></button>
<button>For Developers</button>
</div>
<div class="entry">
<button id="st-btn">
Login
</button>
<button id="nd-btn">
Get Started
</button>
<button id="bar-btn">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</div>
</div>
<div class="intro-msg">
<div class="st-content">
<div class="new">
<div class="new-con">
New
</div>
<div class="new-con2">
Introducing SwipePay 🚀
</div>
</div>
<div class="hero-txt">
<h1>
Powering credit transactions across Africa
</h1>
<p>
Grow your business with Swipe by allowing your customers to buy from you on Credit and pay us later in up to 6 instalments.
</p>
</div>
<div class="download-links">
<a href="##"> <img src="https://swipe.ng/assets/images/landing/google-play.svg" alt="Play store download link"></a>
<a href="##"><img src="https://swipe.ng/assets/images/landing/apple-store.svg" alt="Apple store download link"></a>
</div>
<div class="feedback">
<img src="https://swipe.ng/assets/images/icons/cup_2.png" alt=""> Trusted by over 1000 businesses
</div>
</div>
<div class="st-content st-content2">
<img src="https://swipe.ng/assets/images/landing/hand-holding.png" alt="">
</div>
</div>
</div>
<!-- Second Section -->
<section class="trusted-by">
Trusted By
<div class="trusted-companies">
<img src="https://swipe.ng/assets/images/partners/paystack.png" alt="Paystack">
<img id="okra-logo" src="https://swipe.ng/assets/images/partners/okra.png" alt="Okra">
<img src="https://swipe.ng/assets/images/partners/paga.png" alt="paga">
<img src="https://swipe.ng/assets/images/partners/providus-bank.png" alt="Providus bank">
<img src="https://swipe.ng/assets/images/partners/flutterwave.png" alt="Flutterwave">
</div>
</section>
<!-- Third Section -->
<section class="rd-section">
<div class="rd-sec-content">
<h1>
The only solution you'll ever need
</h1>
</div>
<div class="rd-sec-content2">
You can grow your business by allowing your customers to buy from you and they pay us back in upto 6 instalments.
</div>
</section>
<!-- Forth Section -->
<section class="th-sec">
<div class="th-sec-content1 image-rotate">
<img class="arrow" src="https://swipe.ng/assets/images/landing/arrow-down-left.svg" alt="">
<div class="th-sec-grid-txt-content">
<h1>
For Businesses & Merchants
</h1>
<p>
Sign up as a merchant for free today and enable your customers to buy now and pay later using SwipePay solutions.
</p>
<a href="##">Get Started</a>
</div>
<div class="th-sec-pics">
<img class="img1" src="https://swipe.ng/assets/images/landing/lady-smiling.png" alt="a girl image">
<img src="https://swipe.ng/assets/images/landing/man-opening-bag.png" alt="a guy image">
</div>
</div>
<div class="th-sec-content2 image-rotate">
<img class="arrow" src="https://swipe.ng/assets/images/landing/arrow-down-right.svg" alt="">
<div class="th-sec-grid-txt-content2">
<h1>
Credit Cards for Individuals
</h1>
<p>Make payments anywhere with the Swipe credit cards and start meeting your needs today, at zero percent interest.</p>
<a href="##">Get Started</a>
<div class="phone-wrp">
<img class="phone-img" src="https://swipe.ng/assets/images/landing/credit-individual.png" alt="Phone image">
</div>
</div>
</div>
</section>
<!-- Fifth Section -->
<section class="ft-sec">
<div class="ft-sec-cont">
<h1>
You can also send Instalment payment request to merchants.
</h1>
<p>
Sign up as a merchant for free today and enable your customers to buy now and pay later using SwipePay solutions.
</p>
<a href="##">Get Started</a>
</div>
<div class="ft-sec-cont2">
<div class="img-wrapper">
<img class="st-guy-img1" src="https://swipe.ng/assets/images/landing/guy-siting.png" alt="">
<img class="st-guy-img2" src="https://swipe.ng/assets/images/landing/guy-clapping.png" alt="">
<img class="st-guy-img3" src="https://swipe.ng/assets/images/landing/girl-smiling.png" alt="">
</div>
</div>
</section>
<!-- Sixth Section -->
<section class="sth-sec">
<div class="sth-sec-st-con">
<h1>
Why Businesses and Merchants are choosing Swipe
</h1>
</div>
<div class="sth-sec-nd-con">
<div class="sth-sec-nd-con2">
<div class="sth-sec-nd-flex-cont">
<h1>Get A Payment Link</h1>
<p>Accept payments from anyone and anywhere in Africa on credit by signing up as a merchant with Swipe Accept payments from anyone</p>
<a href="##">
<div class="learn-more-container">
<h3>Learn more</h3>
<img src="https://swipe.ng/assets/images/icons/arrow-right.svg" alt="">
</div>
</a>
</div>
<div class="sth-sec-nd-flex-cont2">
<img src="https://swipe.ng/assets/images/landing/payment-link.svg" alt="">
</div>
</div>
<div class="sth-sec-content2">
<div class="sth-sec-content-st1">
<img src="https://swipe.ng/assets/images/landing/checkout.svg" alt="">
</div>
<div class="sth-sec-content-st2">
<h1>Fast Checkout, Pay With Swipe</h1>
<p>Get paid by anyone in Africa by providing your customers the option to buy now and pay later in installment of up to 6 months with Pay with Swipe at checkout.</p>
<a href="##">
<div class="learn-more-container">
<h3>Learn more</h3>
<img src="https://swipe.ng/assets/images/icons/arrow-right.svg" alt="">
</div>
</a>
</div>
</div>
<div class="sth-sec-content3">
<div class="sth-sec-cont3-st1">
<h1>Get A Credit Card That Works</h1>
<p>Enjoy unlimited shopping experience by getting the Swipe Card today and start shopping on your favorite stores </p>
<a href="##">
<div class="learn-more-container">
<h3>Learn more</h3>
<img src="https://swipe.ng/assets/images/icons/arrow-right.svg" alt="">
</div>
</a>
</div>
<div class="sth-sec-cont3-st2">
<img src="https://swipe.ng/assets/images/landing/swipe-card-desi.png" alt="">
</div>
</div>
</div>
<div class="bel-links">
<a href="##">
<img src="https://swipe.ng/assets/images/landing/google-play.svg" alt="">
</a>
<a href="##">
<img src="https://swipe.ng/assets/images/landing/apple-store.svg" alt="">
</a>
</div>
</section>
<!-- Seventh Section -->
<section class="svth-sec">
<div class="svth-sec-h1">
<h1>
Get Paid From Anywhere
</h1>
<p>
Delight your customers by giving them multiple options to buy now and pay later in installment of up to 6 months.
</p>
</div>
<div class="btm-grid">
<div class="grid">
<img src="https://swipe.ng/assets/images/icons/lock.svg" alt="">
<div class="grid-cont">
<h1>
Secure
</h1>
<p>
Every information shared with Swipe is secured and safe with systems designed to protect you.
</p>
</div>
</div>
<div class="grid">
<img src="https://swipe.ng/assets/images/icons/wind.svg" alt="">
<div class="grid-cont">
<h1>
Faster
</h1>
<p>
Enjoy faster checkout than anything you are used to. Complete payments within a minute using SwipePay.
</p>
</div>
</div>
<div class="grid">
<img src="https://swipe.ng/assets/images/icons/user.svg" alt="">
<div class="grid-cont">
<h1>
Simple To Use
</h1>
<p>
Navigate easily through the payment solutions and start making payments today.
</p>
</div>
</div>
<div class="grid">
<img src="https://swipe.ng/assets/images/icons/notification.svg" alt="">
<div class="grid-cont">
<h1>
Instant Notification
</h1>
<p>
Stay on top of your finances by getting instant notifications on all your activities.
</p>
</div>
</div>
<div class="grid">
<img src="https://swipe.ng/assets/images/icons/transaction-minus.svg" alt="">
<div class="grid-cont">
<h1>
Transperent
</h1>
<p>
No hidden fees. No maintenance fees. All fees and charges are made available at checkout.
</p>
</div>
</div>
<div class="grid">
<img src="https://swipe.ng/assets/images/icons/card-tick.svg" alt="">
<div class="grid-cont">
<h1>
Credit Card
</h1>
<p>
Set up SwipePay on your store to allow your customers buy now and pay later in up to 6 installments.
</p>
</div>
</div>
</div>
<div class="grid-bot-link">
<a href="##">
<img src="https://swipe.ng/assets/images/landing/google-play.svg" alt="">
</a>
<a href="##">
<img src="https://swipe.ng/assets/images/landing/apple-store.svg" alt="">
</a>
</div>
</section>
<!-- Eighth Section -->
<section class="eith-sec">
<div class="eith-sec-title">
<h1>
What can you pay for with the Swipe Credit Card?
</h1>
</div>
<div class="eith-sec-cour">
<div class="content1">
<div class="caption">
<h3>Holiday Travel</h3>
</div>
</div>
<div class="content2">
<div class="caption">
<h3>Groceries</h3>
</div>
</div>
<div class="content3">
<div class="caption">
<h3>Education Bill</h3>
</div>
</div>
<div class="content4">
<div class="caption">
<h3>shopping</h3>
</div>
</div>
</div>
</section>
<!-- Ninth Section -->
<section class="ninth-sec">
<div class="ninth-sec-flex">
<div class="ninth-sec-flex-cont1">
<h3>For Developers</h3>
<h1>Impressive APIs, straightforward and simple to use</h1>
<p>Our APIs are designed with you in mind. With very little lines of codes, set up SwipePay on your store to allow your customers buy now and pay later in up to 6 installments. </p>
<a href="##">
<h4>Get Started</h4>
<img src="https://swipe.ng/assets/images/icons/arrow-right.svg" alt="">
</a>
</div>
<div class="ninth-sec-flex-cont2">
<img src="https://swipe.ng/assets/images/landing/developer.png" alt="">
</div>
</div>
</section>
<!-- Tenth Section -->
<section class="tenth-sec">
<div class="tenth-sec-flex">
<div class="tenth-sec-flex-cont">
<div class="title-wrapper">
<div class="title-wrapper-cont">
<img src="https://swipe.ng/assets/images/landing/merchant_2.png" alt="">
</div>
<div class="title-wrapper-cont2">
<h3>
Bella
</h3>
<p><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i id="last-i" class="fa-solid fa-star"></i></p>
</div>
</div>
<div class="pg-content">
<p>"SwipePay has helped my business make more money since I gave my customers the opportunity to pay me on credit. Really happy I jumped on it when it was introduced to me." </p>
</div>
</div>
<div class="tenth-sec-flex-cont">
<div class="title-wrapper">
<div class="title-wrapper-cont">
<img src="https://swipe.ng/assets/images/landing/merchant_3.png" alt="">
</div>
<div class="title-wrapper-cont2">
<h3>
Tomisin
</h3>
<p><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i id="last-i" class="fa-solid fa-star"></i></p>
</div>
</div>
<div class="pg-content">
<p>"My business is growing thanks to SwipePay. My customers have been asking me to buy on credit for sometime now and with SwipePay, I am finally able to sell to them on credit. I am happy". </p>
</div>
</div>
<div class="tenth-sec-flex-cont">
<div class="title-wrapper">
<div class="title-wrapper-cont">
<img src="https://swipe.ng/assets/images/landing/merchant_1.png" alt="">
</div>
<div class="title-wrapper-cont2">
<h3>
Jaiye
</h3>
<p><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i class="fa-solid fa-star"></i><i id="last-i" class="fa-solid fa-star"></i></p>
</div>
</div>
<div class="pg-content">
<p>"I am happy, my customers are happy since I started sharing my payment link for them to pay me on credit. Swipe has really been helpful to my business by making this possible. Kudos to the team". </p>
</div>
</div>
</div>
</section>
<!-- Eleventh Sevtion -->
<section class="levnth-sec">
<div class="levnth-sec-flex-container">
<div class="levnth-sec-flex-content">
<h3>What are you waiting for?</h3>
<h1>Join over 42,144 people making payments with Swipe</h1>
<a href="##">
<img src="https://swipe.ng/assets/images/landing/google-play.svg" alt="">
<img src="https://swipe.ng/assets/images/landing/apple-store.svg" alt="">
</a>
</div>
<div class="levnth-sec-flex-content2">
<img src="https://swipe.ng/assets/images/landing/join-us.svg" alt="">
</div>
</div>
</section>
<!-- Links Within the website -->
<section class="st-footer">
<div class="st-footer-grid-container">
<div class="st-grid-content">
<img src="https://swipe.ng/assets/images/swipe-logo/logo-black.png" alt="">
</div>
<div class="st-grid-content">
<h3>
Our Products
</h3>
<ul>
<li><a href="##">Pay with Swipe</a></li>
<li><a href="##">Credit Card</a></li>
<li><a href="##">Payment Link</a></li>
<li><a href="##">Wallet</a></li>
</ul>
</div>
<div class="st-grid-content">
<h3>Company</h3>
<ul>
<li><a href="##">About Us</a></li>
<li><a href="##">FAQs</a></li>
</ul>
</div>
<div class="st-grid-content">
<h3>Legal</h3>
<ul>
<li><a href="##">Privacy</a></li>
<li><a href="##">Term Of Use</a></li>
<li><a href="##">Merchant Agreement</a></li>
</div>
<div class="st-grid-content">
<h3>Contact</h3>
<ul>
<li><a href="##">0700SWIPENG</a></li>
<li><a href="##">0700 794 7364</a></li>
<li><a href="##">[email protected]</a></li>
<li id="lst-list"><a href="https://web.facebook.com/getswipeng/">
<img src="data:image/png;base64,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" alt="">
</a>
<a href="https://twitter.com/get_swipeNG">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAAY1BMVEVQq/H///9Ep/BKqfFCpvD7/f/1+v5Yr/JQrPHQ5/uMxfXb7fz5/P9is/Lk8f3g7/zG4frv9/6czfa02Phrt/O63Pmo0/iBwPRzuvNesfKIxPWv1vjJ4/qgz/d9vvS/3vk0ovCSyp4vAAAG+UlEQVR4nO2diXKbMBCGba0wCAI2N77z/k9Z8JFgG2xAv4Bm9pvptE0ywG+hvVg2iwXDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMMzfhEiQEOUfoqkvBU+pjOzEPe7Tc5odXd/5YzKF9N1NsKxhBRvXF2LqCwMhncizlq9YnkvvNZLcjnSNGpC00yZ5V75Sp10jSV+dZ7/MYntulXcltpv3o5CFWi7dmW9WEsf29buziuSrDEGuV62xDb0c+Mcl/PVHfRXKfrwXyzt7H16+s5HAy6EgB9/z0u2kr1qq0++pSzeSq/s3kEsoouUyga6i2HcVWJJdF6uUV6Srn6+myCUUX+WO2AIlik8m5pFYlvJkktW9pgVdwqw6ZOjAJErVIqWN9DuJw8cvRchtI68HX6MUyk1PgeWKPX8Ba2ZOt6MqzFFF3FvgCyHkSu78fuQK4TSosxVtx/Khds/+tV+evkTafvbzHymgvovy2qGDljCqOzJove7OgJ3z47YJNSVWrhUnsHQhjrbAhXiMrkJf6wO0v7QF3m9RkotorRAbcvV4AivXMKmyn6tv4PoJkxCOW3lVhMmxX06SDV5F8nXNjHJEGd44xd67/PcI2JFUvJ5mM9SkarvC7PvbPh3VPb45Izw07RpOFNjDPjvSXMJNrMLaIQKITRXNDno35OAIZ18jQOhrN++bN0WUNqQHFQhKBVodWHjqvQkcpEBYrvPmzkp7GhzoTYpL5n4yi6az5KLPaUQKFKgdPv4q9N+dSPk9blVESHpDPz6u4by18NZedrY49urdkfoAyHFqiA9Vv5Xb8REDJSiBEEdfU/ix5hB009gYOwxhjxXYKd8Jdh3uVUTiVBGBBXaMlgO3ofz+pPCI0FcvEKPoGImsMvu976A+VeA2hkbEb+l8d1mb4t2GRNTYsGXSH+zuGUGQOa13K2WzVdjvw1c7al5JiKVBpLxN9LsKS7nbhl4DSFg6vL7wlv7VFcvLCpKPluehLDkzhcOquKtDVEgpfmTqF2mW5u7S4Vso2ESJc2kFKgk///wnzFiaSqJOdv61VnGUJz4BUnxjCt/nUB2FhvrVYIP9F5iQS5/cXIeJfrUaQmGwhwaxi/Qx0el1d91kA0yhNgaWkE7+zaMhrI0233iFIluek2s0LRKAMdQjRGe/i5sRVbtFlcSLAlZLGohnQuE1nPlSx62U0p9Y4saAw69lBCuVujtAbKnB3oSlaXh+OB1GQprXZ8ATgu0fvIHICFBYgM6LV7TSCjCBkZitZ6ekUZSR3An8aFqLzMgaQooPIE5mMov5bMQVtDu/pnAmye9yuTYQs12YjUdMTRVpBnQtm2FnKsGfRWK4NOXvL/TurTeDidTpxkwW0VBF/0KvV1yMgW1ff8KZQfhtooLxC65TZDh7sy9UohopNDB6k5ZIYFPaIMxkTg8SJ86iTFrSu8RJQxvwi0AtEqf0GaDXyj5JzKcrlxp8rFaH/KlyxdUoS1hJlO40y2iqQ6EBQfEEz2es0fRdNNrH0WO4eOQBEUT5yPtxDFdx03b/W8pTGo5WhAO3Pb/B9x15hZxkN9qGHMXbXyB3GQZr76DWYTimSR1vCYHvE/TCXH3mhWmi7zEN6SSJ8GrEJZym6masWa+RCapu65GdvTyMrdBkJ1sTtB05KoUO2ulEy3vBplhNMM9r3Pt0pMT3EWdEtz/N0LkRe4iwg3a6M95WNNIgNCeJ2eh29Ifu8+R0MNM90xFxMp/9Al9IHyTR7jb2UIPJNuENMv3U1J1+OqlMTJaj0C9sD4Iox01JeMJEu/MQSOaNU4C1mdSMPkJym+FtDmi2DgoS/i6FqgSO2QRBl5njhQuyPBM7wlYI8r59JRA5CxaIsP/4CsocVN1AzbcCQzaqyoidrYOCRIQqTx16DZ4aCZIFLHqL5xCqPUES2LwAn62jT6kPV3lbFbMTWN6fwDYpz8RsHR1IyB0ye+o7wM8wZZSWpMjy/lf/IYzmqEbAnmJsYqgGDNI0Qrl0koroAG6nsaKJvKCTUNV1IS5U/3KKKPbwj56ef0fHeNApXIbe4bApqdov4NIurHYT7sAyGjP9EMaKF9PuQLJBOV8LKpnewghg0PLMuphFnA0NzOp4p4+TFsei1IjvYff6Deg1DQkf26W3SWalr6L09S6qYBju7dncnw+IMpPQdx5fKp/x7/0j6eR6IlW0nefy/UJikW8GPqlQkT3j5atx+e1Zqp/hsYL4JLuPxZ6eUuTilKmgk8zQ2+dbOTvb+ZlSJW2L6Oy197OXYXuW+87/qO6HaqilqJraj3F6Pijlrdeepw7n+OiefLo8sPmP1dUguqeQV67DPKe+KoZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhmL/GP7mJZFBW9reJAAAAAElFTkSuQmCC" alt="">
</a>
<a href="https://www.instagram.com/accounts/login/?next=/get_swipe/">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQL912fRBBBDE8DP_7XxO8kjwa7yBLsB4UjVw&usqp=CAU" alt="">
</a>
<a href="https://www.linkedin.com/company/swipeng/?viewAsMember=true">
<img src="data:image/png;base64,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" alt="">
</a>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- The Footer -->
<div class="nd">
Copyright © 2022 SwipeTech Limited Inc | All Rights Resered
</div>
<!-- Pages link first pop up -->
<div class="st-pop-container" id="st-pop-container">
<div class="st-pop" id="st-pop">
<div class="st-pop-flex-st-cont">
<a href="##">
<div class="dashed-cont">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/business-building.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>For Businesses</h3>
<p>Grow your revenue with SwipePay</p>
</div>
</div>
</div>
</a>
<a href="##">
<div class="dashed-cont">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/shop.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>For Individual</h3>
<p>Create an account for free to get started</p>
</div>
</div>
</div>
</a>
</div>
<div class="st-pop-flex-st-cont">
<a href="##">
<div class="dashed-cont-black">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/shapes.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>Swipe Pay</h3>
<p>Easy integration to get you started for free </p>
</div>
</div>
</div>
</a>
<a href="##">
<div class="dashed-cont-black">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/story.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>Swipe Payment Link</h3>
<p>Share a link and start getting paid </p>
</div>
</div>
</div>
</a>
<a href="##">
<div class="dashed-cont-black">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/wallet.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>QR Payment (Coming soon)</h3>
<p>More possibilities to receive payments </p>
</div>
</div>
</div>
</a>
<a href="##">
<div class="dashed-cont-black">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/wallet.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>USSD (Coming soon)</h3>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- Pages links pop ups -->
<div class="st-pop-container2" id="st-pop-container2">
<div class="st-pop-flex-st-cont">
<a href="##">
<div class="dashed-cont-black">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/shapes.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>About Us</h3>
</div>
</div>
</div>
</a>
<a href="##">
<div class="dashed-cont-black">
<div class="dashed-flex1">
<div class="dashed-flex-img-cont">
<img src="https://swipe.ng/assets/images/icons/menu/story.svg" alt="">
</div>
</div>
<div class="dashed-flex2">
<div class="dashed2-cont1">
<h3>FAQs</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<!-- The Pop Up Overlay -->
<div class="overlay" id="overlay">
<div class="login-container" id="log-cont">
<p class="st-p"> <span id="st-p">You don't have an account?</span><span id="su">sign up</span> <span id="sus">Login</span></p>
<h1 id="chenge-login">Login</h1>
<p class="nd-p">How would you like to proceed</p>
<div class="ind-con">
<a class="mer" href="##">
<div class="mer-cont">
<img src="https://swipe.ng/assets/images/icons/shop.png" alt="">
<h3 id="mer-h3">A Merchant <i class="fa-solid fa-angle-right"></i></h3>
</div>
</a>
<a class="ind" href="##">
<div class="mer-cont">
<img src="https://swipe.ng/assets/images/icons/profile-2user.png" alt="">
<h3 id="mer-h3">A Individual <i class="fa-solid fa-angle-right"></i></h3>
</div>
</a>
</div>
</div>
</div>
<div class="get-st-overlay" id="overlay-nd">
<div class="login-container" id="log-cont">
<p class="st-p"> <span id="st-p-nd">Already have an account?</span><span id="su-nd">Sign up</span> <span id="sus-nd">Login</span></p>
<h1 id="chenge-login-nd">Create Account</h1>
<p class="nd-p">How would you like to proceed</p>
<div class="ind-con">
<a class="mer" href="##">
<div class="mer-cont">
<img src="https://swipe.ng/assets/images/icons/shop.png" alt="">
<h3 id="mer-h3">A Merchant <i class="fa-solid fa-angle-right"></i></h3>
</div>
</a>
<a class="ind" href="##">
<div class="mer-cont">
<img src="https://swipe.ng/assets/images/icons/profile-2user.png" alt="">
<h3 id="mer-h3">A Individual <i class="fa-solid fa-angle-right"></i></h3>
</div>
</a>
</div>
</div>
</div>
<!-- #Media queries pop up -->
<div id="mobile-pop-up" class="pur-pop">
<div class="pop-nav">
<img src="https://swipe.ng/assets/images/swipe-logo/swipe-logo-white.png" alt="">
<p><i id="mob-cancel-btn" class="fa-solid fa-xmark"></i></p>
</div>
<div class="prodt-cont">
<div id="Prodtt" class="prodt">
<p>Product</p>
<i id="drop-downi" class="fa-solid fa-angle-down"></i>
</div>
<div id="prodt-drop-down-cont" class="prodt-drop-down-cont">
<div class="prodt-drop-down">
<p>For Businesses</p>
</div>
<div class="drop-down-li">
<ul>
<li><a href="##">Swipe Pay</a></li>
<li><a href="##">Swipe Payment Link</a></li>
<li><a href="##">Payment Requests</a></li>
<li><a href="##">QR Payment (Coming Soon)</a></li>
<li><a href="##">USSD (Coming Soon)</a></li>
</ul>
</div>
<div class="prodt-drop-down">
<p>For Individual</p>
</div>
<div class="drop-down-li">
<ul>
<li><a href="##">Swipe Credit Card</a></li>
<li><a href="##">Swipe Vault</a></li>
<li><a href="##">Swipe Wallet</a></li>
</ul>
</div>
</div>
</div>
<div class="why-swipe-cont">
<div id="prodtt-Nd" class="prodt">
<p>Why Swipe?</p>
<i id="drop-downiND" class="fa-solid fa-angle-down"></i>
</div>
<div id="prodt-drop-down-contND" class = "prodt-drop-down-cont class drop-down-li">
<ul>
<li><a href="##">ABOUT US</a></li>
<li><a href="##">BLOG</a></li>
<li><a href="##">FAQs</a></li>
</ul>
</div>
</div>
<div class="for-devvs">
<a href="##">For Developers</a>
</div>
<div class="mobile-login-cont">
<button id="mob-st-btn" class="mob-st-btn">
Login
</button>
<button id="mob-nd-btn" class="mob-nd-btn">
Create Account
</button>
</div>
</div>
</div>
<script src="./app.js" ></script>
</body>
</html>