-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwi.html
377 lines (323 loc) · 12 KB
/
wi.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
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Breri-Insurance | Be sucure for future!</title>
<meta name="description" content="Breri-Insurance is sharp Insurance agency website .">
<meta name="keywords" content="insurance Agency website ">
<meta name="author" content="atulcodex - Melvin & DNX | Web Developer">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/logo-no-background.svg">
<!-- External CSS link -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/pers.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Ionic icons CDN -->
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/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 >
<div class="topbar">
<!-- Left-aligned links -->
<div class="topbar-links">
<a href="index.html">Home</a>
<a href="#">Careers</a>
<a href="#">Terms</a>
<a href="#">Privacy</a>
</div>
<!-- Right-aligned social media links -->
<div class="social-icons">
<span class="follow-us">Follow us:</span>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
<!-- Scroll to top starts -->
<button id="topBtn">
<ion-icon name="arrow-up-outline"></ion-icon>
</button>
<!-- Scroll to top ends -->
<!-- Navigation starts -->
<nav class="" class="mobile" >
<div class="menu-container nav-wrapper">
<div class="brand">
<a href="index.html">
<img src="img/logo-color.png" class="logo" alt="Breri-Insurance-logo" >
</a>
</div>
<div class="hamberger">
<span></span>
<span></span>
<span></span>
</div>
<ul class="nav-list">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li>
<a href="insurance.html">Insurance</a>
<ul class="dropdown-list">
<li><a href="pers.html">Personal Insurance</a></li>
<li><a href="com.html">Commercial Insurance</a></li>
<li><a href="spe.html">Specialty Insurance</a></li></ul>
</li>
<li>
<a href="Employee.html">Employee Benefits</a>
<ul class="dropdown-list">
<li><a href="gmi.html">GROUP MEDICAL INSURANCE</a></li>
<li><a href="wi.html">WIBA INSURANCE</a></li>
<li><a href="gpa.html">GROUP PERSONAL ACCIDENT</a></li>
<li><a href="gfe.html">GROUP FUNERAL EXPENSE</a></li>
</ul>
</li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contacts</a></li>
</ul>
</div>
</nav>
<!-- Navigation ends -->
<!-------------------- Breadcrumb section ------------------->
<section class="breadcrumbs">
<div class="breadcrumb-container">
<h2 class="hero-heading white">
WORK INJURY BENEFITS ACT (WIBA) INSURANCE
</h2>
</div>
</section>
<!-------------------- Breadcrumb section ------------------->
<!-------------------- Insurance description ----------------->
<section class="description">
<div class="container">
<div class="row">
<div class="col desc-content">
<h4 class="sub-heading">Insurance Description</h4>
<h2 class="heading">
Perfect Insurance for Your employee's
</h2>
<p class="insurance-features">
<ion-icon name="shield-half-outline"></ion-icon> International
<ion-icon name="shield-half-outline"></ion-icon> Lifetime Support
<ion-icon name="shield-half-outline"></ion-icon> Professional
<ion-icon name="shield-half-outline"></ion-icon> Trustworthy
</p>
<p class="para-line">
The Work Injury Benefits Act (WIBA) Insurance provides mandatory coverage for employees in Kenya against work-related injuries, disabilities, or death. </p>
<button class="btn btn-blue">
<a >Get started</a>
</button>
</div>
<div class="col desc-img-content">
<img src="img/WEBA.jpg" alt="Insurance Details Image" title="Insurance Details Image" class="insurance-detail-img">
</div>
</div>
</div>
</section>
<!-------------------- Insurance description ----------------->
<!-------------------- Policy section ---------------------->
<section class="policy">
<div class="container">
<h4 class="sub-heading">Section overline</h4>
<h2 class="heading">
Package policies
</h2>
<div class="policies">
<div class="single-policy">
<ion-icon name="shield-half-outline"></ion-icon>
<p class="para-line">
Employee Wellness Programs:
Offer wellness programs to promote employee health and reduce workplace injuries, complementing WIBA coverage by focusing on prevention and employee well-being. </p>
</div>
<div class="single-policy">
<ion-icon name="shield-half-outline"></ion-icon>
<p class="para-line">
Safety Training and Consulting Services:
Provide safety training, consulting, and risk management services to help employers create safer work environments and minimize the risk of workplace injuries covered by WIBA insurance. </p>
</div>
<div class="single-policy">
<ion-icon name="shield-half-outline"></ion-icon>
<p class="para-line">
Return-to-Work Programs:
Implement return-to-work programs to facilitate the rehabilitation and reintegration of injured employees back into the workforce, enhancing productivity and reducing the duration of disability claims covered by WIBA insurance. </p>
</div>
<div class="single-policy">
<ion-icon name="shield-half-outline"></ion-icon>
<p class="para-line">
Legal Assistance and Claims Management:
Offer legal assistance and claims management services to help employers navigate the WIBA claims process, ensuring compliance with regulatory requirements and efficient handling of workplace injury claims. </p>
</div>
</div>
</div>
</section>
<!-------------------- Policy section ---------------------->
<!------------------------ Agent CTA -------------------------->
<section class="agent-cta">
<div class="container">
<h2 class="heading white">Need an advice? Talk to an Agent</h2>
<div class="row agents">
<div class="col agent">
<p class="para-line white">Home/Motor
Packages</p>
<hr>
<h3 class="agent-name white">Cheryl Welch</h3>
<p class="agent-email white">
<ion-icon name="call-outline"></ion-icon>
(+91) 9867 124588
</p>
<p class="agent-email white">
<ion-icon name="mail-outline"></ion-icon>
agent@Breri-Insurance.com
</p>
</div>
<div class="col agent">
<p class="para-line white">Health/Life Packages</p>
<hr>
<h3 class="agent-name white">John Marshall</h3>
<p class="agent-email white">
<ion-icon name="call-outline"></ion-icon>
(+91) 9867 124588
</p>
<p class="agent-email white">
<ion-icon name="mail-outline"></ion-icon>
agent@Breri-Insurance.com
</p>
</div>
</div>
</div>
</section>
<!------------------------ Agent CTA -------------------------->
<!------------------------ Available Insurance pack ---------------->
<section class="insurance-packs">
<div class="container">
<img src="img/wiba.jpg" alt="Available package" title="Available package" class="insurance-pack-img">
<h4 class="sub-heading">Section overline</h4>
<h2 class="heading">
Available Packages
</h2>
<div class="row ins-pack-row">
<div class="col ins-pack-col">
<h3 class="ins-pack-name">WORK INJURY BENEFITS ACT (WIBA) INSURANCE</h3>
<p class="ins-pack-price">Work Injury Benefit Act steps in to lift the employer’s financial obligation under the Work Injury Benefit
Act to compensate workers injured out of and in the course of employment. It includes:</p>
</div>
<div class="col ins-pack-col">
<p class="insurance-features">
<ion-icon name="shield-half-outline"></ion-icon> International
<ion-icon name="shield-half-outline"></ion-icon> Lifetime Support
<ion-icon name="shield-half-outline"></ion-icon> Professional
<ion-icon name="shield-half-outline"></ion-icon> Trustworthy
</p>
<p class="para-line">
Cost of medical care
Rehabilitation
Lost wages for injured employees
Benefits for dependents of persons killed in work related accidents.</p>
<br>
</div>
</div>
</div>
</section>
<!------------------------ Available Insurance pack ---------------->
<!------------------------ Quotation form ------------------------>
<section class="quoatation">
<div class="container">
<div class="row">
<div class="col quot-img-col">
<div class="spacer"></div>
</div>
<div class="col">
<div class="lead-form">
<h class="heading">Get a Quote Now</h>
<form action="">
<div class="input-field">
<label for="name">Full Name</label>
<input type="text" id="name" placeholder="Your name" required>
</div>
<div class="input-field">
<label for="number">Phone No.</label>
<input type="text" id="number" placeholder="Your phone number" required>
</div>
<div class="input-field">
<label for="email">Email Address</label>
<input type="email" id="email" placeholder="Your email address" required>
</div>
<button class="btn btn-blue">
<a href="#">Get A Quote</a>
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!------------------------ Quotation form ------------------------>
<!--------------- Footer ------------------>
<footer>
<div class="container1">
<div class="footer-section about">
<h3><i class="fas fa-map-marker-alt"></i> ADDRESS</h3>
<p><i class="fas fa-map-marker-alt"></i> Nairobi, Kenya</p>
<p><i class="fas fa-phone"></i> +254746010513</p>
<p><i class="fas fa-envelope"></i> Email: info@breriinsurance.com</p>
</div>
<div class="footer-section quick-links">
<h3><i class="fas fa-link"></i> QUICK LINK</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Cookies</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">FQAs</a></li>
</ul>
</div>
<div class="footer-section gallery">
<h3><i class="fas fa-images"></i> GALLERY</h3>
<div class="image-gallery">
<img src="img/breri1.png" alt="Image 1">
<!-- Add more images here -->
</div>
</div>
<div class="footer-section newsletter">
<h3><i class="fas fa-newspaper"></i> NEWSLETTER</h3>
<p>Ready to start your journey</p>
<form action="#" method="post">
<input type="email" name="email" placeholder="Your Email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Breri, All Right Reserved.</p>
</div>
</footer>
<!--------------- Footer ------------------>
<!-------------- Importing JS file -------------->
<script src="js/script.js"></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>