'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'
'links' => [ 'name' => 'Useful Links',
'path' => '#'
],*/
- 'founders' => [
- 'name' => 'Founding members',
- 'path' => 'founding-members.php'
- ],
'documents' => [
'name' => 'Documents',
'path' => 'documents.php'
the age of 30, with the aim to be an Association for young ringers, by young
ringers.</p>
- <p>For more information about us check out our article on
+ <p>Keep reading this page for more information about us and check out our article on
<a href="https://bb.ringingworld.co.uk/issues/2021/820">page 2021/820</a> of
<i><a href="https://ringingworld.co.uk/">The Ringing World</a></i>.</p>
+
+ <p>For information on how we handle safeguarding, please refer to our
+ <a <?php href('safeguarding.php');?>>safeguarding page</a>.
</div>
</div>
committee.</p>
</div>
- <!--div class="section">
- <h2>Safeguarding</h2>
- <p>We know how important safeguarding and so have a separate tab above
- dedicated to this above. There you can find our safeguarding policy and code of
- conduct.</p>
- </div-->
-
<div class="section" id="pricing">
<h2>Pricing</h2>
<p>We have set an annual subscription to the Association at £15. For this,
might pay the same for an hour of football training or a music lesson and is
similar to other local guild subscriptions!</p>
</div>
+
+ <!--div class="section">
+ <h2>Safeguarding</h2>
+ <p>We know how important safeguarding is, so have created a
+ <a <?php href('safeguarding.php');?>>dedicated page</a> describing how we handle
+ safeguarding.</p>
+ </div-->
<?php
}
--- /dev/null
+<?php
+include_once('includes/html-templating.php');
+
+function page_title() {
+ return 'Safeguarding';
+}
+
+function content() {?>
+ <h1>Safeguarding</h1>
+
+ <p>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 <a href="#">Safeguarding Policy</a> and
+ <a href="#">Code of Conduct</a> on our
+ <a <?php href('documents.php');?>>documents page</a>. 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.</p>
+
+ <p>For any safeguarding concerns, please contact
+ <a href="mailto:safeguarding@ycra.org.uk">safeguarding@ycra.org.uk</a>
+ or if there is an emergency, contact 999 immediately.</p><?php
+}
+
+include_once('includes/template.php');
+?>