-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (66 loc) · 2.43 KB
/
index.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
<!DOCTYPE html PUBLIC>
<html lang = "en">
<head>
<title>Built Rite by Benjamin for All Your Carpentry Needs</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
</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 class="active">
<a href="#">Home</a>
</li>
<li><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="span12" id="entire-page">
<div class="span12"style="margin-bottom:40px;
margin-top:20px;
margin-left:0px;
-moz-box-shadow: 10px 10px 5px #615A5A;
-webkit-box-shadow: 10px 10px 5px #615A5A;
box-shadow: 10px 10px 5px #615A5A">
<iframe src="http://files.photosnack.com/iframe/embed.html?hash=pzklo9k1&wmode=transparent&t=1332187420" width="940" height="400" seamless="seamless" scrolling="no" frameborder="0" allowtransparency="true" marginheight="0"></iframe>
</div>
<div class="row">
<div class="span4">
<h2>Offered services</h2>
<p> Built Rite by Benjamin is here for all your carpentry needs, including
custom cabinetry, doors and windows, rough framing and finish work. See a
full list of services offered or contact us if you have any questions.</p>
<a href="services.html">>>List of services</a></br>
<a href="contact.html">>>Contact us</a>
</div>
<div class="span4">
<h2>Read testimonials</h2>
<p> <em>"The work was wonderful and I'm so excited to finally live in the
home I've always dreamt of."</em></p>
<p> <em>"We put off remodeling our basement because we thought it'd be a
hassle, but the process was smooth and we wish we'd done it
sooner"</em></p>
<a href="testimonials.html">>>More testimonials</a>
</div>
<div class="span4">
<h2>Get a free estimate</h2>
<p>
Looking to improve your home? Start by telling us about your project and
we'll follow up with you shortly.
</p>
<a href="estimate.html">>>Get your free estimate</a></br>
</div>
</div>
</div>
</div>
</body>
</html>