This is a responsive and stylish portfolio website built using only HTML and CSS. It showcases my personal profile, skills, projects, and contact form — designed to look great on all devices without a single line of JavaScript.
- Clean and modern layout
- Cool Blur UI
- Using only CSS
- No external JS or frameworks
Portfolio/
├── index.html ← Main HTML file
├── style.css ← All styles written in pure CSS
├── resources/
│ └── your-image.jpg ← Your profile picture (PFP)
└── README.md ← This file
- Open the
resources/folder. - Replace the file
your-image.jpgwith your own profile picture. - Keep the name same as
your-image.jpgor change theimgtag inportfolio.html:
<img src="resources/your-image.jpg" alt="My Profile Picture">