Skip to content

Commit cca3091

Browse files
committed
added privacy policy
1 parent 49efbd2 commit cca3091

File tree

2 files changed

+235
-4
lines changed

2 files changed

+235
-4
lines changed

src/components/Footer.astro

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
---
2-
import Mailto from "./Mailto.astro";
3-
---
4-
51
<footer
62
class="block py-16 px-8 mt-16 w-full shadow bg-neutral-800 shadow-black"
73
>
84
<p>Copyright © {new Date().getFullYear()} Mayer & Ott GbR</p>
95
<p><a class="block underline" href="/impressum">Impressum</a></p>
6+
<p><a class="block underline" href="/privacy_policy">Privacy policy</a></p>
107
</footer>

src/pages/privacy_policy.astro

+234
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
---
2+
import Layout from "../layouts/Layout.astro";
3+
import Card from "../components/Card.astro";
4+
---
5+
6+
<Layout>
7+
<h1
8+
class="mx-auto mt-8 text-4xl font-bold text-white md:px-2 w-[calc(100dvw-1rem)] max-w-[101rem]"
9+
>
10+
Privacy policy
11+
</h1>
12+
<Card>
13+
<h2 class="text-xl font-bold">An overview of data protection</h2>
14+
15+
<h3 class="mt-8 mb-4 text-lg font-bold">General Information</h3>
16+
<p>
17+
The following gives a simple overview of what happens to your personal
18+
information when you visit our website (<code
19+
>https://bloodmagesoftware.de</code
20+
>). Personal information is any data with which you could be personally
21+
identified. Detailed information on the subject of data protection can be
22+
found in our privacy policy found below.
23+
</p>
24+
25+
<h2 class="mt-8 mb-4 text-xl font-bold">Hosting</h2>
26+
<p>We host the contents of our website with the following provider:</p>
27+
28+
<h3 class="mt-8 mb-4 text-lg font-bold">Hetzner</h3>
29+
<p>
30+
The provider is Hetzner Online GmbH, Industriestr. 25, 91710 Gunzenhausen,
31+
Germany (hereinafter referred to as Hetzner). When you visit our website,
32+
Hetzner collects various log files including your IP address. For details,
33+
please refer to Hetzner’s privacy policy:
34+
<a
35+
href="https://www.hetzner.com/de/rechtliches/datenschutz"
36+
target="_blank"
37+
rel="noopener noreferrer"
38+
class="underline">https://www.hetzner.com/de/rechtliches/datenschutz</a
39+
>.
40+
</p>
41+
<p>
42+
The use of Hetzner is based on Art. 6 (1) (f) GDPR. We have a legitimate
43+
interest in ensuring that our website is presented as reliably as
44+
possible.
45+
</p>
46+
47+
<h3 class="mt-8 mb-4 text-lg font-bold">Data Processing Agreement</h3>
48+
<p>
49+
We have concluded a data processing agreement (DPA) with Hetzner for the
50+
use of their service. This is a contract required by data protection law,
51+
which ensures that Hetzner only processes the personal data of our website
52+
visitors in accordance with our instructions and in compliance with the
53+
GDPR.
54+
</p>
55+
56+
<h2 class="mt-8 mb-4 text-xl font-bold">
57+
General notes and mandatory information
58+
</h2>
59+
60+
<h3 class="mt-8 mb-4 text-lg font-bold">Data protection</h3>
61+
<p>
62+
The operators of this website take the protection of your personal data
63+
very seriously. We treat your personal data as confidential and in
64+
accordance with the statutory data protection regulations and this privacy
65+
policy.
66+
</p>
67+
<p>
68+
When you use this website, certain personal data is processed as described
69+
below. Personal information is any data with which you could be personally
70+
identified. This privacy policy explains what information is collected and
71+
what it is used for. It also explains how and for what purpose this
72+
happens.
73+
</p>
74+
<p>
75+
Please note that data transmitted via the internet (e.g. via email
76+
communication) may be subject to security breaches. Complete protection of
77+
your data from third-party access is not possible.
78+
</p>
79+
80+
<h3 class="mt-8 mb-4 text-lg font-bold">
81+
Notice concerning the party responsible for this website
82+
</h3>
83+
<p>The party responsible for processing data on this website is:</p>
84+
<p>
85+
Mayer &amp; Ott GbR<br />
86+
c/o IP-Management #4914<br />
87+
Ludwig-Erhard-Str. 18<br />
88+
20459 Hamburg<br />
89+
Germany
90+
</p>
91+
<p>Represented by: Frank Mayer, René Ott</p>
92+
<p>
93+
Telephone: +49 7131 7485883<br />
94+
95+
</p>
96+
<p>
97+
The responsible party is the natural or legal person who alone or jointly
98+
with others decides on the purposes and means of processing personal data
99+
(names, email addresses, etc.).
100+
</p>
101+
102+
<h3 class="mt-8 mb-4 text-lg font-bold">
103+
Revocation of your consent to the processing of your data
104+
</h3>
105+
<p>
106+
Some data processing operations may require your consent. You may revoke
107+
your consent at any time with future effect. An informal email making this
108+
request is sufficient. The lawfulness of the data processing carried out
109+
before we receive your request remains unaffected by the revocation.
110+
</p>
111+
112+
<h3 class="mt-8 mb-4 text-lg font-bold">
113+
Right to file complaints with regulatory authorities
114+
</h3>
115+
<p>
116+
If there has been a breach of data protection legislation, the person
117+
affected may file a complaint with the competent regulatory authority. The
118+
competent regulatory authority for matters related to data protection
119+
legislation is the data protection officer of the German state in which
120+
our company is headquartered. A list of data protection officers and their
121+
contact details can be found at the following link:
122+
<a
123+
href="https://www.bfdi.bund.de/DE/Infothek/Anschriften_Links/anschriften_links-node.html"
124+
target="_blank"
125+
rel="noopener noreferrer"
126+
class="underline"
127+
>https://www.bfdi.bund.de/DE/Infothek/Anschriften_Links/anschriften_links-node.html</a
128+
>.
129+
</p>
130+
131+
<h3 class="mt-8 mb-4 text-lg font-bold">Right to data portability</h3>
132+
<p>
133+
You have the right to have data which we process based on your consent or
134+
in fulfillment of a contract automatically delivered to yourself or to a
135+
third party in a standard, machine-readable format. If you require the
136+
direct transfer of data to another responsible party, this will only be
137+
done to the extent technically feasible.
138+
</p>
139+
140+
<h3 class="mt-8 mb-4 text-lg font-bold">SSL or TLS encryption</h3>
141+
<p>
142+
This site uses SSL or TLS encryption for security reasons and for the
143+
protection of the transmission of confidential content, such as the
144+
inquiries you send to us as the site operator. You can recognize an
145+
encrypted connection in your browser’s address line when it changes from
146+
“http://” to “https://” and the lock icon is displayed in your browser’s
147+
address bar. If SSL or TLS encryption is activated, the data you transfer
148+
to us generally cannot be read by third parties.
149+
</p>
150+
151+
<h3 class="mt-8 mb-4 text-lg font-bold">Information, blocking, deletion</h3>
152+
<p>
153+
As permitted by law, you have the right at any time to free information
154+
about your stored personal data, its origin and recipient and the purpose
155+
of data processing and, if necessary, a right to correction, blocking or
156+
deletion of this data. For this purpose, as well as for further questions
157+
on the subject of personal data, you can contact us at any time at the
158+
address given above (Responsible Party).
159+
</p>
160+
161+
<h3 class="mt-8 mb-4 text-lg font-bold">Links to other websites</h3>
162+
<p>
163+
Our website contains links to external websites, specifically to websites
164+
for our products. This privacy policy does not extend to these other
165+
providers. We have no influence on whether their operators comply with
166+
data protection regulations and therefore accept no responsibility for the
167+
accuracy, currency, and completeness of the information provided there. We
168+
recommend reviewing the privacy policies of any external sites you visit.
169+
</p>
170+
171+
<h3 class="mt-8 mb-4 text-lg font-bold">Data protection officer</h3>
172+
<p>
173+
We are not legally obligated to appoint a data protection officer and have
174+
therefore not appointed one.
175+
</p>
176+
177+
<h2 class="mt-8 mb-4 text-xl font-bold">Data collection on our website</h2>
178+
179+
<h3 class="mt-8 mb-4 text-lg font-bold">
180+
Cookies, Session Storage, Local Storage
181+
</h3>
182+
<p>
183+
This website (<code>https://bloodmagesoftware.de</code>) itself does not
184+
use cookies, session storage, or local storage. We do not store any data
185+
in your browser.
186+
</p>
187+
188+
<h3 class="mt-8 mb-4 text-lg font-bold">Server log files</h3>
189+
<p>
190+
Our hosting provider, Hetzner Online GmbH, automatically collects and
191+
stores information that your browser automatically transmits in “server
192+
log files”. According to your information, these logs are kept for 14
193+
days. These typically are:
194+
</p>
195+
<ul>
196+
<li>Browser type and browser version</li>
197+
<li>Operating system used</li>
198+
<li>Referrer URL (the previously visited page)</li>
199+
<li>Host name of the accessing computer</li>
200+
<li>Time of the server request</li>
201+
<li>IP address</li>
202+
</ul>
203+
<p>
204+
This data is not combined with data from other sources by us. Hetzner
205+
processes this data based on Art. 6 (1) (f) GDPR for the purpose of
206+
ensuring the security and stability of the hosting services. For details,
207+
please refer to Hetzner's privacy policy.
208+
</p>
209+
210+
<h3 class="mt-8 mb-4 text-lg font-bold">Inquiry by e-mail or telephone</h3>
211+
<p>
212+
If you contact us by e-mail or telephone, your inquiry including all
213+
resulting personal data (name, inquiry details, contact information) will
214+
be stored and processed by us for the purpose of processing your request.
215+
We do not pass on this data without your consent.
216+
</p>
217+
<p>
218+
The processing of this data is based on Art. 6 (1) (b) GDPR if your
219+
request is related to the performance of a contract or is necessary for
220+
the implementation of pre-contractual measures. In all other cases, the
221+
processing is based on our legitimate interest in the effective processing
222+
of the requests sent to us (Art. 6 (1) (f) GDPR) or on your consent (Art.
223+
6 (1) (a) GDPR) if this has been requested; the consent can be revoked at
224+
any time.
225+
</p>
226+
<p>
227+
The data you send to us via contact requests will remain with us until you
228+
request us to delete it, revoke your consent to store it, or the purpose
229+
for storing the data no longer applies (e.g., after your request has been
230+
processed). Mandatory legal provisions - in particular legal retention
231+
periods - remain unaffected.
232+
</p>
233+
</Card>
234+
</Layout>

0 commit comments

Comments
 (0)