-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
374 lines (326 loc) · 12.8 KB
/
about.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
<!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/about.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/[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 >
<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">
About Us
</h2>
</div>
</section>
<!-------------------- Breadcrumb section ------------------->
<!-------------------- Future protection -------------------->
<section class="future">
<div class="container">
<h4 class="sub-heading">Who we are</h4>
<h2 class="heading">
We are Breri
</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="future-protection-imgs">
<img src="img/childcare-insurance.png" alt="Future protection" title="Future protection" class="future-protection-img">
<img src="img/home-insurance.png" alt="Future protection" title="Future protection" class="future-protection-img">
<img src="img/health-insurance.png" alt="Future protection" title="Future protection" class="future-protection-img">
</div>
</div>
</section>
<!-------------------- Future protection -------------------->
<!-- ----------------- Company Values --------------------------- -->
<section class="values">
<div class="container">
<h4 class="sub-heading">Section overline</h4>
<h2 class="heading">
Company Values
</h2>
<div class="company-values">
<div class="value">
<ion-icon name="beer-outline"></ion-icon>
<h4 class="value-heading">Mission</h4>
<p class="para-line">
To serve our customers with honest, professional, and cost-effective risk, insurance, and employee
benefits solutions.
Develop and sustain long-term, consistent, honest, and profitable relationships with all stakeholders.
To give our employees with opportunities for professional development, personal fulfillment, and
financial stability.
</p>
</div>
<div class="value">
<ion-icon name="golf-outline"></ion-icon>
<h4 class="value-heading">vision</h4>
<p class="para-line">
To become the most trusted insurance intermediary in the delivery of risk, insurance, and employee
benefits solutions.</p>
</div>
<div class="value">
<ion-icon name="library-outline"></ion-icon>
<h4 class="value-heading">Core Values</h4>
<p class="para-line">
Integrity, Customer Focus, Excellence, Empathy, Innovation, Teamwork,Accountability, Continuous Learning,Community Engagement and Adaptability.
</p>
</div>
</div>
</div>
</section>
<!-- ----------------- Company Values --------------------------- -->
<!-- ------------------------------ Key numbers ------------------------- -->
<section class="key-numbers">
<div class="container">
<h4 class="sub-heading white">Section overline</h4>
<h2 class="heading white">
Our Key Numbers
</h2>
<p class="para-line white">
A full-service independent insurance Agency established in Kenya in 2023 and fully approved by the
Insurance Regulatory Authority.</p>
<div class="row key-num-row">
<div class="col">
<img src="img/key-number-img.png" alt="Key number image" title="Key number image" class="key-no-img">
</div>
<div class="col key-num-2-col">
<div class="key-number">
<h2 class="heading">10+</h2>
<p class="para-line">Insurance Partners</p>
</div>
<div class="key-number">
<h2 class="heading">99.7%</h2>
<p class="para-line">Customer Satisfaction</p>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------------------ Key numbers ------------------------- -->
<!-- -------------------------- Highlights ------------------------------ -->
<section class="company-highlights">
<div class="container">
<div class="highlight">
<ion-icon name="prism-outline"></ion-icon>
<h3 class="highlight-heading">Leading Partners</h3>
<p class="para-line">
We are glad to work with this patners -> APA, GEMINIA, AIG, SANLAM, OLD MUTUAL, ICEA LION, PACIS, CANNON, MADISON,
MUA, DIRECTLINE, KENYA ORIENT.</p>
</div>
<div class="highlight">
<ion-icon name="radio-outline"></ion-icon>
<h3 class="highlight-heading">Professional Advice</h3>
<p class="para-line">
We are licensed professionals with experience and expertise on insurance matters. As your consultants
we will provide personalized technical advice on sound insurance practice.
</p>
</div>
<div class="highlight">
<ion-icon name="thumbs-up-outline"></ion-icon>
<h3 class="highlight-heading">Market Service Standards</h3>
<p class="para-line">
We have access to a variety of insurers and know the products and service levels of each insurer in the
market. We compare the various product offerings and service standards and advise on the best
provider, cover and rate from the most suitable provider.
</p>
</div>
<div class="highlight">
<ion-icon name="shield-checkmark-outline"></ion-icon>
<h3 class="highlight-heading">Choice and Impartiality </h3>
<p class="para-line">
We have full access to the insurance marketplace and will therefore offer you choice - a one stop shop if
you like. We will assess your insurance needs and do the shopping for you. We are not biased towards
or against any particular insurer and will therefore pick the best option for you.
</p>
</div>
<div class="highlight">
<ion-icon name="wallet-outline"></ion-icon>
<h3 class="highlight-heading">Best Price Vs Value for Money</h3>
<p class="para-line">
We will provide the best price for the appropriate cover from the best provider, every time. Value for
money comes down to more than price when picking an insurance provider and while we may well get
the lowest price, our focus is on true value for money i.e. benefits to client.
</p>
</div>
<div class="highlight">
<ion-icon name="people-outline"></ion-icon>
<h3 class="highlight-heading">Claims Management Service</h3>
<p class="para-line">
This is the key reason for the purchase of any insurance product in the first instance. We will guide you
through the claims process and effectively manage the claim on your behalf, taking away the burden
and stress of claims handling from you.
</p>
</div>
</div>
</section>
<!-- -------------------------- Highlights ------------------------------ -->
<!-- --------------------------- Our team -------------------------------- -->
<!-- --------------------------- Our team -------------------------------- -->
<!-- ---------------------------- About CTA --------------------------- -->
<section class="about-cta">
<div class="container">
<div class="row">
<div class="col cta-content-col">
<h2 class="heading white">
Talk to an Insurance Agent
</h2>
<p class="para-line white">
Sure, I'm here to help. What would you like to talk about regarding insurance?
</p>
</div>
<div class="col cta-btn-col">
<button class="btn btn-yellow">
<a href="#">
Call Now
</a>
</button>
</div>
</div>
</div>
</section>
<!-- ---------------------------- About CTA --------------------------- -->
<!--------------- 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: [email protected]</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>