-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (101 loc) · 3.64 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>BnB in the Slad Valley</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<header id="header">
<div class="inner">
</div>
</header>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>Bed and Breakfast in the lovely Slad Valley in the Cotswolds</h1>
<h2>Springfield Cottage, Elcombe, Stroud, GL67LA</h2>
<p>
18th Century rural stone cottage with a choice of two bedrooms - one with a double bed and the other with two singles. Own bathroom, kitchenette and patio. DIY breakfast includes cereals, fruit, bread, coffee, tea, fruit juice, etc.
</p>
<p>
Wonderful walks from the front door (including the Laurie Lee walk) and beautiful countryside. There are many excellent pubs in the area - for example <a href="https://thewoolpackslad.com/">The Woolpack in Slad</a>, <a href="http://www.bisleybear.co.uk/">The Bear at Bisley</a>, <a href="http://www.kingsheadfrancelynch.co.uk/">The King’s Head in France Lynch</a>, <a href="http://www.thecrowninn-cotswolds.co.uk/">The Crown at Frampton Mansell</a> and <a href="http://www.butchers-arms.co.uk/">The Butchers Arms in Sheepscombe</a>.
</p>
<p>
There is a maximum of two visitors at any one time. Stairs are steep and narrow - so unsuitable for children and dogs I'm afraid.
</p>
<p>
Prices range from £35 to £55/night for the room - depending on the time of year and one or two people staying. Minimum stay - two nights.
</p>
<p>
<a href="https://www.airbnb.co.uk/rooms/17678825">Please book through Airbnb</a> - or phone 01452 812946
</p>
</header>
<section class="tiles">
<article>
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic02.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic08.jpg" alt="" />
</span>
</article>
<article>
<span class="image">
<img src="images/pic09.jpg" alt="" />
</span>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="copyright">
<li>© Richard PT Morris</li>
</ul>
</div>
</footer>
</div>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
</body>
</html>