-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (139 loc) · 5.46 KB
/
index.html
File metadata and controls
143 lines (139 loc) · 5.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>INSURE</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/84d4f961b3.js" crossorigin="anonymous"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<nav class="nav" id="nav">
<div class="logo">
<img src="./images/logo.svg" alt="">
</div>
<button class="humberger" id="humberger">
<img src="./images/icon-hamburger.svg" alt="">
</button>
<ul class="list" id="list">
<li><a href="#">HOW WE WORK</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">ACOUNT</a></li>
<button class="btn">VIEW PLANS</button>
</ul>
</nav>
</div>
</header>
<section class="showcase">
<div class="container">
<div class="liid"></div>
<div class="qoraal" data-aos="zoom-in-left">
<h1>Humanizing <br>
your insurance.</h1>
<p class="p">Get your life insurance coverage easier and faster. We blend our expertise and
Technology to help you find the blend thats right for you. Ensure you and your loved ones are protected
</p>
<button class="btn1">VIEW PLANS</button>
</div>
<div class="sawir">
<img src="./images/image-intro-desktop.jpg" alt="" class="jp1" data-aos="fade-up-left">
<img src="./images/bg-pattern-intro-right-desktop.svg" alt="" class="svg2">
<img src="./images/bg-pattern-intro-left-desktop.svg" alt="" class="svg3">
<img src="./images/bg-pattern-intro-right-mobile.svg" alt="" class="svg7">
<img src="./images/bg-pattern-intro-left-mobile.svg" alt="" class="svg6">
</div>
</div>
</section>
<section class="info">
<div class="container">
<div class="liid2"></div>
<div class="text">
<h1>We're different</h1>
</div>
<div class="icons">
<div class="icon1" data-aos="fade-up-right">
<img src="./images/icon-snappy-process.svg" alt="" class="">
<h3>Snappy Process</h3>
<p class="pp">Our Application process can be complated in <br> minutes, not hours. Dont get stuck filling in <br> tedious forms.</p>
</div>
<div class="icon2" data-aos="fade-up-left">
<img src="./images/icon-affordable-prices.svg" alt="" class="">
<h3>Afforable Prices</h3>
<p class="pp">We don't want you worrying about high monthly<br>costs. Our prices may be low, but we still offer<br> the best coverage possible.</p>
</div>
<div class="icon3" data-aos="zoom-in-left">
<img src="./images/icon-people-first.svg" alt="" class="">
<h3>People First</h3>
<p class="pp">Our plans aren't full of conditions and clauses <br> to prevent payouts. We make sure you're<br>covered when you need it.</p>
</div>
</div>
</div>
</section>
<section class="black container">
<div class="ciwaan" data-aos="fade-right"
data-aos-offset="300"
data-aos-easing="ease-in-sine">
<h1 class="find">Find out more <br> about how we work</h1>
</div>
<button class="btn1" data-aos="fade-right"
data-aos-offset="300"
data-aos-easing="ease-in-sine">HOW WE WORK</button>
<img src="./images/bg-pattern-intro-right-desktop.svg" alt="" class="svg4">
</section>
<footer>
<div class="container">
<div class="sare">
<img src="./images/bg-pattern-footer-desktop.svg" alt="" class="svg5">
<div class="logoo">
<img src="./images/logo.svg" alt="">
</div>
<div class="social-media">
<img src="./images/icon-facebook.svg" alt="">
<img src="./images/icon-twitter.svg" alt="">
<img src="./images/icon-pinterest.svg" alt="">
<img src="./images/icon-instagram.svg" alt="">
<img src="./images/bg-pattern-footer-mobile.svg" alt="" class="svg8">
</div>
</div>
<div class="hoose">
<div class="liid3"></div>
<div class="our company">
<h3>OUR COMPANY</h3>
<h4>HOW WE WORK</h4>
<h4>WHY INSURE?</h4>
<h4>VIEW PLANS</h4>
<h4>REVIEW</h4>
</div>
<div class="help me">
<h3>HELP ME</h3>
<h4>FAQ</h4>
<h4>TERMS OF USE</h4>
<h4>PRIVACY POLICY</h4>
<h4>COOKIES</h4>
</div>
<div class="contact">
<h3>CONTACT</h3>
<h4>SALES</h4>
<h4>SUPPORT</h4>
<h4>LIVE CHAT</h4>
</div>
<div class="others">
<h3>OTHER</h3>
<h4>CAREERS</h4>
<h4>PRESS</h4>
<h4>LICENSES</h4>
</div>
</div>
</div>
</footer>
<script src="app.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>