8 Commits

Author SHA1 Message Date
itsaygea d825f5d51b Use SYSTEM_VERSION for footer display and cache busting
- Single SYSTEM_VERSION variable (currently 2.1)
- Footer shows 'SYSTEM V2.1' dynamically
- Same version used for CSS/JS cache busting
- Just update SYSTEM_VERSION to change both
2026-01-24 09:21:08 -07:00
itsaygea 1ae7ad5d06 Use single ASSET_VERSION variable for cache busting
Now just update the ASSET_VERSION number in one place to bust cache for both CSS and JS
2026-01-24 09:19:49 -07:00
itsaygea 2ee17846b8 Clean up debug logs and bump cache version 2026-01-24 09:18:30 -07:00
itsaygea 3253f1f9a7 Add cache buster to CSS and JS files 2026-01-24 09:16:29 -07:00
itsaygea 393cddc903 Fix T-Creds image path (lowercase filename) 2026-01-24 08:55:28 -07:00
itsaygea e2d79ba453 Split files into CSS/JS/HTML + add mobile menu
- Extracted CSS to css/style.css (978 lines)
- Extracted JS to js/main.js (708 lines)
- index.html now only 608 lines (was 2289)
- Added mobile hamburger menu for navigation
- Mobile menu toggles with animated icon
- Menu closes when clicking links or outside
2026-01-24 07:45:59 -07:00
itsaygea e0580d85a9 Fix mobile layout - character images now visible at top 2026-01-24 07:36:56 -07:00
itsaygea 2ec1640214 Rename to index.html and clean up extra files 2026-01-24 07:07:29 -07:00