This is my personal portfolio website, featuring a terminal-style interface inspired by the Stanford CS153 course page design.
- Terminal-style interface with dark theme
- Responsive design
- Clean and modern layout
- Interactive terminal-like experience
To run this site locally:
python3 -m http.server 8000
Then visit http://localhost:8000
in your browser.
index.html
- Main HTML fileassets/css/main.css
- Main stylesheetimages/
- Image assets
- HTML5
- CSS3
- JetBrains Mono font
- GitHub Pages for hosting
MIT License - Feel free to use this code for your own portfolio!