-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
475 lines (388 loc) · 18 KB
/
contact.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
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
<!doctype html>
<html lang="en">
<!-- Mirrored from olili.ng/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 13 Aug 2022 16:36:24 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- SEO Meta description -->
<meta name="description" content="Olili Food Nig. Ltd. - Best Online Food Delivery Plug">
<meta name="keywords" content="OliliFood, Olili, Food, Food Delivery, Asaba, Restuarant, Food Vendor, Olili App">
<meta name="author" content="Olili Food Nig. Ltd.">
<!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+ -->
<meta property="og:site_name" content="Olili Food Nig. Ltd."/> <!-- website name -->
<meta property="og:site" content="index.html"/> <!-- website link -->
<meta property="og:title" content="Olili Food Nig. Ltd. - Online Food Delivery service you can trust"/> <!-- title shown in the actual shared post -->
<meta property="og:description" content="Olili Food Nig. Ltd. is a leading food delivery company with customer satifaction as its main focus."/> <!-- description shown in the actual shared post -->
<meta property="og:image" content="assets/img/olilifood.jpg"/> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="index.html"/> <!-- where do you want your post to link to -->
<meta property="og:type" content="website"/>
<!-- Favicon -->
<link rel="shortcut icon" href="assets/favicon/favicon.png" type="image/x-icon" />
<!-- Map CSS -->
<link rel="stylesheet" href="../api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css" />
<!-- Libs CSS -->
<link rel="stylesheet" href="assets/css/libs.bundle.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="assets/css/theme.bundle.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3XTPX5NVFQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3XTPX5NVFQ');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157818069-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-157818069-1');
</script>
<!-- Title -->
<title>Welcome to Olili Food Nig. Ltd.</title>
</head>
<body class="bg-light">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="index-2.html">
<img src="assets/img/logo.png" class="navbar-brand-img" alt="...">
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<!-- Navigation -->
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index-2.html">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">
About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">
Our Team
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">
Contact Us
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDocumentation" data-bs-toggle="dropdown" href="#" aria-haspopup="true" aria-expanded="false">
External
</a>
<div class="dropdown-menu dropdown-menu-md" aria-labelledby="navbarDocumentation">
<div class="list-group list-group-flush">
<a class="list-group-item" href="https://careers.olili.ng/" target="_blank">
<!-- Icon -->
<div class="icon icon-sm olili-primary">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M8 3v.5A1.5 1.5 0 009.5 5h5A1.5 1.5 0 0016 3.5V3h2a2 2 0 012 2v16a2 2 0 01-2 2H6a2 2 0 01-2-2V5a2 2 0 012-2h2z" fill="#FD7E14" opacity=".3"/><path d="M11 2a1 1 0 012 0h1.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5H11z" fill="#FD7E14"/><rect fill="#FD7E14" opacity=".3" x="7" y="10" width="5" height="2" rx="1"/><rect fill="#FD7E14" opacity=".3" x="7" y="14" width="9" height="2" rx="1"/></g></svg>
</div>
<!-- Content -->
<div class="ms-4">
<!-- Heading -->
<h6 class="fw-bold text-uppercase olili-secondary mb-0">
Careers
</h6>
<!-- Text -->
<p class="fs-sm text-gray-700 mb-0">
Work with Us
</p>
</div>
</a>
<a class="list-group-item" href="https://vendors.olili.ng/" target="_blank">
<!-- Icon -->
<div class="icon icon-sm olili-primary">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><rect fill="#FD7E14" x="4" y="4" width="7" height="7" rx="1.5"/><path d="M5.5 13h4a1.5 1.5 0 011.5 1.5v4A1.5 1.5 0 019.5 20h-4A1.5 1.5 0 014 18.5v-4A1.5 1.5 0 015.5 13zm9-9h4A1.5 1.5 0 0120 5.5v4a1.5 1.5 0 01-1.5 1.5h-4A1.5 1.5 0 0113 9.5v-4A1.5 1.5 0 0114.5 4zm0 9h4a1.5 1.5 0 011.5 1.5v4a1.5 1.5 0 01-1.5 1.5h-4a1.5 1.5 0 01-1.5-1.5v-4a1.5 1.5 0 011.5-1.5z" fill="#FD7E14" opacity=".3"/></g></svg> </div>
<!-- Content -->
<div class="ms-4">
<!-- Heading -->
<h6 class="fw-bold text-uppercase olili-secondary mb-0">
Vendors
</h6>
<!-- Text -->
<p class="fs-sm text-gray-700 mb-0">
Become a Vendor
</p>
</div>
</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- WELCOME -->
<section class="py-10 py-md-14 overlay overlay-black overlay-60 bg-cover" style="background-image: url(assets/img/covers/cover-4.jpg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<h1 class="display-2 fw-bold text-white">
We are Here to Help.
</h1>
<!-- Text -->
<p class="lead text-white-75 mb-0">
We always want to hear from you! Let us know how we can best help you and we'll do our very best.
</p>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x text-light">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
</div>
<style>
a:hover{
color: #db4802;
}
</style>
<!-- INFO -->
<section class="py-7 py-md-9 border-bottom border-gray-300" id="info">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<!-- Button -->
<a href="#info" class="btn btn-white btn-rounded-circle shadow mt-n11 mt-md-n13" data-scroll>
<i class="fe fe-arrow-down olili-primary"></i>
</a>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12 col-md-4 text-center border-end border-gray-300">
<!-- Heading -->
<h6 class="text-uppercase text-gray-700 mb-1">
Message us
</h6>
<!-- Link -->
<div class="mb-5 mb-md-0">
<a href="https://tawk.to/chat/5fc46175920fc91564cbda33/default" target="_self" class="h4 olili-primary">
Start a chat!
</a>
</div>
</div>
<div class="col-12 col-md-4 text-center border-end border-gray-300">
<!-- Heading -->
<h6 class="text-uppercase text-gray-700 mb-1">
Call anytime
</h6>
<!-- Link -->
<div class="mb-5 mb-md-0">
<a href="tel: +234 708 070 8901" class="h4 olili-primary">
+234 708 070 8901
</a>
</div>
</div>
<div class="col-12 col-md-4 text-center">
<!-- Heading -->
<h6 class="text-uppercase text-gray-700 mb-1">
Email us
</h6>
<!-- Link -->
<a href="cdn-cgi/l/email-protection.html#dcfcafa9acacb3aea89cb3b0b5b0b5f2b2bb" class="h4 olili-primary">
<span class="__cf_email__" data-cfemail="681b1d1818071a1c28070401040146060f">[email protected]</span>
</a>
</div>
</div> <!-- / .row -->
</div>
</section>
<!-- FORM -->
<section class="pt-8 pt-md-11 pb-8 pb-md-14">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<h2 class="fw-bold">
Let us hear from you directly!
</h2>
<!-- Text -->
<p class="fs-lg text-muted mb-7 mb-md-9">
You can Visit us at our office. We are available Mon - Sat [9:00 AM - 10:00 PM].
</p>
</div>
</div> <!-- / .row -->
<div class="row justify-content-center">
<div class="col-12 col-md-12 col-lg-10">
<div class="row">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1312.5148261340069!2d6.686850021161541!3d6.220468757154642!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x2ccf95e95b3c977b!2sOliliFood!5e0!3m2!1sen!2sng!4v1609330688671!5m2!1sen!2sng" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div> <!-- / .row -->
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x text-gray-200">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg> </div>
</div>
<!-- CTA -->
<section class="pt-6 pt-md-8 bg-gray-200">
<div class="container pb-6 pb-md-8 border-bottom">
<div class="row align-items-center">
<div class="col-12 col-md">
<!-- Heading -->
<h3 class="fw-bold mb-1">
Interested in joining our work team?
</h3>
<!-- Text -->
<p class="fs-lg text-muted mb-5 mb-md-0">
Check for available positions and apply.
</p>
</div>
<div class="col-12 col-md-auto">
<!-- Button -->
<a href="https://careers.olili.ng/" target="_blank" class="btn btn-success-soft olili-primary lift">
Apply now
</a>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- FOOTER -->
<footer class="py-8 py-md-11 bg-gray-200">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-3">
<!-- Brand -->
<a href="index-2.html">
<img src="assets/img/logo.png" alt="..." class="footer-brand img-fluid mb-2" width="130px" height="65px">
</a>
<!-- Text -->
<p class="text-gray-700 mb-2">
Sweet Food, Fast Delivery
</p>
<!-- Social -->
<ul class="list-unstyled list-inline list-social mb-6 mb-md-0">
<li class="list-inline-item list-social-item me-3">
<a href="https://www.instagram.com/olilifood/" target="_blank" class="text-decoration-none">
<img src="assets/img/icons/social/instagram.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item me-3">
<a href="https://facebook.com/OliliFood" target="_blank" class="text-decoration-none">
<img src="assets/img/icons/social/facebook.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item me-3">
<a href="https://twitter.com/olilifood" target="_blank" class="text-decoration-none">
<img src="assets/img/icons/social/twitter.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item me-3">
<a href="https://www.linkedin.com/company/olilifood" target="_blank" class="text-decoration-none">
<img src="assets/img/icons/social/linkedin.svg" class="list-social-icon" alt="...">
</a>
</li>
<li class="list-inline-item list-social-item me-3">
<a href="https://www.youtube.com/channel/UCS7BxJBkUZ9q3HOssQ4NNfQ" target="_blank" class="text-decoration-none">
<img src="assets/img/icons/social/youtube.png" class="list-social-icon" alt="...">
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
Useful
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="about.html" class="text-reset">
About Us
</a>
</li>
<li class="mb-3">
<a href="contact.html" class="text-reset">
Contact Us
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
Others
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-6 mb-md-8 mb-lg-0">
<li class="mb-3">
<a href="team.html" class="text-reset">
Team
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 offset-md-4 col-lg-2 offset-lg-0">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
Exernal
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li class="mb-3">
<a href="https://vendors.olili.ng/" target="_blank" class="text-reset">
Become a Vendor
</a>
</li>
<li class="mb-3">
<a href="https://careers.olili.ng/" target="_blank" class="text-reset">
Work with Us
</a>
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-2">
<!-- Heading -->
<h6 class="fw-bold text-uppercase text-gray-700">
Legal
</h6>
<!-- List -->
<ul class="list-unstyled text-muted mb-0">
<li class="mb-3">
<a href="policy.html" class="text-reset">
Privacy Policy
</a>
</li>
<li class="mb-3">
<a href="terms.html" class="text-reset">
Terms of Use
</a>
</li>
</ul>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</footer>
<!-- JAVASCRIPT -->
<!-- Map JS -->
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src='../api.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.js'></script>
<!-- Vendor JS -->
<script src="assets/js/vendor.bundle.js"></script>
<!-- Theme JS -->
<script src="assets/js/theme.bundle.js"></script>
</body>
<!-- Mirrored from olili.ng/contact.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 13 Aug 2022 16:36:24 GMT -->
</html>