-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
597 lines (532 loc) · 26.1 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
<!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">
<title>paystack</title>
<link rel="icon" type="image/x-icon" href="/Pictures/Paystack-mark.png">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="bootstrap 5/css/bootstrap.css">
<script src="bootstrap 5/js/bootstrap.bundle.js"></script>
<script src="https://kit.fontawesome.com/7895840321.js" crossorigin="anonymous"></script>
</head>
<body>
<!--Top bar starts-->
<div class="top-bar">
<p class="text-center text-white">🎁 New: Sell your digital products with Storefronts and Products links
<span class="top-bar-arrow">→</span> </p>
</div>
<!--Top bar ends-->
<!--Nav bar starts-->
<section class="sticky-top entire-navbar">
<nav class="navbar navbar-expand-lg tp">
<div class="container-fluid-sm container-lg" >
<a class="navbar-brand" href="#"><img class="navbar-brand" src="/Pictures/Paystack_Logo.png" alt="" width="100px"></a>
<a class="" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger" onclick="myFunction(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<script>
function myFunction(x) {
x.classList.toggle("change");
}
</script>
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle drops" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Why Paystack
</a>
<div class="dropdown-menu dropdown-menu-flex border-0">
<div class="dropdown-item d-none d-md-none d-lg-block">
<div class="p-2 my-3" id="drop-icon">
<i id="drop-iconn" class="fa-solid fa-trophy text-info"></i>
</div>
<div class="p-2 my-5" id="drop-icon" >
<i id="drop-iconn" class="fa-solid fa-chart-line text-info"></i>
</div>
<div class="p-2 my-4" id="drop-icon">
<i id="drop-iconn" class="fa-solid fa-gift text-info"></i>
</div>
</div>
<div class=" dropdown-item">
<div class="pt-3">
<div>
<h6>Why Choose Paystack</h6>
<span class="d-none d-md-none d-lg-block"> Over 70,000 businesses trust <br> Paystack. Here’s why.</span>
</div>
</div>
<div class="pt-3">
<h6>Success Rate</h6>
<span class="d-none d-md-none d-lg-block"> Get the best transaction success <br> rates in the industry</span>
</div>
<div class="pt-3">
<h6>Demo</h6>
<span class="d-none d-md-none d-lg-block"> See the Paystack Checkout Form <br> and Dashboard in action</span>
</div>
</div>
<div class="dropdown-item-flex ms-5">
<a style="font-size: 8px;" class="lead dropdown-item">YOUR GROWTH STAGE</a>
<a class="dropdown-item" href="#">For Entrepreneurs</a>
<a class="dropdown-item" href="#">For Corporates</a>
<a class="dropdown-item" href="#">For Global Brands</a>
<a class="dropdown-item" href="#">For Start-ups</a><br>
<div class="d-none d-md-none d-lg-block">
<a style="font-size: 8px;" class="lead dropdown-item">YOUR GROWTH STAGE</a>
<a class="dropdown-item" href="#">For Entrepreneurs</a>
<a class="dropdown-item" href="#">For Corporates</a>
<a class="dropdown-item" href="#">For Global Brands</a>
</div>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link active drops" aria-current="page" href="#">Customers</a>
</li>
<li class="nav-item">
<a class="nav-link drops" href="#">Pricing</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle drops" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Learn
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</div>
<!--Nav bar left ends-->
<!--Nav bar right starts-->
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav me-auto right-navbar">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle drops" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Developers
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle drops" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Support
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link drops" aria-current="page" href="#">Login</a>
</li>
<button class="btn btn-primary btn1">Create free account</button>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-flag-usa"></i>
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!--Nav bar ends-->
<!--Hero section starts-->
<section class="hero">
<div class="container-lg container-fluid-sm">
<div class="row anime">
<div class="col mt-sm-0 mt-lg-5 pt-5 hero-header">
<h1>Modern online and offline payments for Africa</h1>
<p>Paystack helps businesses in Africa get paid by anyone, anywhere in the world</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-lg-3"> <button class="btn btn-primary col btn2"><a class="text-decoration-none text-white" href="#">Create a free account</a>
</button></div>
<div class="col-sm-12 col-lg-9"><a class="text-decoration-none ps-3 container-fluid-sm saleslink" href="#">or Contact Sales</a></div>
</div>
</div>
<div class="container-lg container-fluid-sm hero-footer">
<div class="row">
<p>Trusted by over 60,000 businesses</p>
<div class="pe-5 col-sm-12 col-lg-6 col-md-6">
<img class="pe-2 svg1" src="/Pictures/Dominos-Plain.svg" alt="" width="87px">
<img class="pe-2 svg2" src="/Pictures/MTN-Plain.svg" alt="" width="60px">
<img class="pe-2 svg3" src="/Pictures/Bolt-Stack-Blue_200304_153027.svg" alt="" width="50px">
<img class="pe-2 svg4 d-none d-lg-inline" src="/Pictures/Axa-mansard-_-Plain.svg" alt="" width="87px">
</div>
<div class="col-sm-12 col-lg-6 col-md-6 mt-5 mt-lg-0 mt-md-0 text-lg-end text-sm-start container">
<h6 class="">Watch MTN Chief Transformation Officer, Olubayo Adekanmbi, discuss working with Paystack
</h6><div class="play-btn">
<i class="fa-solid fa-play btn btn-primary" id="vid-btn"></i>
<div class="iframe">
<iframe width="1024" height="576" src="https://www.youtube.com/embed/aQ06f8vARhw" title="MTN Chief Transformation Officer, on Working with Paystack"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></div>
</div>
</div>
</section>
<!--Hero section ends-->
<section class="container-lg container-fluid-sm mt-5">
<div class="payments-text">
<h1>Simple, easy payments</h1>
<p>Building a business is hard. Getting paid shouldn't be.
</p>
</div>
<div class="row mt-5">
<div class="col-sm-12 col-lg-7 col-md-6 mt-5 pay">
<img src="/Pictures/Collect-Payments.gif" alt="" width="579px" height=" 698px">
</div>
<div class="col-sm-12 col-lg-5 col-md-6 mt-5 payments-text2">
<h2>Delight customers with a seamless payments experience</h2>
<p>Give your customers the gift of modern, frictionless, painless payments.
Integrate Paystack once and let your customers pay you however they want.</p>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 payments-list">
<li><i class="fa-regular fa-square-check"></i> Card</li>
<li><i class="fa-regular fa-square-check"></i> Bank Account</li>
<li><i class="fa-regular fa-square-check"></i> Bank Transfer</li>
<li><i class="fa-regular fa-square-check"></i> USSD</li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 payments-list">
<li><i class="fa-regular fa-square-check"></i> Apple Pay</li>
<li><i class="fa-regular fa-square-check"></i> Visa QR</li>
<li><i class="fa-regular fa-square-check"></i> Mobile Money</li>
<li><i class="fa-regular fa-square-check"></i> POS (Coming soon)</li>
</ul>
</div>
</div>
<h2 class="mt-5">Enjoy phenomenal transaction success rates</h2>
<p>We automatically route payments through the most optimal channels,
ensuring the highest transaction success rates in the market.</p>
<span class="pay-link"><p><i class="fa-solid fa-circle-chevron-right icon-sol"></i> Find out how we achieve high success rate</p></span>
</div>
</div>
</section>
<section>
<div class="container-lg container-fluid-sm mt-5">
<div class="row ms-sm-0 ms-lg-5 container-lg container-fluid-sm">
<div class="col-lg-6 col-md-6 col-sm-12 payments2">
<h2>Build custom payments experiences with well-documented APIs</h2>
<p>Developers love our thorough, well-documented APIs that let you to
build everything from simple weekend projects, to complex financial
products serving hundreds of thousands of customers.
If you can imagine it, you can build it with Paystack.</p>
<div class="payments2-list">
<li><i class="fa-regular fa-square-check"></i> Collect one-time and recurring payments from your app or website</li>
<li><i class="fa-regular fa-square-check"></i> Make instant transfers</li>
<li><i class="fa-regular fa-square-check"></i> Retrieve all your transaction and customer data</li>
<li><i class="fa-regular fa-square-check"></i> Verify the identity of customers</li>
</div>
<span class="pay-link"><p><i class="fa-solid fa-circle-chevron-right icon-sol"></i> Paystack API Quickstart</p></span>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 payments2 d-none d-lg-inline">
<img src="/Pictures/Robust-Suite-of-APIs-Opt.png" alt="Robust-Suite-of-APIs-Opt.png" width="550" height="450.75">
</div>
</div>
</div>
</section>
<section class="container-lg container-fluid-sm">
<div class="row container-lg container-fluid-sm vid">
<video autoplay muted loop class="col-lg-6 col-md-6 col-sm-12 d-none d-lg-inline" width="470px" height="500px">
<source src="/Pictures/Advanced-Fraud-Protection.mp4" type="video/mp4">
</video>
<div class="col-lg-6 col-md-6 col-sm-12 text3 ">
<h2 class="vid">Protect yourself and your customers with advanced fraud detection</h2>
<p>Paystack's combination of automated and manual fraud systems
protect you from fraudulent transactions and associated chargeback claims.</p>
<h2 class="mt-5">Detailed reporting for accounting, reconciliation, and audits</h2>
<p>Understand your customers' purchase patterns and do easy reconciliations
with a robust data Dashboard and easy exports.</p>
</div>
</div>
</section>
<!--Business section starts-->
<section class=" business-section">
<div class="container-lg container-fluid-sm">
<h1>Trusted by 70,000+ businesses</h1>
<p>Thousands of organizations of all sizes trust Paystack to grow their business.
</p>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col col-sm-12">
<div class="card" style="height: 370px; border: none;">
<img src="/Pictures/For-International-Businesses.svg" class="card-img-top" alt="...">
<div class="card-body">
<h4 class="card-title">Paystack for <br> Global Brands</h4>
<p class="card-text">We help global brands accept payments from across Africa</p>
<span class=""><i class="fa-solid fa-circle-chevron-right icon-sol"></i> <a class="text-decoration-none learn-more " href="#">Learn More</a></span>
</div>
</div>
</div>
<div class="col col-sm-12">
<div class="card" style="height: 370px; border: none;">
<img src="/Pictures/For-Entrepreneurs.svg" class="card-img-top" alt="...">
<div class="card-body">
<h4 class="card-title">Paystack for <br> Entrepreneurs</h4>
<p class="card-text">From startup to scale-up, we can support you at every stage of your businesses’ growth</p>
<i class="fa-solid fa-circle-chevron-right icon-sol"></i> <a class="text-decoration-none learn-more" href="#">Learn More</a>
</div>
</div>
</div>
<div class="col col-sm-12">
<div class="card" style="height: 370px; border: none;">
<img src="/Pictures/For-Large-Corporations.svg" class="card-img-top" alt="...">
<div class="card-body">
<h4 class="card-title">Paystack for <br> Large Organizations</h4>
<p class="card-text">Paystack helps many of the largest corporate and government organizations in Nigeria get paid quickly and securely.</p>
<i class="fa-solid fa-circle-chevron-right icon-sol"></i> <a class="text-decoration-none learn-more" href="#">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Business section ends-->
<!--Partnership section starts-->
<section class="partner">
<div class="container-lg container-fluid-sm">
<div class="part">
<h1>Powering growth for amazing businesses</h1>
<p>Paystack is a growth engine for a new generation of innovative, forward-looking organizations operating in Africa.</p>
</div>
<div class="row">
<div class="col-12 col-sm-12 partnership ">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
</div>
<div class="col-12 partnership d-none d-lg-inline d-md-inline">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
</div>
<div class="col-12 partnership d-none d-lg-inline d-md-inline">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
<img src="/Pictures/Air-Peace-Stack.svg" alt="">
</div>
</div>
</div>
</div>
</section>
<!--Partnership section ends-->
<!--Testimonials starts-->
<section class="testimonial business-section">
<div class="container-lg container-fluid-sm">
<div class="part">
<h1>Backed by strong global partners</h1>
<p>Paystack is backed by notable investors as well as some of the best payments companies on the planet. </p>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col col-sm-12">
<div class="card card2" style="height: 370px; border: none;">
<img src="/Pictures/Stripe-Logo-blue.png" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Paystack is highly technical and fanatically customer oriented.
We’re excited to back such people in one of the world’s fastest-growing regions.</p>
<div class="d-flex">
<div class="role"><img src="/Pictures/patrick-collison-headshot.jpg" alt=""></div>
<div class="mt-5 role-name">Patrick Collinson <div><span class="role-desc text-muted">CEO, Stripe</span></div></div>
</div></div>
</div>
</div>
<div class="col col-sm-12">
<div class="card card2" style="height: 370px; border: none;">
<img src="/Pictures/Visa-_-Color.png" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">Our investment in Paystack aligns with the kind of investments we look for -
those that will help extend our reach into the global commerce ecosystem</p>
<div class="d-flex">
<div class="role"><img src="/Pictures/otto-williams.jpeg" alt=""></div>
<div class="mt-5 role-name">Otto Williams <div><span class="role-desc text-muted">Head of Strategic Partnerships, Fintech & Ventures CEMEA, Visa</span></div></div>
</div>
</div>
</div>
</div>
<div class="col col-sm-12">
<div class="card card2" style="height: 370px; border: none;">
<img src="/Pictures/ycombinator-logo.png" class="card-img-top" alt="...">
<div class="card-body">
<p class="card-text">As YC's first Nigerian startup Paystack leads the charge of great companies
coming out of Africa, powering modern payments for an entire continent.</p>
<div class="d-flex">
<div class="role"><img src="/Pictures/michael-siebel-headshot.jpeg" alt=""></div>
<div class="mt-5 role-name">Michael Siebel <div><span class="role-desc text-muted">CEO, Partner, Y-Combinator</span></div></div>
</div>
</div>
</div>
</div>
</section>
<!--Testimonials ends-->
<section class="sign-up">
<div class="container-lg container-fluid-sm d-lg-flex d-sm-inline-flex justify-content-between align-items-center">
<div class="part d-none d-lg-inline d-md-inline d-sm-none">
<p>Try Paystack Now</p>
<h1>Start accepting payments in just 30 minutes</h1>
</div>
<div class="part text-center d-lg-none d-md-none d-sm-inline">
<p>Try Paystack Now</p>
<h1>Start accepting payments in just 30 minutes</h1>
</div>
<button class="btn btn-primary btn2 btn2-signup mt-5" >Create a free account</button>
</div>
</div>
</section>
<!--Foorter navigation starts -->
<section class="mt-5">
<div class="container-lg container-fluid-sm mt-5">
<div class="row">
<div class="col-lg col-md col-sm-12 footer-dropdown-sm">
<h5 class="nav-linkk dropdown-togglee">Why paystack</h5>
<div class="footer-links">
<a href="">Why Choose Paystack</a>
<a href="">Success Rates</a>
<a href="">For Entrepreneurs</a>
<a href="">For Corporates</a>
<a href=""> For International Companies</a>
<a href="">For Startups</a>
<a href="">For Fintechs</a>
<a href="">For Schools</a>
<a href="">For Betting</a>
</div>
</div>
<div class="col-lg col-md col-sm-12 footer-dropdown-sm">
<div>
<h5 class="nav-linkk dropdown-togglee">Pricing</h5>
<div class="footer-links">
<a href="">Nigeria</a>
<a href="">Ghana</a>
<a href="">South Africa</a>
</div></div>
<div>
<h5 class="nav-linkk dropdown-togglee pt-3">Customers</h5>
<div class="footer-links">
<a href="">Testimonials</a>
</div></div>
<div>
<h5 class="nav-linkk dropdown-togglee pt-3">Learn</h5>
<div class="footer-links">
<a href="">Blog</a>
<a href="">Guides</a>
<a href="">Video Tutorial</a>
<a href="">Decode Fintech</a>
<a href="">Commerce</a>
</div></div>
</div>
<div class="col-lg col-md col-sm-12 footer-dropdown-sm">
<div>
<h5 class="nav-linkk dropdown-togglee">Developers</h5>
<div class="footer-links">
<a href="">Overview</a>
<a href="">Documentation</a>
<a href="">Integration</a>
<a href="">Status Page</a>
</div></div>
<div>
<h5 class="nav-linkk dropdown-togglee pt-3">Community</h5>
<div class="footer-links">
<a href="">Nigeria Lagos</a>
</div></div>
<div>
<h5 class="nav-linkk dropdown-togglee pt-3">Support</h5>
<div class="footer-links">
<a href="">Help Desk</a>
<a href="">Contact Us</a>
<a href="">Why Was I Debited</a>
</div></div>
</div>
<div class="col-lg col-md col-sm-12 footer-dropdown-sm">
<div>
<h5 class="nav-linkk dropdown-togglee">About</h5>
<div class="footer-links">
<a href="">Company</a>
<a href="">Subscribe</a>
<a href="">Compliance</a>
<a href="">Careers</a>
<a href="">Media Kit</a>
<a href="">Privacy & Terms</a>
</div></div></div>
</div>
<div class="row mt-5 mb-5 g-4">
<div class="col-lg col-md col-sm-12">
<h5>Contact</h5>
<div id="footer-links" class="footer-links">
<a href="#">[email protected]</a>
<div class="d-flex">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
</div>
</div>
<div class="col-lg col-md col-sm-12">
<div>
<h5>Lagos</h5>
126 Joel Ogunnaike Street, <br>
Ikeja GRA, Ikeja, <br>
Lagos, Nigeria
<div id="footer-links" class="footer-links">
<a href="#">+234 163 16160</a>
</div>
</div>
<div class="pt-3 mb-5">
<h5>Accra</h5>
AfricaWorks, <br>
35 Patrice Lumumba Road, <br>
Airport Residential Area, <br>
Accra, Ghana
</div>
</div>
<div class="col-lg col-md col-sm-12">
<h5>San Francisco</h5>
354 Oyster Point Blvd., <br>
South San Francisco, <br>
CA 94080 <br>
United States
</div>
<div class="col-lg col-md col-sm-12">
<h5>Capetown</h5>
HOUSE_OF, <br>
Elkay House (4th Floor), <br>
186 Loop St, Cape Town City Centre, <br>
Cape Town, 8001, <br>
South Africa
</div>
</div>
</div>
</section>
<!--Footer navigation ends -->
<script src="script.js"></script>
</body>
</html>