-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
20 lines (17 loc) · 915 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php include ("head.php"); ?>
<?php include ("masthead.php"); ?>
<div id="content">
<p>
<img class="full-width" src="images/kent-about-photo.jpg" alt="new home construction on cape cod"/>
</p>
<p>
<span class="bold">J.M. Kent Building Inc.</span> is a team of skilled professionals specializing in all phases of residential and commercial construction.
</p>
<p>
We work one on one with our clients on a personal level. We work as a team through the building process: From budgeting, to permitting, and throughout construction.
</p>
<p>
Our projects include anything from a small bathroom remodel to building a custom home. J.M. Kent Building Inc. is based out of Bourne, Mass. and services the Cape Cod and the Islands and the greater Boston area.
</p>
</div>
<?php include ("footer.php"); ?>