Static, zero-build site with a black & white pixel/block theme.
index.html— home with intro, projects, team, contactdocs/sei-mcp.html— docs page rendering README from GitHub forsei-mcpassets/css/style.css— theme stylesassets/js/main.js— small UX scripts
# from the repo root
python3 -m http.server 8080
# open http://localhost:8080- Duplicate
docs/sei-mcp.htmltodocs/<project>.html. - Change the raw GitHub URL to the README of the project.
- Add a new card in
index.htmlunder#projectslinking to the new docs page.
- Fonts: VT323 (pixel-ish mono) via Google Fonts.
- No build pipeline; deploy to any static host (GitHub Pages, Netlify, etc.).