-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathadminhome.php
277 lines (249 loc) · 13.3 KB
/
adminhome.php
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
<?php
session_start();
if (!isset($_SESSION['username'])) {
$_SESSION['msg'] = "You must log in first";
header('location: admin.php');
}
if (isset($_GET['logout'])) {
session_destroy();
unset($_SESSION['username']);
header("location: admin.php");
}
?>
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="refresh" content="10">
<title>Narok Online Insurance System</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="vendors/fontawesome/css/all.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area" style="background-color: black">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="adminhome.php">Narok Insurance </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item"><a class="nav-link" href="adminhome.php">Home</a></li>
<li class="nav-item submenu dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pages</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="nav-link" href="ims/policy_registration.php">Registered Users</a></li>
<li class="nav-item"><a class="nav-link" href="ims/company_details.php">Company Details</a></li>
</ul>
</li>
</ul>
</div>
<div class="right-button">
<ul>
<li><a class="sign_up" href="admin.php" name='logout'>Sign Out</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================About Area =================-->
<section class="about-area area-padding-bottom" style="padding-top: 60px">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="area-heading">
<br>
<h4 style="margin-bottom:auto">User: Administrator</h4>
<hr>
</div>
</div>
</div>
</div>
</section>
<!--================About Area End =================-->
<!--================Insurance Area =================-->
<section class="service-area">
<div class="container">
<div class="area-heading">
<h3>Insurance Policy Categories
<br>
<hr>
</h3>
</div>
<div class="row">
<!-- Single service -->
<div class="col-md-6 col-lg-4">
<div class="single-service">
<div class="service-icon">
<i class="ti-car"></i>
</div>
<div class="service-content">
<h5>Auto/Vehicle Insurance</h5>
<p>Auto insurance protects the policyholder against financial loss in the event of an incident involving a vehicle they own, such as in a traffic collision. Coverage typically includes:
Property coverage, for damage to or theft of the car...</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!-- Single service -->
<div class="col-md-6 col-lg-4">
<div class="single-service">
<div class="service-icon">
<i class="ti-eye"></i>
</div>
<div class="service-content">
<h5>Health Insurance</h5>
<p>Health insurance policies cover the cost of medical treatments. Dental insurance, like medical insurance, protects policyholders for dental costs. In most developed countries, all citizens receive some health coverage from their governments, paid for...</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!-- Single service -->
<div class="col-md-6 col-lg-4">
<div class="single-service">
<div class="service-icon">
<i class="ti-heart"></i>
</div>
<div class="service-content">
<h5>Life Insurance</h5>
<p>Life insurance provides a monetary benefit to a decedent's family or other designated beneficiary, and may specifically provide for income to an insured person's family, burial, funeral and other final expenses. Life insurance policies often allow the option of having the proceeds paid to the beneficiary either in a lump sum cash payment...</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!-- Single service -->
<div class="col-md-6 col-lg-4">
<div class="single-service">
<div class="service-icon">
<i class="ti-home"></i>
</div>
<div class="service-content">
<h5>Real Estate Insurance</h5>
<p>More often referred to as Real Estate Title Insurance, Real Estate insurance is meant to protect customers in the case of financial loss due to any defects associated with purchasing a title. This type of policy is meant to protect a new owner...</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!-- Single service -->
<div class="col-md-6 col-lg-4">
<div class="single-service">
<div class="service-icon">
<i class="ti-package"></i>
</div>
<div class="service-content">
<h5>Cargo Insurance</h5>
<p>Cargo insurance is important for anyone who frequently ships expensive or fragile cargo, either through a company or personally. If cargo is lost or damaged while in shipping, most shipping companies are not responsible for any damage. This means the full loss goes to the one who shipped the cargo. Cargo loss or damage...</p>
<a href="#">Read More</a>
</div>
</div>
</div>
<!-- Single service -->
<div class="col-md-6 col-lg-4">
<div class="single-service">
<div class="service-icon">
<i class="ti-id-badge"></i>
</div>
<div class="service-content">
<h5>Income Protection Insurance</h5>
<p>Workers' compensation, or employers' liability insurance, is compulsory in some countries Coverage typically includes:
Disability insurance policies provide financial support in the event of the policyholder becoming unable to work because of disabling illness or injury. It provides...</p>
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================Service Area end =================-->
<!-- ================ start footer Area ================= -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 mb-4 mb-xl-0 single-footer-widget">
<h4>Theme:</h4>
<p>Assuring you a hopeful future</p>
<div class="footer-logo">
<h3 style="color: white; font-weight: bolder">Loki Insurance</h3>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-xl-0 single-footer-widget">
<h4>Contact Info</h4>
<div class="footer-address">
<p>Address : 6789 Street <br> Nairobi</p>
<span>Phone : +123 456789</span>
<span>Email : [email protected]</span>
</div>
</div>
<div class="col-lg-3 col-md-8 mb-4 mb-xl-0 single-footer-widget">
<h4>Newsletter</h4>
<p>Subscribe to receive our lates news letters</p>
<div class="form-wrap" id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get">
<div class="input-group">
<input type="email" class="form-control" name="EMAIL" placeholder="Your Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Your Email Address '">
<div class="input-group-append">
<button class="btn click-btn" type="submit">
<i class="fab fa-telegram-plane"></i>
</button>
</div>
</div>
<div style="position: absolute; left: -5000px;">
<input name="b_36c4fd991d266f23781ded980_aefe40901a" tabindex="-1" value="" type="text">
</div>
<div class="info"></div>
</form>
</div>
</div>
</div>
<div class="footer-bottom row align-items-center text-center text-lg-left no-gutters">
<p class="footer-text m-0 col-lg-8 col-md-12">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>
document.write(new Date().getFullYear());
</script> All rights reserved
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
<div class="col-lg-4 col-md-12 text-center text-lg-right footer-social">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-dribbble"></i></a>
<a href="#"><i class="ti-linkedin"></i></a>
</div>
</div>
</div>
</footer>
<!-- ================ End footer Area ================= -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/theme.js"></script>
</body>
</html>