Skip to content

Commit

Permalink
fix:update privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Jan 16, 2025
1 parent 1a2d0db commit 5b32e52
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 12 deletions.
13 changes: 13 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
@apply mt-4;
}

.custom-prose p + ul {
@apply mt-4;
}

.custom-prose ul + p {
@apply mt-4;
}


.custom-prose a:not(.not-prose) {
@apply underline;
}
Expand All @@ -91,6 +100,10 @@
@apply font-semibold text-2xl text-neutral-800 my-4;
}

.custom-prose ul {
@apply list-disc list-inside;
}


.container-width {
@apply max-w-[1440px] w-full lg:w-[84.4%] px-[4%] lg:px-8 mx-auto;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const Footer: React.FC<FooterProps> = ({ className, menu, locale }) => {
</div>
<div className="hidden lg:block">&nbsp;—&nbsp;</div>
<div>
<a href="en/privacy">Privacy Notice</a>
<a href="en/privacy">Privacy Policy</a>
</div>
<div className="hidden lg:block">&nbsp;—&nbsp;</div>
<div>© 2022 Tolocar Project Operators</div>
Expand Down
49 changes: 38 additions & 11 deletions src/pages/en/privacy.mdx
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>

0 comments on commit 5b32e52

Please sign in to comment.