A modern, responsive personal portfolio website showcasing education, experience, and achievements in the field of Software Engineering, Full-Stack Development, and Cloud Computing.
- Modern Dark Theme: Professional dark color scheme with accent colors
- Fully Responsive: Optimized for desktop, tablet, and mobile devices
- Smooth Animations: Scroll-triggered animations and smooth transitions
- Interactive Navigation: Sticky navbar with smooth scrolling to sections
- Mobile Menu: Hamburger menu for mobile devices
- No Dependencies: Pure vanilla HTML, CSS, and JavaScript
demo/
├── index.html # Main HTML structure
├── styles.css # All styling and responsive design
├── script.js # Interactive features and animations
└── README.md # This file
- About Me: Professional introduction and tech highlights
- Education: BE AI&DS degree and Tech Mahindra internship
- Experience: Current and previous Software Engineer roles
- Achievements: Hackathon wins and accomplishments
- Open
index.htmlin a web browser - No build process or dependencies required
- All files are self-contained
Edit CSS custom properties in styles.css:
:root {
--bg-primary: #0a0a0a;
--accent-primary: #4a9eff;
/* ... more variables ... */
}Edit the HTML content in index.html to update your information.
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
This portfolio template is free to use and modify for personal use.