-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
221 lines (213 loc) · 8.94 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
<!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 -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla&display=swap" rel="stylesheet">
<title>Frontend Mentor | Insure landing page</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
</style>
</head>
<body>
<header class="header">
<a class="logo" href="#"><img src="images/logo.svg" alt="home" srcset=""></a>
<img class="menu-btn" onclick="openMenu(this)">
<nav class="primary-nav">
<ul>
<li>
<a href="#">how we work</a>
</li>
<li>
<a href="#">blog</a>
</li>
<li>
<a href="#">account</a>
</li>
<li>
<button class="plans-button">View Plans</button>
</li>
</ul>
</nav>
</header>
<main>
<div class="mobile-menu">
<ul class="primary-nav-mobile">
<li>
<a href="#">how we work</a>
</li>
<li>
<a href="#">blog</a>
</li>
<li>
<a href="#">account</a>
</li>
<li>
<button class="button-secondary">View Plans</button>
</li>
</ul>
<img class="image-nav-mobile" src="images/bg-pattern-mobile-nav.svg" alt="" srcset="">
</div>
<section class="bg-formobile"><img src="" alt="" srcset=""></section>
<section class="main-section">
<div class="container padding-top-170">
<div class="columns">
<div class="half-column half-border" id="fortext">
<img class="over-section-left" src="images/bg-pattern-intro-left-desktop.svg" alt="" srcset="">
<span class="over-section-left-mobile"></span>
<h1>
Huminazing <br>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="button-secondary"> View plans </button>
<span class="over-section-right-mobile"></span>
</div>
<div class="half-column" id="forimage">
<img class="over-section-right" src="images/bg-pattern-intro-right-desktop.svg" alt="" srcset="">
<img class="intro-desktop">
</div>
</div>
</div>
</section>
<section class="second-section padding-sections">
<div class="container padding-top-170">
<div class="half-border-black-version">
<h1>We’re different</h1>
</div>
<div class="columns">
<div class="three-columns"><img src="images/icon-snappy-process.svg" alt="" srcset="">
<h3> Snappy Process</h3>
<p> Our application process can be completed in minutes, not hours. Don’t get stuck filling in tedious forms.</p>
</div>
<div class="three-columns"><img src="images/icon-affordable-prices.svg" alt="" srcset="">
<h3> Affordable Prices</h3>
<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 class="three-columns"><img src="images/icon-people-first.svg" alt="" srcset="">
<h3> People First</h3>
<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>
</div>
</section>
<section class="third-section padding-top-120 padding-buttom-120">
<div class="container fixed-section how-we-work-image">
<span class="how-work-mobile"></span>
<div class="columns resize">
<div class="half-column auto-flex">
<h2> Find out more <br> about how we work</h2>
</div>
<div class="half-column auto-flex-follow">
<center><button class="button-secondary">How we work</button></center>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<span class="footer-image"></span>
<div class="container bottom-border position-relative">
<img class="footer-background">
<div class="columns padding-top-50 padding-bottom-30">
<div class="half-column">
<a href="#"><img src="images/logo.svg" alt="home" srcset=""></a>
</div>
<div class="half-column">
<ul role="list" class="social">
<li>
<a href="#"><img src="images/icon-facebook.svg" alt="" srcset=""></a>
</li>
<li>
<a href="#"><img src="images/icon-twitter.svg" alt="" srcset=""></a>
</li>
<li>
<a href="#"><img src="images/icon-pinterest.svg" alt="" srcset=""></a>
</li>
<li>
<a href="#"><img src="images/icon-instagram.svg" alt="" srcset=""></a>
</li>
</ul>
</div>
</div>
</div>
<div class="container padding-bottom-30 position-relative">
<div class="columns">
<div class="four-column">
<h3>Our company</h3>
<ul class="footer-links" role="list">
<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 class="four-column">
<h3> Help me</h3>
<ul class="footer-links" role="list">
<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 class="four-column">
<h3>Contact</h3>
<ul class="footer-links" role="list">
<li>
<a href="">Sales</a>
</li>
<li>
<a href="">Support</a>
</li>
<li>
<a href="">Live chat</a>
</li>
</ul>
</div>
<div class="four-column">
<h3>Others</h3>
<ul class="footer-links" role="list">
<li>
<a href="">Careers</a>
</li>
<li>
<a href="">Press</a>
</li>
<li>
<a href="">Licenses</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- <script src="{{ url('/js/main.js')}}"></script> -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>