-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (493 loc) · 23.8 KB
/
index.html
File metadata and controls
543 lines (493 loc) · 23.8 KB
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
<!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>Home - FirstBank Nigeria</title>
<link rel="icon" href="https://www.firstbanknigeria.com/wp-content/uploads/2020/08/First-Bank-Logo_Symbol.svg"
type="image/x-icon">
<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=Inter:wght@200;300;400;700;800&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/3d70b51120.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- First NavBar -->
<div class="fixed-top">
<nav class="navbar navbar-expand-lg first-nav" id="top">
<ul class="navbar-nav nav-left-text leftNav">
<li class="nav-item navColor activeText">
<a class="nav-link " href="#">HOME</a>
</li>
<li class="nav-item navColor">
<a class="nav-link" href="#">PERSONAL</a>
</li>
<li class="nav-item navColor">
<a class="nav-link" href="#">BUSINESS</a>
</li>
<li class="nav-item navColor">
<a class="nav-link" href="#">PRIVATE</a>
</li>
</ul>
<ul class="navbar-nav ms-auto">
<li class="nav-item dropdown navText activeText rightNav">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Select Language
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Arabic</a></li>
<li><a class="dropdown-item" href="#">Chinese (Simplified)</a></li>
<li><a class="dropdown-item" href="#">Dutch</a></li>
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">French</a></li>
<li><a class="dropdown-item" href="#">German</a></li>
<li><a class="dropdown-item" href="#">Hausa</a></li>
<li><a class="dropdown-item" href="#">Igbo</a></li>
<li><a class="dropdown-item" href="#">Italian</a></li>
<li><a class="dropdown-item" href="#">Portugese</a></li>
<li><a class="dropdown-item" href="#">Russian</a></li>
<li><a class="dropdown-item" href="#">Yoruba</a></li>
</ul>
</li>
<li class="nav-item navText rightNav">
<a class="nav-link active" aria-current="page" href="#">SUSTAINABLITY</a>
</li>
<li class="nav-item navText rightNav">
<a class="nav-link active" aria-current="page" href="#">CONTACT</a>
</li>
<li class="nav-item navText rightNav">
<a class="nav-link active" aria-current="page" href="#"><img
src="https://s.w.org/images/core/emoji/13.1.0/svg/1f1f3-1f1ec.svg" alt="NG" class="NG-logo"> NIGERIA</a>
</li>
</ul>
</nav>
<!-- second navbar -->
<nav class="navbar navbar-expand-lg secondNav">
<img class="first-logo" src="https://www.firstbanknigeria.com/wp-content/uploads/2020/01/First-Bank.svg"
alt="First-Bank Logo">
<ul class="navbar-nav secondNav secondDisplay">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
About Us
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Our History</a></li>
<li><a class="dropdown-item" href="#">Leadership</a></li>
<li><a class="dropdown-item" href="#">Our Brand</a></li>
<li><a class="dropdown-item" href="#">Brandkits</a></li>
<li><a class="dropdown-item" href="#">Our Businesses</a></li>
<li><a class="dropdown-item" href="#">Investor Relations<img
src="https://s.w.org/images/core/emoji/13.1.0/svg/2197.svg" alt="arrow" class="IR"></a></li>
</ul>
</li>
</ul>
<ul class="navbar-nav secondNav secondDisplay">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Media
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Press Releases</a></li>
<li><a class="dropdown-item" href="#">Podcasts</a></li>
<li><a class="dropdown-item" href="#">News and Features</a></li>
<li><a class="dropdown-item" href="#">Resources</a></li>
<li><a class="dropdown-item" href="#">Awards</a></li>
<li><a class="dropdown-item" href="#">Publications</a></li>
<li><a class="dropdown-item" href="#">Social</a></li>
<li><a class="dropdown-item" href="#">Blog</a></li>
</ul>
</li>
</ul>
<ul class="navbar-nav secondNav secondDisplay">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Careers
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Why FirstBank?</a></li>
<li><a class="dropdown-item" href="#">Epic - Our People</a></li>
<li><a class="dropdown-item" href="#">Jobs</a></li>
</ul>
</li>
</ul>
<ul class="navbar-nav secondNav secondDisplay">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Sustainability
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Education, Health and Welfare</a></li>
<li><a class="dropdown-item" href="#">Financial Inclusion</a></li>
<li><a class="dropdown-item" href="#">Kindness Pledge</a></li>
<li><a class="dropdown-item" href="#">Responsible Lending and Procurement</a></li>
<li><a class="dropdown-item" href="#">CR&S Week</a></li>
<li><a class="dropdown-item" href="#">Contact CR&S</a></li>
</ul>
</li>
</ul>
<ul class="navbar-nav secondNav secondDisplay">
<li class="nav-item nav-left-text">
<a class="nav-link " href="#">Sponsorship / Partnership / Events</a>
</li>
</ul>
<ul class="navbar-nav secondNav secondDisplay">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Legal
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Terms of Use</a></li>
<li><a class="dropdown-item" href="#">Privacy Policy</a></li>
<li><a class="dropdown-item" href="#">Cookies Policy</a></li>
<li><a class="dropdown-item" href="#">Third-Party Code of Conduct</a></li>
<li><a class="dropdown-item" href="#">More Policies</a></li>
>
</ul>
</li>
</ul>
<div class="ms-auto navIcon">
<i class="fa-solid fa-magnifying-glass icon secondDisplay"></i>
<button type="button" class="btn btn-lg navBtn">Online Banking</button>
</div>
</nav>
</div>
<!-- slideshow -->
<div class="fullImage">
<div class="gojo"></div>
</div>
<!-- Nav Slide -->
<div class="container-fluid navGrid">
<div class="row navG-inner">
<div class="col">
<i class="fa-regular fa-pen-to-square iconGrid"></i>
<h3>Open Account</h3>
</div>
<div class="col">
<i class="fa-solid fa-user-group iconGrid"></i>
<h3>Agent Banking</h3>
</div>
<div class="col">
<i class="fa-solid fa-phone-volume iconGrid"></i>
<h3>Contact us</h3>
</div>
<div class="col">
<i class="fa-solid fa-map-location-dot iconGrid"></i>
<h3>Find a Branch</h3>
</div>
<div class="col">
<i class="fa-solid fa-chart-line iconGrid"></i>
<h3>Annual Report</h3>
</div>
<div class="col">
<i class="fa-solid fa-calculator iconGrid"></i>
<h3>Loan Calculator</h3>
</div>
<div class="col">
<i class="fa-solid fa-earth-americas iconGrid"></i>
<h3>Sustainability</h3>
</div>
</div>
</div>
<!-- quote -->
<div class="quote">
<h2 class="quoteHeader">Over 128 years of Leading Banking Services</h2>
<p>First Bank of Nigeria Limited (FirstBank) is the premier bank in West Africa with its impact woven into the
fabric of society. The Bank has been sustaining its development-oriented services for over 128 years as the
region’s foremost financial inclusion services provider. FirstBank offers a comprehensive range of retail and
corporate financial services through more than 800 branches and over 190,000 Agent Banking locations to over 36
million customer accounts.
</p>
<p>As a national icon and an international player, FirstBank is one of the most enduring financial services brands
in Africa with international footprints extending through its subsidiaries, FBN Bank (UK) Limited in London and
Paris, FBNBank in the Republic of Congo, Ghana, The Gambia, Guinea, Sierra-Leone and Senegal, as well as a
Representative Office in Beijing.</p>
<p>FirstBank has been nimble at promoting a digital economy in Africa and has issued over 12 million cards, the
first bank to achieve such milestone in Nigeria. FirstBank’s financial inclusion and cashless transaction drive
have resulted in over 13.9 million users on its USSD banking service through the nationally acclaimed *894#
banking service and over 6 million users on its FirstMobile App, which was awarded the African Innovative Banking
Product of the Year 2021 by African Leadership Magazine Awards.</p>
<p>Since its establishment in 1894, FirstBank has consistently built relationships with customers, focusing on the
fundamentals of good corporate governance, strong liquidity, optimised risk management and leadership. Over the
years, the Bank has led the financing of private investment in infrastructure development in the Nigerian economy
by playing key roles in the Federal Government’s privatisation and commercialisation schemes. With its global
reach, FirstBank, one of Africa’s most sustainable financial services brands, provides prospective investors
wishing to explore the vast business opportunities that are available in Africa, an internationally competitive
world-class brand and a credible financial partner.</p>
</div>
<div class="feature">
<div class="box-1">
<h2>FirstBank at 125</h2>
<p class="featureText">We are woven into the fabric of society while aiding nation-building, supporting financial
and commercial developments in Nigeria and Africa since 1894.
</p>
<button type="button" class="btn featureBtn btn-lg">Learn More</button>
<!-- <div class="boxVideo">
<iframe width="560" height="315" src="https://www.youtube.com/embed/LmEz9AZwf8g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div> -->
</div>
</div>
<div class="container cardDisplay">
<div class="row cardDisplay">
<div class="col ">
<div class="card cards">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-corporateinformation43.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Our History</h5>
<p class="card-text">Established in 1894, FirstBank was founded by Sir Alfred Jones, a shipping magnate from
Liverpool, England. With its head office originally in Liverpool, the Bank commenced business on a modest
scale in Lagos, Nigeria under the name, Bank of British West Africa (BBWA)</p>
<a href="https://www.firstbanknigeria.com/home/about/our-history/" class="btn btn-primary cardBtn">Learn
More</a>
</div>
</div>
</div>
<div class="col">
<div class="card cards">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/FIRST.jpg" class="card-img-top"
alt="...">
<div class="card-body">
<h5 class="card-title">Our Leadership</h5>
<p class="card-text">Our forward-looking leadership team is made up of dedicated, focused and experienced
executives. Working with each other and bringing their wealth of knowledge and experience together with
other employees to make a difference for all our stakeholders</p>
<a href="#" class="btn btn-primary cardBtn">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- Section piece -->
<div class="section">
<h2 class="section-text">Networked across Africa, Europe and Asia</h2>
<p>As a national icon and an international player, FirstBank is one of the most enduring financial services brands
in Africa with international footprints extending through its subsidiaries, FBN Bank (UK) Limited in London and
Paris, FBNBank in the Democratic Republic of Congo, Ghana, The Gambia, Guinea, Sierra-Leone and Senegal, as well
as a Representative Office in Beijing.</p>
</div>
<!-- Feature 2 -->
<div class="feature">
<div class="box-1">
<h2 class="feature-text2">Our Purpose and Promise</h2>
<p class="featureText2"> Our brand purpose is to always put customers, partners and stakeholders at the heart of
our business, even as we standardise customer experience and excellence in financial solutions across
sub-Saharan Africa, in consonance with our brand vision “To be the partner of choice in building your future”.
</p>
<button type="button" class="btn featureBtn2 btn-lg"><span class="read">Read More</span><span
class="plus">+</span> </button>
</div>
</div>
<!-- COLUMN -->
<div class="container-fluid column colLarge">
<div class="row cardDisplay">
<div class="col-6 colDiv">
<h2 class="columnText">Corporate Governance</h2>
<p>We can only achieve our strategic objectives by building a sound reputation founded on the highest standards
of responsible behaviour. Over the years, our Group has been recognised for its strong commitment to corporate
values and governance.</p>
<p>With recent events surrounding the development of corporate governance, it is evident that across the globe,
investors are increasingly appreciating the impact good corporate governance practices are having on their
investments.</p>
<a href="#" class="btn btn-primary cardBtn">Read More</a>
</div>
<div class="col-6 colDiv">
<div class="container">
<div class="row ">
<div class="col-6 ">
<div class="card colMargin ">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-holdings-33.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="https://www.fbnholdings.com/investor-relations">Investor Relations</a>
</div>
</div>
</div>
<div class="col-6">
<div class="card colMargin" style="width: 12rem;">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-corporateinformation15.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="">Our subsidiaries</a>
</div>
</div>
</div>
<div class="col-6 ">
<div class="card colMargin" style="width: 12rem;">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-holdings-37.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="">Press and Media</a>
</div>
</div>
</div>
<div class="col-6">
<div class="card colMargin" style="width: 12rem;">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-holdings-14.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="">Citizenship</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- COLUMN mediaquery -->
<div class="container-fluid column">
<div class="colDiv">
<h2 class="columnText">Corporate Governance</h2>
<p>We can only achieve our strategic objectives by building a sound reputation founded on the highest standards
of responsible behaviour. Over the years, our Group has been recognised for its strong commitment to corporate
values and governance.</p>
<p>With recent events surrounding the development of corporate governance, it is evident that across the globe,
investors are increasingly appreciating the impact good corporate governance practices are having on their
investments.</p>
<a href="#" class="btn btn-primary cardBtn">Read More</a>
</div>
<div class="cards-column">
<div class="card colMargin">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-holdings-33.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="https://www.fbnholdings.com/investor-relations">Investor Relations</a>
</div>
</div>
<div class="card colMargin">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-corporateinformation15.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="">Our subsidiaries</a>
</div>
</div>
<div class="card colMargin">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-holdings-37.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="">Press and Media</a>
</div>
</div>
<div class="card colMargin">
<img src="https://www.firstbanknigeria.com/wp-content/uploads/2020/12/fbn-holdings-14.jpg"
class="card-img-top" alt="...">
<div class="card-body">
<a class="card-text" href="">Citizenship</a>
</div>
</div>
</div>
</div>
<!-- Feature Box 3 -->
<div class="feature3">
<div class="lastBox">
<h2>Our Vision</h2>
<p class="featureText3">To be Africa's Bank of first choice.</p>
<h2>Our Mission</h2>
<p class="featureText31">To remain true to our name by providing the best financial services possible.</p>
</div>
</div>
<!-- Footer -->
<div class="last-section ">
<div class="container">
<div class="socials display ">
<img class="socials-image display"
src="https://www.firstbanknigeria.com/wp-content/uploads/2020/08/First-Bank-Logo_Symbol.svg"
alt="firstBankNigeria">
<div class="dropdown drop display footerDisplay">
<button class="btn btn-secondary dropdown-toggle footerBtn" type="button" id="dropdownMenuButton1"
data-bs-toggle="dropdown" aria-expanded="false">
Select Language
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<li><a class="dropdown-item" href="#">Arabic</a></li>
<li><a class="dropdown-item" href="#">Chinese (Simplified)</a></li>
<li><a class="dropdown-item" href="#">Dutch</a></li>
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">French</a></li>
<li><a class="dropdown-item" href="#">German</a></li>
<li><a class="dropdown-item" href="#">Hausa</a></li>
<li><a class="dropdown-item" href="#">Igbo</a></li>
<li><a class="dropdown-item" href="#">Italian</a></li>
<li><a class="dropdown-item" href="#">Portugese</a></li>
<li><a class="dropdown-item" href="#">Russian</a></li>
<li><a class="dropdown-item" href="#">Yoruba</a></li>
</ul>
</div>
</div>
<div class="social-icons display ">
<div class="border-icons display">
<i class="fa-brands fa-facebook icn"></i>
<i class="fa-brands fa-twitter icn"></i>
<i class="fa-brands fa-instagram icn"></i>
<i class="fa-brands fa-youtube icn"></i>
<i class="fa-brands fa-linkedin icn"></i>
</div>
</div>
</div>
<hr class="footerLine">
<div class="container footerLists">
<div class="row">
<div class="col listAling">
<h3 class="footerHeader">BANKING</h3>
<ul class="listItems">
<li><a href="">Coporate Information</a></li>
<li><a href="">Personal Banking</a></li>
<li><a href="">Business Banking</a></li>
<li><a href="">Private Banking</a></li>
<li><a href="">Loan Calculator</a></li>
<li><a href="">Vendor Portal</a></li>
<li><a href="">Download Forms</a></li>
</ul>
</div>
<div class="col listAling">
<h3 class="footerHeader">SECURITY</h3>
<ul class="listItems">
<li><a href="">BVN</a></li>
<li><a href="">Anti-Fraud</a></li>
<li><a href="">Security Tips</a></li>
<li><a href="">Secure Code</a></li>
</ul>
</div>
<div class="col listAling">
<h3 class="footerHeader">CONTACT US</h3>
<ul class="listItems">
<li><a href="">Feedback and Complaints</a></li>
<li><a href="">Whistleblowing</a></li>
<li><a href="">Find a Branch</a></li>
<li><a href="">Contact Form</a></li>
<li><a href="">Find an Agent</a></li>
<li><a href="">Agent Network</a></li>
</ul>
</div>
<div class="col listAling">
<h3 class="footerHeader">LEGAL</h3>
<ul class="listItems">
<li><a href="">Sitemap</a></li>
<li><a href="">Terms of Use</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookies Policy</a></li>
</ul>
</div>
</div>
</div>
<hr class="footerLine">
<div class="footerNote container">
<h6 class="footerCopy">© 2022. First Bank of Nigeria Ltd. An FBNHoldings Company.</h6>
<a href="#top" class="top">Back to Top</a>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
</body>
</html>