A modern, responsive website built with HTML, CSS, and JavaScript. This website showcases professional information in a clean, mobile-friendly design.
- Responsive Design: Fully responsive layout that works on all devices
- Modern UI/UX: Clean, professional design with smooth animations
- Interactive Elements: Smooth scrolling, hover effects, and form validation
- Mobile-First: Optimized for mobile devices with hamburger navigation
- Fast Loading: Optimized for performance and quick loading times
- SEO Friendly: Semantic HTML structure for better search engine visibility
- Hero Section: Introduction with profile photo and call-to-action buttons
- About: Personal information and key statistics
- Experience: Work experience timeline with detailed descriptions
- Education: Educational background and certifications
- Skills: Technical and soft skills organized by category
- Contact: Contact form and social media links
- HTML5: Semantic markup structure
- CSS3: Modern styling with Flexbox and Grid
- JavaScript: Interactive functionality and animations
- Font Awesome: Icons for enhanced visual appeal
- Google Fonts: Inter font family for typography
- A web browser (Chrome, Firefox, Safari, Edge)
- A text editor (VS Code, Sublime Text, etc.)
- Clone or download this repository
- Open
index.htmlin your web browser - Customize the content with your personal information
- Personal Information: Update the content in
index.htmlwith your details - Profile Photo: Replace
Kumarjit Pathak Photo.jpgwith your photo - Colors: Modify the CSS variables in
styles.cssto match your brand - Content: Update experience, education, and skills sections
- Create a new repository on GitHub
- Upload all files to the repository
- Go to repository Settings
- Scroll down to "Pages" section
- Select "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- Click "Save"
- Your site will be available at
https://yourusername.github.io/repository-name
# Initialize git repository
git init
# Add all files
git add .
# Commit changes
git commit -m "Initial commit: My website"
# Add remote repository
git remote add origin https://github.com/yourusername/your-repo-name.git
# Push to GitHub
git push -u origin mainThen follow steps 3-8 from Method 1.
my-website/
├── index.html # Main HTML file
├── styles.css # CSS styles
├── script.js # JavaScript functionality
├── Kumarjit Pathak Photo.jpg # Profile photo
├── Kumarjit Pathak CV.pdf # Original CV (for reference)
└── README.md # This file
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
- Optimized images
- Minified CSS and JavaScript (for production)
- Fast loading times
- Mobile-optimized
Feel free to fork this project and customize it for your own use. If you make improvements, consider submitting a pull request.
This project is open source and available under the MIT License.
For questions or suggestions, please contact:
- Email: kumarjit.pathak@email.com
- LinkedIn: [Your LinkedIn Profile]
- GitHub: [Your GitHub Profile]
Note: Remember to update all placeholder information with your actual details before deploying!