Hey! This is the source code for my personal portfolio website — a place where I showcase my projects, skills, and who I am as a developer.
I wanted this site to not only be functional but also reflect my personality — clean, modern, and a little playful (check out the draggable and repelling circles on the homepage!).
- HTML – For the structure
- CSS – For styling, animations, and layout
- JavaScript – For interactivity and fun effects
- About Me – A quick intro and my background
- Skills – Tools and languages I work with
- Projects – Some cool stuff I’ve built
- Contact – How to reach me
The homepage also features an interactive animation with two circles — one draggable and one that reacts to it. I built this just for fun, and it turned out to be a unique part of the design.
Right now, this portfolio is best viewed on desktop. I'm working on improving the mobile layout soon!
You can check it out live here:
View My Portfolio
portfolio/
├── index.html # Main page
├── style.css # Styling and layout
├── script.js # Interactivity
└── assets/ # Fonts, icons, images (if any)
To run locally:
git clone https://github.com/Sushrut-Kane/portfolio.git
cd portfolio
open index.html in your browser