A modern, responsive, and interactive online resume built with HTML, CSS, and JavaScript. This project showcases a professional portfolio website with smooth animations, mobile responsiveness, and an elegant user interface.
- Responsive Design: Fully optimized for all devices (desktop, tablet, and mobile)
- Interactive UI: Smooth transitions and animations enhance user experience
- Particle Background: Dynamic particle effects create an engaging atmosphere
- Clean Navigation: Intuitive menu system with mobile-friendly toggle
- Section Highlights: Skills, education timeline, and project showcase
- Contact Form: Easy way for potential employers or clients to reach out
- HTML5
- CSS3 (Custom styling with variables and modern techniques)
- JavaScript (ES6+)
- Font Awesome Icons
- Typed.js for text animations
- Particle background effects
├── index.html # Main resume page
├── aboutme.html # About me section
├── contactform.html # Contact form
├── style.css # Main stylesheet
├── script.js # JavaScript functionality
├── assets/ # Images and other assets
└── fonts/ # Custom fonts
-
Clone the repository:
git clone https://github.com/YourUsername/Interactive-Resume.git cd Interactive-Resume
-
Open
index.html
in your browser to view the site locally. -
For development, you can use a local server:
# Using Python python -m http.server 8000 # Or using Node.js with http-server npx http-server
Contributions are welcome! If you'd like to improve this project, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature
) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please ensure your code follows the existing style and includes appropriate comments.
- Maintain responsive design principles
- Keep code clean and well-commented
- Test on multiple devices and browsers before submitting
- Follow semantic HTML practices
- Use CSS variables for consistent theming
- Ensure JavaScript functions are modular and reusable
The resume is designed to be easily customizable:
- Edit personal information in
index.html
- Modify colors and styles in the CSS variables at the top of
style.css
- Add or remove sections as needed
- Update project listings with your own work
This project is licensed under the MIT License - see the LICENSE file for details.
- Abhijeet Kumar - GitHub Profile
- Font Awesome for icons
- Google Fonts
- Typed.js for the typing animation
- Inspiration from modern portfolio designs
Made with ❤️ | Last Updated: June 2025