-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
269 lines (250 loc) · 14.5 KB
/
Copy pathindex.html
File metadata and controls
269 lines (250 loc) · 14.5 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
259
260
261
262
263
264
265
266
267
268
269
<!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="Unlock animated profile pictures on Discord without Nitro. A plugin for your favorite client mod.">
<meta property="og:title" content="UserPFP | Animated Profiles">
<meta property="og:description" content="Unlock animated profile pictures on Discord without Nitro. Works on Equicord, Vencord, BetterDiscord, and more.">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<title>UserPFP | Animated Profiles</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>
<!-- BACKGROUND -->
<div class="bg-container" id="bgAnim">
<div class="bg-orb bg-orb-1"></div>
<div class="bg-orb bg-orb-2"></div>
<div class="bg-orb bg-orb-3"></div>
<div class="bg-grid"></div>
<div class="pfp-column col-left"><div class="pfp-track" id="track1"></div></div>
<div class="pfp-column col-right"><div class="pfp-track" id="track2"></div></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 active">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 active" 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>
<!-- HOME VIEW -->
<main class="view-container active">
<!-- HERO -->
<section class="hero-section">
<div class="hero-left">
<div class="hero-eyebrow reveal">
<span class="eyebrow-dot"></span>
Free, No Nitro Required
</div>
<div class="hero-title reveal d1">
<h1>Unlock Animated<br><span>Profile Pictures</span></h1>
</div>
<p class="hero-desc reveal d2">
UserPFP is a plugin that gives your Discord profile an animated avatar without Nitro. It supports GIFs and live API images, and everyone else running UserPFP can see them.
</p>
<div class="hero-buttons reveal d3">
<a href="#steps" class="btn btn-brand">
<svg width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5v14M5 12l7 7 7-7"/></svg>
Get Started
</a>
<a href="https://discord.gg/userpfp-1129784704267210844" target="_blank" class="btn btn-secondary">
<svg width="15" height="15" viewBox="0 0 24 24" fill="currentColor"><path d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03z"/></svg>
Join Server
</a>
</div>
</div>
<div class="hero-right reveal d2">
<div class="demo-float">
<div class="demo-glow"></div>
<div class="demo-scene">
<div class="demo-label" id="demoLabel">WITHOUT USERPFP</div>
<div id="demoContainer"></div>
</div>
</div>
</div>
</section>
<!-- STATS -->
<div class="stats-bar reveal">
<div class="stat-item">
<div class="stat-value" id="statProfiles">…</div>
<div class="stat-label">Animated Profiles</div>
</div>
<div class="stat-item">
<div class="stat-value" id="statOnline">…</div>
<div class="stat-label">Online in Server</div>
</div>
<div class="stat-item">
<div class="stat-value">Free</div>
<div class="stat-label">No Nitro Needed</div>
</div>
<div class="stat-item">
<div class="stat-value">Open</div>
<div class="stat-label">Source Code</div>
</div>
</div>
<!-- FEATURES -->
<section class="features-section">
<div class="reveal"><span class="section-label">Why UserPFP</span></div>
<h2 class="reveal d1">What You Get</h2>
<p class="reveal d1">A simple way to run animated Discord profiles.</p>
<div class="features-grid">
<div class="feature-card reveal d1">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polygon points="10 8 16 12 10 16 10 8"/></svg>
</div>
<div class="feature-title">Animated GIFs</div>
<p class="feature-desc">Use any GIF as your avatar. Submit via our Discord and it's hosted automatically on GitHub.</p>
</div>
<div class="feature-card reveal d2">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/></svg>
</div>
<div class="feature-title">Dynamic API Images</div>
<p class="feature-desc">Set a live API link to show a random cat, duck, or any image that refreshes over time.</p>
</div>
<div class="feature-card reveal d3">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87"/><path d="M16 3.13a4 4 0 0 1 0 7.75"/></svg>
</div>
<div class="feature-title">Visible to Others</div>
<p class="feature-desc">Your animated avatar shows up for all other UserPFP users across every supported client.</p>
</div>
<div class="feature-card reveal d4">
<div class="feature-icon">
<svg viewBox="0 0 24 24" fill="none" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></svg>
</div>
<div class="feature-title">No Account Risk</div>
<p class="feature-desc">Runs as a plugin inside your existing client mod. No Nitro, no server changes, nothing touching your account.</p>
</div>
</div>
</section>
<!-- STEPS -->
<section id="steps" class="steps-section">
<div class="reveal"><span class="section-label">Get Started</span></div>
<h2 class="reveal d1">How It Works</h2>
<div class="steps-grid">
<div class="step-card reveal d1">
<span class="step-badge">Step 01</span>
<h3>Join the Community</h3>
<p>Join the <a href="https://discord.gg/userpfp-1129784704267210844" target="_blank">Official Discord Server</a> to submit requests for animated PFPs or dynamic API links. Support is available there too.</p>
</div>
<div class="step-card reveal d2">
<span class="step-badge">Step 02</span>
<h3>Submit Your Request</h3>
<p>Upload your GIF or link in <span class="code-inline">#request-here</span>. If accepted, the bot hosts it automatically. Restart Discord after ~5 minutes to see it live.</p>
</div>
<div class="step-card reveal d3">
<span class="step-badge">Step 03</span>
<h3>Install the Plugin</h3>
<p>Select your preferred client mod to view specific installation instructions.</p>
<div class="dropdown" style="width:100%;margin-top:auto;">
<button class="btn btn-secondary" style="width:100%;" onclick="toggleDropdown(event)">Choose Client</button>
<div class="dropdown-menu" id="clientDropdown"></div>
</div>
</div>
</div>
</section>
<!-- MOD GRID -->
<section class="mod-section reveal">
<span class="section-label">Compatibility</span>
<h2>Supported Clients</h2>
<p style="margin-top:0.5rem;">Click any client to view installation instructions.</p>
<div class="mod-grid" id="modGrid"></div>
</section>
</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>
<!-- BACK TO TOP -->
<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>
<!-- MODAL -->
<div class="modal-overlay" id="infoModal">
<div class="modal-content">
<div class="modal-header-bg">
<img id="modalClientIcon" class="modal-client-icon" src="" alt="">
<div class="modal-title-wrap">
<h3 id="modalTitle"></h3>
<p>Installation Guide</p>
</div>
<button class="close-modal" onclick="closeModal()" aria-label="Close">×</button>
</div>
<div class="wizard-dots" id="wizardDots"></div>
<div class="modal-body" id="modalBody"></div>
</div>
</div>
<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>