A fast, dependency‑free, terminal-inspired portfolio. Type commands like help, projects, experience, and resume to explore.
- Zero frameworks: plain HTML + CSS + vanilla JS for instant load
- Keyboard-first UX: autocomplete (Tab), history (↑/↓), global typing focus
- Sticky bottom prompt, auto-scroll output like a real terminal
- Theming:
theme light,theme matrix, ortheme dark(default) - Easy content edits via
content.js
help— list all commandsbanner— show ASCII header (auto-generates if not provided)about,skills,experience,projects,achievementscontact— quick links (email, GitHub, LinkedIn, website)open <site|github|linkedin|resume>— open links in a new tabresume— opens your resumeclear/cls— reset screen with bannertheme <dark|light|matrix>— switch themels,history,echo,date,uptime,whoami
- All content lives in
content.js. Update:meta(name, handle, links,resumeURL)projects,experience,skills,achievementsascii(optional). Leave empty to auto-generate from your name
Add your screenshots in assets/screenshots/ and they will render below.
Open index.html directly in a browser or serve statically. No build step.
- Create a new Vercel project targeting this directory
- Select "Other" framework → just static files
- Deploy. Paste the URL back into the Live Demo section above
MIT
A minimal, dependency-free, command line style portfolio. Edit content.js to update details. The site is a single-page app with fast, zero-build hosting on any static host (Vercel, GitHub Pages, Netlify, Cloudflare Pages).
- Open
index.htmlin a browser, or serve statically. - No build step. No frameworks. Just HTML/CSS/JS.
- Update meta, skills, projects, experience, achievements in
content.js. - Replace
meta.resumewith an actual PDF path inassets/and add the file. - ASCII banner is in
content.ascii.
- help, banner, about, projects, experience, skills, achievements, contact
- open <site|github|linkedin|resume>
- resume, whoami, ls, clear, history, theme , echo , uptime, date
- Zero dependencies, tiny CSS/JS, no fonts loaded. Instant TTI.
- Drag the folder to any static host. For Vercel, select this directory and deploy.

