-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (108 loc) · 4.22 KB
/
index.html
File metadata and controls
113 lines (108 loc) · 4.22 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?php
include "includes/config.inc.php";
print_header($title="Home")
?>
<!--begin home image //-->
<div id="basic_container">
<div class="basic_shadow">
<div id="imagehome">
<div id="image-residential-home"><a href="#"><img src="images/residential.jpg" alt="residential home painting" /></a></div>
<div id="image-commercial-home"><a href="#"><img src="images/commercial.jpg" alt="commercial painting" /></a></div>
</div>
</div>
</div>
<!--end home image //-->
<!--begin home content //-->
<div id="basic_container">
<div class="basic_shadow">
<div id="hm_sec1_content">
<div class="sec1_box_left">
<div class="text_left"><span class="sec1_title"><a href="residential.html">Residential Painting</a></span><br>
Let us help you create a beautiful ambience inside or outside your home.<br />
<br />
<a href="residential.html">View Our Residential Gallery <img src="images/arrow.gif" width="8" height="6"></a></div>
<div class="image_right">
<div class="image_holder"><a href="#"><img src="images/residential_link.jpg" alt="residential painting gallery" /></a></div>
</div>
</div>
<div class="sec1_box_right">
<div class="text_left"><span class="sec1_title"><a href="commercial.html">Commercial Painting</a></span><br>
Our painters have over 25 years experience perfecting the art of painting.<br />
<br />
<a href="commercial.html">View Our Commercial Gallery <img src="images/arrow.gif" width="8" height="6"></a></div>
<div class="image_right">
<div class="image_holder"><a href="#"><img src="images/commercial_link.jpg" alt="commercial painting gallery" /></a></div>
</div>
</div>
</div>
</div>
</div>
<div id="basic_container">
<div class="hm_shadow">
<div id="hm_sec2_content">
<div id="sec2_1"><span class="sec2_title">More than Painting!</span><br>
We do more than paint. Here's a list of some additional services. Textured Ceilings, Power Washing, Garage Floors, Stucco Repair, Plaster & Drywall Repair, Signs & Logos, and more!
</div>
<div id="sec2_2">
<div class="projects"><span class="sec2_title">Residential Projects</span><br>Add beauty and value to your home investment.</div>
<div>
<ul>
<li>Repaint Specialists</li>
<li>Custom Homes</li>
<li>Interior/Exterior</li>
<li>Apts & Condo Complexes</li>
<li>Plaster & Drywall</li>
<li>Faux Finishes</li>
</ul>
</div>
</div>
<div id="sec2_3">
<div class="projects"><span class="sec2_title">Commercial Projects</span><br>Quality and detail from big projects to little projects.</div>
<div>
<ul>
<li>Shopping Centers</li>
<li>Office Buildings</li>
<li>Hotels</li>
<li>Commercial Buildings</li>
<li>Warehouses</li>
<li>Institutional</li>
</ul>
</div>
</div>
<div id="sec2_4"><span class="sec2_title">Questions?</span><br>
Fill out this easy form and let us bid on your project. Fill out this easy form and let us bid on your project.<br>
<br />
<a href="free_quote.html"><img src="images/painting-free-quote.jpg" alt="Free Quote" border="0"></a></div>
</div>
</div>
</div>
<div id="basic_container">
<div class="hm_shadow">
<div id="hm_button_content">
<div id="but1">
<div class="hm_link">
<div align="right"><a href="about.html">About Us <img src="images/arrow.gif" width="8" height="6"></a></div>
</div>
</div>
<div id="but2">
<div class="hm_link">
<div align="right"><a href="residential.html">Residential Services <img src="images/arrow.gif" width="8" height="6"></a></div>
</div>
</div>
<div id="but3">
<div class="hm_link">
<div align="right"><a href="commercial.html"> Commercial Services <img src="images/arrow.gif" width="8" height="6"></a></div>
</div>
</div>
<div id="but4">
<div class="hm_link">
<div align="right"><a href="testimonials.html"> Customer Testimonials <img src="images/arrow.gif" width="8" height="6"></a></div>
</div>
</div>
</div>
</div>
</div>
<!--end home page //-->
<?
print_footer()
?>