An open API service indexing awesome lists of open source software.

https://github.com/qntum-dev/qntum-dev.github.io


https://github.com/qntum-dev/qntum-dev.github.io

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Pritam Mondal - Portfolio Website

A modern, SEO-optimized portfolio website designed for GitHub Pages deployment, featuring strong search engine optimization for ranking on the first page for "Pritam Mondal".

## Features

- **SEO Optimized**: Structured data, meta tags, Open Graph, and sitemap for maximum search visibility
- **Responsive Design**: Mobile-first approach that looks great on all devices
- **Performance Focused**: Fast loading with optimized CSS and JavaScript
- **GitHub Pages Ready**: Designed specifically for GitHub Pages hosting
- **Backlinks**: Strategic links to main website at https://pritammondal.dev

## SEO Features

- Schema.org Person structured data
- Comprehensive meta tags and descriptions
- Open Graph and Twitter Card support
- XML sitemap for search engines
- Robots.txt with crawl directives
- Semantic HTML5 markup
- Optimized heading hierarchy
- Strategic keyword placement for "Pritam Mondal"

## Quick Deploy to GitHub Pages

1. Create a new repository on GitHub named `[your-username].github.io`
2. Clone this repository
3. Push the code to your GitHub repository:
```bash
git init
git add .
git commit -m "Initial portfolio commit"
git remote add origin https://github.com/[your-username]/[your-username].github.io.git
git push -u origin main
```
4. Go to Settings > Pages in your GitHub repository
5. Ensure Source is set to "Deploy from a branch" and Branch is "main"
6. Your portfolio will be live at `https://[your-username].github.io`

## Customization

### Update Personal Information
- Edit `index.html` to update your personal details, projects, and experience
- Update social media links with your profiles
- Replace project placeholders with your actual projects

### Update SEO Information
- Update the canonical URL in `index.html` to match your GitHub Pages URL
- Update sitemap.xml with your GitHub Pages URL
- Update robots.txt with your domain

### Styling
- Colors and theme can be customized in `styles.css` CSS variables
- The circular avatar is already configured to work with your animated GIF

## Technologies Used

- HTML5 (Semantic markup)
- CSS3 (Modern, responsive design)
- Vanilla JavaScript (Performance optimized)
- Schema.org structured data
- Open Graph protocol

## Performance Optimizations

- Minimal CSS and JavaScript
- Lazy loading support
- Debounced scroll events
- Preload critical resources
- Optimized for Core Web Vitals

## Browser Support

- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers

## Credits

Created by Pritam Mondal
Main Portfolio: https://pritammondal.dev

## License

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