A clean, responsive static site with dark mode and mobile navigation.
- Open
index.htmldirectly in your browser, or serve the folder locally.
From the project root (/workspace):
python3 -m http.server 8000 --bind 127.0.0.1Then visit http://127.0.0.1:8000/ and open index.html.
- Responsive layout and grid
- Dark mode (system-aware + manual toggle)
- Accessible focus states and skip link
- Mobile nav with hamburger menu
- Edit styles in
styles.css(see CSS variables in:rootand.theme-dark). - Update content/sections in
index.html. - Tweak interactivity in
script.js.
- Theme preference is saved to
localStorageunder thepreferred-themekey. - No build tools required; this is plain HTML/CSS/JS.