-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.html
More file actions
342 lines (334 loc) · 16.9 KB
/
course.html
File metadata and controls
342 lines (334 loc) · 16.9 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
<!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>Course Guide | The Notleys</title>
<meta name="theme-color" content="#f7f8fa" id="theme-color-meta" />
<meta name="description"
content="Explore The Notleys course guide with course overview, map, scorecard, and hole-by-hole imagery." />
<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-course">
<picture class="hero-picture">
<source data-theme-srcset data-light-srcset="images/view-from-tenth.jpg"
data-dark-srcset="images/notleys-winter-fairway-dawn.jpeg" srcset="images/view-from-tenth.jpg"
sizes="100vw" />
<img class="hero-image" src="images/view-from-tenth.jpg" data-light-src="images/view-from-tenth.jpg"
data-dark-src="images/notleys-winter-fairway-dawn.jpeg" alt="Course fairway across The Notleys Golf Club"
width="2048" height="1536" 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>The Course</h1>
<p>
An 18-hole, par 71 parkland course through the Brain valley, with open views, changing levels, and a
practical guide for planning your round.
</p>
<aside class="hero-status hero-meta" aria-label="Course snapshot">
<div class="hero-status-grid">
<article class="status-card">
<span class="status-card-label">Layout</span>
<span class="status-card-value">18 holes</span>
</article>
<article class="status-card">
<span class="status-card-label">Card</span>
<span class="status-card-value">Par 71</span>
</article>
<article class="status-card">
<span class="status-card-label">Yardage</span>
<span class="status-card-value">6,116 yards</span>
</article>
</div>
</aside>
<div class="hero-actions">
<a class="button button-primary" href="#course-reference">
<span class="button-label">View Map and Card</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="M12 5v14M5 12h14" />
</svg>
</span>
</a>
<a class="button button-secondary" 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 class="section section-light course-reference-section" id="course-reference">
<div class="container">
<div class="section-head course-reference-head reveal">
<div>
<p class="section-kicker">Reference</p>
<h2>Map & Scorecard</h2>
</div>
</div>
<div class="course-reference-grid course-reference-grid-enhanced reveal reveal-delay-1">
<article class="course-reference course-reference-map">
<div class="course-reference-frame">
<img src="images/Notleys-Golf-Club-Course-Map-01.png"
alt="Illustrated course map for The Notleys Golf Club" width="1800" height="1719" loading="lazy" />
</div>
</article>
<article class="course-reference course-reference-tall course-reference-card">
<div class="course-reference-frame course-reference-frame-compact">
<img src="images/The-Notleys-Scorecard-02.jpg"
alt="Scorecard for The Notleys Golf Club" width="787" height="1510" loading="lazy" />
</div>
</article>
</div>
</div>
</section>
<section class="section section-dark hole-viewer-section" id="hole-gallery">
<div class="container">
<div class="section-head course-gallery-head">
<div>
<p class="section-kicker">Course overview</p>
<h2>Hole by Hole</h2>
</div>
</div>
</div>
<div class="hole-viewer" id="hole-viewer" aria-label="Hole by hole gallery">
<div class="hole-viewer-stage">
<div class="hole-viewer-img-wrap">
<img class="hole-viewer-img" id="hole-viewer-img"
src="images/Notleys-Golf-Club-Hole-1.jpg"
alt="Hole 1 diagram at The Notleys Golf Club" />
</div>
<div class="hole-viewer-info">
<p class="hole-viewer-nine" id="hole-viewer-nine">Front nine</p>
<span class="hole-viewer-label" id="hole-viewer-label">Hole 1</span>
<div class="hole-viewer-meta">
<div class="hole-viewer-stat">
<span class="hole-viewer-stat-label">Par</span>
<span class="hole-viewer-stat-value" id="hole-viewer-par">5</span>
</div>
<div class="hole-viewer-stat">
<span class="hole-viewer-stat-label">Yards</span>
<span class="hole-viewer-stat-value" id="hole-viewer-yards">503</span>
</div>
<div class="hole-viewer-stat">
<span class="hole-viewer-stat-label">Index</span>
<span class="hole-viewer-stat-value" id="hole-viewer-index">9</span>
</div>
</div>
<div class="hole-viewer-progress" aria-hidden="true">
<div class="hole-viewer-progress-bar" id="hole-viewer-progress" style="width: 5.56%"></div>
</div>
<div class="hole-viewer-nav">
<button class="hole-viewer-arrow" id="hole-prev" aria-label="Previous hole">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<path d="M15 18l-6-6 6-6" />
</svg>
</button>
<button class="hole-viewer-arrow" id="hole-next" aria-label="Next hole">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round"
stroke-linejoin="round" aria-hidden="true">
<path d="M9 18l6-6-6-6" />
</svg>
</button>
<span class="hole-viewer-count" id="hole-viewer-count">1 / 18</span>
</div>
</div>
</div>
<div class="hole-viewer-strip" id="hole-strip" role="tablist" aria-label="Select hole">
<button class="hole-strip-btn active" role="tab" aria-selected="true" data-hole="1">1</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="2">2</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="3">3</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="4">4</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="5">5</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="6">6</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="7">7</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="8">8</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="9">9</button>
<span class="hole-strip-divider" aria-hidden="true"></span>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="10">10</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="11">11</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="12">12</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="13">13</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="14">14</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="15">15</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="16">16</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="17">17</button>
<button class="hole-strip-btn" role="tab" aria-selected="false" data-hole="18">18</button>
</div>
</div>
</section>
<section class="section section-light course-endcap-section">
<div class="container course-endcap">
<div class="course-endcap-copy reveal">
<h2>All Players Welcome!</h2>
<p>
We offer a range of membership options and welcome all visitors to course, including society and corporate
golf days. For more information on the course, facilities, or booking enquiries, please get in touch via
phone or email, or click below to book a tee time online.
</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>
<a class="button button-outline" href="index.html">
<span class="button-label">Back to Homepage</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="M19 12H5M11 6l-6 6 6 6" />
</svg>
</span>
</a>
</div>
</div>
<div class="course-endcap-media reveal reveal-delay-1">
<picture>
<source srcset="images/notleys-storm-valley-1600.webp" type="image/webp" />
<img src="images/notleys-storm-valley.jpg" alt="Course landscape in late light at The Notleys"
width="2048" height="1536" loading="lazy" />
</picture>
</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="facilities.html">Facilities</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>