Artberry-web/templates/privacy_policy.html
2025-02-16 16:38:57 +02:00

34 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap" rel="stylesheet">
<link rel="icon" href="{{ url_for('static', filename='artberry.ico') }}" type="image/x-icon">
</head>
<body>
<h1>Privacy Policy</h1>
<p>We value your privacy and are committed to keeping user data to a minimum. This privacy policy explains the information we collect, why we collect it, and how it is used.</p>
<h2>Information Collection</h2>
<p>• We do not collect any personal information, such as names, email addresses, or other identifiers, beyond what is necessary for site functionality.</p>
<p>• The only information we gather is the users IP address, which is stored solely for anti-bot protection purposes.</p>
<p>• We do not track user activities, browsing history, or any other data outside of what is required to operate the site securely.</p>
<h2>Use of Collected Data</h2>
<p>• IP addresses are used exclusively to detect and prevent automated (bot) traffic to ensure the site remains accessible for legitimate users.</p>
<p>• No data is shared with third parties, sold, or used for advertising purposes.</p>
<h2>Data Storage</h2>
<p>• Any data collected is stored securely and is only retained for as long as needed to perform anti-bot functions.</p>
<p>• Once data is no longer necessary, it is removed from our system.</p>
<h2>Third-Party Links</h2>
<p>• Our site may contain links to third-party content, but we are not responsible for the privacy practices of other websites.</p>
<p>• We encourage users to review the privacy policies of any third-party sites they visit.</p>
</body>
</html>