-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
258 lines (218 loc) · 16.8 KB
/
Copy pathprivacy.html
File metadata and controls
258 lines (218 loc) · 16.8 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta name="theme-color" content="#22c55e">
<meta name="description" content="UserPFP Privacy Policy. How we handle your data.">
<meta name="robots" content="noindex">
<title>UserPFP | Privacy Policy</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Roboto+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css?v=d75781303b" />
<link id="favicon" rel="icon" href="/src/images/favicon.svg">
<!-- Auto-detect visitor language, then Google Translate handles every language -->
<script>
(function () {
function setCk(v) {
document.cookie = 'googtrans=' + v + ';path=/';
document.cookie = 'googtrans=' + v + ';path=/;domain=.' + location.hostname;
}
if (/(?:^|;\s*)googtrans=/.test(document.cookie)) return;
var chosen = null;
try { chosen = localStorage.getItem('siteLang'); } catch (e) {}
var g = chosen || (navigator.language || navigator.userLanguage || 'en').slice(0, 2).toLowerCase();
if (/^en/i.test(g)) g = 'en';
else if (/^pt/i.test(g)) g = 'pt';
else if (/^es/i.test(g)) g = 'es';
else if (/^fr/i.test(g)) g = 'fr';
setCk(g === 'en' ? '/en/en' : '/en/' + g);
})();
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
autoDisplay: false,
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script>
</head>
<body>
<div class="toast-container" id="toastContainer"></div>
<div class="bg-container">
<div class="bg-orb bg-orb-2"></div>
<div class="bg-grid"></div>
</div>
<!-- NAVBAR -->
<nav class="navbar" id="navbar">
<div class="nav-inner">
<a href="index.html" class="nav-brand"><img src="/src/images/favicon.svg" class="nav-favicon" alt=""><span class="brand-text notranslate" translate="no"><span>User</span>PFP</span></a>
<div class="nav-links" id="navLinks">
<a href="index.html" class="nav-link">Home</a>
<a href="staff.html" class="nav-link">Staff</a>
<a href="https://github.com/UserPFP/UserPFP" target="_blank" class="nav-link">GitHub</a>
<a href="https://discord.gg/userpfp-1129784704267210844" target="_blank" class="nav-link">Discord</a>
</div>
<div class="lang-picker notranslate" id="langPicker" translate="no">
<button class="lang-btn" id="langBtn" type="button" aria-haspopup="listbox" aria-expanded="false" onclick="toggleLangMenu(event)">
<span class="lang-flag lang-flag-btn" id="langFlag" aria-hidden="true">🇬🇧</span>
<span class="lang-current" id="langCurrent">Traditional English</span>
<svg class="lang-caret" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
</button>
<div class="lang-menu" id="langMenu" role="listbox"></div>
</div>
<div id="google_translate_element" translate="no"></div>
<button class="hamburger" id="hamburger" onclick="toggleMobileMenu()" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<div class="mobile-menu" id="mobileMenu">
<a href="index.html" class="nav-link" onclick="closeMobileMenu()">Home</a>
<a href="staff.html" class="nav-link" onclick="closeMobileMenu()">Staff</a>
<a href="https://github.com/UserPFP/UserPFP" target="_blank" class="nav-link" onclick="closeMobileMenu()">GitHub</a>
<a href="https://discord.gg/userpfp-1129784704267210844" target="_blank" class="nav-link" onclick="closeMobileMenu()">Discord</a>
</div>
<main style="flex:1; position:relative; z-index:1;">
<div class="legal-container">
<span class="section-label">Legal</span>
<h1 style="margin-top:0.75rem;">Privacy Policy</h1>
<p class="legal-meta">Last updated: May 2026 · Applies to: userpfp.github.io / usrpfpwebsite</p>
<div class="legal-notice">
<p>✓ This website does not collect, store, or sell any personal data from visitors. No analytics, no tracking cookies, no user accounts.</p>
</div>
<div class="legal-section">
<h2>1. Overview</h2>
<p>UserPFP ("we," "our," or "us") operates this website (the "Site"). We are committed to protecting your privacy. This policy explains what data, if any, is processed when you visit this Site and your rights in relation to it.</p>
<p style="margin-top:0.75rem;">This policy applies globally including, but not limited to, visitors in the European Union (GDPR), the United Kingdom (UK GDPR), the United States (CCPA/CPRA), Canada (PIPEDA), Australia (Privacy Act 1988), Brazil (LGPD), and South Korea (PIPA).</p>
</div>
<div class="legal-section">
<h2>2. Data We Do Not Collect</h2>
<p>We do not collect, store, or process any of the following from website visitors:</p>
<ul>
<li>Names, email addresses, or contact information</li>
<li>IP addresses (there is no server-side application logging)</li>
<li>Tracking or advertising cookies (the only cookie we set stores your language choice, see Section 5)</li>
<li>Analytics or usage data</li>
<li>Device or browser fingerprints</li>
<li>Payment information</li>
<li>Location data</li>
</ul>
<p style="margin-top:0.75rem;">We have no user accounts or registration system.</p>
</div>
<div class="legal-section">
<h2>3. Third-Party Services</h2>
<p>Our website loads resources from external services. Some are operated by the UserPFP team (first-party); others are independent third parties. When your browser makes requests to these services, those providers may receive technical data such as your IP address according to their own privacy policies.</p>
<h3>Google Fonts</h3>
<p>We use Google Fonts to display Inter and Roboto Mono typefaces. Requests are made to <code style="font-family:var(--font-code);font-size:0.875em;">fonts.googleapis.com</code> and <code style="font-family:var(--font-code);font-size:0.875em;">fonts.gstatic.com</code>. Your IP address may be processed by Google. See <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Google's Privacy Policy</a>.</p>
<h3>Discord CDN</h3>
<p>Avatar images, emojis, and decoration assets are loaded from <code style="font-family:var(--font-code);font-size:0.875em;">cdn.discordapp.com</code>. See <a href="https://discord.com/privacy" target="_blank" rel="noopener">Discord's Privacy Policy</a>.</p>
<h3>Lanyard API</h3>
<p>The Staff page uses the Lanyard API (<code style="font-family:var(--font-code);font-size:0.875em;">lanyard.equicord.org</code>) to display real-time Discord presence data. Staff members have voluntarily connected their accounts to this service. The API returns only data users have explicitly opted to share.</p>
<h3>UserPFP API (USRBG)</h3>
<p>The USRBG API (<code style="font-family:var(--font-code);font-size:0.875em;">usrbg.is-hardly.online</code>) is operated by the UserPFP team. It stores animated profile pictures submitted by users through the UserPFP Discord server request process. Submitted files are stored under the user's Discord user ID as the filename (e.g., <code style="font-family:var(--font-code);font-size:0.875em;">{userid}.gif</code>). By submitting content to this API, users voluntarily consent to their animated avatar being publicly served via this service. Users may request deletion of their submitted content at any time through our Discord server or GitHub.</p>
<h3>Decor API</h3>
<p>Avatar decoration data is fetched from <code style="font-family:var(--font-code);font-size:0.875em;">decor.fieryflames.dev</code>. This service provides user-submitted decoration assets.</p>
<h3>Equicord Badges API</h3>
<p>Badge data is fetched from <code style="font-family:var(--font-code);font-size:0.875em;">badges.equicord.org</code> to display community badges on staff profiles.</p>
<h3>GitHub</h3>
<p>Static data files are loaded from <code style="font-family:var(--font-code);font-size:0.875em;">raw.githubusercontent.com</code>. See <a href="https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement" target="_blank" rel="noopener">GitHub's Privacy Statement</a>.</p>
<h3>Google Translate</h3>
<p>To make the site readable in any language, we use the Google Translate widget (<code style="font-family:var(--font-code);font-size:0.875em;">translate.google.com</code>). It loads only if you change the language or if your browser's language is not English. When it loads, Google may process your IP address and the page content being translated. See <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Google's Privacy Policy</a>.</p>
<h3>jsDelivr (Twemoji)</h3>
<p>The language picker displays flag icons as images from the open-source Twemoji set, served by the jsDelivr CDN (<code style="font-family:var(--font-code);font-size:0.875em;">cdn.jsdelivr.net</code>). Your browser requests these image files, so jsDelivr may receive your IP address. See <a href="https://www.jsdelivr.com/terms/privacy-policy-jsdelivr-net" target="_blank" rel="noopener">jsDelivr's Privacy Policy</a>.</p>
</div>
<div class="legal-section">
<h2>4. Staff Page & Discord Data</h2>
<p>The Staff page displays publicly accessible Discord data for UserPFP team members, including display names, usernames, avatars, and online/activity status. This data is sourced from public APIs that the respective individuals have explicitly opted into.</p>
<p style="margin-top:0.75rem;">The legal basis for processing this data under GDPR is <strong>legitimate interest</strong> (Art. 6(1)(f)): displaying publicly opted-in data about team members to inform visitors about the project contributors. Staff members may request removal of their data at any time (see Section 6).</p>
</div>
<div class="legal-section">
<h2>5. Cookies</h2>
<p>This website sets a single <code style="font-family:var(--font-code);font-size:0.875em;">googtrans</code> cookie to remember your chosen language for the Google Translate feature. It contains only a language code and is not used for tracking. Third-party services (such as Google Fonts and Google Translate) may set their own cookies in accordance with their respective policies.</p>
<p style="margin-top:0.75rem;">If you use a browser extension that blocks third-party requests, this site will still function correctly as the fonts will fall back to system fonts.</p>
</div>
<div class="legal-section">
<h2>6. Your Rights</h2>
<p>Depending on your jurisdiction, you may have rights regarding personal data. Since we collect no visitor data, these rights primarily apply to staff members whose public Discord data is displayed.</p>
<h3>EU / EEA Residents (GDPR, Regulation (EU) 2016/679)</h3>
<ul>
<li>Right of access (Art. 15)</li>
<li>Right to rectification (Art. 16)</li>
<li>Right to erasure / "right to be forgotten" (Art. 17)</li>
<li>Right to restriction of processing (Art. 18)</li>
<li>Right to data portability (Art. 20)</li>
<li>Right to object (Art. 21)</li>
</ul>
<h3>UK Residents (UK GDPR)</h3>
<p>The same rights as EU GDPR apply under the UK GDPR and the Data Protection Act 2018.</p>
<h3>California Residents (CCPA / CPRA)</h3>
<ul>
<li>Right to know about personal information collected or disclosed</li>
<li>Right to delete personal information</li>
<li>Right to correct inaccurate personal information</li>
<li>Right to opt-out of the sale or sharing of personal information (we do not sell data)</li>
<li>Right to non-discrimination for exercising your rights</li>
</ul>
<h3>Canada (PIPEDA)</h3>
<p>You have the right to access and correct your personal information held by us.</p>
<h3>Australia (Privacy Act 1988)</h3>
<p>You have the right to access and correct personal information held about you under the Australian Privacy Principles.</p>
<h3>Brazil (LGPD, Lei Geral de Proteção de Dados)</h3>
<p>You have rights to confirmation, access, correction, anonymisation, deletion, and portability of your data under the LGPD.</p>
<h3>South Korea (PIPA)</h3>
<p>You have the right to access, correct, delete, and suspend processing of your personal information under the Personal Information Protection Act.</p>
</div>
<div class="legal-section">
<h2>7. Data Retention</h2>
<p>We do not store any data. Staff display data is fetched live from third-party APIs on each page load and is not cached on any server operated by us.</p>
</div>
<div class="legal-section">
<h2>8. International Transfers</h2>
<p>As a website served via GitHub Pages, requests may be processed on servers located in the United States. Third-party services (Google, Discord, GitHub) may process data internationally in accordance with their own policies and applicable transfer mechanisms (e.g., Standard Contractual Clauses for EU data).</p>
</div>
<div class="legal-section">
<h2>9. Children's Privacy</h2>
<p>This website is not directed to individuals under the age of 13 (or the minimum age applicable in your jurisdiction under national law, which may be higher). Discord itself requires users to be at least 13 years old. We do not knowingly collect data from minors. If you believe a minor's data has been processed inappropriately, please contact us.</p>
</div>
<div class="legal-section">
<h2>10. Changes to This Policy</h2>
<p>We may update this Privacy Policy to reflect changes in our practices or applicable law. The "Last updated" date at the top will be revised. Continued use of the Site after changes constitutes acceptance of the updated policy.</p>
</div>
<div class="legal-section">
<h2>11. Contact & Data Requests</h2>
<p>For any privacy-related requests, including requests by staff members to have their data removed from the Staff page, please contact us through:</p>
<ul>
<li><strong>Discord Server:</strong> <a href="https://discord.gg/userpfp-1129784704267210844" target="_blank" rel="noopener">discord.gg/userpfp-1129784704267210844</a></li>
<li><strong>GitHub Issues:</strong> <a href="https://github.com/Yeetov/usrpfpwebsite/issues" target="_blank" rel="noopener">github.com/Yeetov/usrpfpwebsite/issues</a></li>
</ul>
<p style="margin-top:0.75rem;">We will respond to verifiable requests within 30 days (or within the timeframe required by applicable law).</p>
</div>
</div>
</main>
<!-- FOOTER -->
<footer class="footer">
<div class="footer-inner">
<div class="footer-brand notranslate" translate="no"><span>User</span>PFP</div>
<div class="footer-links">
<a href="https://github.com/Yeetov/usrpfpwebsite" target="_blank">Website Source</a>
<a href="https://github.com/UserPFP/UserPFP" target="_blank">Plugin GitHub</a>
<a href="https://discord.gg/userpfp-1129784704267210844" target="_blank">Support</a>
<a href="staff.html">Staff</a>
<a href="privacy.html">Privacy Policy</a>
</div>
<div class="footer-copy">© 2023-2026 UserPFP. Not affiliated with Discord Inc.</div>
</div>
</footer>
<button class="back-to-top" id="backToTop" onclick="window.scrollTo({top:0,behavior:'smooth'})" aria-label="Back to top">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 15l-6-6-6 6"/></svg>
</button>
<script src="https://cdn.jsdelivr.net/npm/@twemoji/api@15.1.0/dist/twemoji.min.js" crossorigin="anonymous"></script>
<script src="script.js?v=125da872b8"></script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>