-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (273 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<title>Group 3 Upskill Interns | Easybank landing page</title>
</head>
<body>
<!-------------------------- Nav Section---------------------------------->
<nav class="navbar">
<div class="nav-container">
<!-- header -->
<div class="nav-header">
<div class="nav-logo">
<img src="assets/images/logo.svg" alt="easybank" />
</div>
<button type="button" class="nav-btn">
<img src="assets/images/icon-hamburger.svg" alt="=" />
</button>
</div>
<!-- links -->
<div class="nav-list">
<a href="index.html" class="nav-link">Home</a>
<a href="#about" class="nav-link">About</a>
<a href="#contact" class="nav-link">Contact</a>
<a href="#blog" class="nav-link">Blog</a>
<a href="#" class="nav-link">Careers</a>
<button type="button" class="btn">
<a href="#">Request Invite</a>
</button>
</div>
</div>
</nav>
<!------------------------End of Nav Section----------------------------------->
<main>
<!---------------------- Hero Section -------------------------->
<section class="hero-section">
<div class="hero-container">
<div class="hero-image">
<img src="assets/images/image-mockups.png" alt="Easybank app" />
</div>
<div class="hero-details">
<h1>
Next generation <br />
digital banking
</h1>
<p>
Take your financial life online. Your Easybank account will be a
one-stop-shop for spending, saving, budgeting, investing, and much more.
</p>
<button type="button" class="btn">
<a href="#">Request Invite</a>
</button>
</div>
</div>
</section>
<!--------------------- Hero Section End --------------------------->
<!-------------------- WHY CHOOSE EASYBANK SECTION STARTS HERE ------------------->
<section class="easybank-section">
<div class="container">
<article class="easybank-section-header">
<h3 class="easybank-section-head">Why choose Easybank?</h3>
<p class="easybank-section-p">
We leverage Open Banking to turn your bank account into your financial
hub. Control your finances like never before.
</p>
</article>
<!-- CARD SECTION STARTS HERE -->
<article class="easybank-card-section">
<!-- INDIVIDUAL CARD 1 -->
<div class="easybank-section-card">
<img src="assets/images/icon-online.svg" alt="A bank logo" />
<h4>Online Banking</h4>
<p>
Our modern web and mobile applications allow you to keep track of
your finances wherever you are in the world.
</p>
</div>
<!-- INDIVIDUAL CARD 2 -->
<div class="easybank-section-card">
<img src="assets/images/icon-budgeting.svg" alt="Budgeting" />
<h4>Simple Budgeting</h4>
<p>
See exactly where your monery goes each month. Receive notification
when you're close to your hitting limits.
</p>
</div>
<!-- INDIVIDUAL CARD 3 -->
<div class="easybank-section-card">
<img src="assets/images/icon-onboarding.svg" alt="onboarding" />
<h4>Fast Onboarding</h4>
<p>
We don’t do branches. Open your account in minutes online and start
taking control of your finances right away.
</p>
</div>
<!-- INDIVIDUAL CARD 4 -->
<div class="easybank-section-card">
<img src="assets/images/icon-api.svg" alt="An API" />
<h4>Open API</h4>
<p>
Manage your savings, investments, pension, and much more from one
account. Tracking your money has never been easier.
</p>
</div>
</article>
<!-- CARD SECTION ENDS HERE -->
</div>
</section>
<!---------------------- WHY CHOOSE EASYBANK SECTION ENDS HERE ---------------->
<!----------------------------------- Latest Article Section ------------------------------------->
<section class="latest-article" id="blog">
<div class="container">
<h3>Latest Articles</h3>
<!--- Latest Article Card Section --->
<article class="latest-article-card-section">
<!-- INDIVIDUAL CARD 1 -->
<div class="latest-article-card">
<img src="assets/images/image-currency.jpg" />
<div class="latest-article-card-detail">
<p class="name">By Claire Robinson</p>
<a href="#">
<h4>Receive money in any currency with no fees</h4>
</a>
<p class="quote">
The world is getting smaller and we’re becoming more mobile. So
why should you be forced to only receive money in a single …
</p>
</div>
</div>
<!-- INDIVIDUAL CARD 2 -->
<div class="latest-article-card">
<img src="assets/images/image-restaurant.jpg" />
<div class="latest-article-card-detail">
<p class="name">By Wilson Hutton</p>
<a href="#">
<h4>Treat yourself without worrying about money</h4>
</a>
<p class="quote">
Our simple budgeting feature allows you to separate out your
spending and set realistic limits each month. That means you …
</p>
</div>
</div>
<!-- INDIVIDUAL CARD 3 -->
<div class="latest-article-card">
<img src="assets/images/image-plane.jpg" />
<div class="latest-article-card-detail">
<p class="name">By Wilson Hutton</p>
<a href="#">
<h4>Take your Easybank card wherever you go</h4>
</a>
<p class="quote">
We want you to enjoy your travels. This is why we don’t charge
any fees on purchases while you’re abroad. We’ll even show you …
</p>
</div>
</div>
<!-- INDIVIDUAL CARD 4 -->
<div class="latest-article-card">
<img src="assets/images/image-confetti.jpg" />
<div class="latest-article-card-detail">
<p class="name">By Claire Robinson</p>
<a href="#">
<h4>Our invite-only Beta accounts are now live!</h4>
</a>
<p class="quote">
After a lot of hard work by the whole team, we’re excited to
launch our closed beta. It’s easy to request an invite through
the site ...
</p>
</div>
</div>
</article>
<!--- Latest Article Card Section Ends --->
</div>
</section>
<!------------------------------- Footer section ------------------->
<footer id="contact">
<div class="container">
<section class="footer-section-1">
<article class="footer-contact">
<svg xmlns="http://www.w3.org/2000/svg" width="139" height="20">
<defs>
<linearGradient
id="a"
x1="72.195%"
x2="17.503%"
y1="0%"
y2="100%"
>
<stop offset="0%" stop-color="#33D35E" />
<stop offset="100%" stop-color="#2AB6D9" />
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<path
fill="#fff"
fill-rule="nonzero"
d="M37.754 15.847c2.852 0 5.152-1.622 5.952-4.216h-3.897c-.376.665-1.14 1.066-2.055 1.066-1.237 0-2.065-.674-2.32-1.978h8.44c.051-.352.081-.694.081-1.037 0-3.335-2.537-5.95-6.201-5.95-3.568 0-6.175 2.564-6.175 6.049 0 3.473 2.628 6.066 6.175 6.066zm2.344-7.297h-4.596c.317-1.129 1.11-1.749 2.252-1.749 1.181 0 2 .613 2.344 1.75zm10.946 7.296c1.32 0 2.5-.434 3.43-1.188l.336.804h3.027V4.093h-2.919l-.4.88c-.94-.775-2.135-1.222-3.474-1.222-3.476 0-5.961 2.505-5.961 6.026 0 3.533 2.485 6.07 5.961 6.07zm.524-3.467c-1.467 0-2.545-1.108-2.545-2.593 0-1.475 1.069-2.583 2.545-2.583 1.466 0 2.544 1.108 2.544 2.583 0 1.485-1.078 2.593-2.544 2.593zm13.123 3.467c3.02 0 5.025-1.554 5.025-3.93 0-2.883-2.387-3.256-4.183-3.575-1.08-.193-1.95-.344-1.95-.99 0-.527.422-.838 1.05-.838.71 0 1.197.337 1.197 1.063h3.667c-.044-2.303-1.92-3.843-4.816-3.843-2.912 0-4.854 1.47-4.854 3.75 0 2.757 2.337 3.289 4.1 3.574 1.092.181 1.952.368 1.952 1.024 0 .587-.543.88-1.116.88-.742 0-1.32-.383-1.32-1.214h-3.77c.036 2.463 1.919 4.1 5.018 4.1zm8.1 3.858c2.936 0 4.344-1.257 5.877-4.736l4.764-10.863h-4.206l-2.249 6.263-2.412-6.263H70.31l4.698 10.43c-.53 1.414-.983 1.804-2.48 1.804H71.45v3.365h1.341zm18.504-3.858c3.5 0 5.973-2.515 5.973-6.048S94.796 3.75 91.295 3.75a5.332 5.332 0 00-2.825.784V0H84.6v15.474h2.897l.37-.844c.923.771 2.102 1.216 3.428 1.216zm-.523-3.467c-1.467 0-2.545-1.108-2.545-2.58 0-1.486 1.078-2.594 2.545-2.594 1.466 0 2.544 1.108 2.544 2.593 0 1.473-1.087 2.58-2.544 2.58zm13.598 3.467c1.32 0 2.5-.434 3.43-1.188l.336.804h3.027V4.093h-2.918l-.401.88c-.939-.775-2.135-1.222-3.474-1.222-3.476 0-5.96 2.505-5.96 6.026 0 3.533 2.484 6.07 5.96 6.07zm.524-3.467c-1.467 0-2.545-1.108-2.545-2.593 0-1.475 1.07-2.583 2.545-2.583 1.467 0 2.545 1.108 2.545 2.583 0 1.485-1.078 2.593-2.545 2.593zm12.653 3.095V9.403c0-1.447.702-2.3 1.923-2.3.986 0 1.483.657 1.483 1.98v6.39h3.915V8.543c0-2.897-1.733-4.773-4.373-4.773-1.47 0-2.733.565-3.58 1.508l-.537-1.172h-2.747v11.369h3.916zm13.748 0v-4.808l2.848 4.808h4.616l-3.902-5.95 3.543-5.419h-4.397l-2.708 4.454V0h-3.916v15.474h3.916z"
/>
<g fill="url(#a)">
<path d="M10.802 0L0 19.704h5.986L16.789 0z" />
<path
opacity=".5"
d="M18.171 0L7.368 19.704h5.986L24.157 0z"
/>
<path
opacity=".15"
d="M25.539 0L14.737 19.704h5.986L31.525 0z"
/>
</g>
</g>
</svg>
<div class="footer-media-icons">
<a href="#">
<i class="fa-brands fa-facebook-square"></i>
</a>
<a href="#">
<i class="fa-brands fa-youtube-square"></i>
</a>
<a href="#">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#">
<i class="fa-brands fa-pinterest"></i>
</a>
<a href="#">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</article>
<article class="footer-about-us">
<ul>
<li>
<a href="#">About Us</a>
</li>
<li><a href="#">contact</a></li>
<li><a href="#">Blog</a></li>
</ul>
</article>
<article class="footer-career">
<ul>
<li><a href="#">career</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</article>
</section>
<section class="footer-request">
<button type="button" class="btn">
<a href="#">Request Invite</a>
</button>
<div class="copyright">
©<span id="date"></span> Easybank. All Rights Reserved
</div>
</section>
</div>
</footer>
<!------------------------------- Footer section ends ------------------->
</main>
<!------------------------------------ JavaScript --------------------------------------->
<script src="assets/js/script.js"></script>
</body>
</html>