-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
executable file
·287 lines (168 loc) · 6.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<!-- BOOTSTRAP CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- FONT AWESOME -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<!-- GOOGLE FONTS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<!--
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&display=swap" rel="stylesheet"> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Karla&display=swap" rel="stylesheet">
<!-- ------------- -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<!-- EXTERNAL STYLESHEET -->
<link rel="stylesheet" type="text/css" href="style.css">
<title>Frontend Mentor | Insure landing page</title>
</head>
<body>
<!-- NAVBAR STARTS -->
<header class="header-container">
<nav class="navbar navbar-expand-lg navbar-light" id="navbar">
<div class="container-fluid">
<!-- Brand -->
<a class="navbar-brand" href="#" style="padding-left: 1.5em;"><img src="images/logo.svg"></a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" style="margin-right: 1.5em;">
<span class="navbar-toggler-icon" ></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar" id="back">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">HOW WE WORK</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">ACCOUNT</a>
</li>
<button>VIEW PLANS </button>
</ul>
</div>
</nav> </header>
<!-- NAVBAR ENDS -->
<!-- MAIN SECTION -->
<main>
<div class="welcome">
<div class="left">
<div id="line"></div>
<div id="content">
<div> <img src="images/image-intro-desktop.jpg" id="man"> </div>
<div class="content">
<h1>Humanizing your insurance.</h1>
<p>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="plans">VIEW PLANS </button>
</div>
</div>
</div>
</div>
</main>
<!-- MAIN SECTION ENDS-->
<!-- SECOND SECTION -->
<section >
<div id="line"></div>
<div class="different">
<h1> We're different</h1>
<div id="different">
<div id="items">
<img src="images/icon-snappy-process.svg">
<h2><b>Snappy Process</b></h2>
<p>Our application process can be completed in minutes, not hours. Don’t get
stuck filling in tedious forms.</p>
</div>
<div id="items">
<img src="images/icon-affordable-prices.svg">
<h2> <b> Affordable Prices</b></h2>
<p>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 id="items">
<img src="images/icon-people-first.svg">
<h2> <b> People First </b> </h2>
<p>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>
</section>
<!-- SECOND SECTION ENDS -->
<!-- THIRD SECTION -->
<section>
<div id="find">
<h3>Find out more about how we work</h3>
<div><button class="plans">HOW WE WORK</button></div>
</div>
</section>
<!-- THIRD SECTION ENDS -->
<!-- FOOTER STARTS -->
<footer>
<div id="all">
<div class="icons">
<div><img src="images/logo.svg" class="logo"> </div>
<div class="social">
<img src="images/icon-twitter.svg">
<img src="images/icon-pinterest.svg">
<img src="images/icon-instagram.svg">
<img src="images/icon-facebook.svg">
</div>
</div>
<div id="line" ></div>
<div id="faq">
<div>
<ul>
<li> <a href="#" style="color: hsl(273, 4%, 51%);">Our company</a></li>
<li> <a href="#" >How we work</a></li>
<li> <a href="#" >Why Insure?</a></li>
<li> <a href="#" >View plans</a></li>
<li> <a href="#" >Reviews</a></li>
</ul>
</div>
<div>
<ul>
<li> <a href="#" style="color: hsl(273, 4%, 51%);">Help me</a></li>
<li> <a href="#" >FAQ</a></li>
<li> <a href="#" >Terms of use</a></li>
<li> <a href="#" >Privacy policy</a></li>
<li> <a href="#" >Cookies</a></li>
</ul>
</div>
<div>
<ul>
<li> <a href="#" style="color: hsl(273, 4%, 51%);" > Contact</a></li>
<li> <a href="#" > Sales</a></li>
<li> <a href="#" >Support</a></li>
<li> <a href="#" >Live chat</a></li>
</ul>
</div>
<div>
<ul>
<li> <a href="#" style="color: hsl(273, 4%, 51%);" > Others</a></li>
<li> <a href="#" >Careers</a></li>
<li> <a href="#" >Press</a></li>
<li> <a href="#" >Licenses</a></li>
</ul>
</div>
</div>
</div>
<!-- FOOTER ENDS -->
</footer>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Maggy</a>.
</div>
<!-- BOOTSTRAP CDN -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>