-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
112 lines (103 loc) · 3.08 KB
/
services.html
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
<!DOCTYPE html PUBLIC>
<html lang = "en">
<head>
<title>Offered Servics</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" />
<SCRIPT LANGUAGE="JavaScript" SRC="softedge.js">
</SCRIPT>
</head>
<body background="testBG.png">
<div class="navbar" style="font-family: Georgia, serif">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">
Built Rite by Benjamin
</a>
<ul class="nav">
<li>
<a href="index.html">Home</a>
</li>
<li class="active"><a href="services.html">Services</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="estimate.html">Estimate</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="container" style="font-family: Georgia, serif">
<div class="span10" style="
background-color:whiteSmoke;
margin-top:20px;
margin-left:0px;
margin-right:0px;
-moz-box-shadow: 10px 10px 5px #615A5A;
-webkit-box-shadow: 10px 10px 5px #615A5A;
box-shadow: 10px 10px 5px #615A5A">
<img src="header_imgs/tools.jpg" class="span10"
style="margin-left:0px; height:125px"/>
<div style="margin-left:50px; margin-right:50px; margin-bottom:40px;
margin-top:80px; padding-top:40px">
</br>
<h2> Services offered</h2> </br>
<div style="font-family:'Helvetica Neue', Helvetica,
Arial, sans-serif; font-size:14px; line-height:18px">
We're here to help with whatever project you want to tackle next. Don't
see yours on the list? Call or email us to let us know what you have in
mind.
</div>
<table cellpadding="20px" style="font-family:'Helvetica Neue', Helvetica,
Arial, sans-serif; font-size:14px; line-height:18px">
<tr>
<td valign="top">
<dl>
<dt> Kitchen </dt>
<dd>Custom cabinets</dd>
<dd>Countertops</dd>
<dd>Stainless steel hardware</dd>
<dd>Wood and tile flooring</dd>
<dd>Custom finishes</dd>
</br><dt> Bathroom </dt>
<dd>Tile and flooring</dd>
<dd>Sinks and faucets</dd>
<dd>Custom cabinets</dd>
<dd>Countertops</dd>
<dd>Plumbing</dd>
</dl>
</td>
<td valign="top">
<dl>
<dt> Exterior </dt>
<dd>Decks and porches</dd>
<dd>Tuckpointing & masonry</dd>
<dd>Roofing</dd>
<dd>Siding</dd>
<dd>Garage construction</dd>
<dd>Fence construction</dd>
<dd>Driveway installation</dd>
</br><dt> Other </dt>
<dd>Basement refinishing</dd>
<dd>Bedroom refinishing</dd>
</dl>
</td>
<td valign="top">
<dl>
<dt> General </dt>
<dd>Windows</dd>
<dd>Insulation</dd>
<dd>Flooring</dd>
<dd>Trim</dd>
<dd>Painting</dd>
<dd>Brick & chimney</dd>
<dd>Drywall</dd>
<dd>Home additions</dd>
<dd>Staircases</dd>
</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>