Personal portfolio site. Pure HTML/CSS/JS — no build step, no dependencies.
index.html — single-page site (hero, about, experience, projects, skills, contact)
css/style.css — all styling (dark theme, design tokens in :root)
js/main.js — particles, typewriter, scroll reveals, counters, tilt cards, nav
Anant_Khanna_Resume.pdf
Just open index.html, or serve it:
python -m http.server 8000
Copy the contents into the itsanantk.github.io repo (or push this repo and enable
Pages on it). No build step needed.
- Roles in the hero typewriter —
rolesarray at the top ofjs/main.js - Colors/fonts — CSS custom properties in
:rootincss/style.css - Resume — replace
Anant_Khanna_Resume.pdf(source lives inDesktop\Jobs\Resume Source\)