-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
49 lines (38 loc) · 1.44 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<?php
require_once ("configuration/db_config.php");
require_once ("controllers/displayads.php");
require_once ("controllers/location.php");
require_once ("controllers/searchcategories.php");
$title ="About Us";
$description ="We are wweb solution for all property shopping problems";
$keyWords = "mobile phone, business atmospere";
include ("includes/head.php") ?>
</head>
<body>
<div class="wrapper">
<!-- Navigation -->
<?php
include ("includes/navbar.php") ?>
<!-- Top container -->
<!-- Boxes Section -->
<section class="bo">
<h1>Who we are:</h1>
<p>We are web base solution for all property businesses.
Irespective of where your property is located, we help you showcase it to the world</p>
<p>We give your property a place in the business atmosphere.
by helping you reach the highest target audience possible,</p>
<p>you can shop for a property from the confort of your mobile phone.</p>
</section>
<!-- Info Section -->
<?php include("includes/footer.php") ?>
</div>
<!-- Wrapper ends -->
<script src="mycss/js/popper.min.js"></script>
<script src="mycss/js/jquery.js"></script>
<script src="mycss/js/mainnavbarjs.js"></script>
<script src="mycss/js/main.js"></script>
</body>
</html>