-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
137 lines (124 loc) · 5.15 KB
/
Copy pathprivacy.html
File metadata and controls
137 lines (124 loc) · 5.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bantae Privacy Policy">
<title>Privacy Policy - Bantae</title>
<link rel="stylesheet" href="assets/css/main.css">
<style>
.privacy-content {
max-width: 42rem;
margin: 0 auto;
padding: 2rem 1.5rem;
}
.privacy-content h1 {
font-size: 2.25rem;
margin-bottom: 1.5rem;
}
.privacy-content h2 {
font-size: 1.5rem;
margin-top: 2rem;
margin-bottom: 1rem;
}
.privacy-content p {
margin-bottom: 1rem;
line-height: 1.75;
color: var(--color-text-secondary);
}
.privacy-content ul {
margin-bottom: 1rem;
padding-left: 1.5rem;
line-height: 1.75;
color: var(--color-text-secondary);
}
.privacy-content li {
margin-bottom: 0.5rem;
}
.back-link {
display: inline-block;
margin-bottom: 2rem;
color: var(--color-accent);
text-decoration: none;
}
.back-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<main class="privacy-content">
<a href="index.html" class="back-link">← Back to Bantae</a>
<h1>Privacy Policy</h1>
<p><em>Last updated: January 2025</em></p>
<h2>Overview</h2>
<p>
Bantae is operated by Coded Thinking OÜ. We respect your privacy and are committed to protecting your personal data. This privacy policy explains how we collect, use, and safeguard your information when you sign up for early access to Bantae.
</p>
<h2>Information We Collect</h2>
<p>When you sign up for early access, we collect:</p>
<ul>
<li><strong>Name:</strong> To address you personally in our communications</li>
<li><strong>Email address:</strong> To notify you when Bantae becomes available</li>
<li><strong>Consent timestamp:</strong> To record when you opted in to receive notifications</li>
<li><strong>Source information:</strong> To track how you found us (e.g., "bantae_landing")</li>
</ul>
<h2>How We Use Your Information</h2>
<p>We use your information solely for the following purposes:</p>
<ul>
<li>To notify you when Bantae or similar products developed by Coded Thinking OÜ become available</li>
<li>To send you occasional updates about product development (if you've consented)</li>
<li>To understand our audience and improve our communication</li>
</ul>
<h2>Legal Basis for Processing (GDPR)</h2>
<p>
We process your personal data based on your explicit consent. By checking the consent box on our signup form, you agree to receive notifications about Bantae and similar products from Coded Thinking OÜ.
</p>
<h2>Data Storage and Security</h2>
<p>
Your data is stored securely using Loops, a third-party email service provider. We implement appropriate technical and organizational measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction.
</p>
<h2>Your Rights</h2>
<p>Under GDPR and other data protection laws, you have the right to:</p>
<ul>
<li><strong>Access:</strong> Request a copy of the personal data we hold about you</li>
<li><strong>Rectification:</strong> Request correction of inaccurate or incomplete data</li>
<li><strong>Erasure:</strong> Request deletion of your personal data</li>
<li><strong>Withdraw consent:</strong> Unsubscribe from our communications at any time</li>
<li><strong>Data portability:</strong> Request your data in a portable format</li>
<li><strong>Object:</strong> Object to our processing of your personal data</li>
</ul>
<h2>Third-Party Services</h2>
<p>
We use Loops (loops.so) to manage email signups and communications. Loops processes your data on our behalf and is bound by appropriate data processing agreements. We do not sell or share your personal data with third parties for marketing purposes.
</p>
<h2>Cookies and Tracking</h2>
<p>
Our landing page does not use cookies or tracking technologies for analytics. We only collect data you explicitly provide through the signup form.
</p>
<h2>Data Retention</h2>
<p>
We retain your personal data until you unsubscribe or request deletion. After unsubscribing or deletion, your data will be removed from our systems within 30 days.
</p>
<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 with an updated "Last updated" date.
</p>
<h2>Contact Us</h2>
<p>
If you have any questions about this privacy policy or wish to exercise your rights, please contact us at:
</p>
<p>
<strong>Email:</strong> privacy@codedthinking.com<br>
<strong>Company:</strong> Coded Thinking OÜ<br>
<strong>Location:</strong> Estonia
</p>
<footer class="footer" style="margin-top: 4rem;">
<p>
<a href="index.html">Back to Bantae</a>
</p>
<p class="copyright">© 2025 Coded Thinking OÜ</p>
</footer>
</main>
</body>
</html>