A modern, responsive portfolio website built based on a Figma design with clean aesthetics and smooth interactions.
- Clean & Modern: Minimalist design with focus on content
- Responsive: Fully responsive design that works on all devices
- Smooth Animations: Elegant transitions and hover effects
- Typography: Beautiful Inter font for excellent readability
- Sidebar Navigation: Fixed left sidebar with 8 main sections
- Smooth Transitions: Seamless section switching
- Keyboard Navigation: Use arrow keys to navigate between sections
- Mobile Menu: Collapsible menu for mobile devices
- Desktop: Full sidebar layout (1440px design)
- Tablet: Adapted layout with responsive grids
- Mobile: Hamburger menu with slide-out navigation
- Intro: Hero section with call-to-action buttons
- Values: Core principles and beliefs
- Craft: Skills and expertise areas
- Lab: Experimental projects and explorations
- Gigs: Recent work and projects
- Background: Professional timeline
- Tools: Technologies and software used
- Skills: Skill levels with animated progress bars
portfolio/
├── index.html # Main HTML structure
├── styles.css # All styling and responsive design
├── script.js # Interactive functionality
└── README.md # This file
The main color scheme uses:
- Primary:
#007acc(Blue) - Text:
#000000(Black) - Background:
#ffffff(White) - Secondary Text:
#333333,#666666
To change colors, update the CSS variables in styles.css.
- Personal Information: Edit the hero section in
index.html - Skills: Update the skills list and progress percentages
- Work Experience: Modify the timeline in the Background section
- Projects: Add your own projects in Lab and Gigs sections
To add profile pictures or project images:
- Create an
images/folder - Add your images
- Update the HTML to include
<img>tags where needed
- ✅ Chrome (recommended)
- ✅ Firefox
- ✅ Safari
- ✅ Edge
- ✅ Mobile browsers
- Lightweight: No external dependencies except Google Fonts
- Fast Loading: Optimized CSS and JavaScript
- Smooth Animations: Hardware-accelerated transitions
- Mobile Optimized: Touch-friendly interactions
- Clone or Download the files to your project folder
- Open
index.htmlin your browser - Customize the content to match your portfolio
- Deploy to your preferred hosting platform
You can deploy this portfolio to:
- GitHub Pages
- Netlify
- Vercel
- Any static hosting service
Simply upload the files to your hosting platform of choice.
This project is open source and available under the MIT License.
Built with ❤️ using modern web technologies