Skip to content

Commit a1536d9

Browse files
authored
Merge pull request #256 from CivicDataLab/251-add-policies-in-about-page
251 add policies in about page
2 parents 8373063 + ec1f270 commit a1536d9

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

src/pages/about.js

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,29 @@ const resources = [
162162
];
163163

164164
const policies = [
165+
{
166+
link:'https://docs.google.com/document/d/1PE3pUoN3O3SvEngbkNdjpX3-u1kYBsWPEuHGK41AB9g/edit?usp=sharing',
167+
title:'Anti-Bribery and Corruption'
168+
},
169+
{
170+
link:'https://docs.google.com/document/d/14jCoqzif3grF5w7ZUCuDjJjWENi8s4idVJHCBRTe5jM/edit?usp=sharing',
171+
title:'Anti Bullying'
172+
},
173+
{
174+
link:'https://docs.google.com/document/d/1rYA0jWFgg_dI7zMOg0Zwdwfk7vPxgoelagsdwKAr80A/edit?usp=sharing',
175+
title:'Diversity and Inclusion'
176+
},
177+
{
178+
link: 'https://docs.google.com/document/d/1zAxWN6KQN74H1puwmcDKKGASjwS1XmfZrwaehXp0t9w/edit?usp=sharing',
179+
title: 'Environment and Sustainability'
180+
},
165181
{
166182
link: 'https://docs.google.com/document/d/1uDXhXJBhgBk34bOHBKeZW2tuzresyoUT6WsKghpa3L8/edit?usp=sharing',
167183
title: 'Health & Safety'
168184
},
169185
{
170-
link: 'https://docs.google.com/document/d/1zAxWN6KQN74H1puwmcDKKGASjwS1XmfZrwaehXp0t9w/edit?usp=sharing',
171-
title: 'Environment & Sustainability'
186+
link: 'https://docs.google.com/document/d/1IKrdStFw0y08JT9pckpwVJv0sdcW0jeXWul5aABue5c/edit?usp=sharing',
187+
title: 'Modern Slavery'
172188
},
173189
{
174190
link: 'https://docs.google.com/document/d/1YB_vsM6-sfy-93fHvTlnyfLgvZaBdGSbvqAJHykzdMo/edit?usp=sharing',
@@ -178,14 +194,7 @@ const policies = [
178194
link: 'https://docs.google.com/document/d/1_cWP1APdEJ_MoQ9NPeVIECFJnnvXqpdat7Al2pSs87A/edit?usp=sharing',
179195
title: 'Whistleblowing'
180196
},
181-
{
182-
link: 'https://docs.google.com/document/d/1IKrdStFw0y08JT9pckpwVJv0sdcW0jeXWul5aABue5c/edit?usp=sharing',
183-
title: 'Modern Slavery'
184-
},
185-
{
186-
link:'https://docs.google.com/document/d/14jCoqzif3grF5w7ZUCuDjJjWENi8s4idVJHCBRTe5jM/edit?usp=sharing',
187-
title:'Anti Bullying Policy'
188-
}
197+
189198
];
190199

191200
const About = ({ data }) => {

0 commit comments

Comments
 (0)