-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
153 lines (135 loc) · 6.65 KB
/
Copy pathprivacy.html
File metadata and controls
153 lines (135 loc) · 6.65 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000">
<title>GhostESP Privacy Policy and Data Practices</title>
<meta name="description" content="Review the GhostESP website privacy policy, including analytics, cookies, feedback form data, third-party services, and user privacy choices.">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Share+Tech+Mono&display=swap">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<style>
body { background: var(--bg); }
.privacy-page {
padding-top: calc(var(--nav-height, 80px) + 2rem);
min-height: 100vh;
}
.privacy-content {
max-width: 800px;
margin: 0 auto;
padding: 2rem 1rem 4rem;
}
.privacy-content h1 {
font-family: var(--font-mono);
font-size: 2rem;
margin-bottom: 0.5rem;
}
.privacy-content .last-updated {
color: var(--text-dim);
font-size: 0.85rem;
margin-bottom: 2rem;
}
.privacy-content h2 {
font-size: 1.2rem;
margin-top: 2rem;
margin-bottom: 0.75rem;
color: var(--text);
}
.privacy-content p, .privacy-content li {
color: var(--text-dim);
font-size: 0.9rem;
line-height: 1.7;
margin-bottom: 0.75rem;
}
.privacy-content ul {
padding-left: 1.5rem;
margin-bottom: 1rem;
}
.privacy-content a {
color: var(--text);
text-decoration: underline;
text-underline-offset: 2px;
}
.privacy-content a:hover {
opacity: 0.8;
}
</style>
</head>
<body>
<nav id="nav"></nav>
<main class="privacy-page">
<div class="privacy-content">
<h1>Privacy Policy</h1>
<p class="last-updated">Last updated: June 2026</p>
<h2>Overview</h2>
<p>GhostESP ("we", "us", "our") is committed to protecting your privacy. This policy explains what information we collect when you visit <strong>ghostesp.net</strong>, how we use it, and your rights regarding that information.</p>
<h2>Information We Collect</h2>
<h3>Analytics (Google Analytics)</h3>
<p>With your consent, we use Google Analytics to understand how visitors use our site. Google Analytics collects:</p>
<ul>
<li>Pages visited and time spent on each page</li>
<li>Referring website or search engine</li>
<li>General geographic location (country/region level)</li>
<li>Browser type, operating system, and device type</li>
<li>Anonymized IP address</li>
</ul>
<p>This data is aggregated and cannot be used to identify you personally. We use it solely to improve the website experience.</p>
<h3>Information You Provide</h3>
<p>If you submit feedback through our <a href="feedback.html">feedback form</a>, we collect the information you choose to provide (topic, message, and optional contact details).</p>
<h3>Functional Cookies</h3>
<p>We use a small number of strictly functional cookies that do not require consent:</p>
<ul>
<li><strong>Cookie consent preference</strong> — remembers your analytics consent choice</li>
<li><strong>Dark mode preference</strong> — stores your theme setting (in the embedded flash tool)</li>
</ul>
<h2>How We Use Your Information</h2>
<p>We use collected information to:</p>
<ul>
<li>Understand which pages and features are most useful</li>
<li>Identify and fix technical issues</li>
<li>Improve the overall user experience</li>
</ul>
<h2>Data Sharing</h2>
<p>We do not sell, trade, or rent your personal information. Analytics data is processed by Google in accordance with their <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a>.</p>
<h2>Your Rights & Choices</h2>
<ul>
<li><strong>Consent:</strong> You can accept or reject analytics cookies via the consent banner shown on your first visit</li>
<li><strong>Change preference:</strong> Click "Cookie Settings" in the footer of any page to update your choice at any time</li>
<li><strong>Do Not Track / Global Privacy Control:</strong> We honor both the DNT browser header and the GPC signal. If either is enabled, analytics cookies are automatically rejected and any previously set analytics cookies are cleared — no banner is shown</li>
<li><strong>Data deletion:</strong> Analytics data is automatically deleted after 26 months. You can request immediate deletion by contacting us</li>
</ul>
<h2>Third-Party Links</h2>
<p>Our site links to external websites (GitHub, Discord, Instagram, etc.). We are not responsible for the privacy practices of those sites.</p>
<h2>Children's Privacy</h2>
<p>This site is not directed at children under 13. We do not knowingly collect information from children.</p>
<h2>Changes to This Policy</h2>
<p>We may update this policy from time to time. Changes will be posted on this page with an updated revision date.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy or wish to exercise your data rights, you can reach us at <a href="mailto:[email protected]">[email protected]</a> or on <a href="https://discord.gg/5cyNmUMgwh" target="_blank" rel="noopener">Discord</a>.</p>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer-links">
<a href="https://discord.gg/5cyNmUMgwh" target="_blank" rel="noopener" class="icon-link" title="Discord">
<i class="bi bi-discord"></i>
</a>
<a href="https://github.com/GhostESP-Revival/GhostESP" target="_blank" rel="noopener" class="icon-link" title="GitHub">
<i class="bi bi-github"></i>
</a>
<a href="https://instagram.com/ghostesprevival" target="_blank" rel="noopener" class="icon-link" title="Instagram">
<i class="bi bi-instagram"></i>
</a>
</div>
<button class="cookie-settings-link" onclick="CookieConsent.showSettings()">Cookie Settings</button>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@studio-freight/[email protected]/dist/lenis.min.js" defer></script>
<script src="https://unpkg.com/[email protected]/dist/umd/lucide.min.js" defer></script>
<script src="js/components.js" defer></script>
<script src="js/main.js" defer></script>
<script src="js/cookie-consent.js" defer></script>
</body>
</html>