styling: documentation

This commit is contained in:
Per Stark
2025-02-14 10:19:14 +01:00
parent ecee3415f6
commit a3c7d1dad0
5 changed files with 16 additions and 15 deletions

View File

@@ -1,30 +1,27 @@
{% extends 'documentation/base.html' %}
{% block article %}
<h2>Privacy Policy</h2>
<h1>Privacy Policy</h1>
<p>We value your privacy and are committed to protecting your personal information. This policy
outlines how we handle your data and ensures transparency in our practices.</p>
<h3>Data Collection</h3>
<h2>Data Collection</h2>
<p>We only collect data that is necessary for the functionality of our services. Any data you upload to
our site remains your property and will not be shared with third parties unless required by law.</p>
<h3>Cookies</h3>
<h2>Cookies</h2>
<p>We do not use cookies for tracking or analytics. The cookies we employ are strictly for session
management, ensuring a smooth and secure user experience.</p>
<h3>No Unnecessary Data Extraction</h3>
<h2>No Unnecessary Data Extraction</h2>
<p>We believe that unnecessary data extraction is unethical and a poor practice. We only collect the
minimum amount of data required to provide our services effectively, ensuring your privacy is respected at all
times.</p>
<h3>Your Rights</h3>
<h2>Your Rights</h2>
<p>You have the right to access, modify, or delete your data at any time. If you have any concerns
about how your data is handled, please contact us.</p>
<h3>Changes to This Policy</h3>
<h2>Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be posted on this page, and we
encourage you to review it periodically.</p>
<p>Thank you for trusting us with your information. We are committed to treating it with the care and
respect it deserves.</p>
{% endblock %}