-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhats-on.html
More file actions
380 lines (363 loc) · 18.1 KB
/
Copy pathwhats-on.html
File metadata and controls
380 lines (363 loc) · 18.1 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
<!doctype html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>What's on — Stonebridge Bootstrap 6 Church Template</title>
<meta name="description" content="The full week at Stonebridge: regular gatherings grouped by day, dated events that mark themselves as passed, and room hire rates.">
<link rel="stylesheet" href="assets/vendor/bootstrap6/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/base.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<a class="visually-hidden-focusable btn-solid theme-primary m-2" href="#main">Skip to main content</a>
<header class="site-header">
<nav class="navbar lg:navbar-expand" aria-label="Main">
<div class="container">
<a class="wordmark" href="index.html">
<svg class="brand-glyph" width="26" height="30" viewBox="0 0 26 30" fill="none" aria-hidden="true">
<path d="M13 1.5 24.5 9v19.5h-23V9L13 1.5Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>
<path d="M13 11v10M9 15h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
</svg>
<span>Stonebridge<small>Church, Market Street</small></span>
</a>
<dialog class="drawer drawer-end" tabindex="-1" id="navDrawer" aria-labelledby="navDrawerLabel">
<div class="drawer-header">
<h5 class="drawer-title" id="navDrawerLabel">Menu</h5>
<button type="button" class="btn-close" data-bs-dismiss="drawer" aria-label="Close"></button>
</div>
<div class="drawer-body mb-2 lg:mb-0">
<ul class="nav navbar-nav ms-auto lg:gap-4">
<li class="nav-item"><a class="nav-link" href="index.html#times">Times</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#visiting">First visit</a></li>
<li class="nav-item"><a class="nav-link" href="whats-on.html">What's on</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#talks">Talks</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#find-us">Find us</a></li>
</ul>
</div>
</dialog>
<div class="d-flex align-items-center gap-2 ms-auto">
<button class="btn-icon" type="button" id="themeToggle" aria-label="Toggle color mode">
<svg class="theme-icon-light" width="18" height="18" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" aria-hidden="true"><circle cx="8" cy="8" r="3.25"/><path d="M8 1v1.5M8 13.5V15M15 8h-1.5M2.5 8H1m11-4-1 1M5 11l-1 1m0-8 1 1m6 6 1 1"/></svg>
<svg class="theme-icon-dark" width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278"/></svg>
</button>
<a class="btn-solid theme-primary give-btn" href="index.html#giving">Give</a>
<button class="btn-icon navbar-toggler" type="button" data-bs-toggle="drawer" data-bs-target="#navDrawer" aria-controls="navDrawer" aria-label="Open navigation">
<span class="navbar-toggler-icon" aria-hidden="true"></span>
</button>
</div>
</div>
</nav>
</header>
<section class="page-head">
<div class="container">
<p class="eyebrow fs-xs mb-3"><a href="index.html">Stonebridge</a> · What's on</p>
<h1 class="display-serif hero-title mb-4">The whole week,<br>as it actually runs</h1>
<p class="hero-lede fs-lg mb-0">
Everything below happens every week without needing to be announced. Dated
one-offs are further down, and anything that has already happened says so.
</p>
</div>
</section>
<main id="main">
<!-- Weekly rhythm -->
<section class="section">
<div class="container">
<section class="week-day">
<h2 class="display-serif fs-2xl week-day-name">Sunday</h2>
<ul class="week-list">
<li class="week-item" data-when="sun 10:30 75">
<p class="week-time mb-0"><time datetime="10:30">10.30am</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Sunday Morning <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Our main gathering. Songs, a talk, coffee afterwards that goes on longer than the service. Kids' groups leave after fifteen minutes.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Main church</p>
</li>
<li class="week-item" data-when="sun 18:30 60">
<p class="week-time mb-0"><time datetime="18:30">6.30pm</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Sunday Evening <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Quieter and mostly sung, with communion every week. Around forty of us, and nobody minds which seat you take.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Side chapel</p>
</li>
</ul>
</section>
<section class="week-day">
<h2 class="display-serif fs-2xl week-day-name">Tuesday</h2>
<ul class="week-list">
<li class="week-item" data-when="tue 10:00 120">
<p class="week-time mb-0"><time datetime="10:00">10.00am</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Community Pantry <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Food, toiletries and a cup of tea. No referral needed and no questions asked.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Church hall</p>
</li>
<li class="week-item" data-when="tue 13:30 90">
<p class="week-time mb-0"><time datetime="13:30">1.30pm</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Bereavement Café <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">For anyone who has lost someone, however long ago. Tea, cake, and no pressure to speak.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Meeting room</p>
</li>
</ul>
</section>
<section class="week-day">
<h2 class="display-serif fs-2xl week-day-name">Wednesday</h2>
<ul class="week-list">
<li class="week-item" data-when="wed 10:00 90">
<p class="week-time mb-0"><time datetime="10:00">10.00am</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Little Steps <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Toddler group — toys out, songs at eleven, toast for everyone at quarter past.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Church hall</p>
</li>
<li class="week-item" data-when="wed 18:00 90">
<p class="week-time mb-0"><time datetime="18:00">6.00pm</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">The Wednesday Table <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">A free hot meal for anyone who wants one, then twenty minutes of something worth talking about. No sign-up, no collection.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Church hall</p>
</li>
</ul>
</section>
<section class="week-day">
<h2 class="display-serif fs-2xl week-day-name">Thursday</h2>
<ul class="week-list">
<li class="week-item" data-when="thu 08:00 30">
<p class="week-time mb-0"><time datetime="08:00">8.00am</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Morning Prayer <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Half an hour, said not sung, done by half eight so you can still get to work.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Side chapel</p>
</li>
<li class="week-item" data-when="thu 19:30 90">
<p class="week-time mb-0"><time datetime="19:30">7.30pm</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Choir Practice <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">We rehearse for Sunday and for the carol service. You do not need to read music.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Main church</p>
</li>
</ul>
</section>
<section class="week-day">
<h2 class="display-serif fs-2xl week-day-name">Friday</h2>
<ul class="week-list">
<li class="week-item" data-when="fri 19:00 120">
<p class="week-time mb-0"><time datetime="19:00">7.00pm</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Youth (school years 7–13) <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Games, food, and a short discussion. Ends at nine, and we walk everyone to the bus stop.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Church hall</p>
</li>
</ul>
</section>
<section class="week-day">
<h2 class="display-serif fs-2xl week-day-name">Saturday</h2>
<ul class="week-list">
<li class="week-item" data-when="sat 09:30 120">
<p class="week-time mb-0"><time datetime="09:30">9.30am</time></p>
<div>
<h3 class="fs-lg display-serif mb-1">Churchyard Working Party <span class="week-flag" data-status hidden></span></h3>
<p class="fg-2 fs-sm mb-0">Tools provided, bacon sandwiches at eleven. Come for an hour or the whole morning.</p>
</div>
<p class="week-where fg-3 fs-sm mb-0">Churchyard</p>
</li>
</ul>
</section>
</div>
</section>
<!-- Dated events -->
<section class="section bg-2" id="events">
<div class="container">
<div class="row g-5 mb-5 align-items-end">
<div class="lg:col-7">
<p class="eyebrow-rule mb-3">Coming up</p>
<h2 class="display-serif section-title fs-4xl mb-0">One-offs, festivals and the fête</h2>
</div>
<div class="lg:col-5">
<p class="fg-2 mb-0">
These carry real dates, so anything in the past greys itself out
rather than sitting here pretending to be news.
</p>
</div>
</div>
<ul class="event-list">
<li class="event" data-date="2026-09-27T10:30">
<div class="event-date">
<span class="event-day">27</span>
<span class="event-mon">Sep</span>
<span class="event-year">2026</span>
</div>
<div>
<h3 class="display-serif fs-xl mb-1">Harvest Festival <span class="event-flag" data-passed hidden>Passed</span></h3>
<p class="fg-3 fs-sm mb-2">10.30am · Main church</p>
<p class="fg-2 fs-sm mb-0">Bring tinned goods if you can. Everything collected goes to the pantry that week.</p>
</div>
</li>
<li class="event" data-date="2026-12-24T16:00">
<div class="event-date">
<span class="event-day">24</span>
<span class="event-mon">Dec</span>
<span class="event-year">2026</span>
</div>
<div>
<h3 class="display-serif fs-xl mb-1">Crib Service <span class="event-flag" data-passed hidden>Passed</span></h3>
<p class="fg-3 fs-sm mb-2">4.00pm · Main church</p>
<p class="fg-2 fs-sm mb-0">Thirty minutes, aimed squarely at under-sevens. Costumes strongly encouraged.</p>
</div>
</li>
<li class="event" data-date="2027-03-26T19:30">
<div class="event-date">
<span class="event-day">26</span>
<span class="event-mon">Mar</span>
<span class="event-year">2027</span>
</div>
<div>
<h3 class="display-serif fs-xl mb-1">Good Friday: The Cross in Music <span class="event-flag" data-passed hidden>Passed</span></h3>
<p class="fg-3 fs-sm mb-2">7.30pm · Main church</p>
<p class="fg-2 fs-sm mb-0">Our choir and a string quartet. Free, no ticket needed, doors from seven.</p>
</div>
</li>
<li class="event" data-date="2027-03-28T06:15">
<div class="event-date">
<span class="event-day">28</span>
<span class="event-mon">Mar</span>
<span class="event-year">2027</span>
</div>
<div>
<h3 class="display-serif fs-xl mb-1">Easter Sunrise on Bridge Hill <span class="event-flag" data-passed hidden>Passed</span></h3>
<p class="fg-3 fs-sm mb-2">6.15am · Bridge Hill</p>
<p class="fg-2 fs-sm mb-0">Twenty minutes at first light, then breakfast back at the hall. Wear boots.</p>
</div>
</li>
<li class="event" data-date="2027-05-16T12:30">
<div class="event-date">
<span class="event-day">16</span>
<span class="event-mon">May</span>
<span class="event-year">2027</span>
</div>
<div>
<h3 class="display-serif fs-xl mb-1">Parish Lunch <span class="event-flag" data-passed hidden>Passed</span></h3>
<p class="fg-3 fs-sm mb-2">12.30pm · Church hall</p>
<p class="fg-2 fs-sm mb-0">Roast, pudding, and the annual meeting nobody can escape. £6, under-12s free.</p>
</div>
</li>
<li class="event" data-date="2027-06-26T14:00">
<div class="event-date">
<span class="event-day">26</span>
<span class="event-mon">Jun</span>
<span class="event-year">2027</span>
</div>
<div>
<h3 class="display-serif fs-xl mb-1">Summer Fair <span class="event-flag" data-passed hidden>Passed</span></h3>
<p class="fg-3 fs-sm mb-2">2.00pm · Churchyard</p>
<p class="fg-2 fs-sm mb-0">Stalls, cakes, a very competitive tombola. All proceeds to the pantry.</p>
</div>
</li>
</ul>
</div>
</section>
<!-- Room hire -->
<section class="section" id="hire">
<div class="container">
<div class="row g-5 mb-5 align-items-end">
<div class="lg:col-7">
<p class="eyebrow-rule mb-3">Room hire</p>
<h2 class="display-serif section-title fs-4xl mb-0">The building is for the town, not just for Sundays</h2>
</div>
<div class="lg:col-5">
<p class="fg-2 mb-0">
Rehearsals, AGMs, birthday parties, polling. Community groups pay
half, and nobody has ever been charged for a wake.
</p>
</div>
</div>
<div class="table-responsive">
<table class="table md:table-stacked align-middle">
<caption class="fs-sm fg-3">A session is a morning, afternoon or evening. Rates held since 2025.</caption>
<thead>
<tr>
<th scope="col">Space</th>
<th scope="col">Capacity</th>
<th scope="col">Rate</th>
<th scope="col">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Main church</th>
<td data-cell="Capacity">180 seated</td>
<td data-cell="Rate">£45 / session</td>
<td data-cell="Notes">Piano, sound system, induction loop. No catering.</td>
</tr>
<tr>
<th scope="row">Church hall</th>
<td data-cell="Capacity">90 seated, 120 standing</td>
<td data-cell="Rate">£30 / session</td>
<td data-cell="Notes">Kitchen, tables and chairs, level access from Market Street.</td>
</tr>
<tr>
<th scope="row">Meeting room</th>
<td data-cell="Capacity">16 around a table</td>
<td data-cell="Rate">£15 / session</td>
<td data-cell="Notes">Screen, kettle, quiet. Upstairs — no lift.</td>
</tr>
<tr>
<th scope="row">Churchyard</th>
<td data-cell="Capacity">Outdoor</td>
<td data-cell="Rate">By arrangement</td>
<td data-cell="Notes">For fairs and fêtes. Talk to the office first.</td>
</tr>
</tbody>
</table>
</div>
<p class="fs-sm fg-2 mt-4 mb-0">
To book anything, ring the office on <a href="tel:+441632960117">01632 960117</a>
or email <a href="mailto:office@stonebridge.example">office@stonebridge.example</a>.
</p>
</div>
</section>
</main>
<footer class="site-footer section pb-5 bg-2">
<div class="container">
<div class="row g-5">
<div class="lg:col-5">
<p class="display-serif fs-2xl mb-2">Stonebridge Church</p>
<p class="fg-2 mb-0">
Market Street, Stonebridge STB1 2QA<br>
<a href="tel:+441632960117">01632 960117</a> ·
<a href="mailto:office@stonebridge.example">office@stonebridge.example</a>
</p>
</div>
<div class="md:col-6 lg:col-3">
<p class="eyebrow fs-xs fg-3 mb-3">Church office</p>
<p class="fg-2 mb-0">Tuesday to Friday, 9.30am–2.30pm.<br>Otherwise leave a message — we do return them.</p>
</div>
<div class="md:col-6 lg:col-4">
<p class="eyebrow fs-xs fg-3 mb-3">Safeguarding</p>
<p class="fg-2 mb-0">
Our safeguarding officer is Priya Raman, reachable directly on
<a href="tel:+441632960118">01632 960118</a>. Concerns are taken seriously
and you can raise one without going through the office.
</p>
</div>
</div>
<hr class="my-5">
<p class="fs-xs fg-3 mb-0">
© <span data-year>2027</span> Stonebridge Church — a free Bootstrap 6 template.
The church, its people and every event on this site are fictional.
</p>
</div>
</footer>
<script type="module" src="assets/js/main.js"></script>
</body>
</html>