From: Sam White Date: Wed, 8 Dec 2021 16:39:24 +0000 (+0000) Subject: Add events page. X-Git-Url: https://git.dalvak.com/public/?a=commitdiff_plain;h=9063943221927288c82a878f2aaa8374a97f4769;p=ycra.git Add events page. --- diff --git a/public_html/events.php b/public_html/events.php new file mode 100644 index 0000000..e1b72b1 --- /dev/null +++ b/public_html/events.php @@ -0,0 +1,50 @@ + +

Events

+ +

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.

+ +

Currently, we are organising our Birmingham Winter event. This is + done by contacting towers and organising ringing at those towers throughout the + day.

+ +

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.

+ +

In terms of running the event, this will be done by our mentors, who will + adhere to our safeguarding policy and + code of conduct during these events.

+ +

Upcoming events

+ +

Below is a list of the events we currently have planned.

+ +

Keep checking back here for updates on what we are up to.

+ +

Winter event: 15th January 2022

+

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.

+ +

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 + >sign-up page!

+ +

We look forward to seeing you all there. Itinerary and more information + will be available in due course.

+ +

Summer event: September 2022

+ +

Come and join us in Nottingham for our YCRA Summer event. More details to + follow!

diff --git a/public_html/includes/navbar.php b/public_html/includes/navbar.php index 4d392f8..a020d79 100644 --- a/public_html/includes/navbar.php +++ b/public_html/includes/navbar.php @@ -21,8 +21,12 @@ function get_menu_pages() { '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',