My personal portfolio website. I'm a cybersecurity student and enthusiast from Kathmandu, Nepal, learning penetration testing, web application security, and digital forensics through hands-on labs and real-world case studies.
🔗 Live site: https://kabinkhadka.com.np/

- Mobile-first & responsive — built to look good on phones first, then scaled up to tablet and desktop.
- Accessible (WCAG 2.1 AA) — keyboard navigation, visible focus styles, a skip link, reduced-motion support, and contrast-checked colors.
- SEO-ready — meta tags, Open Graph / Twitter cards, and
Personstructured data (JSON-LD). - Interactive security challenges — small multiple-choice mini-games across topics like web exploitation, OSINT, and forensics, with randomized answer order.
- Case studies section — high-level, awareness-focused summaries of incidents and threats I've researched, with full write-ups linked on my LinkedIn.
- No frameworks — plain HTML, CSS, and vanilla JavaScript. Light and easy to read.
- HTML5
- CSS3 (custom properties, mobile-first media queries)
- Vanilla JavaScript (no libraries)
- Google Fonts (Inter + JetBrains Mono)
- Hero — quick intro and animated terminal
- About — background, education, and certifications
- Skills — areas I'm building, each with a hands-on challenge
- Projects — things I've built (Django + PHP)
- Case Studies & Research — incident and threat breakdowns (full versions on LinkedIn)
- Contact — ways to reach me
No build step needed — it's a static site.
git clone https://github.com/kabinkhadka923/portfolio.git
cd portfolio
# then just open index.html in your browserOr serve it with a simple local server:
python3 -m http.server 8000
# visit http://localhost:8000- GitHub: @kabinkhadka923
- LinkedIn: kabinkhadka
- Credly: kabin-khadka
This portfolio reflects where I am as a learner. The case-study summaries here are awareness-focused and intentionally high-level — full write-ups and discussion are on my LinkedIn. I'm always open to feedback and learning opportunities.
Built with curiosity and caffeine. ☕