-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery_wg.html
49 lines (38 loc) · 1.16 KB
/
gallery_wg.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
<!DOCTYPE html>
<html lang="en">
<head>
<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'>
</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>
<ul id=gallery_navbar>
<li><a href='gallery.html'>Main Gallery</a></li>
<li><a href='gallery_wg.html'>'White Gables' - Motcombe</a></li>
<li><a href='gallery_ph.html'>'Paddock House' - Stour Row</a></li>
</ul>
<section role="main">
<article>
<h1>New build - 'White Gables'</h1>
<div class=gallery_div>
<img src='images/wg5.jpg' class=gallery_images>
<img src='images/wg1.jpg' class=gallery_images>
<img src='images/wg2.jpg' class=gallery_images>
<img src='images/wg3.jpg' class=gallery_images>
<img src='images/wg4.jpg' class=gallery_images>
</article>
</section>
<footer>
<p>© Copyright 2016 A.P. Roberts Ltd </p>
</footer>
</body>
</html>