Personal portfolio of Upendra Khanal — BSc.IT student, web developer and AI researcher from Bharatpur, Nepal.
Live site → upendrakhanal.com.np
- Plain HTML / CSS / JavaScript — no frameworks, no build step
- Inter + system fonts, light/dark theme, scroll reveals, cursor spotlight
- Deployed to GitHub Pages via GitHub Actions (
.github/workflows/pages.yml)
index.html — the site
styles.css — design system
script.js — theme toggle, scroll reveals, cursor spotlight
404.html — custom not-found page
assets/ — images & résumé
projects/ — live project demos (Flappy Bird, Password Generator)
Any static server works:
python -m http.server 8000
Then open http://localhost:8000