🎓 2nd Year Computer Engineering Student at CHARUSAT
💻 Building Projects in Python, C++, and Web Development
🚀 Passionate about Data Science, AI/ML, and Problem Solving
https://aryan-b-parikh.github.io
profile/
├── index.html # Main portfolio page
├── assets/ # Static resources
│ ├── css/
│ │ └── styles.css # Main stylesheet
│ ├── js/
│ │ └── main.js # Main JavaScript
│ └── images/ # Images and icons
├── documents/ # Downloadable files
│ ├── resume.pdf # Resume
│ └── certifications/ # All certificates
└── scripts/ # Development scripts (gitignored)
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Libraries:
- Particles.js - Interactive background
- Chart.js - GitHub language statistics
- Font Awesome - Icons
- Hosting: GitHub Pages
- Version Control: Git & GitHub
- ✅ Responsive Design - Works on all devices
- ✅ Dark/Light Mode - Theme toggle
- ✅ Interactive Animations - Smooth transitions and effects
- ✅ Skills Showcase - Progress bars and categorized skills
- ✅ Project Portfolio - Problem-solution format
- ✅ GitHub Integration - Live activity and stats
- ✅ Contact Form - Easy to reach out
- ✅ Downloadable Resume - One-click download
- Home - Introduction and CTA buttons
- Progress Snapshot - Key achievements and metrics
- About Me - Background and current learning
- Technical Skills - Categorized skill proficiency
- Education & Timeline - Academic journey
- Projects - Hands-on project showcase
- GitHub Activity - Contribution graph and stats
- Contact - Get in touch form and links
- A modern web browser (Chrome, Firefox, Edge, Safari)
- A local server (optional, for testing)
Option 1: Using Python
cd profile/
python -m http.server 8000
# Visit http://localhost:8000Option 2: Using VS Code
- Install "Live Server" extension
- Right-click on
index.html→ "Open with Live Server"
Option 3: Direct File
- Simply open
index.htmlin your browser - Note: Some features may require a local server
- Edit
index.html- Update name, description, links - Replace
documents/resume.pdfwith your resume - Add your certificates to
documents/certifications/ - Update GitHub username in GitHub section
- Edit
assets/css/styles.css - Change CSS variables in
:rootfor colors - Customize animations and transitions
- Find the projects section in
index.html - Follow the existing project card structure
- Use the Problem → Solution → Tech → Learning format
- Email: aryan81006@gmail.com
- LinkedIn: Aryan Parikh
- GitHub: @Aryan-B-Parikh
© 2025 Aryan Parikh. All rights reserved.
This portfolio is open for inspiration, but please don't use it as your own. Create your unique version!
- Design inspiration from modern portfolio trends
- Icons by Font Awesome
- Particles effect by Vincent Garreau
- Chart.js for data visualization
⭐ If you found this portfolio helpful, consider giving it a star!