A clean and responsive portfolio website built with HTML and CSS only. Showcases web development skills and services.
- Responsive design for all devices
- Clean, modern layout
- Smooth scrolling navigation
- Skills showcase with progress bars
- Services section with icons
- Contact form section
- HTML5
- CSS3 (Flexbox, Media Queries)
- Font Awesome for icons
- Google Fonts (Poppins)
- Download or clone this repository
- Open
index.htmlin your web browser - That's it! No setup required
- Change your name in the hero section
- Replace profile pictures in
assets/images/ - Update the about text
- Modify skill percentages in CSS
assets/images/pfp.png- Main profile pictureassets/images/pfp2.jpg- About section pictureassets/images/logo.png- Logo in navigation
├── index.html
├── style.css
├── assets/
│ └── images/
│ ├── pfp.png
│ ├── pfp2.jpg
│ ├── logo.png
│ └── [other icons]



