-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (360 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" type="image/png" href="img/icon.png" />
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>FastFunds | When Banking meets Minimalism</title>
<script defer src="script.js"></script>
</head>
<body>
<header class="header">
<nav class="nav">
<img
src="img/logo.png"
alt="Bankist logo"
class="nav__logo"
id="logo"
/>
<ul class="nav__links">
<li class="nav__item">
<a class="nav__link" href="#section--1">Features</a>
</li>
<li class="nav__item">
<a class="nav__link" href="#section--2">Operations</a>
</li>
<li class="nav__item">
<a class="nav__link" href="#section--3">Testimonials</a>
</li>
<li class="nav__item">
<a class="nav__link nav__link--btn btn--show-modal" href="#"
>Open account</a
>
</li>
</ul>
<img class="hamburger" src="img/hamburger.png" alt="" />
</nav>
<div class="header__title">
<h1>
When
<!-- Green highlight effect -->
<span class="highlight">banking</span>
meets<br />
<span class="highlight">minimalism</span>
</h1>
<h4>A simpler banking experience for a simpler life</h4>
<button class="btn--text btn--scroll-to">Learn more ↓</button>
<img
src="img/hero.png"
class="header__img"
alt="Minimalist bank items"
/>
</div>
</header>
<section class="section" id="section--1">
<div class="section__title">
<h2 class="section__description">Features</h2>
<h3 class="section__header">
Everything you need in a modern bank and more.
</h3>
</div>
<div class="features">
<section class="feature-one">
<img src="img/digital-lazy.jpg" data-src="img/digital.jpg" alt="Computer" class="features__img lazy-img" />
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="img/icons.svg#icon-monitor"></use>
</svg>
</div>
<h5 class="features__header">100% digital bank</h5>
<p>
Experience banking like never before. FastFunds offers a fully
digital banking experience, allowing you to manage your finances
anytime, anywhere. Say goodbye to traditional banking hassles.
</p>
</div>
</section>
<section class="feature-two">
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="img/icons.svg#icon-trending-up"></use>
</svg>
</div>
<h5 class="features__header">Watch your money grow</h5>
<p>
Track the growth of your funds with FastFunds. Our innovative tools
and investment options help you maximize your savings and achieve
your financial goals.
</p>
</div>
<img
src="img/grow-lazy.jpg"
data-src="img/grow.jpg"
alt="Plant"
class="features__img lazy-img"
/>
</section>
<section class="feature-three">
<img
src="img/card-lazy.jpg"
data-src="img/card.jpg"
alt="Credit card"
class="features__img lazy-img"
/>
<div class="features__feature">
<div class="features__icon">
<svg>
<use xlink:href="img/icons.svg#icon-credit-card"></use>
</svg>
</div>
<h5 class="features__header">Free debit card included</h5>
<p>
Get a free debit card with your FastFunds account. Enjoy convenient
and secure payments wherever you go, without any additional fees.
</p>
</div>
</section>
</div>
</section>
<section class="section" id="section--2">
<div class="section__title">
<h2 class="section__description">Operations</h2>
<h3 class="section__header">
Everything as simple as possible, but no simpler
</h3>
</div>
<div class="operations">
<div class="operations__tab-container">
<button
class="btn operations__tab operations__tab--1 operations__tab--active"
data-tab="1"
>
<span>01</span>Instant Transfers
</button>
<button class="btn operations__tab operations__tab--2" data-tab="2">
<span>02</span>Instant Loans
</button>
<button class="btn operations__tab operations__tab--3" data-tab="3">
<span>03</span>Instant Closing
</button>
</div>
<div
class="operations__content operations__content--1 operations__content--active"
>
<div class="operations__icon operations__icon--1">
<svg>
<use xlink:href="img/icons.svg#icon-upload"></use>
</svg>
</div>
<h5 class="operations__header">
Transfer money to anyone, instantly! No fees, no BS.
</h5>
<p>
FastFunds revolutionizes money transfers, ensuring quick and
seamless transactions without any hidden charges or unnecessary
complications. Experience the convenience of sending money to
anyone, anywhere, with just a few taps. Say goodbye to traditional
banking hurdles and embrace a modern, hassle-free way to transfer
funds. Discover the power of FastFunds today.
</p>
</div>
<div class="operations__content operations__content--2">
<div class="operations__icon operations__icon--2">
<svg>
<use xlink:href="img/icons.svg#icon-home"></use>
</svg>
</div>
<h5 class="operations__header">
Buy a home or make your dreams come true, with instant loans.
</h5>
<p>
FastFunds offers you the opportunity to achieve your dreams, whether
it's buying a new home or pursuing your passions. Our instant loan
solutions provide a seamless experience, allowing you to access the
funds you need quickly and easily. Don't let financial constraints
hold you back – FastFunds is here to support you every step of the
way. Experience a world of possibilities with FastFunds today.
</p>
</div>
<div class="operations__content operations__content--3">
<div class="operations__icon operations__icon--3">
<svg>
<use xlink:href="img/icons.svg#icon-user-x"></use>
</svg>
</div>
<h5 class="operations__header">
No longer need your account? No problem! Close it instantly.
</h5>
<p>
We understand that circumstances change, and sometimes you may no
longer need your bank account. That's why we offer a seamless
account closure process that is quick and hassle-free. Say goodbye
to lengthy procedures and unnecessary delays. With FastFunds, you
can close your account instantly, allowing you to move forward with
peace of mind. Experience the convenience and efficiency of
FastFunds today.
</p>
</div>
</div>
</section>
<section class="section" id="section--3">
<div class="section__title section__title--testimonials">
<h2 class="section__description">Not sure yet?</h2>
<h3 class="section__header">
Millions of users are already making their lifes simpler!
</h3>
</div>
<div class="slider">
<div class="slide slide--1">
<div class="testimonial">
<h5 class="testimonial__header">Best financial decision ever!</h5>
<blockquote class="testimonial__text">
Making the decision to join FastFunds has been the best financial
choice I've ever made. From the moment I signed up, I've
experienced unparalleled convenience and peace of mind. FastFunds
provides a modern banking experience that surpasses all
expectations. The simplicity of their digital platform is a
game-changer. I can effortlessly manage my finances, transfer
funds, and monitor transactions with just a few clicks. FastFunds
eliminates the unnecessary complexities found in traditional
banking, allowing me to focus on what truly matters—my financial
goals.
</blockquote>
<address class="testimonial__author">
<img src="img/user-1.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Sarah Parrish</h6>
<p class="testimonial__location">Manchester, UK</p>
</address>
</div>
</div>
<div class="slide slide--2">
<div class="testimonial">
<h5 class="testimonial__header">
The last step to becoming a complete minimalist
</h5>
<blockquote class="testimonial__text">
FastFunds has been a game-changer on my path to becoming a
complete minimalist. With its streamlined approach to finances,
FastFunds offers a seamless and clutter-free banking experience
that perfectly aligns with my minimalist lifestyle. Gone are the
days of dealing with unnecessary paperwork and long wait times at
physical branches. FastFunds' 100% digital platform allows me to
effortlessly manage my accounts, make transactions, and track my
expenses from anywhere, using just my phone or computer. The
intuitive interface and minimalist design ensure that banking is
simple, efficient, and free from distractions.
</blockquote>
<address class="testimonial__author">
<img src="img/user-2.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Miyah Miles</h6>
<p class="testimonial__location">London, UK</p>
</address>
</div>
</div>
<div class="slide slide--3">
<div class="testimonial">
<h5 class="testimonial__header">
Finally free from old-school banks
</h5>
<blockquote class="testimonial__text">
FastFunds has been a breath of fresh air in my quest to break free
from the constraints of old-school banks. With its innovative
approach and modern banking solutions, FastFunds has liberated me
from the frustrations and limitations I once experienced. Gone are
the days of long queues, complex paperwork, and outdated banking
systems. FastFunds has embraced the digital revolution, offering a
seamless and hassle-free banking experience. From the convenience
of my smartphone or computer, I can effortlessly manage my
finances, make instant transfers, and access a range of innovative
services that traditional banks simply cannot match.
</blockquote>
<address class="testimonial__author">
<img src="img/user-3.jpg" alt="" class="testimonial__photo" />
<h6 class="testimonial__name">Francisco Gomes</h6>
<p class="testimonial__location">Lisbon, Portugal</p>
</address>
</div>
</div>
<button class="slider__btn slider__btn--left">←</button>
<button class="slider__btn slider__btn--right">→</button>
<div class="dots"></div>
</div>
</section>
<section class="section section--sign-up">
<div class="section__title">
<h3 class="section__header">
The best day to join FastFunds was five years ago. The second best is
today!
</h3>
</div>
<href= class="btn"><a href="https://it0na72.github.io/FastFunds/">
Try a demo today!
</a>
</button>
</section>
<footer class="footer">
<ul class="footer__nav">
<li class="footer__item">
<a class="footer__link" href="comingsoon.html">About</a>
</li>
<li class="footer__item">
<a class="footer__link" href="comingsoon.html">Pricing</a>
</li>
<li class="footer__item">
<a class="footer__link" href="comingsoon.html">Terms of Use</a>
</li>
<li class="footer__item">
<a class="footer__link" href="comingsoon.html">Privacy Policy</a>
</li>
<li class="footer__item">
<a class="footer__link" href="comingsoon.html">Careers</a>
</li>
<li class="footer__item">
<a class="footer__link" href="comingsoon.html">Blog</a>
</li>
<li class="footer__item">
<a class="footer__link" href="https://github.com/it0na72"
>Contact Us</a
>
</li>
</ul>
<img src="img/icon.png" alt="Logo" class="footer__logo" />
<p class="footer__copyright">
©
<a
class="footer__link"
target="_blank"
href="https://github.com/it0na72"
>
Developed by André Oliveira</a
>
</p>
</footer>
<div class="modal hidden">
<button class="btn--close-modal">×</button>
<h2 class="modal__header">
Open your bank account <br />
in just <span class="highlight">3 minutes!</span>
</h2>
<form class="modal__form">
<label>First Name</label>
<input type="text" />
<label>Last Name</label>
<input type="text" />
<label>Email Address</label>
<input type="email" />
<button class="btn" href="">Next step →</button>
</form>
</div>
<div class="overlay hidden"></div>
<!-- <script src="script.js"></script> -->
</body>
</html>