Personal portfolio for captKernel (Karan Parmar) — a single static page hosted on
GitHub Pages at the apex domain captkernel.com.
No build step, no framework. Just:
index.html— all content, semantic HTMLstyles.css— dark technical theme (terminal green accent), responsivemain.js— scroll-reveal + active-nav highlight (vanilla, progressive enhancement)CNAME— binds the repo tocaptkernel.com
Open index.html in a browser, or serve it:
python -m http.server 8080 # then visit http://localhost:8080Hosted via GitHub Pages from the main branch of captkernel/captkernel.github.io.
DNS (apex A records + www CNAME) is managed on GoDaddy. See
docs/superpowers/specs/2026-06-27-captkernel-portfolio-design.md for the full design,
deployment steps, and DNS plan.
- Add the X/Twitter link: uncomment the
<!-- X: ... -->line inindex.html. - Projects are hardcoded cards in
index.htmlunder#projects.