-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
212 lines (204 loc) · 7.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png" />
<title>Frontend Mentor | Insure landing page</title>
<link
href="https://fonts.googleapis.com/css?family=DM+Serif+Display|Karla:400,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="root">
<input type="checkbox" id="mobile-nav-visibile" tabindex="-1" />
<header class="app-header">
<a href="/" class="brand">
<img src="images/logo.svg" alt="Insure's Logo" />
</a>
<nav>
<a href="/">How we work</a>
<a href="/">Blog</a>
<a href="/">Account</a>
<button type="button">View plans</button>
</nav>
<label class="mobile-toggle-nav" for="mobile-nav-visibile">
<img class="open-nav" src="images/icon-hamburger.svg" alt="Toggle navigation" />
<img class="close-nav" src="images/icon-close.svg" alt="Toggle navigation" />
</label>
</header>
<div class="intro">
<div class="content">
<h1 class="title">Humanizing your insurance.</h1>
<p class="desc">
Get your life insurance coverage easier and faster. We blend our expertise and
technology to help you find the plan that’s right for you. Ensure you and your loved
ones are protected.
</p>
<button class="view-plans inverted">View plans</button>
</div>
<img
class="intro-desktop"
src="images/image-intro-desktop.jpg"
alt=""
role="presentation"
/>
<img class="intro-mobile" src="images/image-intro-mobile.jpg" alt="" role="presentation" />
<img
class="bg-pattern-right-desktop"
src="images/bg-pattern-intro-right-desktop.svg"
alt=""
role="presentation"
/>
<img
class="bg-pattern-left-desktop"
src="images/bg-pattern-intro-left-desktop.svg"
alt=""
role="presentation"
/>
<img
class="bg-pattern-right-mobile"
src="images/bg-pattern-intro-right-mobile.svg"
alt=""
role="presentation"
/>
<img
class="bg-pattern-left-mobile"
src="images/bg-pattern-intro-left-mobile.svg"
alt=""
role="presentation"
/>
</div>
<div class="business">
<h1 class="title">We’re different</h1>
<div class="features">
<div class="feature">
<img
class="feature-icon"
src="images/icon-snappy-process.svg"
alt=""
role="presentation"
/>
<h2 class="feature-title">Snappy Process</h2>
<p class="feature-desc">
Our application process can be completed in minutes, not hours. Don’t get stuck
filling in tedious forms.
</p>
</div>
<div class="feature">
<img
class="feature-icon"
src="images/icon-affordable-prices.svg"
alt=""
role="presentation"
/>
<h2 class="feature-title">Affordable Prices</h2>
<p class="feature-desc">
We don’t want you worrying about high monthly costs. Our prices may be low, but we
still offer the best coverage possible.
</p>
</div>
<div class="feature">
<img
class="feature-icon"
src="images/icon-people-first.svg"
alt=""
role="presentation"
/>
<h2 class="feature-title">People First</h2>
<p class="feature-desc">
Our plans aren’t full of conditions and clauses to prevent payouts. We make sure
you’re covered when you need it.
</p>
</div>
</div>
<div class="more">
<img
class="bg-pattern-desktop"
src="images/bg-pattern-how-we-work-desktop.svg"
alt=""
role="presentation"
/>
<img
class="bg-pattern-mobile"
src="images/bg-pattern-how-we-work-mobile.svg"
alt=""
role="presentation"
/>
<h2 class="more-title">
Find out more about how we work
</h2>
<button class="inverted">How we work</button>
</div>
</div>
<footer class="app-footer">
<img
class="bg-pattern-desktop"
src="images/bg-pattern-footer-desktop.svg"
alt=""
role="presentation"
/>
<img
class="bg-pattern-mobile"
src="images/bg-pattern-footer-mobile.svg"
alt=""
role="presentation"
/>
<div class="content">
<div class="social">
<img class="logo" src="images/logo.svg" alt="Insure's logo" />
<div class="links">
<a href="#" title="Facebook page">
<img src="images/icon-facebook.svg" alt="Facebook page" />
</a>
<a href="#" title="Twitter page">
<img src="images/icon-twitter.svg" alt="Twitter page" />
</a>
<a href="#" title="Pinteres page">
<img src="images/icon-pinterest.svg" alt="Pinteres page" />
</a>
<a href="#" title="Instagram page">
<img src="images/icon-instagram.svg" alt="Instagram page" />
</a>
</div>
</div>
<div class="sitemap">
<div class="group">
<span class="title">Our company</span>
<a href="#">How we work</a>
<a href="#">Why Insure?</a>
<a href="#">View plans</a>
<a href="#">Reviews</a>
</div>
<div class="group">
<span class="title">Help me</span>
<a href="#">FAQ</a>
<a href="#">Terms of use</a>
<a href="#">Privacy policy</a>
<a href="#">Cookies</a>
</div>
<div class="group">
<span class="title">Contact</span>
<a href="#">Sales</a>
<a href="#">Support</a>
<a href="#">Live chat</a>
</div>
<div class="group">
<span class="title">Others</span>
<a href="#">Careers</a>
<a href="#">Press</a>
<a href="#">Licenses</a>
</div>
</div>
</div>
<div class="attribution">
Challenge by
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://github.com/crissdev">Cristian Trifan</a>.
</div>
</footer>
</div>
</body>
</html>