Welcome to Vikram Kamble's portfolio! This is a static website showcasing Vikram's skills, experiences, and projects.
# Option 1: Using Python (if you have Python installed)
python -m http.server 8000
# Option 2: Using Node.js (if you have Node.js installed)
npx http-server -p 8000
# Option 3: Using npm script
npm run serveThen open http://localhost:8000 in your browser.
This is a static site that can be deployed to any static hosting service:
- GitHub Pages (already configured)
- Netlify - Drag and drop the folder
- Vercel - Connect your GitHub repository
- Firebase Hosting
- AWS S3 + CloudFront
vikky2810.github.io/
βββ index.html # Main HTML file
βββ src/
β βββ style.css # Main stylesheet
β βββ mediaqueries.css # Responsive design
β βββ script.js # JavaScript functionality
β βββ assets/ # Images and resources
β βββ profile-pic.png
β βββ about-pic.png
β βββ project-*.png
β βββ *.png (icons)
βββ package.json # Project configuration
βββ README.md # This file
- No server required - Pure HTML, CSS, and JavaScript
- Fast loading - No backend processing
- Easy deployment - Works on any static hosting
- SEO optimized - Search engine friendly
- Mobile responsive - Works on all devices
- Desktop navigation
- Mobile hamburger menu
- Optimized for all screen sizes
- Clean, professional design
- Smooth scrolling navigation
- Hover effects and animations
- Professional color scheme
- Introduction and social links
- Download CV functionality
- Professional photo
- Personal background
- Education and experience summary
- Professional interests
- Frontend Development skills (HTML, CSS, JavaScript, React, Angular)
- Backend Development skills (Node.js, Express.js, MySQL, MongoDB, Git)
- Alpaca Image Generator (with live demo)
- TicTacToe Game
- Project in development
- Email: [email protected]
- LinkedIn: Vikram Kamble
- GitHub: vikky2810
- HTML5 - Semantic markup
- CSS3 - Modern styling with Flexbox
- JavaScript - Interactive functionality
- Responsive Design - Mobile-first approach
- Lazy loading for images
- Optimized images with proper sizing
- Minimal JavaScript for fast loading
- CSS optimizations for smooth animations
- Meta tags for search engines
- Open Graph tags for social sharing
- Structured data (JSON-LD)
- Semantic HTML structure
Your site is already deployed at: https://vikky2810.github.io
- Go to netlify.com
- Drag and drop your project folder
- Get instant deployment
- Connect your GitHub repository
- Automatic deployment on push
- Custom domain support
npm install -g firebase-tools
firebase login
firebase init hosting
firebase deploy- Mobile: 90+ score
- Desktop: 95+ score
- First Contentful Paint: < 1.5s
- Largest Contentful Paint: < 2.5s
- Image optimization - Use WebP format when possible
- Minify CSS/JS - Reduce file sizes
- Enable compression - Gzip/Brotli
- Use CDN - Faster global delivery
- Keep project information current
- Update skills and experience
- Add new projects
- Refresh design periodically
- All changes tracked in Git
- Easy rollback if needed
- Collaboration friendly
If you'd like to contribute or have questions:
- Fork the repository
- Make your changes
- Submit a pull request
This project is open source and available under the MIT License.
Thank you for visiting Vikram's portfolio! π