A responsive personal portfolio website built to showcase my skills, projects, and contact information. The project demonstrates front-end development skills and practical experience in building modern web interfaces.
https://portfoliorushiz.vercel.app/
This portfolio serves as a central place to present my technical skills, featured projects, and professional background. The design focuses on simplicity, responsiveness, and clear navigation.
- Responsive layout for desktop, tablet, and mobile devices
- Interactive navigation with hamburger menu
- Smooth scrolling between sections
- Skills section highlighting technical abilities
- Projects section with links to GitHub repositories
- Contact section with email and social links
- Clean and minimal user interface
- HTML5
- CSS3
- JavaScript
Portfolio/
│
├── assets/
│ ├── icons/
│ │ └── favicon.png
│ │
│ ├── images/
│ │ └── profile.jpg
│ │
│ └── resume/
│ └── Rushikesh_Auti_Resume.pdf
│
├── css/
│ └── style.css
│
├── js/
│ └── script.js
│
├── index.html
└── README.md
- Clone the repository
git clone https://github.com/rushikesh-auti/portfolio.git
- Navigate to the project directory
cd portfolio
- Open
index.htmlin your browser
