refactor(privacy-policy): streamline content layout and styling
Overhauled the privacy.html template and base.css to enhance readability and user experience. The privacy policy content has been divided into distinct sections with added padding and a solid border at the bottom for better visual separation. This restructuring aims to make the information more accessible and easier for users to navigate, aligning with best practices for web content accessibility and design. Additionally, updated the heading style in privacy.html to feature a centered, more prominent design, reflecting a modern aesthetic approach. No changes to the text of the policy were made.
This commit is contained in:
parent
0c8f10b732
commit
22ae56dad1
2 changed files with 188 additions and 163 deletions
|
@ -94,6 +94,11 @@ h5 {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section {
|
||||||
|
padding: 20px 0;
|
||||||
|
border-bottom: 1px solid #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Responsive Styles */
|
/* Responsive Styles */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.navbar .container {
|
.navbar .container {
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %} {% block title %}Privacy Policy{% endblock %}
|
||||||
{% block title %}Privacy Policy{% endblock %}
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Privacy Policy</h1>
|
<div class="text-center mb-5">
|
||||||
<p>
|
<h1 class="special-header fancy-text-primary">Privacy Policy</h1>
|
||||||
This is the privacy policy for the website private.coffee. It describes how
|
<p class="lead">
|
||||||
we collect and use your personal data.
|
This is the privacy policy for the website private.coffee. It describes
|
||||||
|
how we collect and use your personal data.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<p>
|
<p>
|
||||||
This privacy policy is effective as of 2024-04-26. It may be updated from
|
This privacy policy is effective as of 2024-04-26. It may be updated from
|
||||||
time to time, so please check back regularly.
|
time to time, so please check back regularly.
|
||||||
|
@ -15,6 +17,8 @@
|
||||||
If you have any questions about this privacy policy, please contact us at
|
If you have any questions about this privacy policy, please contact us at
|
||||||
<a href="mailto:support@private.coffee">support@private.coffee</a>.
|
<a href="mailto:support@private.coffee">support@private.coffee</a>.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>Who are we?</h2>
|
<h2>Who are we?</h2>
|
||||||
<p>The data controller for private.coffee is:</p>
|
<p>The data controller for private.coffee is:</p>
|
||||||
<address>
|
<address>
|
||||||
|
@ -30,6 +34,8 @@
|
||||||
Email:
|
Email:
|
||||||
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>What data do we collect?</h2>
|
<h2>What data do we collect?</h2>
|
||||||
<p>We collect the following data from you:</p>
|
<p>We collect the following data from you:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -38,8 +44,8 @@
|
||||||
some of our services.
|
some of our services.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Any data you provide to us, such as your email address, when you create an
|
Any data you provide to us, such as your email address, when you create
|
||||||
account on one of our services.
|
an account on one of our services.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Usage data that is collected automatically by our services, such as the
|
Usage data that is collected automatically by our services, such as the
|
||||||
|
@ -47,10 +53,12 @@
|
||||||
well as any content you create using our services.
|
well as any content you create using our services.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Any information, including personal data and payment information, that you
|
Any information, including personal data and payment information, that
|
||||||
provide to us when you make a donation or join our association.
|
you provide to us when you make a donation or join our association.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>How do we use your data?</h2>
|
<h2>How do we use your data?</h2>
|
||||||
<p>
|
<p>
|
||||||
We use your data to provide you with the services you requested. This
|
We use your data to provide you with the services you requested. This
|
||||||
|
@ -63,20 +71,26 @@
|
||||||
<li>Providing support to you</li>
|
<li>Providing support to you</li>
|
||||||
<li>Processing donations and memberships</li>
|
<li>Processing donations and memberships</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>All of those are what is called "legitimate interests" in legal speak.</p>
|
<p>
|
||||||
|
All of those are what is called "legitimate interests" in legal speak.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
We do not use your data for any other purposes, including marketing,
|
We do not use your data for any other purposes, including marketing,
|
||||||
advertising, or tracking, we do not share your data with third parties
|
advertising, or tracking, we do not share your data with third parties
|
||||||
(unless required by law), we do not use your data to create profiles or make
|
(unless required by law), we do not use your data to create profiles or
|
||||||
automated decisions, and we do not cross-reference your data between
|
make automated decisions, and we do not cross-reference your data between
|
||||||
different services or any other sources.
|
different services or any other sources.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>Where do we store your data?</h2>
|
<h2>Where do we store your data?</h2>
|
||||||
<p>
|
<p>
|
||||||
We store your data on our web servers, which are located in Austria. We also
|
We store your data on our web servers, which are located in Austria. We
|
||||||
use servers in Germany, but those are not public-facing and do not store or
|
also use servers in Germany, but those are not public-facing and do not
|
||||||
process any personal data.
|
store or process any personal data.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>How long do we store your data?</h2>
|
<h2>How long do we store your data?</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
@ -84,30 +98,33 @@
|
||||||
After that, the log files that contain them are deleted automatically.
|
After that, the log files that contain them are deleted automatically.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Data associated with an account you have on one of our services is stored
|
Data associated with an account you have on one of our services is
|
||||||
for as long as you have an account on that service. If you delete your
|
stored for as long as you have an account on that service. If you delete
|
||||||
account, your data will be deleted automatically. The service will have a
|
your account, your data will be deleted automatically. The service will
|
||||||
dedicated privacy policy, please consult that if you have any specific
|
have a dedicated privacy policy, please consult that if you have any
|
||||||
questions.
|
specific questions.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If you send a support request to us, we will store your email address and
|
If you send a support request to us, we will store your email address
|
||||||
any other data you provide to us for up to 30 days in our support system.
|
and any other data you provide to us for up to 30 days in our support
|
||||||
After that, the data will be deleted automatically.
|
system. After that, the data will be deleted automatically.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Data associated with a donation is stored for as long as required by law,
|
Data associated with a donation is stored for as long as required by
|
||||||
which is currently 7 years in Austria. After that, the data will be
|
law, which is currently 7 years in Austria. After that, the data will be
|
||||||
deleted.
|
deleted.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Data associated with a membership is stored for as long as you are a
|
Data associated with a membership is stored for as long as you are a
|
||||||
member of our association. If you leave the association, your data will be
|
member of our association. If you leave the association, your data will
|
||||||
deleted automatically. This does not apply to data that is required by law
|
be deleted automatically. This does not apply to data that is required
|
||||||
to be stored for a longer period of time, such as financial records, which
|
by law to be stored for a longer period of time, such as financial
|
||||||
are stored for 7 years regardless of your membership status.
|
records, which are stored for 7 years regardless of your membership
|
||||||
|
status.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>What are your data protection rights?</h2>
|
<h2>What are your data protection rights?</h2>
|
||||||
<p>You have the following data protection rights:</p>
|
<p>You have the following data protection rights:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -127,10 +144,10 @@
|
||||||
<a href="mailto:support@private.coffee">support@private.coffee</a>.
|
<a href="mailto:support@private.coffee">support@private.coffee</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Your privacy is important to us - after all, that's why we're all here - and
|
Your privacy is important to us - after all, that's why we're all here -
|
||||||
we will do our best to respond to your request as soon as possible. Please
|
and we will do our best to respond to your request as soon as possible.
|
||||||
note that we may need to verify your identity before we can respond to your
|
Please note that we may need to verify your identity before we can respond
|
||||||
request - we will not share your data with anyone else.
|
to your request - we will not share your data with anyone else.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you are not satisfied with our response, or believe that we are
|
If you are not satisfied with our response, or believe that we are
|
||||||
|
@ -143,15 +160,17 @@
|
||||||
help you out directly, and are always open to suggestions for improvement,
|
help you out directly, and are always open to suggestions for improvement,
|
||||||
so please do get in touch with us if you have any questions or concerns.
|
so please do get in touch with us if you have any questions or concerns.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="section">
|
||||||
<h2>What are cookies?</h2>
|
<h2>What are cookies?</h2>
|
||||||
<p>
|
<p>
|
||||||
Cookies are small text files that are placed on your computer or mobile
|
Cookies are small text files that are placed on your computer or mobile
|
||||||
device when you visit a website. They are widely used to make websites work,
|
device when you visit a website. They are widely used to make websites
|
||||||
or work more efficiently, as well as to provide information to the owners of
|
work, or work more efficiently, as well as to provide information to the
|
||||||
the site. Cookies are stored on your device, and can be accessed by the
|
owners of the site. Cookies are stored on your device, and can be accessed
|
||||||
website that created them. They are not harmful to your device, and do not
|
by the website that created them. They are not harmful to your device, and
|
||||||
directly contain any personal data, but are used by our services to identify
|
do not directly contain any personal data, but are used by our services to
|
||||||
you between multiple visits.
|
identify you between multiple visits.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Cookies are used on some of our services to provide you with a better
|
Cookies are used on some of our services to provide you with a better
|
||||||
|
@ -159,9 +178,10 @@
|
||||||
settings - for example, to allow you to login to our services - and to
|
settings - for example, to allow you to login to our services - and to
|
||||||
provide you with a better experience when browsing our services. We do not
|
provide you with a better experience when browsing our services. We do not
|
||||||
use cookies to track your activity, either on our services or on other
|
use cookies to track your activity, either on our services or on other
|
||||||
websites. In legal/technical terms, we exclusively use "strictly necessary"
|
websites. In legal/technical terms, we exclusively use "strictly
|
||||||
first-party cookies, which is also why you don't see any cookie banners on
|
necessary" first-party cookies, which is also why you don't see any cookie
|
||||||
our website.
|
banners on our website.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue