-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (231 loc) · 22.9 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
<!DOCTYPE html>
<html lang="en" class="relative">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font -->
<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=Public+Sans:wght@300;400;700&display=swap" rel="stylesheet">
<!-- Tailwind CSS -->
<link href="src/output.css" rel="stylesheet">
<!-- Alpine.js -->
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>EasyBank landing page</title>
</head>
<body
x-data="{menuOpen: false}" :class="menuOpen && 'overflow-hidden'"
class="subpixel-antialiased bg-very-light-gray">
<div class="absolute w-full md:overflow-hidden md:right-0 md:top-[77px] md:w-[60vw] 2xl:w-[50vw]">
<picture>
<source media="(max-width: 767px)" srcset="images/bg-intro-mobile.svg" />
<source media="(min-width: 768px)" srcset="images/bg-intro-desktop.svg" />
<img src="images/bg-intro-mobile.svg" alt="background" class="w-full object-fill sm:object-cover md:w-auto" />
</picture>
</div>
<header class="relative z-10 bg-white w-full md:flex">
<div class="px-6 py-4.5 md:py-0 flex justify-between items-center max-w-2lg mx-auto md:grow">
<div class="md:py-6">
<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="#2D314D" 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>
<nav class="h-6 md:h-auto">
<button type="button" @click="menuOpen = !menuOpen" class="md:hidden">
<img x-show="!menuOpen" src="images/icon-hamburger.svg" alt="open menu">
<img x-show="menuOpen" src="images/icon-close.svg" alt="close menu" style="display: none !important;">
</button>
<div x-show="menuOpen"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"
class="fixed inset-0" style="display: none !important;">
<div class="pt-6 mt-[60px] bg-gradient-to-b from-dark-blue h-full">
<ul @click.outside="menuOpen = false"
class="mx-6 p-8 rounded bg-white flex flex-col items-center gap-4 font-light text-lg text-dark-blue">
<li><a href="#" class="hover:underline focus:underline focus:outline-none active:underline">Home</a></li>
<li><a href="#" class="hover:underline focus:underline focus:outline-none active:underline">About</a></li>
<li><a href="#" class="hover:underline focus:underline focus:outline-none active:underline">Contact</a></li>
<li><a href="#" class="hover:underline focus:underline focus:outline-none active:underline">Blog</a></li>
<li><a href="#" class="hover:underline focus:underline focus:outline-none active:underline">Careers</a></li>
</ul>
</div>
</div>
<ul class="hidden md:bg-white md:flex md:items-center md:grow md:gap-6 md:font-light md:text-blue-gray">
<li class="group flex pb-1 hover:bg-gradient-to-r hover:from-lime-green hover:to-bright-cyan hover:text-dark-blue focus:text-dark-blue focus-within:outline-none focus-within:bg-gradient-to-r focus-within:from-lime-green focus-within:to-bright-cyan"><a class="bg-white py-6" href="#">Home</a></li>
<li class="group flex pb-1 hover:bg-gradient-to-r hover:from-lime-green hover:to-bright-cyan hover:text-dark-blue focus:text-dark-blue focus-within:outline-none focus-within:bg-gradient-to-r focus-within:from-lime-green focus-within:to-bright-cyan"><a class="bg-white py-6" href="#">About</a></li>
<li class="group flex pb-1 hover:bg-gradient-to-r hover:from-lime-green hover:to-bright-cyan hover:text-dark-blue focus:text-dark-blue focus-within:outline-none focus-within:bg-gradient-to-r focus-within:from-lime-green focus-within:to-bright-cyan"><a class="bg-white py-6" href="#">Contact</a></li>
<li class="group flex pb-1 hover:bg-gradient-to-r hover:from-lime-green hover:to-bright-cyan hover:text-dark-blue focus:text-dark-blue focus-within:outline-none focus-within:bg-gradient-to-r focus-within:from-lime-green focus-within:to-bright-cyan"><a class="bg-white py-6" href="#">Blog</a></li>
<li class="group flex pb-1 hover:bg-gradient-to-r hover:from-lime-green hover:to-bright-cyan hover:text-dark-blue focus:text-dark-blue focus-within:outline-none focus-within:bg-gradient-to-r focus-within:from-lime-green focus-within:to-bright-cyan"><a class="bg-white py-6" href="#">Careers</a></li>
</ul>
</nav>
<div class="hidden md:block md:py-3">
<button type="button" class="px-8 py-3 rounded-full tracking-wide text-sm text-white bg-gradient-to-r from-lime-green to-bright-cyan ease-in-out duration-150 hover:opacity-70">Request Invite</button>
</div>
</div>
</header>
<main class="relative overflow-hidden">
<section class="px-3 pb-24 flex flex-col md:px-6 md:gap-8 md:flex-row-reverse max-w-2lg mx-auto">
<img class="mt-[-36%] md:-mt-20 md:-mr-36 sm:mx-auto md:max-w-lg lg:max-w-2xl lg:-mt-28 xl:max-w-full xl:-mr-64" src="images/image-mockups.png" alt="examples of app pages">
<div class="mx-auto max-w-sm md:mx-0 md:mt-24 lg:mt-32 lg:max-w-md xl:mt-40">
<h1 class="mt-10 text-center text-dark-blue text-4.5xl font-light md:text-left lg:text-5xl lg:leading-tight">Next generation digital banking</h1>
<p class="text-blue-gray text-sm text-center mt-4 leading-6 tracking-wide md:text-left md:pr-6 lg:text-base">Take your financial life online. Your Easybank account will be a one-stop-shop
for spending, saving, budgeting, investing, and much more.</p>
<div class="text-center md:text-left">
<button type="button" class="mt-8 px-8 py-3 rounded-full tracking-wide text-sm text-white bg-gradient-to-r from-lime-green to-bright-cyan ease-in-out duration-150 hover:opacity-70">Request Invite</button>
</div>
</div>
</section>
<section class="bg-light-blue-gray py-16 md:-mt-12 lg:-mt-60 lg:py-24 xl:py-32">
<div class="px-6 max-w-2lg mx-auto">
<h2 class="text-3xl tracking-wide font-light text-dark-blue text-center md:text-left lg:text-4xl">Why choose Easybank?</h2>
<p class="text-blue-gray text-sm text-center mt-4 leading-6 tracking-wide md:text-left md:max-w-xl md:pr-6 lg:mt-8 lg:text-base">
We leverage Open Banking to turn your bank account into your financial hub. Control
your finances like never before.
</p>
</div>
<div class="grid place-content-center mt-14 gap-8 px-3 md:px-6 max-w-2lg mx-auto md:grid-cols-2 lg:grid-cols-4 lg:gap-16 lg:mt-20">
<article class="flex flex-col items-center max-w-lg md:items-start">
<div>
<img src="images/icon-online.svg" alt="online illustration">
</div>
<h3 class="text-xl font-light text-dark-blue mt-6">Online Banking</h3>
<p class="text-blue-gray text-sm text-center leading-6 tracking-wide mt-4 md:text-left">Our modern web and mobile applications allow you to keep track of your finances
wherever you are in the world.</p>
</article>
<article class="flex flex-col items-center max-w-lg md:items-start">
<div>
<img src="images/icon-budgeting.svg" alt="budgeting illustration">
</div>
<h3 class="text-xl font-light text-dark-blue mt-6">Simple Budgeting</h3>
<p class="text-blue-gray text-sm text-center leading-6 tracking-wide mt-4 md:text-left">See exactly where your money goes each month. Receive notifications when you’re
close to hitting your limits.</p>
</article>
<article class="flex flex-col items-center max-w-lg md:items-start">
<div>
<img src="images/icon-onboarding.svg" alt="onboarding illustration">
</div>
<h3 class="text-xl font-light text-dark-blue mt-6">Fast Onboarding</h3>
<p class="text-blue-gray text-sm text-center leading-6 tracking-wide mt-4 md:text-left">We don’t do branches. Open your account in minutes online and start taking control
of your finances right away.</p>
</article>
<article class="flex flex-col items-center max-w-lg md:items-start">
<div>
<img src="images/icon-api.svg" alt="api illustration">
</div>
<h3 class="text-xl font-light text-dark-blue mt-6">Open API</h3>
<p class="text-blue-gray text-sm text-center leading-6 tracking-wide mt-4 md:text-left">Manage your savings, investments, pension, and much more from one account. Tracking
your money has never been easier.</p>
</article>
</div>
</section>
<section class="py-22 max-w-2lg mx-auto lg:py-24">
<h2 class="text-3xl tracking-wide font-light text-dark-blue text-center md:text-left md:px-6 lg:text-4xl">Latest Articles</h2>
<div class="px-6 mt-8 grid gap-6 sm:grid-cols-2 lg:grid-cols-4">
<a href="#" class="hover:shadow-lg ease-in-out duration-150">
<article class="rounded overflow-hidden bg-white pb-4 max-w-md mx-auto md:mx-0">
<div class="h-64 overflow-hidden lg:h-40 xl:h-47">
<img class="h-full w-full object-cover object-center" src="images/image-currency.jpg" alt="image of currency">
</div>
<div class="p-6">
<span class="text-xxs text-blue-gray font-light">By Claire Robinson</span>
<p class="hover-title text-dark-blue font-light leading-5 mt-1">Receive money in any currency with no fees</p>
<p class="text-blue-gray text-xs tracking-wide leading-4.5 mt-2">
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>
</article>
</a>
<a href="#" class="hover:shadow-lg ease-in-out duration-150">
<article class="rounded overflow-hidden bg-white pb-4 max-w-md mx-auto md:mx-0">
<div class="h-64 overflow-hidden lg:h-40 xl:h-47">
<img class="h-full w-full object-cover object-center" src="images/image-restaurant.jpg" alt="image of a restaurant">
</div>
<div class="p-6">
<span class="text-xxs text-blue-gray font-light">By Wilson Hutton</span>
<p class="hover-title text-dark-blue font-light leading-5 mt-1">Treat yourself without worrying about money</p>
<p class="text-blue-gray text-xs tracking-wide leading-4.5 mt-2">
Our simple budgeting feature allows you to separate out your spending and set
realistic limits each month. That means you …
</p>
</div>
</article>
</a>
<a href="#" class="hover:shadow-lg ease-in-out duration-150">
<article class="rounded overflow-hidden bg-white pb-4 max-w-md mx-auto md:mx-0">
<div class="h-64 overflow-hidden lg:h-40 xl:h-47">
<img class="h-full w-full object-cover object-center" src="images/image-plane.jpg" alt="image of view from a plane">
</div>
<div class="p-6">
<span class="text-xxs text-blue-gray font-light">By Wilson Hutton</span>
<p class="hover-title text-dark-blue font-light leading-5 mt-1">Take your Easybank card wherever you go</p>
<p class="text-blue-gray text-xs tracking-wide leading-4.5 mt-2">
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>
</article>
</a>
<a href="#" class="hover:shadow-lg ease-in-out duration-150">
<article class="rounded overflow-hidden bg-white pb-4 max-w-md mx-auto md:mx-0">
<div class="h-64 overflow-hidden lg:h-40 xl:h-47">
<img class="h-full w-full object-cover object-center" src="images/image-confetti.jpg" alt="image of confetti">
</div>
<div class="p-6">
<span class="text-xxs text-blue-gray font-light">By Claire Robinson</span>
<p class="hover-title text-dark-blue font-light leading-5 mt-1">Our invite-only Beta accounts are now live!</p>
<p class="text-blue-gray text-xs tracking-wide leading-4.5 mt-2">
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>
</article>
</a>
</div>
</section>
</main>
<footer class="bg-dark-blue text-very-light-gray pt-12 pb-2">
<div class="grid place-items-center gap-8 mb-6 max-w-2lg mx-auto md:place-items-start md:px-6 md:grid-cols-3 md:grid-rows-2 lg:grid-cols-4">
<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="currentColor" 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="flex items-center justify-center gap-4 md:row-start-2">
<a href="#" class="hover:text-lime-green ease-in-out duration-150">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path fill="CurrentColor" d="M18.896 0H1.104C.494 0 0 .494 0 1.104v17.793C0 19.506.494 20 1.104 20h9.58v-7.745H8.076V9.237h2.606V7.01c0-2.583 1.578-3.99 3.883-3.99 1.104 0 2.052.082 2.329.119v2.7h-1.598c-1.254 0-1.496.597-1.496 1.47v1.928h2.989l-.39 3.018h-2.6V20h5.098c.608 0 1.102-.494 1.102-1.104V1.104C20 .494 19.506 0 18.896 0z"/></svg>
</a>
<a href="#" class="hover:text-lime-green ease-in-out duration-150">
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20"><path fill="CurrentColor" d="M10.333 0c-5.522 0-10 4.478-10 10 0 5.523 4.478 10 10 10 5.523 0 10-4.477 10-10 0-5.522-4.477-10-10-10zm3.701 14.077c-1.752.12-5.653.12-7.402 0C4.735 13.947 4.514 13.018 4.5 10c.014-3.024.237-3.947 2.132-4.077 1.749-.12 5.651-.12 7.402 0 1.898.13 2.118 1.059 2.133 4.077-.015 3.024-.238 3.947-2.133 4.077zM8.667 8.048l4.097 1.949-4.097 1.955V8.048z"/></svg>
</a>
<a href="#" class="hover:text-lime-green ease-in-out duration-150">
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="18"><path fill="CurrentColor" d="M20.667 2.797a8.192 8.192 0 01-2.357.646 4.11 4.11 0 001.804-2.27 8.22 8.22 0 01-2.606.996A4.096 4.096 0 0014.513.873c-2.649 0-4.595 2.472-3.997 5.038a11.648 11.648 0 01-8.457-4.287 4.109 4.109 0 001.27 5.478A4.086 4.086 0 011.47 6.59c-.045 1.901 1.317 3.68 3.29 4.075a4.113 4.113 0 01-1.853.07 4.106 4.106 0 003.834 2.85 8.25 8.25 0 01-6.075 1.7 11.616 11.616 0 006.29 1.843c7.618 0 11.922-6.434 11.662-12.205a8.354 8.354 0 002.048-2.124z"/></svg>
</a>
<a href="#" class="hover:text-lime-green ease-in-out duration-150">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><path fill="CurrentColor" d="M10 0C4.478 0 0 4.477 0 10c0 4.237 2.636 7.855 6.356 9.312-.088-.791-.167-2.005.035-2.868.182-.78 1.172-4.97 1.172-4.97s-.299-.6-.299-1.486c0-1.39.806-2.428 1.81-2.428.852 0 1.264.64 1.264 1.408 0 .858-.545 2.14-.828 3.33-.236.995.5 1.807 1.48 1.807 1.778 0 3.144-1.874 3.144-4.58 0-2.393-1.72-4.068-4.177-4.068-2.845 0-4.515 2.135-4.515 4.34 0 .859.331 1.781.745 2.281a.3.3 0 01.069.288l-.278 1.133c-.044.183-.145.223-.335.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.052 6.608-6.052 3.469 0 6.165 2.473 6.165 5.776 0 3.447-2.173 6.22-5.19 6.22-1.013 0-1.965-.525-2.291-1.148l-.623 2.378c-.226.869-.835 1.958-1.244 2.621.937.29 1.931.446 2.962.446 5.522 0 10-4.477 10-10S15.522 0 10 0z"/></svg>
</a>
<a href="#" class="hover:text-lime-green ease-in-out duration-150">
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20"><path fill="CurrentColor" d="M10.333 1.802c2.67 0 2.987.01 4.042.059 2.71.123 3.976 1.409 4.1 4.099.048 1.054.057 1.37.057 4.04 0 2.672-.01 2.988-.058 4.042-.124 2.687-1.386 3.975-4.099 4.099-1.055.048-1.37.058-4.042.058-2.67 0-2.986-.01-4.04-.058-2.717-.124-3.976-1.416-4.1-4.1-.048-1.054-.058-1.37-.058-4.041 0-2.67.01-2.986.058-4.04.124-2.69 1.387-3.977 4.1-4.1 1.054-.048 1.37-.058 4.04-.058zm0-1.802C7.618 0 7.278.012 6.211.06 2.579.227.56 2.242.394 5.877.345 6.944.334 7.284.334 10s.011 3.057.06 4.123c.166 3.632 2.181 5.65 5.816 5.817 1.068.048 1.408.06 4.123.06 2.716 0 3.057-.012 4.124-.06 3.628-.167 5.651-2.182 5.816-5.817.049-1.066.06-1.407.06-4.123s-.011-3.056-.06-4.122C20.11 2.249 18.093.228 14.458.06 13.39.01 13.049 0 10.333 0zm0 4.865a5.135 5.135 0 100 10.27 5.135 5.135 0 000-10.27zm0 8.468a3.333 3.333 0 110-6.666 3.333 3.333 0 010 6.666zm5.339-9.87a1.2 1.2 0 10-.001 2.4 1.2 1.2 0 000-2.4z"/></svg>
</a>
</div>
<nav class="grid gap-3 md:grid-cols-2 md:row-span-2 lg:col-span-2 lg:gap-24">
<ul class="flex flex-col justify-center items-center gap-3 text-sm font-light md:items-start">
<li><a href="#" class="hover:text-lime-green ease-in-out duration-150">About Us</a></li>
<li><a href="#" class="hover:text-lime-green ease-in-out duration-150">Contact</a></li>
<li><a href="#" class="hover:text-lime-green ease-in-out duration-150">Blog</a></li>
</ul>
<ul class="flex flex-col justify-center items-center gap-3 text-sm font-light md:items-start">
<li><a href="#" class="hover:text-lime-green ease-in-out duration-150">Careers</a></li>
<li><a href="#" class="hover:text-lime-green ease-in-out duration-150">Support</a></li>
<li><a href="#" class="hover:text-lime-green ease-in-out duration-150">Privacy Policy</a></li>
</ul>
</nav>
<div class="flex flex-col items-center gap-4 text-sm tracking-wide text-blue-gray md:place-self-end md:items-end md:row-span-2">
<div class="my-1">
<button type="button" class="px-8 py-3 rounded-full tracking-wide text-sm text-white bg-gradient-to-r from-lime-green to-bright-cyan ease-in-out duration-150 hover:opacity-70">Request Invite</button>
</div>
<span class="md:text-right">© Easybank. All Rights Reserved</span>
</div>
</div>
</footer>
</body>
</html>