From 9d6d7f25519fd9143ccaa6cd78861e799aa4bbb3 Mon Sep 17 00:00:00 2001
From: Sam White
Date: Wed, 8 Dec 2021 16:24:28 +0000
Subject: [PATCH] Add safeguarding page and some information.
---
public_html/includes/navbar.php | 12 ++++++++----
public_html/index.php | 19 +++++++++++--------
public_html/safeguarding.php | 26 ++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 12 deletions(-)
create mode 100644 public_html/safeguarding.php
diff --git a/public_html/includes/navbar.php b/public_html/includes/navbar.php
index 5b6deb9..4d392f8 100644
--- a/public_html/includes/navbar.php
+++ b/public_html/includes/navbar.php
@@ -13,6 +13,14 @@ function get_menu_pages() {
'name' => 'Join',
'path' => 'join.php'
],
+ 'safeguarding' => [
+ 'name' => 'Safeguarding',
+ 'path' => 'safeguarding.php'
+ ],
+ 'founders' => [
+ 'name' => 'Founding members',
+ 'path' => 'founding-members.php'
+ ],
'winter-event' => [
'name' => 'Winter Event',
'path' => 'winter-event.php'
@@ -20,10 +28,6 @@ function get_menu_pages() {
'links' => [ 'name' => 'Useful Links',
'path' => '#'
],*/
- 'founders' => [
- 'name' => 'Founding members',
- 'path' => 'founding-members.php'
- ],
'documents' => [
'name' => 'Documents',
'path' => 'documents.php'
diff --git a/public_html/index.php b/public_html/index.php
index c527b74..6423c03 100644
--- a/public_html/index.php
+++ b/public_html/index.php
@@ -30,9 +30,12 @@ function content() {?>
the age of 30, with the aim to be an Association for young ringers, by young
ringers.
- For more information about us check out our article on
+
Keep reading this page for more information about us and check out our article on
page 2021/820 of
The Ringing World.
+
+ For information on how we handle safeguarding, please refer to our
+ >safeguarding page.
@@ -85,13 +88,6 @@ function content() {?>
committee.
-
-
Pricing
We have set an annual subscription to the Association at £15. For this,
@@ -108,6 +104,13 @@ function content() {?>
might pay the same for an hour of football training or a music lesson and is
similar to other local guild subscriptions!
+
+
+ Safeguarding
+
+ We realise when working with young people and vulnerable adults
+ safeguarding is of prime importance, which is why is it at the forefront of our
+ minds. You can find our Safeguarding Policy and
+ Code of Conduct on our
+ >documents page. These have been
+ independently reviewed by the Ann Craft Trust and have been approved
+ for use. A 101 guide to ringing etiquette can also be found in the YCRA
+ Guidebook given to all members.
+
+ For any safeguarding concerns, please contact
+ safeguarding@ycra.org.uk
+ or if there is an emergency, contact 999 immediately.
--
2.25.1