-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (106 loc) · 4.89 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
<!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="stylesheet.css">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap" rel="stylesheet">
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<title>Frontend Mentor | Insure landing page</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<div class="container-fluid">
<img src="images/logo.svg" alt="Company logo" class="companyLogo">
<img src="images/icon-hamburger.svg" alt="menu" class="menu">
<img src="images/icon-close.svg" alt="menu Close" class="menuClose">
</div>
<div class="navbarInside">
<h2 class="firstOption">How we work</h2>
<h2>Blog</h2>
<h2>Account</h2>
<button type="button" name="button">VIEW PLANS</button>
</div>
<div class="">
<img src="images/image-intro-mobile.jpg" alt="intro image" class="firstImg introImg">
</div>
<div class="container1">
<div class="containerForImg">
<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 type="button" name="button">VIEW PLANS</button>
</div>
<img src="images/bg-pattern-intro-right-mobile.svg" alt="" class="">
<div class="line"> </div>
</div>
<div class="container2">
<h1>We’re different</h1>
<div class="">
<img src="images\icon-snappy-process.svg" alt="icon-snappy-process">
<h2>Snappy Process</h2>
<p>Our application process can be completed in minutes, not hours. Don’t get
stuck filling in tedious forms.</p>
</div>
<div class="">
<img src="images\icon-affordable-prices.svg" alt="icon-affordable-prices">
<h2>Affordable Prices</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 class="">
<img src="images\icon-people-first.svg" alt="icon-people-first">
<h2>People First</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>
<div class="container3">
<h2>Find out more about how we work</h2>
<button type="button" name="button">HOW WE WORK</button>
</div>
<div class="social-media">
<img src="images/logo.svg" alt="Company logo" class="companyLogo-bottom">
<img src="images/icon-facebook.svg" alt="" class="logo facebook">
<img src="images/icon-twitter.svg" alt="" class="logo twitter">
<img src="images/icon-pinterest.svg" alt="" class="logo pinterest">
<img src="images/icon-instagram.svg" alt="" class="logo instagram">
</div>
<div class="line"> </div>
<div class="footer">
<p class="head">OUR COMPANY</p>
<p>HOW WE WORK</p>
<p>WHY INSURE?</p>
<p>CHECK PRICE</p>
<p>REVIEWS</p>
<p class="head">HELP ME</p>
<p>FAQ</p>
<p>TERMS OF USE</p>
<p>PRIVACY POLICY</p>
<p>COOKIES</p>
<p class="head">CONTACT</p>
<p>SALES</p>
<p>SUPPORT</p>
<p>LIVE CHAT</p>
<p class="head">OTHERS</p>
<p>CAREERS</p>
<p>PRESS</p>
<p>LICENSES</p>
</div>
<div class="copyright">
<p>Coded by <a href="https://github.com/thedreader/Insure-Landing-Page">Chirantan Paul</a></p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="index.js" charset="utf-8"></script>
</body>
</html>