-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
29 lines (25 loc) · 1.14 KB
/
about.php
File metadata and controls
29 lines (25 loc) · 1.14 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
<?php
$title = "About Us";
$desc = "About Davisbrook Ltd";
include("includes/header.php"); ?>
<main role="main">
<section class="pagetitle">
<h1>About</h1>
</section>
<section class="content">
<section class="aboutheader">
</section>
<section class="abouttext">
<h2>About Davisbrook Ltd</h2>
<p>We own and manage all our properties and maintain them to the highest standards, our properties have a very modern contemporary finish throughout and range from 1-8 Bedrooms within the most popular locations of Fallowfield and Rusholme.</p>
<p>We have extensive in house experience in assisting and resolving problems that arise with student rental accommodation and we ensure a genuine 24hr emergency helpline that will be answered by us and not a call centre. We are committed to provide a personalised service and we are always just a phone call away.</p>
</section>
<section class="abouttext">
<h2>Why Choose Us?</h2>
<p>Years of experience in supplying high quality student houses</p>
<p>All houses are renovated before tenancy start date</p>
<p></p>
</section>
</section>
</main>
<?php include("includes/footer.php"); ?>