-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
324 lines (281 loc) · 17.7 KB
/
about.html
File metadata and controls
324 lines (281 loc) · 17.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Unity Integrated Security Services Limited</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Security, insecurity, guards, news" name="keywords">
<meta content="Unity Integrated Security" name="description">
<!-- Favicon -->
<link href="img/Unity Logo.png" rel="icon">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- <link href="/lib/fontawesome/all.min.css" rel="stylesheet"> -->
<!-- Flaticon Font -->
<link href="/lib/flaticon/font/flaticon.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="/lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="./css/style.css" rel="stylesheet">
</head>
<body class="bg-white">
<!-- Topbar Start -->
<div class="container-fluid">
<div class="row bg-secondary py-3 px-lg-5">
<div class="col-lg-6 text-center text-lg-left">
<div class="d-inline-flex align-items-center">
<p class="mr-2 mb-2 mb-lg-0 text-white">Opening Hours:</p>
<span class="mb-2 mb-lg-0 text-white">9.00AM - 5.00PM</span>
</div>
</div>
<div class="col-lg-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<p class="m-0 mr-1 text-white">Follow Us:</p>
<a class="text-white px-2" href="">
<i class="fab fa-facebook"></i>
</a>
<a class="text-white px-2" href="#">
<i class="fab fa-twitter"></i>
</a>
<a class="text-white px-2" href="https://www.linkedin.com/company/unitysecservices/">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white px-2" href="#">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="row d-none d-md-flex align-items-center py-3 px-lg-5">
<div class="col-lg-4">
<a href="" class="navbar-brand d-none d-lg-block">
<h1 class="m-0 navbar-brand font-italic"><span class="text-success">Unity</span> Security</h1>
</a>
</div>
<div class="col-lg-8 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<div class="d-inline-flex flex-column text-center pr-3 border-right">
<h6>Our Office</h6>
<p class="m-0">Suite 2. Plot 6, NUT Building, Mogadishu City center, KD, NG</p>
</div>
<div class="d-inline-flex flex-column text-center px-3 border-right">
<h6>Email Us</h6>
<p class="m-0">info@unitysecservices.com</p>
</div>
<div class="d-inline-flex flex-column text-center pl-3">
<h6>Call Us</h6>
<p class="m-0">080 2218 0640</p>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid p-0 py-2 nav-bar bg-dark">
<nav class="navbar navbar-expand-lg bg-none navbar-dark py-0">
<a href="" class="navbar-brand d-block d-lg-none">
<h1 class="m-0 display-5 text-capitalize font-italic text-white"><span class="text-success">Unity</span> Security</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav m-auto py-4">
<a href="/" class="nav-item nav-link">Home</a>
<a href="/about.html" class="nav-item active nav-link">About</a>
<a href="/#services" class="nav-item nav-link">Services</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- About Us Start -->
<div class="container-fluid mt-5 pt-5">
<div class="d-flex flex-column text-center my-5">
<h1 class="text-success mb-3">About Us</h1>
<h6 class="m-0">Get To Know Us</h6>
</div>
<div class="container">
<!-- About Start -->
<div id="about" class="container-fluid mb-5" style="background: #f6f6f6;">
<div class="row align-items-center">
<div class="col-lg-6 px-0">
<img width="100%" class="img-fluid" src="img\guards\green-uniformed-guards.jpg" alt="Image">
</div>
<div class="col-lg-6 py-5 py-lg-0 px-3 px-lg-5">
<h1 class="mb-4">15 Years Experience</h1>
<p>With our experience and intelligence profile, you can be assured of top-notch premium service</p>
<div class="row py-2">
<div class="col-sm-6">
<i class="flaticon-approved display-3 text-success"></i>
<h5 class="mt-2">Govt Approved</h5>
<p>We are approved and certified by the Federal Beraeu</p>
</div>
<div class="col-sm-6">
<i class="flaticon-medal display-3 text-success"></i>
<h5 class="mt-2">Award Winning</h5>
<p>We are recognized in the industry as experts</p>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Mission Start -->
<div class="py-3 my-5 bg-light text-center">
<h1 class="text-success mb-3">Our Mission</h1>
<div class="">
<p class="text-center">
Our mission at Unity Integrated Security Services Ltd is to provide security and related services with unwavering professionalism and integrity. We are committed to safeguarding the well-being and assets of our clients by employing highly skilled professionals who demonstrate the utmost competence and ethical conduct. Through our comprehensive security consultancy services, we offer expert advice and tailored solutions to meet the unique needs of both public and individual clients. Our dedicated team of uniformed and plain-clothed security guards ensures a safe and secure environment for corporate and individual clients, while our specialized bodyguards provide exceptional protection for VIPs. We take pride in our ability to deliver, install, and service top-quality security equipment, fire extinguishers, and devices, catering to diverse sectors including banking, domestic, industrial, commercial, and public institutions. Our warehousing functions prioritize the security and efficiency of our clients' assets. We conduct our business with the highest level of professionalism, adhering to ethical practices, confidentiality, and respect for our clients and stakeholders. At Unity Integrated Security Services Ltd, we are driven by a strong sense of responsibility to uphold the trust placed in us by our clients. We continuously strive to enhance our services, embrace technological advancements, and foster a culture of continuous improvement. Our unwavering commitment to professionalism and integrity sets the foundation for our mission to provide exceptional security and related services, ensuring peace of mind for our valued clients.
</p>
</div>
</div>
<!-- Mission End -->
<!-- Team Start -->
<div class="py-3">
<div class="d-flex flex-column text-center mb-5">
<h5 class="text-success mb-3">Management</h5>
<h1 class="m-0">Meet Our Team</h1>
</div>
<div class="row">
<div class="col-lg-6 mb-4">
<div class="row mb-2 align-items-center">
<div class="col-6 text-right">
<h6>Dr. Dauda Ageni</h6>
<h6 class="text-muted font-weight-normal text-capitalize mb-2">Chairman & CEO</h6>
<p>Ipsum tempor tempor dolor no est diam duo dolore, dolor eos dolor amet erat clita amet.</p>
</div>
<div class="col-6">
<img class="img-thumbnail p-3" src="img/user.jpg" alt="Image">
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="row mb-2 align-items-center">
<div class="col-6">
<img class="img-thumbnail p-3" src="img/user.jpg" alt="Image">
</div>
<div class="col-6 text-left">
<h6>Mr. Danjuma Ageni</h6>
<h6 class="text-muted font-weight-normal text-capitalize mb-2">General Manager</h6>
<p>Ipsum tempor tempor dolor no est diam duo dolore, dolor eos dolor amet erat clita amet.</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="row mb-2 align-items-center">
<div class="col-6 text-right">
<h6>Mr. Isaac Tsobaza</h6>
<h6 class="text-muted font-weight-normal text-capitalize mb-2">Assistant General Manager</h6>
<p>Ipsum tempor tempor dolor no est diam duo dolore, dolor eos dolor amet erat clita amet.</p>
</div>
<div class="col-6">
<img class="img-thumbnail p-3" src="img/user.jpg" alt="Image">
</div>
</div>
</div>
<div class="col-lg-6 mb-4">
<div class="row mb-2 align-items-center">
<div class="col-6">
<img class="img-thumbnail p-3" src="img/user.jpg" alt="Image">
</div>
<div class="col-6 text-left">
<h6>Officer Name</h6>
<h6 class="text-muted font-weight-normal text-capitalize mb-2">Designation</h6>
<p>Ipsum tempor tempor dolor no est diam duo dolore, dolor eos dolor amet erat clita amet.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Vision Start -->
<div class="py-3 my-5 bg-light text-center">
<h1 class="text-success mb-3">Our Vision</h1>
<div class="">
<p class="">
Our vision at Unity Integrated Security Services Ltd is to pioneer unparalleled excellence in the security industry, surpassing ordinary standards. With a dynamic and reliable approach, we strive to lead the way in providing exceptional security services and solutions in Nigeria. By leveraging our expertise and experience, we aim to deliver comprehensive security consultancy services, including facility training, workshops, seminars, personal screening, and physical security. We are committed to supplying corporate and individual clients with highly trained uniformed and plain-clothed security guards, as well as offering specialized bodyguard services for VIP clients. Additionally, we aspire to be the foremost provider of top-quality security equipment, fire extinguishers, and devices for various sectors, such as banking, domestic, industrial, commercial, and public institutions. Through our dedication and proficiency, we undertake all warehousing functions on behalf of our clients, ensuring optimal security and efficiency. We are resolute in exploring new opportunities and engaging in security-related ventures that align with our overarching mission. At Unity Integrated Security Services Ltd, we constantly strive to surpass expectations and establish ourselves as the unrivaled leaders in the industry, setting a benchmark for excellence.
</p>
</div>
</div>
<!-- Vision End -->
</div>
</div>
<!-- About Us End -->
<!-- Footer Start -->
<div class="container-fluid bg-secondary text-white mt-5 py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-4 col-md-12 mb-5">
<h1 class="mb-3 display-5 text-capitalize font-italic text-white"><span class="text-success">Unity</span> Security</h1>
<p class="m-0">
Unity Integrated Security Services Ltd. is dynamic and a reliable security outfit operating in the Nigeria with our Head office in Kaduna, and Branch Offices in all geopolitical zones of the Nigerian Federation.
</p>
</div>
<div class="col-lg-8 col-md-12">
<div class="row">
<div class="col-md-4 mb-5">
<h5 class="text-success mb-4">Quick Links</h5>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="/"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="/about"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="/#services"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white" href="/contact.html"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-md-4 mb-5">
<h5 class="text-success mb-4">Get In Touch</h5>
<p>Suite 2. Plot 6, NUT Building Mogadishu city center, Kaduna, Nigeria</p>
<p><i class="fa fa-phone-alt mr-2"></i>080 2218 0640</p>
<p><i class="fa fa-envelope mr-2"></i>info@unitysecservices.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="https://www.linkedin.com/company/unitysecservices/"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 40px; height: 40px;" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="row pt-3">
<div class="col-md-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">
© <a class="text-white font-weight-bold" href="#">Unity Integrated Security Services</a>. All Rights Reserved. Designed by
<br>
<a class="text-white font-weight-bold" href="https://binsoft.online">Binary Software Inc.</a>
</p>
</div>
<div class="col-md-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="/privacy.html">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="/terms.html">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="/faqs.html">FAQs</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-secondary border back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="/lib/jquery/jquery-3.4.1.min.js"></script>
<script src="/lib/bootstrap/bootstrap.bundle.min.js"></script>
<script src="/lib/easing/easing.min.js"></script>
<script src="/lib/waypoints/waypoints.min.js"></script>
<script src="/lib/counterup/counterup.min.js"></script>
<script src="/lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="/mail/jqBootstrapValidation.min.js"></script>
<script src="/mail/contact.js"></script>
<!-- Template Javascript -->
<script src="/js/main.js"></script>
</body>
</html>