Skip to content

Commit 4abfc92

Browse files
committed
Privacy Policy changes
1 parent 9173388 commit 4abfc92

File tree

1 file changed

+47
-7
lines changed

1 file changed

+47
-7
lines changed

privacy-policy.html

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Privacy Policy</h1>
1414

1515
<p><strong>Privacy Policy for hellenicdev.github.io/hellenicdev</strong></p>
1616

17-
<p><strong>Last updated:</strong> 15/11/2025</p>
17+
<p><strong>Last updated:</strong> 05/03/2026</p>
1818

1919
<p>
2020
This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit
@@ -33,6 +33,14 @@ <h3>1.2 Automatically Collected Data</h3>
3333
pages, and general usage patterns. Google Analytics does not provide us with personally identifiable information
3434
unless you have explicitly consented to such tracking through Google.
3535
</p>
36+
37+
<h3>1.3 AI Chatbot Interactions</h3>
38+
<p>
39+
We provide an AI chatbot powered by SupportFast to assist users on our site. Interactions with the chatbot may be
40+
collected and stored to improve responses and website functionality. Chatbot conversations are processed by
41+
SupportFast’s systems but are not shared with other third parties for marketing purposes.
42+
</p>
43+
3644
<p>We do not require account creation and do not collect names, passwords, payment information, or sensitive personal data.</p>
3745

3846
<h2>2. How We Collect Information</h2>
@@ -41,6 +49,7 @@ <h2>2. How We Collect Information</h2>
4149
<li>Forms (e.g., newsletter signup)</li>
4250
<li>Cookies</li>
4351
<li>Google Analytics tracking scripts</li>
52+
<li>AI chatbot interactions</li>
4453
</ul>
4554

4655
<h2>3. How We Use Your Information</h2>
@@ -50,6 +59,7 @@ <h2>3. How We Use Your Information</h2>
5059
<li>Analyze how visitors use the site</li>
5160
<li>Send newsletters if you choose to subscribe</li>
5261
<li>Maintain functionality and performance</li>
62+
<li>Improve AI chatbot responses</li>
5363
</ul>
5464
<p>We do not sell or rent your personal information.</p>
5565

@@ -61,6 +71,13 @@ <h3>4.1 Google Analytics</h3>
6171
Used to track website performance and usage patterns. Google may use aggregated data to improve its own
6272
products and services. Google’s privacy practices are governed by their Privacy Policy.
6373
</p>
74+
75+
<h3>4.2 SupportFast (AI Chatbot)</h3>
76+
<p>
77+
Data from chatbot interactions may be shared with SupportFast for processing and improving AI responses.
78+
SupportFast’s use of your data is subject to their privacy policy.
79+
</p>
80+
6481
<p>No other third parties receive your information.</p>
6582

6683
<h2>5. Cookies and Tracking Technologies</h2>
@@ -75,7 +92,7 @@ <h2>5. Cookies and Tracking Technologies</h2>
7592
<h2>6. Children’s Privacy</h2>
7693
<p>
7794
We allow users under the age of 18, but we do not knowingly collect personal information from children except when
78-
they voluntarily provide an email for the newsletter.
95+
they voluntarily provide an email for the newsletter or interact with the chatbot.
7996
</p>
8097
<p>
8198
If a parent or guardian believes a child has submitted personal data, they may contact us for removal.
@@ -87,28 +104,51 @@ <h2>7. Communications (Newsletter)</h2>
87104
time by following the unsubscribe link included in every email or contacting us directly.
88105
</p>
89106

90-
<h2>8. Data Security</h2>
107+
<h2>8. AI Chatbot Disclaimer</h2>
108+
<p>
109+
Please do not share sensitive personal information, passwords, or payment details with the AI chatbot. While
110+
interactions help improve responses, the chatbot is not monitored in real time and cannot guarantee confidentiality.
111+
</p>
112+
113+
<h2>9. Data Security</h2>
91114
<p>
92115
We take reasonable measures to protect your information but cannot guarantee absolute security.
93116
No method of transmission over the Internet is perfectly secure.
94117
</p>
95118

96-
<h2>9. Your Rights</h2>
119+
<h2>10. Your Rights</h2>
97120
<p>Depending on your jurisdiction, you may have the right to:</p>
98121
<ul>
99122
<li>Request to view the data we hold about you</li>
100123
<li>Request deletion of your data</li>
101-
<li>Withdraw consent (e.g., unsubscribe from the newsletter)</li>
124+
<li>Withdraw consent (e.g., unsubscribe from the newsletter or delete chatbot history)</li>
102125
</ul>
103126
<p>You can exercise these rights by contacting us.</p>
104127

105-
<h2>10. Contact Information</h2>
128+
<h2>11. Contact Information</h2>
106129
<p>For privacy-related questions, requests, or concerns, contact us via Discord:</p>
107130
<p><strong>Discord:</strong> hellenicdev</p>
108131

109-
<h2>11. Changes to This Privacy Policy</h2>
132+
<h2>12. Changes to This Privacy Policy</h2>
110133
<p>
111134
We may update this policy from time to time. Changes will be posted on this page with the date of the latest revision.
112135
</p>
136+
<button onclick="window.location.href='https://hellenicdev.github.io';">
137+
Back to Site
138+
</button>
139+
<style>
140+
button {
141+
padding: 10px 20px;
142+
font-size: 16px;
143+
cursor: pointer;
144+
background-color: #4CAF50;
145+
color: white;
146+
border: none;
147+
border-radius: 5px;
148+
}
149+
button:hover {
150+
background-color: #45a049;
151+
}
152+
</style>
113153
</body>
114154
</html>

0 commit comments

Comments
 (0)