legal and privacy updated
This commit is contained in:
parent
a899abcdae
commit
d8c3b44328
2 changed files with 7 additions and 15 deletions
|
|
@ -7,11 +7,6 @@ description: Imprint infos
|
|||
layout: page
|
||||
---
|
||||
|
||||
Edit your details in `_data/meta.js`
|
||||
Edit your details in `_data/personal.yaml`
|
||||
|
||||
{{ meta.address.firma }}
|
||||
{{ meta.address.street }}
|
||||
{{ meta.address.zip }}, {{ meta.address.city }}
|
||||
|
||||
Tel: <a href="tel:{{ meta.address.mobileCall }}">{{ meta.address.mobileDisplay }}</a>
|
||||
Mail: <a href="mailto:{{ meta.address.email }}">{{ meta.address.email }}</a>
|
||||
{{ personal.address }}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ description: I respect the EU General Data Protection Regulation (GDPR). This po
|
|||
layout: page
|
||||
---
|
||||
|
||||
Edit your details in `_data/meta.js`
|
||||
Edit your details in `_data/personal.yaml`
|
||||
|
||||
I respect the EU General Data Protection Regulation (GDPR) and this policy document explains how I collect and handle any information you provide to me.
|
||||
|
||||
|
|
@ -24,16 +24,13 @@ Very secure, as this website does not collect any information.
|
|||
This website transmits itself using HTTPS, encrypting all data between the browser and the server. Your network provider can still see that you are downloading assets from this site, but not its content. This also protects you from third parties intercepting data, for example, while browsing on public WiFi, or from network providers injecting advertisements on this site. All relevant response HTTP headers are set for your protection and the Content Security Policy is adjusted to this websites requirements.
|
||||
|
||||
**Data controller**
|
||||
{{ meta.address.firma }}
|
||||
{{ meta.address.street }}
|
||||
{{ meta.address.zip }}, {{ meta.address.city }}
|
||||
Tel: <a href="tel:{{ meta.address.mobileCall }}">{{ meta.address.mobileDisplay }}</a>
|
||||
Mail: <a href="mailto:{{ meta.address.email }}">{{ meta.address.email }}</a>
|
||||
|
||||
If you have any questions or doubts, please contact me: <a href="mailto:{{ meta.address.email }}">{{ meta.address.email }}</a>
|
||||
{{ personal.address }}
|
||||
|
||||
If you have any questions or doubts, please contact me: <a href="mailto:{{ personal.email }}">{{ meta.address.email }}</a>
|
||||
|
||||
**Changes to the policy**
|
||||
If I change the content of this policy, those changes will be effective at the time I post them here.
|
||||
|
||||
**Complaints**
|
||||
If you have any reason to complain about the way I handle your privacy, please contact me by email: <a href="mailto:{{ meta.address.email }}">{{ meta.address.email }}</a>.
|
||||
If you have any reason to complain about the way I handle your privacy, please contact me by email: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue