Skip to content

Commit

Permalink
feat: add data protection statement
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Dec 31, 2023
1 parent fafea4b commit fc22ad2
Show file tree
Hide file tree
Showing 10 changed files with 352 additions and 16 deletions.
2 changes: 2 additions & 0 deletions content/data/navigation/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
footer:
- key: imprint
path: /imprint
- key: data-protection
path: /data-protection
main:
- key: blog
path: /blog
Expand Down
336 changes: 336 additions & 0 deletions content/data/pages/data-protection.de.mdx

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions content/data/pages/data-protection.en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
template: GenericPage
title: Data Protection
---

# Data protection declaration

Please consult my German data protection declaration [here](/de/datenschutz).
8 changes: 0 additions & 8 deletions content/data/pages/imprint.de.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ Haftungsansprüche gegenüber dem Eigentümer von [r.obin.ch](https://r.obin.ch)
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.

Verweise zu Inhalte Dritter liegen ausserhalb des Verantwortungsbereichs. Die Verantwortung wird in jedem Fall abgelehnt.

## Datenschutz

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.

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).

Der Anbieter verwendet diese Protokolldaten nur für statistische Auswertungen zum Zweck des Betriebs, der Sicherheit und der Optimierung des Angebotes.
8 changes: 0 additions & 8 deletions content/data/pages/imprint.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ All liability of the owner and the other authors for direct, indirect or seconda
All offers are without obligation. The owner reserves the right to change or delete, parts or the whole offer, at any time.

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.

## Data protection

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.

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).

The provider uses this log data solely for statistical analyses for the purpose of operating, safeguarding and optimizing the site.
1 change: 1 addition & 0 deletions content/i18n/de-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"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.",
"language": "Deutsch",
"navigation.footer.imprint": "Impressum",
"navigation.footer.data-protection": "Datenschutz",
"navigation.main.blog": "Blog",
"navigation.main.medias": "Medien",
"navigation.main.person": "Person",
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 @@ -11,6 +11,7 @@
"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.",
"language": "English",
"navigation.footer.imprint": "Imprint",
"navigation.footer.data-protection": "Data protection",
"navigation.main.blog": "Blog",
"navigation.main.medias": "Medias",
"navigation.main.person": "Person",
Expand Down
1 change: 1 addition & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const configuration: GatsbyConfig = {
prefix: `de`,
slugs: {
'/imprint': '/impressum',
'/data-protection': '/datenschutz',
'/projects': '/projekte',
},
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
1 change: 1 addition & 0 deletions src/layouts/default/FooterNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const footerNavigationStyles = css`
margin: 0;
padding: 0;
list-style: none;
gap: 1rem;
}
`;

Expand Down

0 comments on commit fc22ad2

Please sign in to comment.