-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresidential.html
More file actions
41 lines (34 loc) · 1.4 KB
/
residential.html
File metadata and controls
41 lines (34 loc) · 1.4 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
30
31
32
33
34
35
36
37
38
39
40
41
<?
include "includes/config.inc.php";
print_header($title="Home")
?>
<!--begin contact page content //-->
<div id="basic_container">
<div class="basic_shadow">
<div class="page_content">
<p><img src="images/residential_header.jpg" width="200" height="53" /></p>
We proudly promote prompt <a href="free_quote.html" target="_self">free estimates</a> with the highest quality of work to create the look you desire. Qualified licensed, and Insured, serving the entire Wasatch front from Salt Lake City to Ogden, to Alpine to Park City, to Tooele, and all canyon areas.
<p>We will be glad to do any price matching from our reputable competitors and we specialize in residential repaints.</p>
<p>Our Residential services include:</p>
<ul>
<li>Repaint Specialists</li>
<li>Custom Homes</li>
<li>Interior / Exterior</li>
<li>Apts & Condo Complexes</li>
<li>Plaster & Drywall Repair</li>
<li>Faux Finishes</li>
</ul>
<script type="text/javascript">
$(function() {
photoTools.load_galleries([["72157641723925504", "residential_gallery"]])
});
</script>
<div id="residential_gallery" data-gallery="residential" class="touch_gallery"></div>
</div>
</div>
</div>
<!--end contact page content //-->
<!--end home page //-->
<?
print_footer()
?>