-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
35 lines (34 loc) · 902 Bytes
/
About.html
File metadata and controls
35 lines (34 loc) · 902 Bytes
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
<html>
<h1> More About Us</h1>
<a href="About.html" class="about">About Us</a>
<a href="Portfolio.html" class="portfolio">Portfolio</a>
<a href="ContactUs.html" class="contact">Contact Us</a>
<a href="FAQS.html" class="faqs">FAQs</a>
<a href="Ratings+Reviews.html" class="ratings">Ratings & Reviews<a>
<table border="2" bgcolor="#efefef">
<tr>
<th rowspan="2" colspan="5">Pricing</th>
</tr>
<tr>
</tr>
<tr>
<th> </th>
<th>One Color</th>
<th>Accent Wall</th>
<th>Crown Molding</th>
<th>Baseboard</th>
</tr>
<tr>
<th>Medium Room</th>
<td>200$</td>
<td>50$</td>
<td>100$</td>
<td>100$</td>
</tr>
<tr>
<td rowspan="2" colspan="5"><i>For custom murals, price will be determined after discussion</td>
</tr>
<tr>
</tr>
</table>
</html>