Skip to content

Commit

Permalink
feat: add data protection
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Dec 31, 2023
1 parent c2cf81c commit b1b681c
Show file tree
Hide file tree
Showing 7 changed files with 411 additions and 0 deletions.
392 changes: 392 additions & 0 deletions content/data/pages/data-protection.de.mdx

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions content/data/pages/data-protection.en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Data protection
description: Data protection declaration of openscript Ltd. website.
type: content
---

# Data protection declaration

Please consult our data protection declaration in German [here](/datenschutz).
1 change: 1 addition & 0 deletions content/i18n/de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"language": "Deutsch",
"menu.backToTheFuture": "Die Vergangenheit können wir nicht ändern, aber die Zukunft.",
"menu.collaboration": "Zusammenarbeit",
"menu.data-protection": "Datenschutz",
"menu.formation": "Entstehung",
"menu.future": "Zukunft",
"menu.imprint": "Impressum",
Expand Down
1 change: 1 addition & 0 deletions content/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"language": "English",
"menu.backToTheFuture": "We cannot change the history, but we can change the future.",
"menu.collaboration": "Collaboration",
"menu.data-protection": "Data protection",
"menu.formation": "Formation",
"menu.future": "Future",
"menu.imprint": "Imprint",
Expand Down
1 change: 1 addition & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const configuration: GatsbyConfig = {
'/future/collaboration': '/zukunft/zusammenarbeit',
'/future/participation': '/zukunft/mitarbeit',
'/imprint': '/impressum',
'/data-protection': '/datenschutz',
},
messages: deCHMessages,
},
Expand Down
2 changes: 2 additions & 0 deletions graphql-types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* eslint-disable */

/* prettier-ignore */

/* THIS FILE IS AUTOGENERATED. CHANGES WILL BE LOST ON SUBSEQUENT RUNS. */

declare namespace Queries {
Expand Down
5 changes: 5 additions & 0 deletions src/layouts/default/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ export function Footer({ address, phone, email }: FooterProps) {
<FormattedMessage id="menu.imprint" />
</LocalizedLink>
</li>
<li>
<LocalizedLink to="/data-protection">
<FormattedMessage id="menu.data-protection" />
</LocalizedLink>
</li>
</ul>
<ul className="social-media">
<li>
Expand Down

0 comments on commit b1b681c

Please sign in to comment.