From 12c7b46ae3e54969ee1ff8a171d6ecda3370dfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20St=C3=BCckler?= Date: Tue, 28 Jan 2025 18:11:55 +0100 Subject: [PATCH] fix: legal/privacy in ua --- src/components/Footer.tsx | 4 +-- src/pages/ua/legal.mdx | 26 +++++++++---------- src/pages/ua/privacy.mdx | 54 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 16 deletions(-) create mode 100644 src/pages/ua/privacy.mdx diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 9784a7b4..bf1c0027 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -85,11 +85,11 @@ const Footer: React.FC = ({ className, menu, locale }) => {
- Legal Notice + Legal Notice
 — 
- Privacy Policy + Privacy Policy
 — 
© 2022 Tolocar Project Operators
diff --git a/src/pages/ua/legal.mdx b/src/pages/ua/legal.mdx index c1fe33f6..d32db1e4 100644 --- a/src/pages/ua/legal.mdx +++ b/src/pages/ua/legal.mdx @@ -7,27 +7,25 @@ darkNavigation: true

Legal Notice

-

Feel free to get in touch with us via the e-mail specified below.

+

Feel free to get in touch with us via the contact information specified below.

-**Hamburger Institut für Wertschöpfungssystematik und Wissensmanagement UG (haftungsbeschränkt)** -Silker Weiche 5 · 21465 Reinbek · Deutschland +## About Tolocar +Tolocar is a project funded by the **German Federal Ministry for Economic Cooperation and Development (BMZ)** and implemented by the **Deutsche Gesellschaft für internationale Zusammenarbeit (GIZ) GmbH** in close collaboration with Ukrainian and international partners. -**E-Mail:** info@tolocar.org -**Phone:** +49 157 72589461 +If you have any questions about the project, don't hesitate to contact us via email at info@tolocar.org. +


-**Managing Director:** Dr.-Ing. Tobias Redlich -**Register court:** Local court Lübeck -**Registration number:** HRB 15855 HL -**Responsible persons in terms of §18 Abs. 2 MStV:** -Tobias Redlich and Pascal Krenz -Silker Weiche 5 · 21465 Reinbek · Germany +## About this Website +Implementation, hosting and maintenance of this website: -

Technical implementation: bitbetter GmbH

+**bitbetter GmbH** +Desenißstr. 37 +22083 Hamburg +Germany -## Questions -If you have any questions, **don't hesitate to contact us via email at info@tolocar.org**. +**E-Mail:** info@bitbetter.de
diff --git a/src/pages/ua/privacy.mdx b/src/pages/ua/privacy.mdx new file mode 100644 index 00000000..fb83e02a --- /dev/null +++ b/src/pages/ua/privacy.mdx @@ -0,0 +1,54 @@ +--- +layout: "@layouts/BaseLayoutMarkdown.astro" +title: Privacy Policy +darkFooter: true +darkNavigation: true +--- + +import { HeaderLogo, Footer } from "@components"; + +
+

Privacy Policy

+

To run our website we need a few things to keep it running smoothly.

+
+
+ +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 days. + +### 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. Only one subpage (`/interventions`) uses third party data (the Map data/tiles for the interactive Map) by the company Mapbox. + +## 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 + +For any questions or concerns regarding privacy aspects, please send us an E-Mail to [info@tolocar.org](mailto:info@tolocar.org). Data submitted when contacting us, including contact information, is stored in order to process the request or to be available for follow-up questions. + +
\ No newline at end of file