{"id":23010111,"url":"https://github.com/dmdhrumilmistry/dmdhrumilmistry.github.io","last_synced_at":"2026-02-22T20:02:45.978Z","repository":{"id":47479297,"uuid":"366403012","full_name":"dmdhrumilmistry/dmdhrumilmistry.github.io","owner":"dmdhrumilmistry","description":"My Web Portfolio","archived":false,"fork":false,"pushed_at":"2023-10-26T10:02:28.000Z","size":40522,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T07:08:56.063Z","etag":null,"topics":["bootstrap","css","html","js","personal-website","portfolio"],"latest_commit_sha":null,"homepage":"https://dmdhrumilmistry.github.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmdhrumilmistry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-11T14:05:44.000Z","updated_at":"2024-03-30T19:53:05.000Z","dependencies_parsed_at":"2023-01-25T10:45:53.606Z","dependency_job_id":null,"html_url":"https://github.com/dmdhrumilmistry/dmdhrumilmistry.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fdmdhrumilmistry.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fdmdhrumilmistry.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fdmdhrumilmistry.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmdhrumilmistry%2Fdmdhrumilmistry.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmdhrumilmistry","download_url":"https://codeload.github.com/dmdhrumilmistry/dmdhrumilmistry.github.io/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246847137,"owners_count":20843444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","html","js","personal-website","portfolio"],"created_at":"2024-12-15T09:16:57.964Z","updated_at":"2026-02-22T20:02:45.970Z","avatar_url":"https://github.com/dmdhrumilmistry.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dmdhrumilmistry.github.io\n\nModern static personal portfolio website with dynamic GitHub integration, showcasing projects, skills, and professional information.\n\n## ✨ Features\n\n- **Modern UI Design**: Beautiful gradient backgrounds, glassmorphism effects, and smooth animations\n- **Dynamic GitHub Integration**: Automatically fetches and displays:\n  - Top repositories by stars\n  - GitHub statistics (repos, stars, forks, followers)\n  - Repository details (description, language, stats)\n- **Fully Static**: No backend required, runs entirely on GitHub Pages\n- **Responsive Design**: Optimized for all devices (desktop, tablet, mobile)\n- **Performance Optimized**: \n  - Client-side caching (1-hour cache duration)\n  - Lazy loading of external resources\n  - Minimal dependencies\n\n## 🚀 Pages\n\n1. **Home** (`index.html`): Hero section with introduction, GitHub stats, and featured projects\n2. **Projects** (`projects.html`): Dynamically loaded repository cards with filtering\n3. **About** (`aboutme.html`): Professional information, skills, certifications, and contact details\n\n## 🔧 Technologies Used\n\n- **Frontend**: Pure HTML5, CSS3, JavaScript (ES6+)\n- **Styling**: Custom CSS with modern features (CSS Grid, Flexbox, CSS Variables)\n- **Animations**: AOS (Animate On Scroll) library\n- **Icons**: Font Awesome 6\n- **Fonts**: Inter (Google Fonts)\n- **APIs**: GitHub REST API v3\n\n## 📦 Dynamic Features\n\n### GitHub API Integration\n\nThe website uses the GitHub API to fetch real-time data:\n\n```javascript\n// Fetch user data\nconst userData = await fetch('https://api.github.com/users/dmdhrumilmistry');\n\n// Fetch repositories\nconst repos = await fetch('https://api.github.com/users/dmdhrumilmistry/repos?sort=updated\u0026per_page=30');\n```\n\n### Caching Strategy\n\n- All GitHub API responses are cached in `localStorage` for 1 hour\n- Reduces API calls and improves load times\n- Automatic cache invalidation after expiry\n\n## 🎨 Design Highlights\n\n- **Color Scheme**: Purple and blue gradients with dark theme\n- **Effects**:\n  - Glassmorphism cards with backdrop blur\n  - Floating animations on hero avatar\n  - Smooth hover transitions\n  - Gradient text effects\n- **Typography**: Inter font family for clean, modern look\n\n## 🌐 Hosting\n\nThis website is hosted on GitHub Pages and accessible at:\n- Custom domain: [dmdhrumilmistry.rest](https://dmdhrumilmistry.rest)\n- GitHub domain: [dmdhrumilmistry.github.io](https://dmdhrumilmistry.github.io)\n\n## 📝 Local Development\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/dmdhrumilmistry/dmdhrumilmistry.github.io.git\ncd dmdhrumilmistry.github.io\n```\n\n2. Start a local server:\n```bash\n# Using Python\npython3 -m http.server 8000\n\n# Or using Node.js\nnpx http-server\n```\n\n3. Open your browser and navigate to `http://localhost:8000`\n\n## 🔄 Updating Content\n\nThe website automatically updates content from GitHub, but you can customize:\n\n1. **Personal Information**: Edit the HTML files directly\n2. **Skills**: Modify the skills section in `index.html` and `aboutme.html`\n3. **Styling**: Update `assets/css/modern-style.css`\n4. **API Configuration**: Change username in `assets/js/github-api.js`:\n```javascript\nconst GITHUB_USERNAME = 'dmdhrumilmistry';\n```\n\n## 📱 Browser Compatibility\n\n- Chrome/Edge: ✅ Full support\n- Firefox: ✅ Full support\n- Safari: ✅ Full support\n- Opera: ✅ Full support\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n- Report bugs\n- Suggest new features\n- Submit pull requests\n\n## 📄 License\n\n[MIT License](https://github.com/dmdhrumilmistry/dmdhrumilmistry.github.io/blob/main/LICENSE)\n\n## 👤 Author\n\n**Dhrumil Mistry**\n- GitHub: [@dmdhrumilmistry](https://github.com/dmdhrumilmistry)\n- LinkedIn: [Dhrumil Mistry](https://www.linkedin.com/in/dhrumil-m-312966192/)\n- Website: [dmdhrumilmistry.rest](https://dmdhrumilmistry.rest)\n\n---\n\n⭐ Star this repository if you find it helpful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmdhrumilmistry%2Fdmdhrumilmistry.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmdhrumilmistry%2Fdmdhrumilmistry.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmdhrumilmistry%2Fdmdhrumilmistry.github.io/lists"}