Shared components used across Everything
Persistent audio player that maintains state across page navigation.
/js/components/music-player.js/css/components/music-player.csseverything_music: {
isPlaying: boolean,
isMinimized: boolean,
volume: number (0-1),
currentTime: number (seconds)
}
Theme-aware navigation system with multiple visual variants.
/js/components/nav-chaos.js/css/components/nav-chaos.cssRetro-style visitor counter using localStorage.
<div data-visitor-counter data-counter-style="digital"></div>
digital - LED displaytext - Plain textroman - Roman numeralsDisplays random facts from the database.
<p data-random-fact data-refreshable>Loading...</p>
The data-refreshable attribute makes it clickable to get a new fact.