generated from mohamedxamid/css-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
232 lines (208 loc) · 15.1 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
<!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>Easy Bank</title>
<!-- STYLESHEETS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- SITE-HEADER -->
<header class="site-header">
<div class="site-header__container container">
<div class="site-header__logo">
<a class="logo" href="index.html">
<img class="logo__img" src="img/logo.svg" alt="easy bank logo" width="140" height="20">
</a>
</div>
<div class="site-header__menubar">
<nav class="site-header__sitenav sitenav">
<ul class="sitenav__list">
<li class="sitenav__item"><a class="sitenav__link" href="#">Home</a></li>
<li class="sitenav__item"><a class="sitenav__link" href="#">About</a></li>
<li class="sitenav__item"><a class="sitenav__link" href="#">Contact</a></li>
<li class="sitenav__item"><a class="sitenav__link" href="#">Blog</a></li>
<li class="sitenav__item"><a class="sitenav__link" href="#">Careers</a></li>
</ul>
</nav>
<a class="button" href="#">Request Invite</a>
</div>
<button class="menubar-toggler js-menubar-toggler" type="button" aria-label="Menubar">
<span></span>
</button>
</div>
</header>
<!-- MAIN-CONTENT -->
<main class="main-content">
<div class="hero">
<div class="hero__container container">
<div class="hero__inner">
<h1 class="hero__title">Next generation digital banking</h1>
<p class="hero__description">Take your financial life online. Your Easybank account will be a one-stop-shop for spending, saving, budgeting, investing, and much more.</p>
<a class="button" href="#">Request Invite</a>
</div>
<img class="hero__img" src="img/hero-phones-desktop.svg" alt="Easy Bank mobile app demo" width="730" height="900">
</div>
</div>
<!-- FEATURES -->
<section class="features">
<div class="container">
<div class="features__content">
<h2 class="features__title">Why choose Easybank?</h2>
<p class="features__description">We leverage Open Banking to turn your bank account into your financial hub. Control your finances like never before.</p>
</div>
<ul class="features__list">
<li class="features__item feature">
<div class="feature__img-wrapper">
<img class="feature__img" src="img/online-banking-icon.svg" alt="online banking icon" width="72" height="72">
</div>
<h3 class="feature__title">Online Banking</h3>
<p class="feature__text">Our modern web and mobile applications allow you to keep track of your finances wherever you are in the world.</p>
</li>
<li class="features__item feature">
<div class="feature__img-wrapper">
<img class="feature__img feature__img--simple-budgeting" src="img/simple-budgeting-icon.svg" alt="simple budgeting icon" width="72" height="72">
</div>
<h3 class="feature__title">Simple Budgeting</h3>
<p class="feature__text">See exactly where your money goes each month. Receive notifications when you’re close to hitting your limits.</p>
</li>
<li class="features__item feature">
<div class="feature__img-wrapper">
<img class="feature__img" src="img/fast-onboarding-icon.svg" alt="fast onboarding icon" width="72" height="72">
</div>
<h3 class="feature__title">Fast Onboarding</h3>
<p class="feature__text">We don’t do branches. Open your account in minutes online and start taking control of your finances right away.</p>
</li>
<li class="features__item feature">
<div class="feature__img-wrapper">
<img class="feature__img" src="img/open-api-icon.svg" alt="open api icon" width="72" height="72">
</div>
<h3 class="feature__title">Open API</h3>
<p class="feature__text">Manage your savings, investments, pension, and much more from one account. Tracking your money has never been easier.</p>
</li>
</ul>
</div>
</section>
<!-- INDEX-ARTICLES -->
<section class="articles">
<div class="container">
<h2 class="articles__title">Latest Articles</h2>
<ul class="articles__grid">
<li class="articles__item article">
<img class="article__img" src="img/money-img.jpg" alt="moneys" width="255" height="200" srcset="img/money-img.jpg 1x, img/money-img@2x.jpg 2x">
<div class="article__inner">
<h3 class="article__title">
<a class="article__link" href="#">Receive money in any currency with no fees</a>
</h3>
<p class="article__author">By Claire Robinson</p>
<p class="article__text">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>
</li>
<li class="articles__item article">
<img class="article__img" src="img/dinner-img.jpg" alt="dinner" width="255" height="200" srcset="img/dinner-img.jpg 1x, img/dinner-img@2x.jpg 2x">
<div class="article__inner">
<h3 class="article__title">
<a class="article__link" href="#">Treat yourself without worrying about money</a>
</h3>
<p class="article__author">By Wilson Hutton</p>
<p class="article__text">Our simple budgeting feature allows you to separate out your spending and set realistic limits each month. That means you …</p>
</div>
</li>
<li class="articles__item article">
<img class="article__img" src="img/plane-and-sky-and-steams-img.jpg" alt="plane and sky and steams, sun shining" width="255" height="200" srcset="img/plane-and-sky-and-steams-img.jpg 1x, img/plane-and-sky-and-steams-img@2x.jpg 2x">
<div class="article__inner">
<h3 class="article__title">
<a class="article__link" href="#">Take your Easybank card wherever you go</a>
</h3>
<p class="article__author">By Wilson Hutton</p>
<p class="article__text">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>
</li>
<li class="articles__item article">
<img class="article__img" src="img/spark-img.jpg" alt="spark" width="255" height="200" srcset="img/spark-img.jpg 1x, img/spark-img@2x.jpg 2x">
<div class="article__inner">
<h3 class="article__title">
<a class="article__link" href="#">Our invite-only Beta accounts are now live!</a>
</h3>
<p class="article__author">By Claire Robinson</p>
<p class="article__text">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>
</li>
</ul>
</div>
</section>
</main>
<!-- SITE-FOOTER -->
<footer class="site-footer">
<div class="site-footer__container container">
<div class="site-footer__logo-socials-wrapper">
<div class="site-footer__logo">
<a class="logo" href="index.html">
<img class="logo__img" src="img/logo-white.svg" alt="easy bank logo" width="140" height="20">
</a>
</div>
<!-- SOCIALS -->
<ul class="site-footer__socials socials">
<li class="socials__item">
<a class="socials__link" href="#" target="_blank" aria-label="Facebook page">
<svg class="socials__icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><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>
</li>
<li class="socials__item">
<a class="socials__link" href="#" target="_blank" aria-label="Youtube page">
<svg class="socials__icon" xmlns="http://www.w3.org/2000/svg" width="21" height="20" fill="none"><path fill="currentColor" fill-rule="evenodd" 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.077Zm-1.27-4.08L8.667 8.048v3.904l4.097-1.955Z" clip-rule="evenodd"/></svg>
</a>
</li>
<li class="socials__item">
<a class="socials__link" href="#" target="_blank" aria-label="Twitter page">
<svg class="socials__icon" xmlns="http://www.w3.org/2000/svg" width="21" height="18" fill="none"><path fill="currentColor" d="M20.667 2.797a8.192 8.192 0 0 1-2.357.646 4.11 4.11 0 0 0 1.804-2.27 8.22 8.22 0 0 1-2.606.996A4.096 4.096 0 0 0 14.513.873c-2.649 0-4.595 2.472-3.997 5.038a11.648 11.648 0 0 1-8.457-4.287 4.109 4.109 0 0 0 1.27 5.478A4.086 4.086 0 0 1 1.47 6.59c-.045 1.901 1.317 3.68 3.29 4.075a4.111 4.111 0 0 1-1.853.07 4.106 4.106 0 0 0 3.834 2.85 8.25 8.25 0 0 1-6.075 1.7 11.616 11.616 0 0 0 6.29 1.843c7.618 0 11.922-6.434 11.662-12.205a8.353 8.353 0 0 0 2.048-2.125Z"/></svg>
</a>
</li>
<li class="socials__item">
<a class="socials__link" href="#" target="_blank" aria-label="Pinterest page">
<svg class="socials__icon" xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><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.181-.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 0 1 .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.523 0 10-4.477 10-10S15.523 0 10 0Z"/></svg>
</a>
</li>
<li class="socials__item">
<a class="socials__link" href="#" target="_blank" aria-label="Instagram page">
<svg class="socials__icon" xmlns="http://www.w3.org/2000/svg" width="21" height="20" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M10.333 0C7.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.457.06 13.39.01 13.05 0 10.334 0Zm0 1.802c2.67 0 2.987.01 4.042.059 2.71.123 3.976 1.409 4.1 4.099.047 1.054.057 1.37.057 4.04 0 2.672-.01 2.988-.058 4.042-.124 2.687-1.387 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.125-2.69 1.387-3.977 4.1-4.1 1.055-.048 1.37-.058 4.04-.058ZM5.198 10a5.135 5.135 0 1 1 10.27 0 5.135 5.135 0 0 1-10.27 0Zm5.135 3.333a3.333 3.333 0 1 1 0-6.666 3.333 3.333 0 0 1 0 6.666Zm4.138-8.67a1.2 1.2 0 1 1 2.4 0 1.2 1.2 0 0 1-2.4 0Z" clip-rule="evenodd"/></svg>
</a>
</li>
</ul>
</div>
<div class="site-footer__links-wrapper">
<ul class="site-footer__links">
<li class="site-footer__links-item">
<a class="site-footer__links-link" href="#">About Us</a>
</li>
<li class="site-footer__links-item">
<a class="site-footer__links-link" href="#">Contact</a>
</li>
<li class="site-footer__links-item">
<a class="site-footer__links-link" href="#">Blog</a>
</li>
</ul>
<ul class="site-footer__links">
<li class="site-footer__links-item">
<a class="site-footer__links-link" href="#">Careers</a>
</li>
<li class="site-footer__links-item">
<a class="site-footer__links-link" href="#">Support</a>
</li>
<li class="site-footer__links-item">
<a class="site-footer__links-link" href="#">Privacy Policy</a>
</li>
</ul>
</div>
<div class="site-footer__cta-copy-wrapper">
<a class="site-footer__cta-button button" href="#">Request Invite</a>
<p class="site-footer__copy">© Easybank. All Rights Reserved</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>