Skip to content

Revert "add Policies component and integrate into About page" #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 0 additions & 102 deletions src/components/Policies.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Seo from '../components/Seo/Seo';
import StandardGrid from '../styles/StandardGrid';
import { PillarImages } from '../components/OurPillars';
import { ResourcesAbout } from '../components/Resources';
import { PoliciesAbout } from '../components/Policies';
import AboutBackground from '../components/AboutBackground';

const HeroSection = styled(Section)`
Expand Down Expand Up @@ -161,29 +160,6 @@ const resources = [
}
];

const policies = [
{
link: 'https://drive.google.com/file/d/1i3zj9-pCJ-oOVp4g83RTExqKzHkEp6Wq/view?usp=drive_link',
title: 'Health & Safety'
},
{
link: 'https://drive.google.com/file/d/1fDQ-X4PV_GQXYb4jELf3S5uRZOC_QeiH/view?usp=drive_link',
title: 'Environment & Sustainability'
},
{
link: 'https://drive.google.com/file/d/1p1TGkLeZlPgstbByFNB-Ksk62EnIWHRW/view?usp=drive_link',
title: 'Safeguarding'
},
{
link: 'https://drive.google.com/file/d/16xsSLdgk76Y7-1Dd9AaS-Z2lRXY22lEq/view?usp=drive_link',
title: 'Whistleblowing'
},
{
link: 'https://drive.google.com/file/d/1I0rebTUbmhrVtli_hNwLOgRL6vN912kR/view?usp=drive_link',
title: 'Modern Slavery'
}
];

const About = ({ data }) => {
const values = data.allMarkdownRemark.edges;

Expand Down Expand Up @@ -238,8 +214,6 @@ const About = ({ data }) => {
</ValuesSection>
</MainContainer>
<ResourcesAbout resources={resources} />
<PoliciesAbout policies={policies} />

<TeamHomePage />
<WorkHomePage />
<CivicDays />
Expand Down