-
Notifications
You must be signed in to change notification settings - Fork 7
/
insurance.html
371 lines (326 loc) · 12.9 KB
/
insurance.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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Insurance | Insurancy</title>
<meta name="description" content="Insurancy is sharp Insurance agency website template based on HTML CSS and JavaScript specially designed for insurance company, insurance agency and startup agency.">
<meta name="keywords" content="insurance broker website template, website template for insurance company, insurance website templates free download, insurance company website template, life insurance website template, insurance agency website template, auto insurance website template, insurance agency, html5 website template, insurance website examples, car insurance website template, insurance responsive website template free download">
<meta name="author" content="atulcodex - Atul Prajapati | Web Developer">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="atulcodex - Atul Prajapati | Freelance web developer">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/shield.png">
<!-- External CSS link -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/insurance.css">
<!-- Ionic icons CDN -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<!-- Jquery CDN link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body>
<!-- Scroll to top starts -->
<button id="topBtn">
<ion-icon name="arrow-up-outline"></ion-icon>
</button>
<!-- Scroll to top ends -->
<!-- Navigation starts -->
<nav>
<div class="menu-container nav-wrapper">
<div class="brand">
<a href="index.html">
<img src="img/insurancy logo.png" alt="insurancy-logo" border="0">
</a>
</div>
<div class="hamberger">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active">
<a href="insurance.html">Insurance</a>
<ul class="dropdown-list">
<li><a href="insurance-details.html">Health Policy</a></li>
<li><a href="insurance-details.html">Auto Policy</a></li>
<li><a href="insurance-details.html">Home Policy</a></li>
<li><a href="insurance-details.html">Life Policy</a></li>
<li><a href="insurance-details.html">Travel Policy</a></li>
</ul>
</li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contacts</a></li>
<li>
<button class="btn btn-blue">
<a href="tel:9876654321">+91 7303033652</a>
</button>
</li>
</ul>
</div>
</nav>
<!-- Navigation ends -->
<!-------------------- Breadcrumb section ------------------->
<section class="breadcrumbs">
<div class="breadcrumb-container">
<h2 class="hero-heading white">
Insurance Services
</h2>
</div>
</section>
<!-------------------- Breadcrumb section ------------------->
<!-------------------- Future shape section ----------------->
<section class="shape">
<div class="container">
<h4 class="sub-heading">We shape the future</h4>
<h2 class="heading">
How we can help you
</h2>
<div class="services">
<div class="service-card">
<div class="service-img card-home"></div>
<div class="service-details">
<h2 class="service-name">Home Insurance</h2>
<p class="para-line">
Tousled lettpre tote bag bicycle rights cliche twee hashtg pokpo demos tanero lamina sime voti.
</p>
<button class="btn btn-yellow">
<a href="insurance-details.html">More Details</a>
</button>
</div>
</div>
<div class="service-card">
<div class="service-img card-auto"></div>
<div class="service-details">
<h2 class="service-name">Auto Insurance</h2>
<p class="para-line">
Tousled lettpre tote bag bicycle rights cliche twee hashtg pokpo demos tanero lamina sime voti.
</p>
<button class="btn btn-yellow">
<a href="insurance-details.html">More Details</a>
</button>
</div>
</div>
<div class="service-card">
<div class="service-img card-vacation"></div>
<div class="service-details">
<h2 class="service-name">Vacation Insurance</h2>
<p class="para-line">
Tousled lettpre tote bag bicycle rights cliche twee hashtg pokpo demos tanero lamina sime voti.
</p>
<button class="btn btn-yellow">
<a href="insurance-details.html">More Details</a>
</button>
</div>
</div>
<div class="service-card">
<div class="service-img card-belonging"></div>
<div class="service-details">
<h2 class="service-name">Belongings Insurance</h2>
<p class="para-line">
Tousled lettpre tote bag bicycle rights cliche twee hashtg pokpo demos tanero lamina sime voti.
</p>
<button class="btn btn-yellow">
<a href="insurance-details.html">More Details</a>
</button>
</div>
</div>
<div class="service-card">
<div class="service-img card-childcare"></div>
<div class="service-details">
<h2 class="service-name">ChildCare Insurance</h2>
<p class="para-line">
Tousled lettpre tote bag bicycle rights cliche twee hashtg pokpo demos tanero lamina sime voti.
</p>
<button class="btn btn-yellow">
<a href="insurance-details.html">More Details</a>
</button>
</div>
</div>
<div class="service-card">
<div class="service-img card-health"></div>
<div class="service-details">
<h2 class="service-name">Health Insurance</h2>
<p class="para-line">
Tousled lettpre tote bag bicycle rights cliche twee hashtg pokpo demos tanero lamina sime voti.
</p>
<button class="btn btn-yellow">
<a href="insurance-details.html">More Details</a>
</button>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Future shape section ----------------->
<!-------------------- FAQ section -------------------------->
<section class="faqs">
<div class="container">
<h4 class="sub-heading white">Section overline</h4>
<h2 class="heading white">
Most Asked Questions
</h2>
<div class="let-them-ask">
<div class="row faq-row">
<div class="col">
<div class="faq">
<div class="question">
<h3>1. How old do I have to be to buy an Insurance?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round" />
</svg>
</div>
<div class="answer">
<p class="para-line white">
Slow-carb art party selfies et. Sunt art party swag seitan street art succulents. Twee authentic mumblecore four loko food truck, master cleanse cupidatat 8-bit gochujang synth gentrify franzen magna.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>2. What is KidCare Insurance?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round" />
</svg>
</div>
<div class="answer">
<p class="para-line white">
Slow-carb art party selfies et. Sunt art party swag seitan street art succulents. Twee authentic mumblecore four loko food truck, master cleanse cupidatat 8-bit gochujang synth gentrify franzen magna.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>3. Do you accept credit cards?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round" />
</svg>
</div>
<div class="answer">
<p class="para-line white">
Slow-carb art party selfies et. Sunt art party swag seitan street art succulents. Twee authentic mumblecore four loko food truck, master cleanse cupidatat 8-bit gochujang synth gentrify franzen magna.
</p>
</div>
</div>
</div>
<div class="col">
<div class="faq">
<div class="question">
<h3>4. How do Insurance plans work?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round" />
</svg>
</div>
<div class="answer">
<p class="para-line white">
Slow-carb art party selfies et. Sunt art party swag seitan street art succulents. Twee authentic mumblecore four loko food truck, master cleanse cupidatat 8-bit gochujang synth gentrify franzen magna.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>5. Who is eligible for the Future Insurance plan?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round" />
</svg>
</div>
<div class="answer">
<p class="para-line white">
Slow-carb art party selfies et. Sunt art party swag seitan street art succulents. Twee authentic mumblecore four loko food truck, master cleanse cupidatat 8-bit gochujang synth gentrify franzen magna.
</p>
</div>
</div>
<div class="faq">
<div class="question">
<h3>6. Why should I have Insurance?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3" stroke="white" stroke-width="7" stroke-linecap="round" />
</svg>
</div>
<div class="answer">
<p class="para-line white">
Slow-carb art party selfies et. Sunt art party swag seitan street art succulents. Twee authentic mumblecore four loko food truck, master cleanse cupidatat 8-bit gochujang synth gentrify franzen magna.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- FAQ section -------------------------->
<!-------------------- Additional services ---------------->
<section class="additional">
<div class="container">
<div class="row additional-row">
<div class="col additional-service">
<h4 class="sub-heading">We shape the future</h4>
<h2 class="heading">
Additional Services
</h2>
<p class="para-line">
Man braid fixie deserunt narwhal gluten free blog four dollar toast proident sed aesthetic salvia consequat pug artisan.
</p>
</div>
<div class="col additional-service">
<img src="img/additional-service-1.png" title="Additional Services" alt="Additional Services" class="addi-service-img">
<h4 class="addi-ser-heading">Insurance Consultancy</h4>
<hr>
<p class="para-line">
Kale chips knausgaard mustache blog fashion axe selfies salvia. Gluten-free post-ironic deep v typewriter.
</p>
</div>
<div class="col additional-service">
<img src="img/additional-service-2.png" title="Additional Services" alt="Additional Services" class="addi-service-img">
<h4 class="addi-ser-heading">Future insurance for kids</h4>
<hr>
<p class="para-line">
Kale chips knausgaard mustache blog fashion axe selfies salvia. Gluten-free post-ironic deep v typewriter.
</p>
</div>
</div>
</div>
</section>
<!-------------------- Additional services ---------------->
<!-- ---------------------- Footer ------------------ -->
<footer>
<div class="footer-container">
<p class="para-line white">Copyright © 2022</p>
</div>
</footer>
<!-- ----------------------- Footer ------------------- -->
<!-------------- Importing JS file -------------->
<script src="js/script.js"></script>
<script>
// FAQ script
const faqs = document.querySelectorAll(".faq");
faqs.forEach(faq => {
faq.addEventListener("click", () => {
faq.classList.toggle("active");
})
})
</script>
<!------------------------ Scroll to top button -------------------->
<script>
$(document).ready(function(){
$(window).scroll(function(){
if($(this).scrollTop() > 40)
{
$('#topBtn').fadeIn();
}
else
{
$('#topBtn').fadeOut();
}
});
$("#topBtn").click(function(){
$('html, body').animate({scrollTop: 0},800);
});
});
</script>
</body>
</html>