-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
472 lines (388 loc) · 16.1 KB
/
about.html
File metadata and controls
472 lines (388 loc) · 16.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Patrick Ogunjobi & Co.</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
======================================================= -->
</head>
<body>
<div class="click-closed"></div>
<!--/ Nav Star /-->
<nav class="navbar navbar-default navbar-trans navbar-expand-lg fixed-top">
<div class="container">
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault"
aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<a class="navbar-brand text-brand" href="index.html">Patrick Ogunjobi <span class="color-e"> & CO.</span> </a>
<div class="navbar-collapse collapse justify-content-center" id="navbarDefault">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="property-grid.html">Properties</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-grid.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--/ Nav End /-->
<!--/ Intro Single star /-->
<section class="intro-single">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-8">
<div class="title-single-box">
<h1 class="title-single"> About Us</h1>
</div>
</div>
<div class="col-md-12 col-lg-4">
<nav aria-label="breadcrumb" class="breadcrumb-box d-flex justify-content-lg-end">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">
About
</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
<!--/ Intro Single End /-->
<!--/ About Star /-->
<section class="section-about">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="about-img-box">
<img src="img/slide-about-1.jpg" alt="" class="img-fluid">
</div>
<div class="sinse-box">
<h3 class="sinse-title">Patrick Ogunjobi & Co.
<br> Since 2010</h3>
<p>Estate Surveyors And Valuers</p>
</div>
</div>
<div class="col-md-12 section-t8">
<div class="row">
<div class="col-md-6 col-lg-5">
<p></p>
<p class="color-text-a" align="justify">
We provide comprehensive services in all aspects of Real Estate Consultancy but have considerable nationwide and international experience based in the beautiful location at Magodo GRA Phase II.
</p>
<p class="color-text-a" align="justify">
Whether you are a buyer or a seller of property, a tenant or a landlord, we are here to listen. Our tag line is You are more important part of Us and that is what we believe. Our Estate Surveyors and Valuers service is rich in integrity and common sense, high in results and proven client satisfaction. All our staff live locally and we know Lagos and all the surrounding suburbs like the back of our hands.
<li><strong>Buying</li>
<li>Selling</li>
<li>Renting</li></strong>
<br>
If you have any real estate enquiry, we are here to help. Get in Touch and experience the difference.
</p>
</div>
<div class="col-lg-2 d-none d-lg-block">
</div>
<div class="col-md-6 col-lg-5 section-md-t3">
<p class="color-text-a" align="justify">
<strong>Our Vision</strong><br>
To help our clients discover the intrinsic value of their properties and deliver the dream of home ownership globally.
</p>
<p class="color-text-a" align="justify">
<strong>Our Mission</strong>
<br>
To impact lives through creative real estate services.
</p>
<p class="color-text-a" align="justify">
<strong>Our Value Statement</strong>
<li>Honesty</li>
<li>Enterprising spirit</li>
<li>Accountability</li>
<li>Loyalty</li>
<li>Teamwork</li>
<li>Hardwork</li>
</p>
<p class="color-text-a" align="justify">
<strong>Our Services</strong>
<li>Investment
<li>Development
<li>Valuation
<li>Consulting
<li>Mentoring
<li>Training
<li>Land documentation
<li>Patrick Ogunjobi & Co.
<br>       ….Exposing the hidden value
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ About End /-->
<!--/ Team Star /-->
<section class="section-agents section-t8">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title-wrap d-flex justify-content-between">
<div class="title-box">
<h2 class="title-a">Meet Our Team</h2>
<h6 class="color-text-a" align="justify">Our Principal and Associates are members of the Faculty of Plant and Machinery of the Nigerian Institution of Estate Surveyors and Valuers and affiliates of the International Valuation Standards Committee (IVSC)</h6>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-3.jpg" alt="" class="img-d img-fluid">
<p class="color-text-a" align="center">
<strong><span>ESV Patrick Ogunjobi</span></strong>
<br>Principal Partner</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-4.jpg" alt="" class="img-d img-fluid">
</div>
<p class="color-text-a" align="center">
<strong><span>ESV Ogunjobi Olunike</span></strong>
<br>Associate Partner</p>
</div>
</div>
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-6.jpg" alt="" class="img-d img-fluid">
</div>
<p class="color-text-a" align="center">
<strong><span>ESV Fabian Ugbechie</span></strong>
<br>Manager</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-8.jpg" alt="" class="img-d img-fluid">
<p class="color-text-a" align="center">
<strong><span>Mr. Famudele Oluwafemi</span></strong>
<br>Senior Surveyor</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-5.jpg" alt="" class="img-d img-fluid">
</div>
<p class="color-text-a" align="center">
<strong><span>Mr. Olatujoye Tosin</span></strong>
<br>Senior Surveyor</p>
</div>
</div>
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-9.jpg" alt="" class="img-d img-fluid">
</div>
<p class="color-text-a" align="center">
<strong><span>Mr. Moronfola Abiodun Sunday</span></strong>
<br>Senior Surveyor</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-7.jpg" alt="" class="img-d img-fluid">
<p class="color-text-a" align="center">
<strong><span>Mr. Bamidele Olawale Lawrence </span></strong>
<br>Town Planner & Information Technologist</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card-box-d">
<div class="card-img-d">
<img src="img/about-10.jpg" alt="" class="img-d img-fluid">
</div>
<p class="color-text-a" align="center">
<strong><span>Mr. Sekunowo Oluwaseyi Victor</span></strong>
<br>Builder/Building Technologist</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Team End /-->
<!--/ footer Star /-->
<section class="section-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-4">
<div class="widget-a">
<div class="w-header-a">
<h3 class="w-title-a text-brand">Patrick Ogunjobi & Co.</h3>
</div>
<div class="w-body-a">
<p class="w-text-a color-text-a" align="justify">
<b>We have a mission:</b> to impact lives through creative real estate services.
<br>
<b>Our core values are:</b> honesty, Enterprising spirit, Accountability, Loyality, Team work, Hardword and Integrity.
</p>
</div>
<div class="w-footer-a">
<ul class="list-unstyled">
<li class="color-a">
<span class="color-text-a"><b>Phone:</b></span><a href="tel:+234 802 979 5821"> +234 802 979 5821 </a></li>
<span class="color-text-a"><b>Phone:</b></span><a href="tel:+234 806 584 6189"> +234 806 584 6189 </a></li><br>
<span class="color-text-a"><b>Phone:</b></span><a href="tel:+234 803 402 9926"> +234 803 402 9926 </a></li>
<li class="color-a">
<span class="color-text-a"><b>Email:</b></span> info@patrickogunjobiandco.com </li>
</ul>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4 section-md-t3">
<div class="widget-a">
<div class="w-header-a">
<h3 class="w-title-a text-brand"> Office Location </h3>
</div>
<div class="w-body-a">
<div class="w-body-a">
<ul class="list-unstyled">
<li class="item-list-a">
<i class="fa fa-map-marker"></i>
32, Adetoro Adelaja street, </li>
<li class="item-list-a">
</i> Magodo Phase 2, Lagos,
<li class="item-list-a">
Nigeria </li>
<li class="item-list-a">
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4 section-md-t3">
<div class="widget-a">
<div class="w-header-a">
<h3 class="w-title-a text-brand">Quick Links</h3>
</div>
<div class="w-body-a">
<ul class="list-unstyled">
<li class="item-list-a">
<i class="fa fa-angle-right"></i> <a href="index.html">Home</a>
</li>
<li class="item-list-a">
<i class="fa fa-angle-right"></i> <a href="about.html">About Us</a>
</li>
<li class="item-list-a">
<i class="fa fa-angle-right"></i> <a href="property-grid.html">Properties</a>
</li>
<li class="item-list-a">
<i class="fa fa-angle-right"></i> <a href="blog-grid.html">Blog</a>
</li>
<li class="item-list-a">
<i class="fa fa-angle-right"></i> <a href="services.html">Services</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="socials-a">
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://wa.me/+2348029795821">
<i class="fa fa-whatsapp" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
<div class="copyright-footer">
<p class="copyright color-text-a">
© Copyright
<span class="color-a">Patrick Ogunjobi And Co.</span>
<br>All Rights Reserved.
</p>
</div>
<div class="credits">
<!--
-->
Designed by <a href="https://wa.me/+2349069890028">ViralMax Media</a>
</div>
</div>
</div>
</div>
</footer>
<!--/ Footer End /-->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/popper/popper.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/scrollreveal/scrollreveal.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>