A-Lang's personal website — a resume-style single-page site with terminal dashboard aesthetics.
- Dark / Light theme toggle with
localStoragepersistence - Bilingual (zh/en) with runtime language switching via
data-i18nattributes - Terminal dashboard visual design (monospace accents, scanline effects, glowing borders)
- Hover image preview — large preview overlay appears when hovering over project thumbnails
- Responsive layout — adapts from mobile to desktop
- Zero dependencies — no build tools, no frameworks, no package manager
This site was handcrafted using OpenCode with two AI-assisted skills:
- Superpowers — structured workflows for planning, debugging, and code review
- Web Design Engineer — production-grade frontend design with anti-generic-AI aesthetics
python3 -m http.server 8080
# → http://localhost:8080No build step required.
index.html # The entire site (~1800 lines)
assets/ # Static assets (fonts, images, screenshots)
MIT