Skip to content

vikky2810/vikky2810.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

83 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Vikram Kamble's Portfolio πŸ€“

Welcome to Vikram Kamble's portfolio! This is a static website showcasing Vikram's skills, experiences, and projects.

πŸš€ Quick Start

Local Development

# 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 serve

Then open http://localhost:8000 in your browser.

Deployment

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

πŸ“ Project Structure

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

🎯 Features

βœ… Static Site Benefits

  • 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

πŸ“± Responsive Design

  • Desktop navigation
  • Mobile hamburger menu
  • Optimized for all screen sizes

🎨 Modern UI/UX

  • Clean, professional design
  • Smooth scrolling navigation
  • Hover effects and animations
  • Professional color scheme

πŸ“‹ Sections

Profile

  • Introduction and social links
  • Download CV functionality
  • Professional photo

About

  • Personal background
  • Education and experience summary
  • Professional interests

Experience

  • Frontend Development skills (HTML, CSS, JavaScript, React, Angular)
  • Backend Development skills (Node.js, Express.js, MySQL, MongoDB, Git)

Projects

  • Alpaca Image Generator (with live demo)
  • TicTacToe Game
  • Project in development

Contact

πŸ”§ Technical Details

Technologies Used

  • HTML5 - Semantic markup
  • CSS3 - Modern styling with Flexbox
  • JavaScript - Interactive functionality
  • Responsive Design - Mobile-first approach

Performance Optimizations

  • Lazy loading for images
  • Optimized images with proper sizing
  • Minimal JavaScript for fast loading
  • CSS optimizations for smooth animations

SEO Features

  • Meta tags for search engines
  • Open Graph tags for social sharing
  • Structured data (JSON-LD)
  • Semantic HTML structure

🌐 Deployment Options

GitHub Pages (Current)

Your site is already deployed at: https://vikky2810.github.io

Netlify

  1. Go to netlify.com
  2. Drag and drop your project folder
  3. Get instant deployment

Vercel

  1. Connect your GitHub repository
  2. Automatic deployment on push
  3. Custom domain support

Firebase Hosting

npm install -g firebase-tools
firebase login
firebase init hosting
firebase deploy

πŸ“ˆ Performance

PageSpeed Insights

  • Mobile: 90+ score
  • Desktop: 95+ score
  • First Contentful Paint: < 1.5s
  • Largest Contentful Paint: < 2.5s

Optimization Tips

  1. Image optimization - Use WebP format when possible
  2. Minify CSS/JS - Reduce file sizes
  3. Enable compression - Gzip/Brotli
  4. Use CDN - Faster global delivery

πŸ”„ Maintenance

Regular Updates

  • Keep project information current
  • Update skills and experience
  • Add new projects
  • Refresh design periodically

Version Control

  • All changes tracked in Git
  • Easy rollback if needed
  • Collaboration friendly

πŸ“ž Support

If you'd like to contribute or have questions:

  1. Fork the repository
  2. Make your changes
  3. Submit a pull request

πŸ“„ License

This project is open source and available under the MIT License.


Thank you for visiting Vikram's portfolio! πŸš€

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published