A modern, interactive portfolio website showcasing my skills, projects, and achievements as an aspiring software developer.
- Interactive Particle Background - Dynamic animated particles in the hero section
- Custom Cursor - Smooth custom cursor with follower effect
- Smooth Animations - Scroll-triggered reveal animations and transitions
- 3D Card Effects - Interactive tilt effect on hover
- Typing Animation - Dynamic typing effect for the hero subtitle
- Counter Animation - Animated statistics counter
- Responsive Design - Fully responsive across all devices
- Modern UI/UX - Clean, professional design with gradient effects
- HTML5
- CSS3 (with CSS Grid & Flexbox)
- Vanilla JavaScript
- Canvas API for particle effects
- Intersection Observer API for scroll animations
Portfolio/
βββ index.html # Main HTML file
βββ styles.css # Stylesheet with all styling
βββ script.js # JavaScript for interactivity
βββ README.md # Project documentation
- Hero - Eye-catching introduction with particle background
- About - Brief introduction with animated statistics
- Skills - Categorized skill showcase with hover effects
- Projects - Featured projects with detailed descriptions
- Achievements - Key accomplishments and awards
- Contact - Contact information and form
- Clone or download this repository
- Open
index.htmlin your browser - Customize the content with your information
- Desktop: 1400px+
- Tablet: 968px - 1399px
- Mobile: < 968px
Edit the following sections in index.html:
- Hero section (lines 30-60)
- About section (lines 70-100)
- Projects section (lines 150-250)
- Contact information (lines 300-330)
Modify CSS variables in styles.css:
:root {
--primary-color: #6366f1;
--secondary-color: #8b5cf6;
--accent-color: #ec4899;
/* ... */
}- Optimized animations using
requestAnimationFrame - Lazy loading for images
- Debounced scroll events
- Efficient particle system
Free to use for personal and commercial projects.
- Email: hemantfsu@gmail.com
- GitHub: github.com/hemantfsu
- LinkedIn: linkedin.com/in/hemantdhangar
Built with β€οΈ by Hemant Kumar Dhangar