Skip to content

Commit c2218e4

Browse files
committed
Privacy Policy
1 parent 93c35db commit c2218e4

File tree

2 files changed

+127
-0
lines changed

2 files changed

+127
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ <h2 style="text-align:center; margin-top:40px;">Contact Me</h2>
100100
}, 5000);
101101
};
102102
</script>
103+
<footer>
104+
<a href="privacy-policy.html">Privacy Policy</a>
105+
</footer>
103106

104107
</body>
105108
</html>

privacy-policy.html

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Privacy Policy</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<style>
8+
body { max-width: 800px; margin: auto; padding: 20px; font-family: Arial, sans-serif; line-height: 1.6; }
9+
h1 { text-align: center; }
10+
</style>
11+
</head>
12+
<body>
13+
<h1>Privacy Policy</h1>
14+
<p>
15+
Privacy Policy for hellenicdev.github.io/hellenicdev
16+
17+
Last updated: 15/11/2025
18+
19+
This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit hellenicdev.github.io/hellenicdev (“we,” “us,” or “our”). By using the site, you agree to the terms described below.
20+
21+
1. Information We Collect
22+
23+
We collect the following types of information:
24+
25+
1.1 Personal Information (Optional)
26+
27+
Email address — collected only if you voluntarily enter it into our form or sign up for the newsletter.
28+
29+
1.2 Automatically Collected Data
30+
31+
Cookies — used for site functionality and analytics.
32+
33+
Google Analytics data — may include device information, browser type, referring URLs, pages visited, time spent on pages, and general usage patterns. Google Analytics does not provide us with personally identifiable information unless you have explicitly consented to such tracking through Google.
34+
35+
We do not require account creation and do not collect names, passwords, payment information, or sensitive personal data.
36+
37+
2. How We Collect Information
38+
39+
We collect information through:
40+
41+
Forms (e.g., newsletter signup)
42+
43+
Cookies
44+
45+
Google Analytics tracking scripts
46+
47+
3. How We Use Your Information
48+
49+
We use the information we collect to:
50+
51+
Operate and improve the website
52+
53+
Analyze how visitors use the site
54+
55+
Send newsletters if you choose to subscribe
56+
57+
Maintain functionality and performance
58+
59+
We do not sell or rent your personal information.
60+
61+
4. Sharing Your Information
62+
63+
We share data only with:
64+
65+
4.1 Google Analytics
66+
67+
Used to track website performance and usage patterns. Google may use aggregated data to improve its own products and services. Google’s privacy practices are governed by their Privacy Policy.
68+
69+
No other third parties receive your information.
70+
71+
5. Cookies and Tracking Technologies
72+
73+
We use cookies to:
74+
75+
Enable basic site functionality
76+
77+
Analyze usage through Google Analytics
78+
79+
Store user preferences (if applicable)
80+
81+
You can disable cookies through your browser settings, though some features may not function properly.
82+
83+
6. Children’s Privacy
84+
85+
We allow users under the age of 18, but:
86+
87+
We do not knowingly collect personal information from children, except when they voluntarily provide an email for the newsletter.
88+
89+
If a parent or guardian believes a child has submitted personal data, they may contact us for removal.
90+
91+
7. Communications (Newsletter)
92+
93+
If you sign up for the newsletter, we may use your email to send updates or announcements.
94+
You can opt out at any time by following the unsubscribe link included in every email or contacting us directly.
95+
96+
8. Data Security
97+
98+
We take reasonable measures to protect your information but cannot guarantee absolute security.
99+
No method of transmission over the Internet is perfectly secure.
100+
101+
9. Your Rights
102+
103+
Depending on your jurisdiction, you may have the right to:
104+
105+
Request to view the data we hold about you
106+
107+
Request deletion of your data
108+
109+
Withdraw consent (e.g., unsubscribe from the newsletter)
110+
111+
You can exercise these rights by contacting us.
112+
113+
10. Contact Information
114+
115+
For privacy-related questions, requests, or concerns, contact us via Discord:
116+
117+
Discord: hellenicdev
118+
119+
11. Changes to This Privacy Policy
120+
121+
We may update this policy from time to time. Changes will be posted on this page with the date of the latest revision.
122+
</p>
123+
</body>
124+
</html>

0 commit comments

Comments
 (0)