-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
26 lines (23 loc) · 1.17 KB
/
about.php
File metadata and controls
26 lines (23 loc) · 1.17 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
<?php
$title = "About Us";
$desc = "About";
include("includes/header.php"); ?>
<main role="main" id="skipnav">
<section class="content">
<section class="imageheader" id="aboutheader">
<h1>About</h1>
</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 providing a personalised service and we are always just a phone call away.</p>
</section>
<section class="abouttext">
<h2>Why Choose DavisBrook Ltd?</h2>
<p>Years of experience in supplying high quality student houses</p>
<p>All houses are renovated before tenancy start date</p>
<p>We offer a personal service and 24 hour maintenance</p>
</section>
</section>
</main>
<?php include("includes/footer.php"); ?>