-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
588 lines (559 loc) · 31.9 KB
/
blog.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
<!-- @format -->
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<meta charset="utf-8" />
<title>Vibra | You are in charge</title>
<!-- SEO Meta Tags-->
<meta name="description" content="Vibra | Your are in charge" />
<meta name="keywords" content="crtypocurrency" />
<meta name="author" content="TheDeepoinvestor" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon and Touch Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="mockups/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="mockups/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="mockups/favicon-16x16.png" />
<link rel="shortcut icon" href="mockups/favicon.ico" />
<meta name="theme-color" content="#ffffff" />
<!-- Vendor Styles -->
<link rel="stylesheet" media="screen" href="assets/vendor/boxicons/css/boxicons.min.css" />
<!-- Main Theme Styles + Bootstrap -->
<link rel="stylesheet" media="screen" href="assets/css/theme.min.css" />
<!-- Theme mode -->
<script>
let mode = window.localStorage.getItem("mode"),
root = document.getElementsByTagName("html")[0];
if (mode !== null && mode === "dark") {
root.classList.add("dark-mode");
} else {
root.classList.remove("dark-mode");
}
</script>
</head>
<!-- Body -->
<body>
<!-- Page wrapper for sticky footer -->
<!-- Wraps everything except footer to push footer to the bottom of the page if there is little content -->
<main class="page-wrapper">
<!-- Navbar -->
<!-- Remove "fixed-top" class to make navigation bar scrollable with the page -->
<header class="header navbar navbar-expand-lg bg-light shadow-sm fixed-top">
<div class="container px-3">
<a href="index.html" class="navbar-brand pe-3">
<img src="mockups/download.jpeg" width="47" alt="Vibra" />
Vibra
</a>
<div id="navbarNav" class="offcanvas offcanvas-end">
<div class="offcanvas-header border-bottom">
<h5 class="offcanvas-title">Menu</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="about us.html" class="nav-link">About us</a>
</li>
<li class="nav-item">
<a href="academy.html" class="nav-link">Academy</a>
</li>
<li class="nav-item">
<a href="partners.html" class="nav-link">Partners</a>
</li>
<li class="nav-item">
<a href="blog.html" class="nav-link">Resources</a>
</li>
<li class="nav-item">
<a href="careers.html" class="nav-link">Careers</a>
</li>
</ul>
</div>
</div>
<div class="form-check form-switch mode-switch pe-lg-1 ms-auto me-4" data-bs-toggle="mode">
<input type="checkbox" class="form-check-input" id="theme-mode" />
<label class="form-check-label d-none d-sm-block" for="theme-mode">Light</label>
<label class="form-check-label d-none d-sm-block" for="theme-mode">Dark</label>
</div>
<button type="button" class="navbar-toggler" data-bs-toggle="offcanvas" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</header>
<!-- Breadcrumb -->
<nav class="container mt-lg-4 pt-5" aria-label="breadcrumb">
<ol class="breadcrumb mb-0 pt-5">
<li class="breadcrumb-item">
<a href="index.html"><i class="bx bx-home-alt fs-lg me-1"></i>Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Vibra Blog</li>
</ol>
</nav>
<!-- Page content -->
<section class="container mt-4 mb-lg-5 pt-lg-2 pb-5">
<!-- Page title + Layout switcher + Search form -->
<div class="row align-items-end gy-3 mb-4 pb-lg-3 pb-1">
<div class="col-lg-5 col-md-4" id="blog">
<h1 class="mb-2 mb-md-0">Blog List</h1>
</div>
</div>
<!-- Item 1-->
<article class="card border-0 shadow-sm overflow-hidden mb-4">
<div class="row g-0">
<div class="col-sm-4 position-relative bg-position-center bg-repeat-0 bg-size-cover" style="background-image: url(assets/img/blog/b2.jfif); min-height: 15rem">
<a href="https://medium.com/@VibraAfrica/vibra-merchants-incentives-e528395da80d" class="position-absolute top-0 start-0 w-100 h-100" aria-label="Read more"></a>
<a
href="https://medium.com/@VibraAfrica/vibra-merchants-incentives-e528395da80d"
class="btn btn-icon btn-light bg-white border-white btn-sm rounded-circle position-absolute top-0 end-0 zindex-5 me-3 mt-3"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="Read later"
>
<i class="bx bx-bookmark"></i>
</a>
</div>
<div class="col-sm-8">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<a href="#" class="badge fs-sm text-nav bg-secondary text-decoration-none">cryptocurrency</a>
<span class="fs-sm text-muted border-start ps-3 ms-3">Jul 7, 2022</span>
</div>
<h3 class="h4">
<a href="https://medium.com/@VibraAfrica/vibra-merchants-incentives-e528395da80d">VIBRA MERCHANTS INCENTIVES</a>
</h3>
<p>
P2P trading is growing rapidly as more Africans adopt cryptocurrency and blockchain technology. VIBRA continues to champion the drive for crypto literacy while offering a secure,
easy-to-use wallet app where crypto-traders can earn massively as merchants.
</p>
<hr class="my-4" />
<div class="d-flex align-items-center justify-content-between">
<a href="#" class="d-flex align-items-center fw-bold text-dark text-decoration-none me-3">
<img src="mockups/download.jpeg" class="rounded-circle me-3" width="48" alt="Avatar" />
Vibra Africa
</a>
<div class="d-flex align-items-center text-muted">
<div class="d-flex align-items-center me-3">
<i class="bx bx-like fs-lg me-1"></i>
<span class="fs-sm">8</span>
</div>
<div class="d-flex align-items-center me-3">
<i class="bx bx-comment fs-lg me-1"></i>
<span class="fs-sm">7</span>
</div>
<div class="d-flex align-items-center">
<i class="bx bx-share-alt fs-lg me-1"></i>
<span class="fs-sm">4</span>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Item 2-->
<article class="card border-0 shadow-sm overflow-hidden mb-4">
<div class="row g-0">
<div class="col-sm-4 order-sm-2 position-relative bg-position-center bg-repeat-0 bg-size-cover" style="background-image: url(assets/img/blog/b2.jpeg); min-height: 15rem">
<a href="https://medium.com/@VibraAfrica/top-10-altcoins-with-potential-in-2022-67d9438cbaeb" class="position-absolute top-0 start-0 w-100 h-100" aria-label="Read more"></a>
<a
href="https://medium.com/@VibraAfrica/top-10-altcoins-with-potential-in-2022-67d9438cbaeb"
class="btn btn-icon btn-light bg-white border-white btn-sm rounded-circle position-absolute top-0 end-0 zindex-5 me-3 mt-3"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="Read later"
>
<i class="bx bx-bookmark"></i>
</a>
</div>
<div class="col-sm-8 order-sm-1">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<a href="#" class="badge fs-sm text-nav bg-secondary text-decoration-none">cryptocurrency</a>
<span class="fs-sm text-muted border-start ps-3 ms-3">Jun 23, 2022</span>
</div>
<h3 class="h4">
<a href="https://medium.com/@VibraAfrica/top-10-altcoins-with-potential-in-2022-67d9438cbaeb">Top 10 Altcoins with potential in 2022</a>
</h3>
<p>
“LUNA crashed, bitcoin plunged, and other crypto went down the slope”. Welcome to the news headlines in June 2022. Every media outlet is discussing the crypto market crash, and investors are beginning to panic.
This bear season has been likened to the major dip in 2018, and we can say history is repeating itself.
</p>
<hr class="my-4" />
<div class="d-flex align-items-center justify-content-between">
<a href="#" class="d-flex align-items-center fw-bold text-dark text-decoration-none me-3">
<img src="mockups/download.jpeg" class="rounded-circle me-3" width="48" alt="Avatar" />
Vibra Africa
</a>
<div class="d-flex align-items-center text-muted">
<div class="d-flex align-items-center me-3">
<i class="bx bx-like fs-lg me-1"></i>
<span class="fs-sm">8</span>
</div>
<div class="d-flex align-items-center me-3">
<i class="bx bx-comment fs-lg me-1"></i>
<span class="fs-sm">7</span>
</div>
<div class="d-flex align-items-center">
<i class="bx bx-share-alt fs-lg me-1"></i>
<span class="fs-sm">4</span>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Item 3-->
<article class="card border-0 shadow-sm overflow-hidden mb-4">
<div class="row g-0">
<div class="col-sm-4 position-relative bg-position-center bg-repeat-0 bg-size-cover" style="background-image: url(assets/img/blog/b3.jpeg); min-height: 15rem">
<a href="https://medium.com/@VibraAfrica/vibra-savings-is-live-get-daily-income-on-your-crypto-assets-9639111de1c" class="position-absolute top-0 start-0 w-100 h-100" aria-label="Read more"></a>
<a
href="https://medium.com/@VibraAfrica/vibra-savings-is-live-get-daily-income-on-your-crypto-assets-9639111de1c"
class="btn btn-icon btn-light bg-white border-white btn-sm rounded-circle position-absolute top-0 end-0 zindex-5 me-3 mt-3"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="Read later"
>
<i class="bx bx-bookmark"></i>
</a>
</div>
<div class="col-sm-8">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<a href="#" class="badge fs-sm text-nav bg-secondary text-decoration-none">cryptocurrency</a>
<span class="fs-sm text-muted border-start ps-3 ms-3">Jun 17, 2022</span>
</div>
<h3 class="h4">
<a href="https://medium.com/@VibraAfrica/vibra-savings-is-live-get-daily-income-on-your-crypto-assets-9639111de1c">VIBRA SAVINGS IS LIVE — Get Daily Income On Your Crypto Assets</a>
</h3>
<p>
Vibra has launched a new save-to-earn wealth management product which offers daily interest on your crypto assets with a high annual percentage yield (APY).
</p>
<hr class="my-4" />
<div class="d-flex align-items-center justify-content-between">
<a href="#" class="d-flex align-items-center fw-bold text-dark text-decoration-none me-3">
<img src="mockups/download.jpeg" class="rounded-circle me-3" width="48" alt="Avatar" />
Vibra Africa
</a>
<div class="d-flex align-items-center text-muted">
<div class="d-flex align-items-center me-3">
<i class="bx bx-like fs-lg me-1"></i>
<span class="fs-sm">8</span>
</div>
<div class="d-flex align-items-center me-3">
<i class="bx bx-comment fs-lg me-1"></i>
<span class="fs-sm">7</span>
</div>
<div class="d-flex align-items-center">
<i class="bx bx-share-alt fs-lg me-1"></i>
<span class="fs-sm">4</span>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Item 4-->
<article class="card border-0 shadow-sm overflow-hidden mb-4">
<div class="row g-0">
<div class="col-sm-4 order-sm-2 position-relative bg-position-center bg-repeat-0 bg-size-cover" style="background-image: url(assets/img/blog/b4.jpeg); min-height: 15rem">
<a href="https://medium.com/@VibraAfrica/vibra-adds-tron-usdt-to-the-platform-2fdad8418fcc" class="position-absolute top-0 start-0 w-100 h-100" aria-label="Read more"></a>
<a
href="https://medium.com/@VibraAfrica/vibra-adds-tron-usdt-to-the-platform-2fdad8418fcc"
class="btn btn-icon btn-light bg-white border-white btn-sm rounded-circle position-absolute top-0 end-0 zindex-5 me-3 mt-3"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="Read later"
>
<i class="bx bx-bookmark"></i>
</a>
</div>
<div class="col-sm-8 order-sm-1">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<a href="#" class="badge fs-sm text-nav bg-secondary text-decoration-none">cryptocurrency</a>
<span class="fs-sm text-muted border-start ps-3 ms-3">Jun 16, 2022</span>
</div>
<h3 class="h4">
<a href="https://medium.com/@VibraAfrica/vibra-adds-tron-usdt-to-the-platform-2fdad8418fcc">VIBRA ADDS TRON-USDT TO THE PLATFORM</a>
</h3>
<p>
With TRC20 Network, you have lower fees, faster transfers, and more options on VIBRA…
</p>
<hr class="my-4" />
<div class="d-flex align-items-center justify-content-between">
<a href="#" class="d-flex align-items-center fw-bold text-dark text-decoration-none me-3">
<img src="mockups/download.jpeg" class="rounded-circle me-3" width="48" alt="Avatar" />
Vibra Africa
</a>
<div class="d-flex align-items-center text-muted">
<div class="d-flex align-items-center me-3">
<i class="bx bx-like fs-lg me-1"></i>
<span class="fs-sm">8</span>
</div>
<div class="d-flex align-items-center me-3">
<i class="bx bx-comment fs-lg me-1"></i>
<span class="fs-sm">7</span>
</div>
<div class="d-flex align-items-center">
<i class="bx bx-share-alt fs-lg me-1"></i>
<span class="fs-sm">4</span>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Item 5-->
<article class="card border-0 shadow-sm overflow-hidden mb-4">
<div class="row g-0">
<div class="col-sm-4 position-relative bg-position-center bg-repeat-0 bg-size-cover" style="background-image: url(assets/img/blog/b5.png); min-height: 15rem">
<a href="https://medium.com/@VibraAfrica/how-to-enable-two-factor-authentication-on-vibra-4d641544ab6b" class="position-absolute top-0 start-0 w-100 h-100" aria-label="Read more"></a>
<a
href="https://medium.com/@VibraAfrica/how-to-enable-two-factor-authentication-on-vibra-4d641544ab6b"
class="btn btn-icon btn-light bg-white border-white btn-sm rounded-circle position-absolute top-0 end-0 zindex-5 me-3 mt-3"
data-bs-toggle="tooltip"
data-bs-placement="left"
title="Read later"
>
<i class="bx bx-bookmark"></i>
</a>
</div>
<div class="col-sm-8">
<div class="card-body">
<div class="d-flex align-items-center mb-3">
<a href="#" class="badge fs-sm text-nav bg-secondary text-decoration-none">cryptocurrency</a>
<span class="fs-sm text-muted border-start ps-3 ms-3">Jun 07, 2022</span>
</div>
<h3 class="h4">
<a href="https://medium.com/@VibraAfrica/how-to-enable-two-factor-authentication-on-vibra-4d641544ab6b">HOW TO ENABLE TWO-FACTOR AUTHENTICATION ON VIBRA</a>
</h3>
<p>
Before you invest in or acquire cryptocurrency, you should first consider the best ways to protect your assets. There are a lot of ways to hack and get around user data privacy and password authentication.
Therefore, two-factor authentication (2FA) is highly recommended as a higher level of asset security
</p>
<hr class="my-4" />
<div class="d-flex align-items-center justify-content-between">
<a href="#" class="d-flex align-items-center fw-bold text-dark text-decoration-none me-3">
<img src="mockups/download.jpeg" class="rounded-circle me-3" width="48" alt="Avatar" />
Vibra Africa
</a>
<div class="d-flex align-items-center text-muted">
<div class="d-flex align-items-center me-3">
<i class="bx bx-like fs-lg me-1"></i>
<span class="fs-sm">8</span>
</div>
<div class="d-flex align-items-center me-3">
<i class="bx bx-comment fs-lg me-1"></i>
<span class="fs-sm">7</span>
</div>
<div class="d-flex align-items-center">
<i class="bx bx-share-alt fs-lg me-1"></i>
<span class="fs-sm">4</span>
</div>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Pagination -->
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center pt-lg-3 pt-1">
<li class="page-item">
<a href="newsletter.html" class="page-link">
<button type="button" class="btn btn-primary">More Updates</button>
</a>
</li>
</ul>
</nav>
</section>
<!-- FAQ (Accordion) -->
<section class="container">
<div class="bg-secondary rounded-3 py-5 px-3 px-sm-4 px-md-0">
<h2 class="text-center pt-md-1 pt-lg-3 pt-xl-4 pb-4 mt-xl-1 mb-2">Frequently Asked Questions</h2>
<div class="row justify-content-center pb-lg-4 pb-xl-5">
<div class="col-xl-8 col-lg-9 col-md-10 pb-md-2">
<div class="accordion" id="faq">
<!-- Item -->
<div class="accordion-item border-0 rounded-3 shadow-sm mb-3">
<h3 class="accordion-header">
<button class="accordion-button shadow-none rounded-3" type="button" data-bs-toggle="collapse" data-bs-target="#q-1" aria-expanded="true" aria-controls="q-1">
Who is VIBRA ?
</button>
</h3>
<div class="accordion-collapse collapse show" id="q-1" data-bs-parent="#faq">
<div class="accordion-body fs-sm pt-0">
<p>
VIBRA is a simple, all-in-one crypto investment app for Africans, it’s a user-friendly platform for both newbies and crypto enthusiasts.
This crypto investment app has a wide variety of functions like OTC buy & sell, trading, as well as a community that empowers Africans to control their future wealth.
VIBRA offers an easy way for beginners to learn, and make trades with a community of experts, which enables Africans to effortlessly go from zero to crypto master.
</p>
</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item border-0 rounded-3 shadow-sm mb-3">
<h3 class="accordion-header">
<button class="accordion-button shadow-none rounded-3 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q-2" aria-expanded="false" aria-controls="q-2">
How to verify and upgrade VIBRA account
</button>
</h3>
<div class="accordion-collapse collapse" id="q-2" data-bs-parent="#faq">
<div class="accordion-body fs-sm pt-0">
<p>
There are three verification levels. Each level solves a limitation problem that unlocks the best of VIBRA.
<ul>
Level I : Verify your phone number, to be able to make Crypto purchases.
<li>Tap the Accounts tab from the app homepage</li>
<li>Click Profile</li>
<li>Tap Phone Number and enter your mobile number to proceed</li>
Level II : Verify your BVN/NIN details, to enable you make Crypto/Cash withdrawals.
<li>Tap the Accounts tab from the app homepage</li>
<li>Click Identity Verification</li>
<li>Tap Next level verification</li>
<li>Enter your appropriate BVN/NIN details and click Submit</li>
Level III : Verify your local bank details by adding a bank account number in your VIBRA registered name. This allows for Cash transactions and gives you access to our P2P trading platform.
<li> Tap Next level verification</li>
<li> Enter your bank account details</li>
</ul>
</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item border-0 rounded-3 shadow-sm mb-3">
<h3 class="accordion-header">
<button class="accordion-button shadow-none rounded-3 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q-3" aria-expanded="false" aria-controls="q-3">
Account login issues
</button>
</h3>
<div class="accordion-collapse collapse" id="q-3" data-bs-parent="#faq">
<div class="accordion-body fs-sm pt-0">
<p>
Tap on the reset password button on the VIBRA app login page to reset your VIBRA account password or reach out to us for prompt assistance at [email protected]
<ul>
<li>Open the VIBRA app to the login page</li>
<li>Tap on the Forgot password button below</li>
<li>Enter your VIBRA registered email address in the first box</li>
<li>Tap send button in the second box</li>
<li>A password reset link will be sent to you to enter into the second box</li>
<li>Click Next</li>
</ul>
This didn't solve your issue? Please reach out to us for prompt assistance at [email protected]
</p>
</div>
</div>
</div>
<!-- Item -->
<div class="accordion-item border-0 rounded-3 shadow-sm mb-3">
<h3 class="accordion-header">
<button class="accordion-button shadow-none rounded-3 collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#q-4" aria-expanded="false" aria-controls="q-4">
Other issues
</button>
</h3>
<div class="accordion-collapse collapse" id="q-4" data-bs-parent="#faq">
<div class="accordion-body fs-sm pt-0">
<p>
Please reach out to us for prompt assistance at [email protected]
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer pt-5 pb-4 pb-lg-5">
<div class="container pt-lg-4">
<div class="row pb-5">
<div class="col-lg-4 col-md-6">
<div class="navbar-brand text-dark p-0 me-0 mb-3 mb-lg-4">
<img src="mockups/download.jpeg" width="47" alt="Vibra" />
Vibra
</div>
<p class="fs-sm pb-lg-3 mb-4">
Vibra empowers the world's best crypto enthusiasts and newbies to effortlessly go from zero to master. Innovated by vibrant blockchain, tech enthusiasts, and investors from all around
the world, to meet the rising cryptocurrency demand in emerging markets in Africa, starting with Nigeria. Vibra is a friendly, easy way for beginners to learn, experiment, and make
</p>
<form class="needs-validation" novalidate>
<label for="subscr-email" class="form-label">Subscribe to our newsletter</label>
<div class="input-group">
<input type="email" id="subscr-email" class="form-control rounded-start ps-5" placeholder="Your email" required />
<i class="bx bx-envelope fs-lg text-muted position-absolute top-50 start-0 translate-middle-y ms-3 zindex-5"></i>
<div class="invalid-tooltip position-absolute top-100 start-0">Please provide a valid email address.</div>
<button type="submit" class="btn btn-primary">Subscribe</button>
</div>
</form>
</div>
<div class="col-xl-6 col-lg-7 col-md-5 offset-xl-2 offset-md-1 pt-4 pt-md-1 pt-lg-0">
<div id="footer-links" class="row">
<div class="col-lg-4">
<h6 class="mb-2">
<a href="#useful-links" class="d-block text-dark dropdown-toggle d-lg-none py-2" data-bs-toggle="collapse">More From Vibra</a>
</h6>
<div id="useful-links" class="collapse d-lg-block" data-bs-parent="#footer-links">
<ul class="nav flex-column pb-lg-1 mb-lg-3">
<li class="nav-item"><a href="index.html" class="nav-link d-inline-block px-0 pt-1 pb-2">Home</a></li>
<li class="nav-item"><a href="about us.html" class="nav-link d-inline-block px-0 pt-1 pb-2">About</a></li>
<li class="nav-item"><a href="academy.html" class="nav-link d-inline-block px-0 pt-1 pb-2">Academy</a></li>
<li class="nav-item"><a href="partners.html" class="nav-link d-inline-block px-0 pt-1 pb-2">Partners</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link d-inline-block px-0 pt-1 pb-2">Resources</a></li>
<li class="nav-item"><a href="careers" class="nav-link d-inline-block px-0 pt-1 pb-2">Careers</a></li>
</ul>
<ul class="nav flex-column mb-2 mb-lg-0">
<li class="nav-item"><a href="blog.html#blog" class="nav-link d-inline-block px-0 pt-1 pb-2">Blog</a></li>
<li class="nav-item"><a href="newsletter.html" class="nav-link d-inline-block px-0 pt-1 pb-2">Newsletter</a></li>
<li class="nav-item"><a href="blog.html#faq" class="nav-link d-inline-block px-0 pt-1 pb-2">FAQ</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-3">
<h6 class="mb-2">
<a href="#social-links" class="d-block text-dark dropdown-toggle d-lg-none py-2" data-bs-toggle="collapse">Socials</a>
</h6>
<div id="social-links" class="collapse d-lg-block" data-bs-parent="#footer-links">
<ul class="nav flex-column mb-2 mb-lg-0">
<li class="nav-item"><a href="https://www.facebook.com/VibraAfrica" class="nav-link d-inline-block px-0 pt-1 pb-2">Facebook</a></li>
<li class="nav-item"><a href="https://www.linkedin.com/company/vibraafrica/" class="nav-link d-inline-block px-0 pt-1 pb-2">LinkedIn</a></li>
<li class="nav-item"><a href="https://twitter.com/VibraAfrica" class="nav-link d-inline-block px-0 pt-1 pb-2">Twitter</a></li>
<li class="nav-item"><a href="https://www.instagram.com/vibraafrica/" class="nav-link d-inline-block px-0 pt-1 pb-2">Instagram</a></li>
<li class="nav-item"><a href="https://t.me/VibraAfrica" class="nav-link d-inline-block px-0 pt-1 pb-2">Telegram</a></li>
<li class="nav-item"><a href="https://medium.com/@VibraAfrica" class="nav-link d-inline-block px-0 pt-1 pb-2">Medium</a></li>
<li class="nav-item"><a href="https://www.youtube.com/channel/UC8ZcpYoBFSHgsbTQyQbutnA" class="nav-link d-inline-block px-0 pt-1 pb-2">Youtube</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-lg-5 pt-2 pt-lg-0">
<h6 class="mb-2">Contact Us</h6>
<a href="mailto: [email protected]" class="fw-medium"> [email protected]</a>
</div>
</div>
</div>
</div>
<p class="nav d-block fs-xs text-center text-md-start pb-2 pb-lg-0 mb-0">
<span class="text-light opacity-50">© All rights reserved. Made by </span>
<a class="nav-link d-inline-block p-0" href="https://github.com/Roarnotes" target="_blank" rel="noopener">TheDeepInvestor</a>
</p>
</div>
</footer>
<!-- Back to top button -->
<a href="#top" class="btn-scroll-top" data-scroll>
<span class="btn-scroll-top-tooltip text-muted fs-sm me-2">Top</span>
<i class="btn-scroll-top-icon bx bx-chevron-up"></i>
</a>
<!-- Vendor Scripts -->
<script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<!-- Main Theme Script -->
<script src="assets/js/theme.min.js"></script>
</body>
</html>