diff --git a/client/src/App.tsx b/client/src/App.tsx index 7e2aceb..dca898d 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -13,6 +13,8 @@ import { SupportUs } from "@/pages/SupportUs"; import { Privacy } from "@/pages/Privacy"; import { NewsArticle } from "@/pages/NewsArticle"; import { Facebook } from "@/pages/Facebook"; +import { Accessibility } from "@/pages/Accessibility"; +import { Safeguarding } from "@/pages/Safeguarding"; function Router() { return ( @@ -23,6 +25,8 @@ function Router() { + + diff --git a/client/src/pages/Accessibility.tsx b/client/src/pages/Accessibility.tsx new file mode 100644 index 0000000..89b1f8e --- /dev/null +++ b/client/src/pages/Accessibility.tsx @@ -0,0 +1,138 @@ +import React from "react"; +import { SiteHeader } from "@/components/SiteHeader"; +import { SiteFooter } from "@/components/SiteFooter"; +import { usePageMeta } from "@/lib/seo"; + +const navigationItems = [ + { label: "Home", href: "/" }, + { label: "About", href: "/about" }, + { label: "News", href: "/news" }, + { label: "Support Us", href: "/support" }, + { label: "Contact", href: "/contact" }, +]; + +export const Accessibility = (): JSX.Element => { + usePageMeta({ + title: "Accessibility", + path: "/accessibility", + description: + "Accessibility statement for Highland Group RDA and our commitment to inclusive access.", + }); + + return ( +
+
+
+
+ +

+ Accessibility Statement +

+

+ Accessibility Statement +

+ +

+ Highland Group RDA is committed to making our + website as accessible and inclusive as possible, so + that everyone can use it with confidence. +

+

+ We aim for our website to be easy to understand, + easy to navigate, and usable across a range of + devices and assistive technologies. +

+ +

+ What we’re doing to support accessibility +

+

+ We have designed this website so that it: +

+
    +
  • Uses clear language and simple page layouts
  • +
  • + Works on mobile phones, tablets, and desktop + computers +
  • +
  • Can be navigated using a keyboard
  • +
  • + Uses readable font sizes and good colour + contrast +
  • +
  • + Is compatible with common screen readers and + accessibility tools +
  • +
+

+ Behind the scenes, we use well-supported systems and + follow recognised accessibility guidance when adding + or updating content. +

+ +

+ Known limitations +

+

+ We recognise that no website is perfect. Some + documents or older content may not yet be fully + accessible, particularly where materials were + created before accessibility standards were more + widely adopted. +

+

+ If you encounter any difficulties, we are very happy + to help. +

+ +

+ Alternative formats and support +

+

+ If you need information from this website in a + different format — such as large print, plain text, + or by talking things through — please let us know. +

+

+ You can contact us at: +

+

+ Email: info@highlandgrouprda.org.uk +

+

+ We will do our best to respond promptly and support + your needs. +

+ +

+ Accessibility beyond the website +

+

+ Accessibility is central to everything we do as a + riding for the disabled group. Information shared + through our website, application forms, and + communications helps us understand individual needs + so that appropriate support can be provided safely + and respectfully during activities. +

+ +

+ Continuous improvement +

+

+ We are committed to improving accessibility over + time. As the website evolves, we will continue to + review and enhance it to ensure it remains welcoming + and usable for everyone. +

+
+
+ +
+
+ ); +}; diff --git a/client/src/pages/Privacy.tsx b/client/src/pages/Privacy.tsx index 01dabfe..2b8029a 100644 --- a/client/src/pages/Privacy.tsx +++ b/client/src/pages/Privacy.tsx @@ -20,15 +20,14 @@ export const Privacy = (): JSX.Element => { }); return (
- -
-
-
-

+

+
+ +

Privacy Policy

@@ -261,7 +260,7 @@ export const Privacy = (): JSX.Element => {

- +
); diff --git a/client/src/pages/Safeguarding.tsx b/client/src/pages/Safeguarding.tsx new file mode 100644 index 0000000..9fc6d29 --- /dev/null +++ b/client/src/pages/Safeguarding.tsx @@ -0,0 +1,247 @@ +import React from "react"; +import { SiteHeader } from "@/components/SiteHeader"; +import { SiteFooter } from "@/components/SiteFooter"; +import { usePageMeta } from "@/lib/seo"; + +const navigationItems = [ + { label: "Home", href: "/" }, + { label: "About", href: "/about" }, + { label: "News", href: "/news" }, + { label: "Support Us", href: "/support" }, + { label: "Contact", href: "/contact" }, +]; + +export const Safeguarding = (): JSX.Element => { + usePageMeta({ + title: "Safeguarding", + path: "/safeguarding", + description: + "Safeguarding policy and commitment for Highland Group RDA.", + }); + + return ( +
+
+
+
+ +

+ Safeguarding +

+

+ Safeguarding +

+ +

+ Our commitment +

+

+ Highland Group RDA is fully committed to + safeguarding and promoting the welfare of children, + young people, and vulnerable adults who take part in + our activities. +

+

+ Everyone involved with the group has a + responsibility to help create a safe, supportive, + and respectful environment. +

+

+ Safeguarding is always a priority and underpins + everything we do. +

+ +

+ What safeguarding means to us +

+

+ Safeguarding means: +

+
    +
  • + Protecting people from harm, abuse, or neglect +
  • +
  • + Ensuring participants feel safe, listened to, + and respected +
  • +
  • + Acting promptly and appropriately if concerns + arise +
  • +
  • + Creating an environment where concerns can be + raised without fear +
  • +
+

+ This applies to all participants, whether children + or adults, and to everyone involved in the group. +

+ +

+ Who this applies to +

+

+ Our safeguarding approach applies to: +

+
    +
  • Participants
  • +
  • Parents and carers
  • +
  • Volunteers
  • +
  • Coaches and instructors
  • +
  • Trustees and committee members
  • +
  • + Anyone working with or on behalf of Highland + Group RDA +
  • +
+ +

+ How we keep people safe +

+

+ Behind the scenes, we take safeguarding seriously + by: +

+
    +
  • + Following RDA UK safeguarding policies and + guidance +
  • +
  • + Ensuring appropriate checks (including DBS/PVG + where required) +
  • +
  • + Providing safeguarding awareness and guidance to + volunteers and staff +
  • +
  • + Maintaining clear boundaries and codes of + conduct +
  • +
  • + Ensuring activities are supervised and + risk-assessed +
  • +
  • + Handling personal and sensitive information + confidentially +
  • +
+

+ From a participant’s point of view, this means + activities are delivered in a calm, structured, and + supportive way. +

+ +

+ Recognising concerns +

+

+ A safeguarding concern may include: +

+
    +
  • + A disclosure from a child, young person, or + adult at risk +
  • +
  • A change in behaviour that causes concern
  • +
  • Something observed or overheard
  • +
  • + A situation where someone feels unsafe or + uncomfortable +
  • +
+

+ All concerns are taken seriously. +

+ +

+ Reporting a safeguarding concern +

+

+ If you have a safeguarding concern about someone + involved with Highland Group RDA: +

+
    +
  • Report it as soon as possible
  • +
  • + Speak to a coach, trustee, or safeguarding lead +
  • +
  • + You can also contact us confidentially by email +
  • +
+

+ Email: info@highlandgrouprda.org.uk +

+

+ If someone is in immediate danger, contact the + emergency services straight away. +

+ +

+ What happens next +

+

+ When a concern is raised: +

+
    +
  • + It will be listened to carefully and + respectfully +
  • +
  • + Information will be shared only on a + need-to-know basis +
  • +
  • + Appropriate action will be taken in line with + RDA UK guidance +
  • +
  • + The safety and wellbeing of the individual will + always come first +
  • +
+

+ Safeguarding concerns are never ignored or + dismissed. +

+ +

+ Photography and media +

+

+ Photographs or videos are only taken with + appropriate consent and are used responsibly. +

+

+ Images are never shared in a way that could place + someone at risk. +

+ +

+ Policy and review +

+

+ Our safeguarding arrangements are reviewed regularly + to ensure they remain effective and appropriate. +

+

+ This page reflects our ongoing commitment to + providing a safe environment for everyone involved + in Highland Group RDA. +

+
+
+ +
+
+ ); +};