No description
- CSS 40.9%
- JavaScript 39.8%
- HTML 19.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
- Stats: 200M+ subs, 400+ members, 150+ featured creators - Remove Xory Studios and Stanky Boi - Add Zeus Shorts, koopekool, koopekul, allstar - Add .well-known/discord for Discord connection verification |
||
| .well-known | ||
| api | ||
| assets | ||
| css | ||
| js | ||
| .gitignore | ||
| index.html | ||
| README.md | ||
| vercel.json | ||
MADE IN COLLABORATION WITH LSSGD
Content Helper Community — Website
Gold liquid-chrome cinematic hero (Three.js) + animated content sections.
Structure
chc-site/
├─ index.html # markup, meta/OG, importmap
├─ css/styles.css # styles (gold/black tokens, animations)
├─ js/main.js # 3D hero + creators render + scroll/count-up
├─ vercel.json # static config (clean URLs)
└─ assets/
├─ anton.js # Anton display font (3D-ready, baked)
├─ chc-logo.webp # animated logo (5 MB GIF → 76 KB)
├─ chc-logo.png # static logo (OG / apple-touch)
├─ favicon.png
├─ MUSIC.txt # how to add background music
└─ creators/ # drop creator PFPs here (see README.txt)
Edit the creators (subs / links / PFPs)
Open js/main.js → CREATORS array near the bottom:
{ name:'ZND', subs:'1.2M', url:'https://youtube.com/@znd' }
subsshows next to the name (leave'—'to show "YouTube")- Drop a PFP at
assets/creators/<slug>.webp(e.g.skyfly-facts.webp) — auto monogram fallback if missing.
Background music
Player is wired to assets/music.mp3. Drop your no-vocals track there (provide your own licensed file). Toggle = bottom-right button.
Other quick edits
- Hero 3D words →
LINESinjs/main.js - Marker scribble →
#m1/#m2inindex.html - Stats / copy →
index.html - Brand colors →
:rootincss/styles.css
Deploy to Vercel (git)
git remote add origin <your-repo-url>
git push -u origin main
Then import the repo on vercel.com → it deploys automatically (no build step, static).
Run locally
python3 -m http.server 8080 # http://localhost:8080
Notes
- Three.js + Google Fonts load from CDN. Anton 3D font is bundled.