A modern, animated portfolio website showcasing my journey as a Systems Lead, Developer, and Open Source Contributor.
- Particle.js Background - Interactive animated particle system
- AOS (Animate On Scroll) - Smooth scroll animations
- Typing Animation - Dynamic text display with typing effect
- Counter Animations - Animated statistics counters
- Gradient Effects - Modern gradient text and backgrounds
- Smooth Transitions - Polished hover and interaction effects
- Responsive Design - Mobile-first, fully responsive layout
- Dark/Light Mode - Toggle between themes
- Persistent Storage - Theme preference saved in localStorage
- Smooth Transitions - Animated theme switching
- Animated profile picture with pulse effect
- Typing animation showcasing roles
- Live statistics (DSA problems, GPA, community size)
- Quick action buttons (View Projects, Download Resume)
- Professional introduction
- Code window with syntax highlighting
- Contact information
- Achievement highlights
- Timeline layout with animated dots
- Grade display with badges
- University information
- Categorized skill display (Languages, Tools, Competencies)
- Animated progress bars
- Interactive tech badges
- Hover effects
- RepoInsight AI - IIT Bombay i-HACK 2nd Runner Up
- Smart India Hackathon - Top 10 Finalist
- ZenYukti Platform - React + Vite community platform
- Hacktoberfest 2025 - Open source contributions
- Key metrics dashboard with animated cards
- Timeline layout
- ZenYukti - Systems Lead role
- Hacktoberfest - Open source contributor
- Detailed responsibilities and achievements
- Contact form with validation
- Multiple contact methods
- Social media links
- Response time indicators
- Smooth Scrolling - Navigate seamlessly between sections
- Mobile Menu - Hamburger menu for mobile devices
- Active Link Highlighting - Current section indicator
- Scroll-to-Top - Easy navigation
- Easter Eggs - Hidden features (try Konami code!)
- Console Messages - Developer-friendly console logs
- HTML5
- CSS3 (with CSS Variables for theming)
- Vanilla JavaScript (ES6+)
- Particles.js - Particle effects
- AOS - Scroll animations
- Font Awesome - Icons
- CSS Grid & Flexbox for layouts
- CSS Animations & Keyframes
- Intersection Observer API
- Local Storage API
- Modern ES6+ JavaScript
portfolio/
โโโ index.html # Main homepage
โโโ contact.html # Contact page
โโโ style.css # Complete stylesheet
โโโ scriptt.js # All JavaScript functionality
โโโ profile.jpg # Profile picture
โโโ Ashutosh_Mishra_Resume.pdf # Resume file
โโโ README.md # Documentation
-
Clone the repository
git clone https://github.com/TheAshutoshMishra/portfolio.git cd portfolio -
Open in browser
- Simply open
index.htmlin your web browser - Or use a local server:
# Using Python python -m http.server 8000 # Using Node.js npx http-server
- Simply open
-
Visit
http://localhost:8000
- Push to GitHub
- Go to Settings โ Pages
- Select branch and root folder
- Your site will be live at
https://yourusername.github.io/portfolio
- Drag and drop the folder to Netlify
- Your site will be live instantly
npm install -g vercel
vercelEdit CSS variables in style.css:
:root {
--bg-color: #0a0a0a;
--text-color: #e0e0e0;
--accent-color: #00d4ff;
--accent-secondary: #7000ff;
}- Personal Info: Edit
index.htmlandcontact.html - Projects: Modify the projects section in
index.html - Skills: Update the skills arrays in
index.html
- Particles: Edit
scriptt.js-particlesJS()configuration - Typing Text: Update
textArrayinscriptt.js - AOS Settings: Modify data-aos attributes in HTML
- Lighthouse Score: 95+ across all categories
- Page Load: < 2 seconds
- Mobile-First: Fully responsive
- SEO Optimized: Meta tags and semantic HTML
- ๐ IIT Bombay i-HACK: 2nd Runner Up (GitLab Codeforge Track)
- ๐ Smart India Hackathon: Top 10 Finalist (350+ teams)
- ๐ฅ Systems Lead: Managing 1,300+ member community at ZenYukti
- ๐ป 160+ DSA Problems: Solved across LeetCode, GFG, CodeChef
- โญ 8.30 YGPA: B.Tech Computer Science Engineering
- ๐ Open Source: Hacktoberfest contributor (6 PRs)
- Email: [email protected]
- Phone: +91 80901 47505
- GitHub: @TheAshutoshMishra
- LinkedIn: @theashutoshmishra
This project is open source and available under the MIT License.
- Particles.js by Vincent Garreau
- AOS by Michaล Sajnรณg
- Font Awesome for icons
- Inspiration from various modern portfolio designs
- Blog section
- Project filtering by technology
- Dark/Light mode animations improvements
- Multi-language support
- Backend integration for contact form
- Analytics integration
- Achievement timeline
- Skills certification display
Made with โค๏ธ by Ashutosh Mishra
โญ Star this repo if you find it helpful! from complete webdevelopment