-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
137 lines (134 loc) · 6.46 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en" ltr="dir">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BiznaSure | Privacy Policy</title>
<meta name="theme-color" content="#176d6a">
<meta name="description"
content="Learn how to protect your business from various risks with Minet's comprehensive insurance solutions. Get a free quote today!">
<meta name="keywords"
content="business insurance, risk management, insurance solutions, free quote, Minet Kenya Insurance Brokers Limited, Minet Kenya">
<!-- Icons -->
<link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="static/img/apple-touch-icon.png">
<!-- CSS Files -->
<link rel="stylesheet"
href="static/vendor/bootstrap/bootstrap.custom.min.css">
<link rel="stylesheet"
href="static/vendor/bootstrap-icons/bootstrap-icons.min.css">
<link rel="stylesheet" href="static/vendor/aos/aos.css">
<link rel="stylesheet" href="static/vendor/glightbox/glightbox.min.css">
<link rel="stylesheet" href="static/css/style.css">
<!-- JS Files -->
<script defer src="static/vendor/bootstrap/bootstrap.bundle.min.js"></script>
<script defer src="static/vendor/aos/aos.js"></script>
<script defer src="static/vendor/glightbox/glightbox.min.js"></script>
<script defer src="static/js/script.js"></script>
</head>
<body data-bs-spy="scroll" data-bs-target="#navmenu">
<!-- ======= Footer ======= -->
<footer id="footer" class="pt-5 bg-light">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 d-flex flex-column justify-content-center align-items-center d-lg-block footer-about">
<a href="index.php" class="logo d-flex align-items-center">
<span>Risk. Reinsurance. People</span>
</a>
<p>
Minet is a trusted pan-African advisor that meets the uncertainties of tomorrow by delivering
risk and human capital solutions today.
</p>
<div class="footer-social-links d-flex mt-4">
<a href="https://twitter.com/Minet_Kenya/" target="_blank"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/MinetKenya/" target="_blank"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/minet_ke/" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/minet-kenya-insurance-brokers-limited"
target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<a href="index.php#">Home</a>
</li>
<li>
<a href="index.php#about">About us</a>
</li>
<li>
<a href="index.php#services">Cover Options</a>
</li>
<li>
<a href="privacy-policy.html">Privacy policy</a>
</li>
</ul>
</div>
<!--
<div class="col-lg-3 col-6 footer-links">
<div class="d-flex justify-content-center w-100">
<h4 class="position-relative" style="right: 30px">Cover Options</h4>
</div>
<div class="d-flex">
<div class="w-50">
<ul>
<li><a href="#">Property</a></li>
<li><a href="#">Glass & Signages</a></li>
<li><a href="#">All Risks</a></li>
<li><a href="#">Business Interruption</a></li>
<li><a href="#">Workmen Compensation</a></li>
<li><a href="#">Theft</a></li>
<li><a href="#">Employee Dishonesty</a></li>
<li><a href="#">Liability</a></li>
</ul>
</div>
<div class="w-50">
<ul>
<li><a href="#">Transits</a></li>
<li><a href="#">Money</a></li>
<li><a href="#">Machinery Breakdown</a></li>
<li><a href="#">Computer and Electronic</a></li>
<li><a href="#">Director's & Officers</a></li>
<li><a href="#">Cyber-Liability</a></li>
<li><a href="#">Deterioration of Stock</a></li>
<li><a href="#">Political Violence</a></li>
</ul>
</div>
</div>
</div> -->
<div class="col-lg-2 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>Minet House, Processional Way, off Nyerere Road</p>
<p>P.O. Box 48279-00100, GPO Nairobi</p>
<p>Kenya</p>
<p class="mt-4">
<strong>Phone:</strong> <span>+254 071 904 4000</span>
</p>
<p>
<strong>Email:</strong> <span>[email protected]</span>
</p>
</div>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>
<span>All rights reserved</span> ©️ 2023<span class="current-year"></span> <strong class="px-1">Minet
Group</strong>
</p>
<div class="credits">
Designed by <a href="#" class="pe-none">Minet Kenya IT Department</a>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Back To Top Button -->
<a href="#"
id="back-to-top"
class="position-fixed bg-primary rounded-circle d-flex align-items-center justify-content-center">
<i class="bi bi-arrow-up-short text-white lh-0 fs-3"></i>
</a>
<!-- Preloader -->
<div id="preloader"
class="position-fixed bg-white top-0 bottom-0 start-0 end-0 overflow-hidden z-3"></div>
</body>
</html>