Add events page.
authorSam White <webmaster@ycra.org.uk>
Wed, 8 Dec 2021 16:39:24 +0000 (16:39 +0000)
committerSam White <webmaster@ycra.org.uk>
Wed, 8 Dec 2021 16:39:24 +0000 (16:39 +0000)
public_html/events.php [new file with mode: 0644]
public_html/includes/navbar.php

diff --git a/public_html/events.php b/public_html/events.php
new file mode 100644 (file)
index 0000000..e1b72b1
--- /dev/null
@@ -0,0 +1,50 @@
+<?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');
+?>
index 4d392f8b64371907804c24b954af74d3751daa28..a020d79e349208eead8c95bc6557c9e0e19880fd 100644 (file)
@@ -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',