-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.php
42 lines (33 loc) · 1.16 KB
/
aboutUs.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
<!doctype html>
<html>
<head>
<title>Title</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<div class="wrapper">
<nav>
<?php include_once('navigation.php')?>
</nav>
<header>
<div class="hero">
</div>
</header>
<main>
<h1>About Us</h1>
<p>East Carolina Rentals strives to provide, maintain, and improve affordable homes with exceptional service.
East Carolina Rentals LLC is a professional property management company that takes great pride in offering clean, quality rentals at an affordable rate. We are committed to this goal long-term and seek to provide the best property management in Eastern Carolina. At East Carolina Rentals, we promise to: </p>
<ul>
<li>Return all phone calls within 24 business hours</li>
<li>Complete all maintenance issues and repairs efficiently, quickly, and courteously</li>
<li>Consistently improve the aesthetic look of any property we manage</li>
<li>Maintain affordability in rental rates</li>
<li>Provide exceptional service and support to residents</li>
</ul>
</main>
<footer>
<?php include_once('footer.php')?>
</footer>
</div>
</body>
</html>