Skip to content

Commit fc22ad2

Browse files
committed
feat: add data protection statement
1 parent fafea4b commit fc22ad2

File tree

10 files changed

+352
-16
lines changed

10 files changed

+352
-16
lines changed

content/data/navigation/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
footer:
22
- key: imprint
33
path: /imprint
4+
- key: data-protection
5+
path: /data-protection
46
main:
57
- key: blog
68
path: /blog

content/data/pages/data-protection.de.mdx

Lines changed: 336 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
template: GenericPage
3+
title: Data Protection
4+
---
5+
6+
# Data protection declaration
7+
8+
Please consult my German data protection declaration [here](/de/datenschutz).

content/data/pages/imprint.de.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ Haftungsansprüche gegenüber dem Eigentümer von [r.obin.ch](https://r.obin.ch)
2323
Die platzierten Angebote sind alle unverbindlich. Der Eigentümer behält sich das Recht vor, Teile der Seite oder das gesamte Angebot ohne Ankündigung zu ändern, zu ergänzen oder zu löschen.
2424

2525
Verweise zu Inhalte Dritter liegen ausserhalb des Verantwortungsbereichs. Die Verantwortung wird in jedem Fall abgelehnt.
26-
27-
## Datenschutz
28-
29-
Aufgrund gesetzlicher Vorgaben bin ich in bestimmten Fällen verpflichtet, Ihre personenbezogenen Daten an Dritte weiterzugeben. Dies ist zum Beispiel der Fall, wenn der Verdacht einer Straftat oder des Missbrauchs dieser Webseite vorliegt. Ich werde Ihre Daten nur auf Grund eines richterlichen Beschlusses an die Strafverfolgungsbehörden weitergeben. Falls es jedoch in meinem eigenen Interesse liegt, dass ein Missbrauch aufgeklärt wird, weil die Nutzer oder der Seitenbetreiber selbst zu den Geschädigten gehören, kann auch auf die richterliche Anordnung verzichtet werden.
30-
31-
Der Web-Service-Provider ([Cloudflare, Inc.](https://www.cloudflare.com/)) dieser Website erhebt Daten (Server-Logfiles) über jeden Zugriff auf eine Seite unserer Website. Zu diesen Zugriffsdaten gehören Name der abgerufenen Webseite, Datum und Uhrzeit des Abrufs, Browsertyp/ -version, Betriebssystem, Referrer URL (die zuvor besuchte Seite) und der Hostname des anfragenden Rechners (IP Adresse).
32-
33-
Der Anbieter verwendet diese Protokolldaten nur für statistische Auswertungen zum Zweck des Betriebs, der Sicherheit und der Optimierung des Angebotes.

content/data/pages/imprint.en.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ All liability of the owner and the other authors for direct, indirect or seconda
2323
All offers are without obligation. The owner reserves the right to change or delete, parts or the whole offer, at any time.
2424

2525
The [r.obin.ch](https://r.obin.ch) website contains links to content maintained by third parties, which are outside our area of responsibility. Any responsibility is declined.
26-
27-
## Data protection
28-
29-
Due to legal requirements I'm obliged in certain cases to pass on your personal data to third parties. This is the case, for example, if there is a suspicion of a crime or misuse of this website. I will only pass on your data to law enforcement authorities on the basis of a court order. However, if it is in my own interest that an abuse is cleared up because the users or the site operator himself is one of the aggrieved parties, the judicial order can also be waived.
30-
31-
The web service provider ([Cloudflare, Inc.](https://www.cloudflare.com/)) of this website collects data (server log files) every time a page is accessed on our website. This access data includes the name of the web page requested, the date and time of the request, browser type/version, operating system, referrer URL (the previously visited page) and the host name of the requesting computer (IP address).
32-
33-
The provider uses this log data solely for statistical analyses for the purpose of operating, safeguarding and optimizing the site.

content/i18n/de-CH.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"description": "Auf dieser Webseite sammle ich interessante Dinge aus meinen Abenteuer in der Welt von Bits und Bytes und teile auch das Eine oder Andere aus der analogen Realität.",
1212
"language": "Deutsch",
1313
"navigation.footer.imprint": "Impressum",
14+
"navigation.footer.data-protection": "Datenschutz",
1415
"navigation.main.blog": "Blog",
1516
"navigation.main.medias": "Medien",
1617
"navigation.main.person": "Person",

content/i18n/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"description": "On this website I collect interesting findings from my adventures in the world of bits and bytes and I share sometimes also things from the analogue reality.",
1212
"language": "English",
1313
"navigation.footer.imprint": "Imprint",
14+
"navigation.footer.data-protection": "Data protection",
1415
"navigation.main.blog": "Blog",
1516
"navigation.main.medias": "Medias",
1617
"navigation.main.person": "Person",

gatsby-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ const configuration: GatsbyConfig = {
150150
prefix: `de`,
151151
slugs: {
152152
'/imprint': '/impressum',
153+
'/data-protection': '/datenschutz',
153154
'/projects': '/projekte',
154155
},
155156
messages: deCHMessages,

graphql-types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* eslint-disable */
22

3+
/* prettier-ignore */
4+
35
/* THIS FILE IS AUTOGENERATED. CHANGES WILL BE LOST ON SUBSEQUENT RUNS. */
46

57
declare namespace Queries {

src/layouts/default/FooterNavigation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const footerNavigationStyles = css`
2020
margin: 0;
2121
padding: 0;
2222
list-style: none;
23+
gap: 1rem;
2324
}
2425
`;
2526

0 commit comments

Comments
 (0)