Static site with Home, Projects, and About pages. Includes dark/light theme, responsive layout, dynamic projects with filters/search/sort, and accessible modal.
Use any static server. Examples:
- VS Code Live Server
- Python:
python -m http.server 5173 - Node:
npx serve . -l 5173
Then open http://localhost:5173.
index.html– Homeprojects.html– Projects (dynamic)about.html– Aboutassets/css/style.css– Global stylesassets/js/main.js– Navigation, theme, utilitiesassets/js/projects.js– Projects filtering/search/sort + modalassets/data/projects.json– Project data
- Update
assets/data/projects.jsonwith your projects - Replace
favicon.svgand social links in footers - Optionally add an OpenGraph image at
assets/images/og.png