-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacilities.html
More file actions
410 lines (403 loc) · 20.2 KB
/
facilities.html
File metadata and controls
410 lines (403 loc) · 20.2 KB
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Facilities | The Notleys</title>
<meta name="theme-color" content="#f7f8fa" id="theme-color-meta" />
<meta name="description"
content="Explore facilities at The Notleys Golf Club, including the driving range, practice greens, coaching, buggy hire, and clubhouse." />
<script>
(() => {
const savedTheme = localStorage.getItem("notleys-theme");
document.documentElement.dataset.theme = savedTheme || "light";
})();
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Familjen+Grotesk:wght@400;500;600;700&display=swap"
rel="stylesheet" />
<link rel="icon" href="assets/images/avatar.svg" type="image/svg+xml" />
<link rel="stylesheet" href="assets/styles.css?v=20260504b" />
</head>
<body id="top">
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="site-header">
<div class="container header-row">
<a class="site-brand" href="index.html#top" aria-label="The Notleys home">
<img class="site-brand-mark" src="assets/images/avatar.svg" alt="" width="208" height="208"
aria-hidden="true" />
<span class="site-brand-text">The Notleys Golf Club</span>
</a>
<nav class="site-nav" aria-label="Primary">
<a href="course.html">Course</a>
<a href="facilities.html">Facilities</a>
</nav>
<div class="header-actions">
<button class="theme-toggle theme-toggle-desktop" data-theme-toggle type="button" aria-pressed="true"
aria-label="Switch to light mode" title="Switch to light mode">
<span class="theme-toggle-track" aria-hidden="true">
<span class="theme-toggle-thumb">
<span class="theme-toggle-icon theme-toggle-icon-sun">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="3.5" />
<path
d="M12 2v2.2M12 19.8V22M4.9 4.9l1.6 1.6M17.5 17.5l1.6 1.6M2 12h2.2M19.8 12H22M4.9 19.1l1.6-1.6M17.5 6.5l1.6-1.6" />
</svg>
</span>
<span class="theme-toggle-icon theme-toggle-icon-moon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<path d="M20 15.2A8.6 8.6 0 1 1 8.8 4 7 7 0 0 0 20 15.2Z" />
</svg>
</span>
</span>
</span>
</button>
<a class="button button-primary" href="https://visitors.brsgolf.com/notleys#/course/1">
<span class="button-label">Book a Tee Time</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M7 2v4M17 2v4M4 9h16" />
<rect x="4" y="5" width="16" height="15" rx="2" />
</svg>
</span>
</a>
<button class="menu-toggle" id="menu-toggle" type="button" aria-expanded="false" aria-controls="site-menu">
<span class="menu-toggle-label">Menu</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round">
<path d="M4 7h16M4 12h16M4 17h16" />
</svg>
</span>
</button>
</div>
</div>
<div class="site-menu" id="site-menu" hidden>
<div class="container site-menu-inner">
<nav class="site-menu-nav" aria-label="Mobile">
<a href="course.html">Course</a>
<a href="facilities.html">Facilities</a>
<a href="https://visitors.brsgolf.com/notleys#/course/1">Book a Tee Time</a>
</nav>
<div class="site-menu-utility">
<button class="theme-toggle" data-theme-toggle type="button" aria-pressed="true"
aria-label="Switch to light mode" title="Switch to light mode">
<span class="theme-toggle-track" aria-hidden="true">
<span class="theme-toggle-thumb">
<span class="theme-toggle-icon theme-toggle-icon-sun">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="3.5" />
<path
d="M12 2v2.2M12 19.8V22M4.9 4.9l1.6 1.6M17.5 17.5l1.6 1.6M2 12h2.2M19.8 12H22M4.9 19.1l1.6-1.6M17.5 6.5l1.6-1.6" />
</svg>
</span>
<span class="theme-toggle-icon theme-toggle-icon-moon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<path d="M20 15.2A8.6 8.6 0 1 1 8.8 4 7 7 0 0 0 20 15.2Z" />
</svg>
</span>
</span>
</span>
</button>
</div>
</div>
</div>
</header>
<main id="main-content">
<section class="hero page-hero-facilities">
<picture class="hero-picture">
<source data-theme-srcset data-light-srcset="images/chipping-green.jpg"
data-dark-srcset="images/IMG_3005.JPEG" srcset="images/chipping-green.jpg" sizes="100vw" />
<img class="hero-image" src="images/chipping-green.jpg" data-light-src="images/chipping-green.jpg"
data-dark-src="images/IMG_3005.JPEG"
alt="Chipping green practice area at The Notleys Golf Club" width="4262" height="3044" fetchpriority="high"
decoding="async" />
</picture>
<div class="hero-overlay"></div>
<div class="container hero-layout">
<div class="hero-grid">
<div class="hero-copy">
<img class="hero-brand-mark" src="assets/images/avatar.svg" alt="" width="208" height="208"
aria-hidden="true" />
<h1>Course Facilities</h1>
<p>
Warm up before a round, work on the short game, book coaching, or settle in around the clubhouse.
</p>
<div class="hero-actions">
<a class="button button-primary" href="https://visitors.brsgolf.com/notleys#/course/1">
<span class="button-label">Book a Tee Time</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M7 2v4M17 2v4M4 9h16" />
<rect x="4" y="5" width="16" height="15" rx="2" />
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="facilities" class="section">
<div class="container">
<div class="section-head reveal">
<p class="section-kicker">On site</p>
<h2>Facilities</h2>
<p class="section-intro">
Facilities are available around daily course conditions, coaching schedules, and clubhouse opening times.
</p>
</div>
<div class="facilities-grid reveal reveal-delay-1" data-facilities-grid>
<article class="facility-item" data-facility-item>
<button class="facility-trigger" type="button" aria-expanded="false"
aria-controls="facility-driving-range-details">
<picture>
<source srcset="images/notleys-driving-range-bay-evening-1200.webp" type="image/webp" />
<img src="images/IMG_6653.JPEG" alt="Driving range bay at The Notleys Golf Club" width="1449"
height="1159" loading="lazy" />
</picture>
<span class="facility-copy">
<span class="facility-title">Driving range</span>
<span class="facility-summary">Warm-up and practice space before the round.</span>
</span>
</button>
<div class="facility-details" id="facility-driving-range-details" hidden>
<div class="facility-details-copy">
<h3>Driving range</h3>
<p>
Covered bays give you a straightforward place to warm up properly or spend time working on your swing
without rushing.
</p>
<ul>
<li>Ideal for pre-round warm-ups and dialling in longer clubs.</li>
<li>Easy to combine with short-game practice in the same visit.</li>
<li>Range balls are sold in 20-ball increments at 12.5p per ball.</li>
<li>Example: 20 balls £2.50 / 40 balls £5.00 / 60 balls £7.50.</li>
<li>Availability can vary around coaching sessions and daily conditions.</li>
</ul>
</div>
<button class="facility-close button button-secondary" type="button">
<span class="button-label">Show all facilities</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 6 6 18M6 6l12 12" />
</svg>
</span>
</button>
</div>
</article>
<article class="facility-item" data-facility-item>
<button class="facility-trigger" type="button" aria-expanded="false"
aria-controls="facility-chipping-green-details">
<picture>
<img src="images/chipping-green.jpg" alt="Chipping practice area at The Notleys" width="1600"
height="759" loading="lazy" />
</picture>
<span class="facility-copy">
<span class="facility-title">Chipping green</span>
<span class="facility-summary">Dedicated short-game work close to the clubhouse side.</span>
</span>
</button>
<div class="facility-details" id="facility-chipping-green-details" hidden>
<div class="facility-details-copy">
<h3>Chipping green</h3>
<p>
A simple, practical area for short-game work just a short walk from the clubhouse.
</p>
<ul>
<li>Useful for chip-and-run, lofted shots, and landing control.</li>
<li>Works well alongside the putting green for a full short-game routine.</li>
<li>Maintained regularly, so access may vary during upkeep.</li>
</ul>
</div>
<button class="facility-close button button-secondary" type="button">
<span class="button-label">Show all facilities</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 6 6 18M6 6l12 12" />
</svg>
</span>
</button>
</div>
</article>
<article class="facility-item" data-facility-item>
<button class="facility-trigger" type="button" aria-expanded="false"
aria-controls="facility-putting-green-details">
<picture>
<source srcset="images/notleys-putting-green-900.webp" type="image/webp" />
<img src="images/notleys-putting-green-practice.jpg"
alt="Practice putting green beside the clubhouse at The Notleys" width="900" height="427"
loading="lazy" />
</picture>
<span class="facility-copy">
<span class="facility-title">Putting green</span>
<span class="facility-summary">A simple space for pace control and pre-round routines.</span>
</span>
</button>
<div class="facility-details" id="facility-putting-green-details" hidden>
<div class="facility-details-copy">
<h3>Putting green</h3>
<p>
A calm space next to the clubhouse to get a feel for the greens before heading out.
</p>
<ul>
<li>Best for pace control and short putting routines.</li>
<li>Convenient for a quick warm-up before teeing off.</li>
<li>Open alongside normal course preparation and weather conditions.</li>
</ul>
</div>
<button class="facility-close button button-secondary" type="button">
<span class="button-label">Show all facilities</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 6 6 18M6 6l12 12" />
</svg>
</span>
</button>
</div>
</article>
<article class="facility-item" data-facility-item>
<button class="facility-trigger" type="button" aria-expanded="false"
aria-controls="facility-coaching-details">
<picture>
<source srcset="images/notleys-coaching-range-1200.webp" type="image/webp" />
<img src="images/golf-driving-range-braintree-witham-2.jpg"
alt="Driving range practice bays used for coaching at The Notleys" width="1600" height="759"
loading="lazy" />
</picture>
<span class="facility-copy">
<span class="facility-title">Coaching</span>
<span class="facility-summary">Support for improving golfers and regular practice sessions.</span>
</span>
</button>
<div class="facility-details" id="facility-coaching-details" hidden>
<div class="facility-details-copy">
<h3>Coaching</h3>
<p>
Golf lessons are available with our PGA-qualified Golf Professional, David Bugg.
</p>
<ul>
<li>Individual 30-minute lesson: £30.</li>
<li>Five 30-minute lessons: £120.</li>
<li>Lesson vouchers are available.</li>
<li>Equipment can be provided.</li>
</ul>
</div>
<button class="facility-close button button-secondary" type="button">
<span class="button-label">Show all facilities</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 6 6 18M6 6l12 12" />
</svg>
</span>
</button>
</div>
</article>
<article class="facility-item" data-facility-item>
<button class="facility-trigger" type="button" aria-expanded="false"
aria-controls="facility-buggy-hire-details">
<picture>
<source srcset="images/wide-2026_buggies.webp" type="image/webp" />
<img src="images/wide-2026_buggies.jpg" alt="Golf buggies available at The Notleys Golf Club"
width="3582" height="2687" loading="lazy" />
</picture>
<span class="facility-copy">
<span class="facility-title">Buggy hire</span>
<span class="facility-summary">Available when course conditions and daily status allow.</span>
</span>
</button>
<div class="facility-details" id="facility-buggy-hire-details" hidden>
<div class="facility-details-copy">
<h3>Buggy hire</h3>
<p>
Single-seater buggies are available for £25, subject to course conditions and daily availability.
</p>
<ul>
<li>Single-seater only due to bridges and the railway tunnel on the course.</li>
<li>Up to 15 may be available, but numbers can vary.</li>
<li>Best arranged in advance, especially during busy periods.</li>
</ul>
</div>
<button class="facility-close button button-secondary" type="button">
<span class="button-label">Show all facilities</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 6 6 18M6 6l12 12" />
</svg>
</span>
</button>
</div>
</article>
<article class="facility-item" data-facility-item>
<button class="facility-trigger" type="button" aria-expanded="false"
aria-controls="facility-clubhouse-details">
<picture>
<source srcset="images/notleys-clubhouse-deck-view-1200.webp" type="image/webp" />
<img src="images/IMG_4748.JPEG" alt="View from the clubhouse deck at The Notleys Golf Club"
width="1536" height="2048" loading="lazy" />
</picture>
<span class="facility-copy">
<span class="facility-title">Clubhouse</span>
<span class="facility-summary">A practical base for check-in, food, drink, and post-round time.</span>
</span>
</button>
<div class="facility-details" id="facility-clubhouse-details" hidden>
<div class="facility-details-copy">
<h3>Clubhouse</h3>
<p>
The clubhouse is open to visitors, members, and guests before and after a round.
</p>
<ul>
<li>All visitors must check in before starting their round.</li>
<li>Food and drink available to all.</li>
<li>Terraced seating with views of the 18th green and the valley.</li>
<li>Opening times vary by season, with summer hours typically 7am–10pm.</li>
</ul>
</div>
<button class="facility-close button button-secondary" type="button">
<span class="button-label">Show all facilities</span>
<span class="button-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round"
stroke-linejoin="round">
<path d="M18 6 6 18M6 6l12 12" />
</svg>
</span>
</button>
</div>
</article>
</div>
</div>
</section>
</main>
<footer class="site-footer" id="contact">
<div class="container footer-grid">
<div>
<h2>The Notleys</h2>
<p>Witham Road, White Notley, Witham CM8 1ST</p>
</div>
<div>
<p>01376 329 328</p>
<p><a href="mailto:thenotleysgc@gmail.com">thenotleysgc@gmail.com</a></p>
</div>
<div>
<p><a href="index.html">Homepage</a></p>
<p><a href="course.html">Course Guide</a></p>
<a href="https://visitors.brsgolf.com/notleys#/course/1">Book a Tee Time</a>
</div>
</div>
</footer>
<script type="module" src="assets/main.js?v=20260504"></script>
</body>
</html>