--- /dev/null
+<?php
+
+function page_title() {
+ return 'Events';
+}
+
+function content() {?>
+ <h1>Events</h1>
+
+ <p>Events are organised by our events rep, William Regan. Will has lots of
+ experience running and organising youth events and so is the perfect fit for
+ this role.</p>
+
+ <p>Currently, we are organising our Birmingham Winter event. This is
+ done by contacting towers and organising ringing at those towers throughout the
+ day.</p>
+
+ <p>Events currently will be small enough not to have timetabled slots, like
+ those at the RWNYC, but as the YCRA grows this hopefully will change.</p>
+
+ <p>In terms of running the event, this will be done by our mentors, who will
+ adhere to our <a href="#">safeguarding policy</a> and
+ <a href="#">code of conduct</a> during these events.</p>
+
+ <h2>Upcoming events</h2>
+
+ <p>Below is a list of the events we currently have planned.</p>
+
+ <p>Keep checking back here for updates on what we are up to.</p>
+
+ <h3 id="winter-event">Winter event: 15th January 2022</h3>
+ <p>The inaugural YCRA event! Come and join us in Birmingham for chance to ring
+ with other young ringers at iconic towers such as St Martin's in the
+ Bullring.</p>
+
+ <p>It is sure to be an excellent day so please do come along. All you need is your
+ membership, so sign up and then get your ticket by filling in your details on the
+ <a <?php href('winter-event.php');?>>sign-up page</a>!</p>
+
+ <p>We look forward to seeing you all there. Itinerary and more information
+ will be available in due course.</p>
+
+ <h3>Summer event: September 2022</h3>
+
+ <p>Come and join us in Nottingham for our YCRA Summer event. More details to
+ follow!</p><?php
+}
+
+include_once('includes/template.php');
+?>
'name' => 'Founding members',
'path' => 'founding-members.php'
],
+ 'events' => [
+ 'name' => 'Events',
+ 'path' => 'events.php'
+ ],
'winter-event' => [
- 'name' => 'Winter Event',
+ 'name' => 'Winter event sign up',
'path' => 'winter-event.php'
],/*
'links' => [ 'name' => 'Useful Links',