-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
525 lines (466 loc) · 18.2 KB
/
Copy pathindex.html
File metadata and controls
525 lines (466 loc) · 18.2 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
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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!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="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-no-background.svg" 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 -->
<!-- Hero section starts -->
<section class="hero">
<div class="hero-container">
<div class="row">
<div class="col hero-content">
<h2 class="hero-heading">
</h2>
<p class="para-line white">
<div class="inner-row">
</p>
<div class="inner-col">
<button class="btn btn-full-w btn-blue">
<a href="#">Find An Agency</a>
</button>
</div>
<div class="inner-col">
<button class="btn btn-full-w btn-yellow">
<a href="#">Buy Insurance</a>
</button>
</div>
<div class="inner-col">
<button class="btn btn-full-w btn-darkgreen">
<a href="https://api.whatsapp.com/send?phone=+254746010513 "style="background-color: green;">WhatsApp Chat!</a>
</button>
</div>
</div>
</div>
<div class="col hero-blank-col"></div>
</div>
</div>
</section>
<!-- Hero section ends -->
<!-- Why us section starts -->
<section class="why-us">
<div class="container">
<div class="row">
<div class="col why-us-content">
<h4 class="sub-heading">Why choose us</h4>
<h2 class="heading">
Looking for an insurance that understands your business goals and vision?
</h2>
<p class="para-line">
Look no further
than Breri. Our team is dedicated to delivering on time and within budget, while also providing
exceptional communication and service. We strive to make risk management and insurance as stress-
free as possible, so you can focus on what matters most: growing your business. With Breri, you can
trust that your financial assets, staff, and clients are protected, allowing you to achieve your company
objectives with confidence.</p>
<div class="inner-row why-us-row">
<div class="inner-col why-us-col">
<ion-icon name="call-outline"></ion-icon>
<h3 class="why-us-highlight-heading">
24x7 Support
</h3>
<p class="para-line">
Offering 24x7 support demonstrates Breri-Insurance's commitment to being there for its customers whenever they need assistance, no matter the time of day or night.
</p>
</div>
<div class="inner-col why-us-col">
<ion-icon name="flame-outline"></ion-icon>
<h3 class="why-us-highlight-heading">
Premium Services
</h3>
<p class="para-line">
Breri-Insurance is proud to offer premium services tailored to meet the unique needs and preferences of our discerning clients. Our premium services go beyond traditional insurance offerings, providing added value, convenience, and peace of mind.
</p>
</div>
</div>
</div>
<div class="col why-us-lead-form">
<div class="lead-form">
<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>
<!-- Why us section ends -->
<!-- Services section starts -->
<section class="our-services">
<div class="container">
<img src="img/breri5.png" class="service-img" alt="Our Services" title="Our Services">
<h4 class="sub-heading">Services We Provide</h4>
<h2 class="heading">
Insurance Solutions
</h2>
<p class="para-line head-desc" style="position: center;">
Breri-Insurance offers comprehensive insurance solutions designed to meet the diverse needs of our valued clients. Our range of insurance products encompasses various areas of coverage to provide security and peace of mind in every aspect of life.
</p>
<div class="services">
<div class="service">
<ion-icon name="home-outline"></ion-icon>
<h2 class="service-heading">Home/Domestic Package</h2>
<p class="para-line">
Home insurance is a crucial protection for homeowners, providing financial security against a range of risks that could damage or destroy your home and its contents.
</p>
</div>
<div class="service">
<ion-icon name="car-sport-outline"></ion-icon>
<h2 class="service-heading">Motor
</h2>
<p class="para-line">
Motor
insurance is a critical financial protection for drivers, providing coverage for vehicles against various risks on the road.
</p>
</div>
<div class="service">
<ion-icon name="airplane-outline"></ion-icon>
<h2 class="service-heading">Travel</h2>
<p class="para-line">
Travel insurance provides coverage for unexpected events that may occur before or during your trip, offering financial protection and peace of mind while traveling.
</p>
</div>
<div class="service">
<ion-icon name="fitness-outline"></ion-icon>
<h2 class="service-heading">Personal</h2>
<p class="para-line">
Personal insurance is a financial product that provides a lump-sum payment, known as a death benefit, to beneficiaries upon the insured person's death.
</p>
</div>
<div class="service">
<ion-icon name="happy-outline"></ion-icon>
<h2 class="service-heading">Education Policy</h2>
<p class="para-line">
Policy designed specifically to provide Education financial protection for children
</p>
</div>
<div class="service">
<ion-icon name="medkit-outline"></ion-icon>
<h2 class="service-heading">Health</h2>
<p class="para-line">
Health insurance is a type of coverage that pays for medical and surgical expenses incurred by the insured. It offers financial protection against the high costs of healthcare services, including doctor visits, hospitalizations, prescription medications, and preventive care
</p>
</div>
</div>
</div>
</section>
<!-- Services section ends -->
<!-- Overline section starts -->
<section class="overline">
<div class="container">
<h4 class="sub-heading white">Section overline</h4>
<h2 class="heading white">
Best Insurance Policies
</h2>
<img src="img/breri3.png" alt="Insurance Policies" title="Insurance policies" class="insurance-policies">
<div class="overlines">
<div class="row">
<div class="col">
<ion-icon name="analytics-outline" class="white"></ion-icon>
<h2 class="overline-heading">Insurance Made Simple</h2>
<p class="para-line white">
Simplify the often complex world of insurance products and services
</p>
</div>
<div class="col">
<ion-icon name="briefcase-outline" class="white"></ion-icon>
<h2 class="overline-heading">Experienced Agents</h2>
<p class="para-line white">
Offering expertise, guidance, and personalized service to clients navigating their insurance needs.
</p>
</div>
<div class="col">
<ion-icon name="trophy-outline" class="white"></ion-icon>
<h2 class="overline-heading">Winning Agency</h2>
<p class="para-line white">
Consistently delivers exceptional service, value, and results to its clients while also fostering a positive and supportive work environment for its employees
</p>
</div>
<div class="col">
<ion-icon name="planet-outline" class="white"></ion-icon>
<h2 class="overline-heading">Wide Presence</h2>
<p class="para-line white">
We have established ourself across various platforms, locations, and channels.
</p>
</div>
</div>
</div>
<button class="btn btn-yellow">
<a href="#">All Our Policies</a>
</button>
</div>
</section>
<!-- Overline section ends -->
<!-- About section starts -->
<section class="about">
<div class="container">
<div class="row">
<div class="col">
<h4 class="sub-heading">About the Company</h4>
<h2 class="heading">Our Story</h2>
<p class="para-line">
A full-service independent insurance Agency established in Kenya in 2023 and fully approved by the
Insurance Regulatory Authority.
Because of our independence, we are able to deliver a comprehensive range of tailored Risk Consulting,
Insurance, and Employee Benefits solutions based on detailed risk assessment, market research, and
engagement with multiple stakeholders.
Our extensive industry experience, expertise, and commitment to excellence and customer service,
combined with our risk-oriented approach to insurance and employee benefits, has enabled us to serve
prestigious corporate organizations across a wide range of industries, from individuals to SMEs to large
corporations.
Whether you need coverage for your car, house, or business, we will get you the information you need
to make an informed decision.</p>
<div class="about-highlights">
<div class="about-highlight-line">
<ion-icon name="chevron-forward-outline"></ion-icon>
<h5 class="highlight-line-heading">Experienced Team</h5>
</div>
<div class="about-highlight-line">
<ion-icon name="chevron-forward-outline"></ion-icon>
<h5 class="highlight-line-heading">Online Insurance Assistant</h5>
</div>
<div class="about-highlight-line">
<ion-icon name="chevron-forward-outline"></ion-icon>
<h5 class="highlight-line-heading">Insurance Coverage</h5>
</div>
</div>
<button class="btn btn-blue btn-full-w">
<a href="/about.html">Read More</a>
</button>
</div>
<div class="col">
<img src="img/breri4.png" alt="About Breri-Insurance" title="About Breri-Insurance" class="about-img">
</div>
</div>
<div class="partners">
<div class="row">
<div class="col">
<h4 class="sub-heading">Companies we work with</h4>
<h2 class="heading">Insurance Partners</h2>
</div>
<div class="col partners-grid">
<img src="img/OLDMUTUAL.webp" alt="Partner" title="Partner" class="partner-img">
<img src="img/pat2.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/aig-logo.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/canon_group_logo.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/logo.webp" alt="Partner" title="Partner" class="partner-img">
<img src="img/GEMINIA,.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/download.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/sanlam-logo.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/logo.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/logon.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/logo-PACIS-INSURANCE-tagline-1.png" alt="Partner" title="Partner" class="partner-img">
<img src="img/MUA.svg" alt="Partner" title="Partner" class="partner-img">
</div>
</div>
</div>
</div>
</section>
<!-- About section ends -->
<!-- Testimonial section starts -->
<section class="testimonial">
<div class="container">
<h4 class="sub-heading white">Testimonials</h4>
<h2 class="heading white">What Our Customers Say</h2>
<p class="para-line white">
"Peace of Mind"
"Breri-Insurance has been a lifesaver for my family. Their comprehensive coverage options and attentive customer service give us the peace of mind we need, knowing that we're protected no matter what life throws our way."
</p>
<div class="testimonial-profile">
<img src="img/client.jpg" alt="Client" title="Client" class="profile-img">
<span>
<h6 class="client-name white">Salma Juliana Nzioki</h6>
<p class="client-location white">Westlands</p>
</span>
</div>
<div class="stars">
<ion-icon name="star-outline"></ion-icon>
<ion-icon name="star-outline"></ion-icon>
<ion-icon name="star-outline"></ion-icon>
<ion-icon name="star-outline"></ion-icon>
<ion-icon name="star-outline"></ion-icon>
</div>
</div>
</section>
<!-- Testimonial section ends -->
<section class="consultancy">
<div class="container">
<div class="row">
<div class="col">
<div class="lead-form">
<h2>Free 1 Hour Consultancy Session</h2>
<form action="">
<button class="btn btn-blue">
<a href="#">Call Now</a>
</button>
</form>
</div>
</div>
<div class="col">
<div class="lead-form agent-card">
<img src="img/agent.jpg" alt="Agent" title="Agent" class="agent-img">
<h3 class="agent-name">Melvin Muhati</h3>
<p class="para-line">Senior Insurance Agent</p>
<h6 class="agent-number">
<ion-icon name="call-outline"></ion-icon> +254746010513
</h6>
<h6 class="agent-email">
<ion-icon name="mail-unread-outline"></ion-icon> melvinm@Breri-Insurance.com
</h6>
</div>
</div>
</div>
</div>
</section>
<!--------------- 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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
<script>
// ------------------------ Scroll to top button --------------------
$(document).ready(function(){
$(window).scroll(function(){
if($(this).scrollTop() > 40)
{
$('#topBtn').fadeIn();
}
else
{
$('#topBtn').fadeOut();
}
});
$("#topBtn").click(function(){
$('html, body').animate({scrollTop: 0},800);
});
});
// ------------------------ Scroll to top button --------------------
</script>
</body>
</html>