-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>A.P.Roberts Ltd - Home</title>
<link rel="stylesheet" href="stylesheets/style.css" type="text/css">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id='head'>
<img src='images/titlepng.png'>
</div>
</header>
<ul id=navbar>
<li><a href='index.html'>Home</a></li>
<li><a href='gallery.html'>Gallery</a></li>
<li><a href='testimonials.html'>Testimonials</a></li>
<li><a href='contact.html'>Contact </a></li>
</ul>
<section role="main">
<article>
<h1>Home</h1>
<p>A P Roberts Ltd aim to provide a personal service for all of your building requirements. Andy Roberts, Director of A P Roberts Ltd, has been working locally as a builder since he completed his apprenticeship over 25 years ago. We undertake all sizes of works - from smaller projects, such as garage conversions & single storey extensions, right through to building your dream home.</p>
<p>With house building, we offer a truly bespoke service, building one off projects specifically to your requirements. Andy Roberts is your key point of contact thoughout the works, remaining on site throughout the job, to give you total peace of mind.<p/>
<p>We are happy to advise you on all aspects of your building project. If you would like guidance on how to begin, we can give a budget price before you have gone to the expense of having plans drawn and also help you in finding a suitable architect.</p>
<img src="images/homebanner.png">
</article>
</section>
<footer>
<p>© Copyright 2016 A.P. Roberts Ltd </p>
</footer>
</body>
</html>