A modern, responsive personal portfolio website showcasing Amit Vasudev's professional experience, skills, and projects. Built with HTML, CSS, and JavaScript, this portfolio features a clean design with smooth navigation and mobile-responsive layout.
- Responsive Design: Fully responsive layout that works seamlessly on desktop, tablet, and mobile devices
- Modern UI/UX: Clean and professional design with smooth animations and transitions
- Interactive Navigation: Smooth scrolling navigation with hamburger menu for mobile devices
- Professional Sections:
- Hero section with profile introduction
- About section with experience and education
- Skills showcase with proficiency levels
- Project portfolio with GitHub links
- Contact information
- Social Media Integration: Direct links to LinkedIn and GitHub profiles
- Cross-browser Compatibility: Works across all modern browsers
- HTML5: Semantic markup and structure
- CSS3: Modern styling with Flexbox and Grid layouts
- JavaScript: Interactive functionality and smooth scrolling
- Responsive Design: Mobile-first approach with media queries
Portfolio/
├── assets/ # Images and media files
│ ├── main-profile-pic.png
│ ├── linkedin.png
│ ├── github.png
│ ├── project images/
│ └── icons/
├── index.html # Main HTML file
├── style.css # Main stylesheet
├── mediaqueries.css # Responsive design styles
├── script.js # JavaScript functionality
└── README.md # Project documentation
- A modern web browser (Chrome, Firefox, Safari, Edge)
- No additional dependencies required
-
Clone the repository (if using Git):
git clone <repository-url> cd Portfolio
-
Open the project:
- Simply open
index.htmlin your web browser - Or use a local development server:
# Using Python 3 python -m http.server 8000 # Using Node.js (if you have http-server installed) npx http-server
- Simply open
-
View the website:
- Navigate to
http://localhost:8000(if using a local server) - Or directly open
index.htmlin your browser
- Navigate to