A minimalist, terminal-inspired portfolio website showcasing programming projects and skills.
- Terminal aesthetic with green text on black background
- Responsive design that works on all devices
- Project showcase with embedded project viewer
- No external dependencies - pure HTML, CSS, and JavaScript
- Easy to maintain and update
- Create a new repository on GitHub (or use an existing one)
- Push this code to the repository
- Go to the repository settings
- Scroll down to the "Pages" section
- Under "Source", select "Deploy from a branch"
- Choose the branch (usually main or master) and click Save
- Your site will be available at
https://[username].github.io/[repository-name]/
To personalize this portfolio:
-
Edit
index.html:- Replace "Your Name" with your actual name
- Update the about section with your personal description
- Modify the project cards with your actual projects, descriptions, and links
-
Edit
styles.cssif you want to adjust:- Colors (modify the CSS variables in :root)
- Spacing or layout
- Typography
index.html- Main page structurestyles.css- Terminal-style stylingREADME.md- This file
The portfolio features a terminal-like interface with:
- Command prompt styling for section headers
- Project cards with repository links
- "Try Me" buttons for hosted projects that open in an embedded viewer
- Responsive design for mobile and desktop
To add your projects, simply duplicate the project card structure in the HTML and update with your project details.