-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,54 @@ | ||
--- | ||
layout: "@layouts/BaseLayoutMarkdown.astro" | ||
title: Privacy Notice | ||
title: Privacy Policy | ||
darkFooter: true | ||
darkNavigation: true | ||
--- | ||
|
||
import { HeaderLogo, Footer } from "@components"; | ||
|
||
<div class="w-full bg-neutral-50"> | ||
<h1 class="mt-40 container-width text-5xl font-semibold font-aktiv">Privacy Notice</h1> | ||
<h1 class="mt-40 container-width text-5xl font-semibold font-aktiv">Privacy Policy</h1> | ||
<p class="container-width mt-10 mb-20 text-lg">To run our website we need a few things to keep it running smoothly.</p> | ||
</div> | ||
<div class="container-width my-20 custom-prose h-full"> | ||
## Static website hosting | ||
Our website is hosted on GitHub Pages. GitHub Pages provides a content delivery network, or CDN. They store a copy of this website on many servers around the world, so no matter where you are, the website is delivered quickly. | ||
|
||
GitHub Pages has access to your HTTP request, the website request required to view this website or any other website. This request includes your IP address and a user agent, a string with the name of your browser and the version you are using. | ||
<br/><br/> | ||
We care about privacy (we really do!). To better protect it, we provide this policy notice explaining the way your personal information is collected and used. | ||
|
||
## What data do we collect? | ||
|
||
### Webserver Log Files | ||
|
||
When visiting this website, the webserver of our webhoster ([Netcup](https://www.netcup.de/)) tracks basic information about its visitors. This information includes, but is not limited to IP address, browser details, operating system details, timestamps and referring pages. None of this information can personally identify specific visitors of this website. The information is tracked for routine administration and maintenance purposes (log files) and will automatically be deleted after one day. | ||
|
||
### Website statistics | ||
|
||
Aditionally this website also uses the self-hosted frontend statistics software [Umami](https://umami.is/), which we use to analyse and improve our website. Umami does not allow to identify individual users or IP addresses and works without cookies. It collects anonymized data from the visitors (language, timestamps, screen size, operating system, referrers) and saves it to a database, where we keep it indefinitely. | ||
|
||
## Cookies | ||
|
||
This website does not use any cookies. | ||
|
||
|
||
## Advertisement and other third parties | ||
|
||
There is no advertising on this website and no third party services are involved. No data is transmitted to other companies. | ||
|
||
## What are your data protection rights? | ||
|
||
We would like to make sure you are fully aware of all of your data protection rights. Every visitor is entitled to the following: | ||
|
||
- The right to access – You have the right to request copies of your personal data. | ||
- The right to rectification – You have the right to request that we correct any information you believe is inaccurate. | ||
- The right to erasure – You have the right to request that we erase your personal data. | ||
- The right to restrict processing – You have the right to request that we restrict the processing of your personal data, under certain conditions. | ||
- The right to object to processing – You have the right to object to our processing of your personal data, under certain conditions. | ||
- The right to data portability – You have the right to request that we transfer the data that we have collected to another organization, or directly to you, under certain conditions. | ||
|
||
If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please contact us at our email: | ||
|
||
## Contact via email | ||
Data submitted when contacting us, including contact information, is stored in order to process the request or to be available for follow-up questions. | ||
<br/><br/> | ||
|
||
## Questions | ||
If you have any questions, don't hesitate to contact us via email at [email protected]. | ||
</div> | ||
For any questions or concerns regarding privacy aspects, please send us an E-Mail to [[email protected]](mailto:[email protected]). Data submitted when contacting us, including contact information, is stored in order to process the request or to be available for follow-up questions. | ||
|
||
</div> |