No description
  • CSS 40.9%
  • JavaScript 39.8%
  • HTML 19.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Arshdeep 89a2d73418 Update stats, refresh creator roster, add Discord domain verification
- 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
2026-07-01 20:21:15 +05:30
.well-known Update stats, refresh creator roster, add Discord domain verification 2026-07-01 20:21:15 +05:30
api Update stats, refresh creator roster, add Discord domain verification 2026-07-01 20:21:15 +05:30
assets Update music.mp3 2026-06-23 11:41:41 +05:30
css CHC site: live subs + latest 2026-06-22 14:25:37 +05:30
js Update stats, refresh creator roster, add Discord domain verification 2026-07-01 20:21:15 +05:30
.gitignore CHC site: live subs + latest 2026-06-22 14:25:37 +05:30
index.html Update stats, refresh creator roster, add Discord domain verification 2026-07-01 20:21:15 +05:30
README.md Update README.md 2026-06-22 14:46:07 +05:30
vercel.json CHC site: live subs + latest 2026-06-22 14:25:37 +05:30

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)

Open js/main.jsCREATORS array near the bottom:

{ name:'ZND', subs:'1.2M', url:'https://youtube.com/@znd' }
  • subs shows 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 → LINES in js/main.js
  • Marker scribble → #m1/#m2 in index.html
  • Stats / copy → index.html
  • Brand colors → :root in css/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.