-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (328 loc) · 19.3 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
<!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">
<script src="https://kit.fontawesome.com/e2cde506fc.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<title>Document</title>
<style>
section{
padding: 60px 0px;
}
footer{
padding: 30px 0px;
}
#intro{
padding: 10rem 0;
}
#baby{
margin-bottom: -28px;
}
</style>
</head>
<body>
<!-- nav -->
<nav class="navbar fixed-top navbar-expand-lg bg-info">
<div class="container-lg fs-4">
<a class="navbar-brand fs-2" href="#intro">Hero's Bank</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse align-center" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 ">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#intro">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#card">Cards</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">ways to bank</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Help & support</a>
</li>
<li class="nav-item ms-2 mt-2 ">
<a href="" class="btn btn-primary ">Get started</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- intro -->
<section id="intro">
<div class="container-lg">
<div class="row justify-content-center align-items-center">
<div class="col-md-5 text-center text-md-start">
<h1>
<p class="h1">Hero's Bank</p>
<p class="h2">Local account for Africians</p>
<p class="display-6">Best place to save your money</p>
</h1>
<p class="lead">Open a Local bank digital bank account in Africa for free to receive and make payments or pay bills, all in one place.</p>
<a href="#"><img src="./ani/get-it-on-app-store.png" class="img-fluid w-25" alt=""></a>
<a href="#"><img src="./ani/get-it-on-playstore.png" class="img-fluid w-25" alt=""></a>
</div>
<div class="col-md-5 text-center d-md-block">
<img class="img-fluid" src="./ani/advantages__image-2 (1).png" alt="">
</div>
</div>
</div>
</section>
<!-- card type -->
<section id="card" class="bg-light mt-3">
<div class="container-lg ">
<div class="text-center">
<h1>Card Types</h1>
<p class="lead text-muted">Choose a card that suit you.</p>
</div>
<div class="row justify-content-center align-items-center my-5">
<div class="col-7 col-md-6 col-lg-4 col-xl-3 my-3 my-lg-0 ">
<div class="card border-0 text-center">
<div class="card-body text-center py-3">
<h4 class="card-title">Verse</h4>
<p class="card-subtitle lead">Lorem ipsum dolor sit amet consectetur adipisicing.</p>
<p class="display-5 my-4 text-primary fw-bold">$5.60</p>
<p class="card-text mx-4 text-muted">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aspernatur, recusandae?</p>
<a href="" class="btn btn-outline-primary btn-lg mt-3">Get now</a>
</div>
</div>
</div>
<div class="col-8 col-lg-4 col-md-6 col-xl-3 my-3 my-lg-0">
<div class="card border-20 border-primary text-center">
<div class="card-header text-center text-primary border-primary fw-bold fs-50">Most popular</div>
<div class="card-body text-center py-4">
<h4 class="card-title">Master-card</h4>
<p class="card-subtitle lead">Lorem ipsum dolor sit amet consectetur adipisicing.</p>
<p class="display-5 my-4 my-md-1 text-primary fw-bold">$10.40</p>
<p class="card-text mx-4 text-muted">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aspernatur, recusandae?</p>
<a href="" class="btn btn-outline-primary btn-lg mt-3">Get now</a>
</div>
</div>
</div>
<div class="col-7 col-lg-4 col-md-6 col-xl-3 my-3 my-lg-0">
<div class="card border-0 text-center">
<div class="card-body text-center py-3">
<h4 class="card-title">Visa</h4>
<p class="card-subtitle lead">Lorem ipsum dolor sit amet consectetur adipisicing.</p>
<p class="display-5 my-4 text-primary fw-bold">$7.50</p>
<p class="card-text mx-4 text-muted">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aspernatur, recusandae?</p>
<a href="" class="btn btn-outline-primary btn-lg mt-3">Get now</a>
</div>
</div>
</div>
</div>
</div>
<div id="React"></div>
</section>
<!-- nothing to worry about -->
<section class="noworry">
<div class="container-xl">
<div class="text-center">
<p class="display-6 ">You have nothing to worry about</p>
</div>
<div class="row justify-content-center align-items-center">
<div class="col-md-5 col-lg-3 text-center">
<img src="./ani/advantages__image-1.png" class="img-fluid" alt="">
</div>
<div class="col-lg-9">
<div class="row justify-content align-items-center">
<div class="col-md-6">
<div class="card border-0 p-3 my-2 text-center text-lg-start bg-light rounded">
<div class="card-body">
<span><i class="rounded-pill fs-1 fa-sharp fa-solid fa-lock bg-primary p-3 "></i></span>
<h2 class="card-title my-2">Secured Funds</h2>
<p class="lead text-muted card-subtitle">We don't lend out your money and we make sure that it's always secure with our institutional partners so you have nothing to worry about.</p>
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="card border-0 p-3 my-2 text-center text-lg-start bg-light rounded">
<div class="card-body">
<span><i class="rounded-pill fa-solid fa-building-columns fs-1 bg-primary p-3 "></i></span>
<h2 class="card-title my-2 ">Fraud Protection</h2>
<p class="card-subtitle lead text-muted">Our security teams are dedicated to keeping your acccount safe and protected from fraud at all times.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card border-0 text-center text-lg-start p-3 my-2 bg-light rounded">
<div class="card-body">
<span><i class="rounded-pill fa-solid fa-fingerprint fs-1 bg-primary p-3 "></i></span>
<h2 class="card-title my-2">Data Security</h2>
<p class="lead card-subtitle text-muted">We protect your information with us and it's always secure. We collect and use your information fairly, lawfully and transparently.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card border-0 text-center text-lg-start p-3 my-2 bg-light rounded">
<div class="card-body">
<span><i class="rounded-pill fa-solid fa-shield fs-1 bg-primary p-3 "></i></span>
<h2 class="card-title my-2">Secure Transactions</h2>
<p class="lead card-subtitle text-muted">Your account is protected with 2FA and only you have access to it. <a href="#" class="text-dark text-decoration-none" >Learn how to set up 2- factor authentication here</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- open -->
<section class="acctOpen ">
<div class="container-md">
<div class="text-center text-md-start">
<h2>How to open a free hero's bank account</h2>
<p class="lead text-muted">Opening an acount has never been this easy.</p>
</div>
<div class="row justify-content-between align-items-center">
<!-- col1 -->
<div class="col-lg-4">
<div class="card text-md-start text-center border-0 p-3 my-2">
<div class="card-body">
<span><i class="fa-sharp fa-solid fa-1 fs-2 text-white bg-primary p-3 rounded-5"></i></span>
<h4 class="card-title my-3">Register in minutes</h4>
<p class="lead text-muted card-subtitle">Sign up online, or in our app with your email address</p>
</div>
</div>
</div>
<!-- col-2 -->
<div class="col-lg-4">
<div class="card text-center text-md-start border-0 p-3 my2">
<div class="card-body">
<span><i class="fa-sharp fa-solid fa-2 fs-2 text-white bg-primary p-3 rounded-5"></i></span>
<h4 class="card-title my-3">Complete KYC verification</h4>
<p class="lead text-muted card-subtitle">Verify your identity using your government-issued ID</p>
</div>
</div>
</div>
<!-- col3 -->
<div class="col-lg-4">
<div class="card text-center text-md-start border-0 p-3 m-2">
<div class="card-body">
<span><i class="fa-sharp fa-solid fa-3 fs-2 text-white bg-primary p-3 rounded-5"></i></span>
<h4 class="card-title my-3">Get your virtual account</h4>
<p class="lead text-muted card-subtitle">Share your account details to get paid, or spend within Nigeria with your debit card.</p>
</div>
</div>
</div>
</div>
<div class="text-center text-lg-start my-3">
<a href="#" class=" btn rounded-4 btn-info fs-4 p-2 text-white">Get started <span><i class="fs-5 fa-sharp fa-solid fa-arrow-right"></i></span></a>
</div>
</div>
</section>
<!-- about section -->
<section id="about" class="bg-secondary">
<div class="container-md text-center px-lg-5">
<h2 class="fw-bold text-black my-4">What's Hero's bank</h2>
<p class="text-white fs-5 fw-bold lh-md">Lorem ipsum, dolor sit amet consectetur Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem possimus dicta error cupiditate tenetur tempore expedita! Sint eligendi architecto cupiditate dolor vero saepe harum porro qui, cum at inventore itaque voluptates voluptatibus veniam quod similique. Sequi facilis distinctio amet ad. Tempora debitis esse necessitatibus consequatur incidunt sed quaerat ipsa accusamus. adipisicing elit. Placeat nihil rerum deserunt expedita deleniti blanditiis. Facere laborum omnis exercitationem quam. Quisquam necessitatibus soluta quaerat sunt assumenda qui reprehenderit error reiciendis maxime, vel, ipsa eos libero cum voluptatum. Natus recusandae, consequuntur vitae quis illo sapiente tempora officiis perferendis aspernatur quod inventore!</p>
<div class="row justify-content-between my-3">
<div class="col-4">
<span><i class=" fa-brands fa-facebook fs-1 my-3"></i></span>
</div>
<div class="col-4">
<span><i class=" fa-brands fa-twitter fs-1 my-3"></i></span>
</div>
<div class="col-4">
<span><i class=" fa-brands fa-instagram fs-1 my-3"></i></span>
</div>
</div>
</div>
<hr>
</section>
<!-- why we are different -->
<section class="why">
<div class="container-md">
<h2 class="text-center mb-5">Why we are different <br>
<span class="w-25"> Free banking,24/7 customer service,Your bank lives with you😍. </span></h2>
<div class="row justify-content-center align-items-center">
<div class="col-lg-4 col-md-3 text-center">
<img src="./ani/possibilities__image_right.png" class="img-fluid" alt="">
</div>
<div class="col-lg-8 col-md-8">
<div class="row justify-content-centerr align-items-center">
<h2 class="text-center my-4">Our products</h2>
<div class="col-sm-5 col-lg-6 my-2 text-center text-md-start">
<h5>Business account</h5>
<div >
<a class="text-decoration-none text-black fs-4 d-block" href="#">Free Business Account</a>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Business Registration</a>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Business Investment</a>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Hero Marketplace</a>
</div>
</div>
<div class="col-sm-5 col-lg-6 my-2 text-center text-md-start">
<h5>Personal Account</h5>
<div>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Free Current Account</a>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Mutual Fund Investment</a>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Money Transfer</a>
<a class="text-decoration-none text-black fs-4 d-block" href="#">Hero Marketplace</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- form -->
<div class="text-center">
<img id="baby"src="./ani/reviews__baby.png" class="img-fluid " alt="">
</div>
<section class="bg-info mt--5">
<div class="container-md">
<div class="row justify-content-center align-items-center">
<div class="col-md-3 col-lg-3">
<img src="./ani/capability__image.png" class="img-fluid" alt="">
</div>
<div class="col-md-9 col-lg-6 text-center">
<h2 class="my-4 fw-bold">JOIN US</h2>
<p class="lead text-black ">Subscribe to receive our offer when we lauch our site and ₦1000 as your welcome bonus </p>
<form>
<input type="email" id="email" class="form-control" placeholder="Enter your email address">
<button id="submitMail" class="btn btn-primary fw-bold fs-5 w-100 my-2" type="submit">submit</button>
</form>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="bg-light">
<div class="container-lg p-3 ">
<div class="row justify-content-center align-items-center">
<div class="col-md-7">
<div class="row justify-content-center align-items-center text-center text-md-start ">
<div class="col-sm-4 ">
<h4>Product</h4>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Personnal Account</a>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Business Account </a>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Money Transfer</a>
</div>
<div class="col-sm-4 ">
<h4>Company</h4>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Help & support</a>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Blog</a>
<a href="#" class="h4 lead text-decoration-none text-black d-block">careers</a>
</div>
<div class="col-sm-4 ">
<h4>legal</h4>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Terms of Service</a>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Privacy Policy</a>
<a href="#" class="h4 lead text-decoration-none text-black d-block">Acceptable use Policy</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-2">
<img src="./ani/footer__image.png" class="img-fluid" alt="">
</div>
</footer>
<script src="./index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</body>
</html>