-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlulworth.html
294 lines (282 loc) · 12.9 KB
/
lulworth.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Literata:ital,wght@0,400;0,700;1,400&family=Red+Hat+Display:wght@400;900"
rel="stylesheet">
<link rel="stylesheet" href="scss/main.scss">
<title>Lulworth - Lulworth</title>
</head>
<body>
<div class="site-wrap">
<main class="lulworth-page">
<div class="wrapper">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/house.html">House</a></li>
<li><a href="/lulworth.html" data-state="active">Lulworth</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<div class="wrapper">
<!-- Lulworth visiting sites -->
<section class="lulworth">
<article class="gap-top-600">
<div class="description">
<h2 class="title headline" data-highlight="tertiary">Lulworth Village</h2>
<p class="summary color-dark-glare">Some of Dorset’s most visited landmarks are found in Lulworth and it
is also part of the Jurassic Coast World Heritage Site.</p>
</div>
<!-- <div class="image"><img src="images/v001-lulworth-village.jpg" alt="Our West Lulworth House"></div> -->
<input type="checkbox" name="carousels" id="fullscreen-1" />
<ul class="carousel">
<input type="radio" name="radio-buttons" id="img-1" checked />
<li class="slide">
<label for="img-2">
<img src="images/lulworth/village/1.jpg" alt="">
</label>
</li>
<input type="radio" name="radio-buttons" id="img-2" />
<li class="slide">
<label for="img-3">
<img src="images/lulworth/village/2.jpg">
</label>
</li>
<input type="radio" name="radio-buttons" id="img-3" />
<li class="slide">
<label for="img-4">
<img src="images/lulworth/village/3.jpg">
</label>
</li>
<input type="radio" name="radio-buttons" id="img-4" />
<li class="slide">
<label for="img-5">
<img src="images/lulworth/village/4.jpg">
</label>
</li>
<input type="radio" name="radio-buttons" id="img-5" />
<li class="slide">
<label for="img-1">
<img src="images/lulworth/village/5.jpg">
</label>
</li>
<div class="controls">
<label for="img-1" class="dot" id="dot-1"></label>
<label for="img-2" class="dot" id="dot-2"></label>
<label for="img-3" class="dot" id="dot-3"></label>
<label for="img-4" class="dot" id="dot-4"></label>
<label for="img-5" class="dot" id="dot-5"></label>
<label for="fullscreen-1" class="fullscreen fa-icon" data-tooltip="fullscreen" id="full-1"></label>
</div>
</ul>
</article>
<article class="gap-top-600">
<div class="description">
<h2 class="title headline" data-highlight="tertiary">Lulworth Castle</h2>
<p class="summary color-dark-glare">The castle is an early 17th-century Elizabethan hunting lodge erected
in the style of a revival fortified castle. The parks and surrounding grounds are stunning.</p>
</div>
<!-- <div class="image"><img src="images/v002-lulworth-castle.jpg" alt="The garden views"></div> -->
<input type="checkbox" name="carousels" id="fullscreen-2" />
<ul class="carousel">
<input type="radio" name="r2" id="img-6" checked />
<li class="slide">
<label for="img-7">
<img src="images/lulworth/castle/1.jpg" alt="">
</label>
</li>
<input type="radio" name="r2" id="img-7" />
<li class="slide">
<label for="img-8">
<img src="images/lulworth/castle/2.jpg">
</label>
</li>
<input type="radio" name="r2" id="img-8" />
<li class="slide">
<label for="img-6">
<img src="images/lulworth/castle/3.jpg">
</label>
</li>
<div class="controls">
<label for="img-6" class="dot" id="dot-6"></label>
<label for="img-7" class="dot" id="dot-7"></label>
<label for="img-8" class="dot" id="dot-8"></label>
<label for="fullscreen-2" class="fullscreen fa-icon" data-tooltip="fullscreen" id="full-2"></label>
</div>
</ul>
</article>
<article class="gap-top-600">
<div class="description">
<h2 class="title headline" data-highlight="tertiary">Pubs & Cafés</h2>
<p class="summary color-dark-glare">Lulworth is blessed with excellent gastro pubs & cafés.</p>
</div>
<input type="checkbox" name="carousels" id="fullscreen-3" />
<ul class="carousel">
<input type="radio" name="r3" id="img-9" checked />
<li class="slide">
<label for="img-10">
<img src="images/lulworth/pubs/1.jpg" alt="">
</label>
</li>
<input type="radio" name="r3" id="img-10" />
<li class="slide">
<label for="img-11">
<img src="images/lulworth/pubs/2.jpg">
</label>
</li>
<input type="radio" name="r3" id="img-11" />
<li class="slide">
<label for="img-9">
<img src="images/lulworth/pubs/3.jpg">
</label>
</li>
<div class="controls">
<label for="img-9" class="dot" id="dot-9"></label>
<label for="img-10" class="dot" id="dot-10"></label>
<label for="img-11" class="dot" id="dot-11"></label>
<label for="fullscreen-3" class="fullscreen fa-icon" data-tooltip="fullscreen" id="full-3"></label>
</div>
</ul>
</article>
<article class="gap-top-600">
<div class="description">
<h2 class="title headline" data-highlight="tertiary">Lulworth Beaches</h2>
<p class="summary color-dark-glare">Lulworth is blessed with some of the finest beaches in England.</p>
</div>
<!-- <div class="image"><img src="images/v004-lulworth-cove-inn.jpg" alt="The place where we eat."></div> -->
<input type="checkbox" name="carousels" id="fullscreen-4" />
<ul class="carousel">
<input type="radio" name="r4" id="img-12" checked />
<li class="slide">
<label for="img-13">
<img src="images/lulworth/beach/1.jpg" alt="">
</label>
</li>
<input type="radio" name="r4" id="img-13" />
<li class="slide">
<label for="img-14">
<img src="images/lulworth/beach/2.jpg">
</label>
</li>
<input type="radio" name="r4" id="img-14" />
<li class="slide">
<label for="img-15">
<img src="images/lulworth/beach/3.jpg">
</label>
</li>
<input type="radio" name="r4" id="img-15" />
<li class="slide">
<label for="img-12">
<img src="images/lulworth/beach/4.jpg">
</label>
</li>
<div class="controls">
<label for="img-12" class="dot" id="dot-12"></label>
<label for="img-13" class="dot" id="dot-13"></label>
<label for="img-14" class="dot" id="dot-14"></label>
<label for="img-15" class="dot" id="dot-15"></label>
<label for="fullscreen-4" class="fullscreen fa-icon" data-tooltip="fullscreen" id="full-4"></label>
</div>
</ul>
</article>
<article class="gap-top-600">
<div class="description">
<h2 class="title headline" data-highlight="tertiary">The Cove</h2>
<p class="summary color-dark-glare">Popular at any time of year. Lulworth Cove is a world reknowned
highlight of the Jurassic Coast.</p>
</div>
<!-- <div class="image"><img src="images/v009-lulworth-beach.jpg" alt="A comfortable family bedroom."></div> -->
<input type="checkbox" name="carousels" id="fullscreen-5" />
<ul class="carousel">
<input type="radio" name="r5" id="img-16" checked />
<li class="slide">
<label for="img-17">
<img src="images/lulworth/cove/1.jpg" alt="">
</label>
</li>
<input type="radio" name="r5" id="img-17" />
<li class="slide">
<label for="img-18">
<img src="images/lulworth/cove/2.jpg">
</label>
</li>
<input type="radio" name="r5" id="img-18" />
<li class="slide">
<label for="img-19">
<img src="images/lulworth/cove/3.jpg">
</label>
</li>
<input type="radio" name="r5" id="img-19" />
<li class="slide">
<label for="img-20">
<img src="images/lulworth/cove/4.jpg">
</label>
</li>
<input type="radio" name="r5" id="img-20" />
<li class="slide">
<label for="img-16">
<img src="images/lulworth/cove/5.jpg">
</label>
</li>
<div class="controls">
<label for="img-16" class="dot" id="dot-16"></label>
<label for="img-17" class="dot" id="dot-17"></label>
<label for="img-18" class="dot" id="dot-18"></label>
<label for="img-19" class="dot" id="dot-19"></label>
<label for="img-20" class="dot" id="dot-20"></label>
<label for="fullscreen-5" class="fullscreen fa-icon" data-tooltip="fullscreen" id="full-5"></label>
</div>
</ul>
</article>
</section>
</div>
<div class="wrapper">
<footer class="gap-top-600">
<ul>
<li>
<a href="https://www.visit-dorset.com/"
onclick="javascript:window.open('https://www.visit-dorset.com/'); return false;"><img
src="https://lulworth.com/wp-content/uploads/2018/11/visit-dorset.png"></a>
</li>
<li>
<a href="https://whc.unesco.org/en/list/1029"
onclick="javascript:window.open('https://whc.unesco.org/en/list/1029'); return false;"><img
src="https://lulworth.com/wp-content/uploads/2018/11/Logo_UNESCO.png"></a>
</li>
<li>
<a href="" target="_blank"><img
src="https://lulworth.com/wp-content/uploads/2018/08/LE_NEW_LOGO_straight_2016_BLUE_rgb.png"></a>
</li>
<li>
<a href="https://jurassiccoast.org/about/the-jurassic-coast-trust/"
onclick="javascript:window.open('https://jurassiccoast.org/about/the-jurassic-coast-trust/'); return false;"><img
src="https://lulworth.com/wp-content/uploads/2018/11/jc_mainlogobw.jpg"></a>
</li>
<li>
<a href="https://www.visitengland.com/"
onclick="javascript:window.open('https://www.visitengland.com/'); return false;"><img
src="https://lulworth.com/wp-content/uploads/2018/11/visit-england.jpg"></a>
</li>
<li>
<a href="https://jurassiccoast.org/"
onclick="javascript:window.open('https://jurassiccoast.org/'); return false;"><img
src="https://lulworth.com/wp-content/uploads/2019/06/JCT-Logo-Business-Partners-CMYK-1.png"></a>
</li>
</ul>
<p><a href="mailto:[email protected]?subject=Lulworth House">© Robbo 2020 - Contact Us</a></p>
</footer>
</div>
</main>
</div>
</body>
</html>