{"id":31364410,"url":"https://github.com/sguhasystems-creator/html-collections","last_synced_at":"2025-09-27T07:06:19.479Z","repository":{"id":315152905,"uuid":"1058324748","full_name":"sguhasystems-creator/Html-Collections","owner":"sguhasystems-creator","description":"Collections Of Multiple Html Templates Provided By Contributors","archived":false,"fork":false,"pushed_at":"2025-09-17T00:22:34.000Z","size":9,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T02:27:40.190Z","etag":null,"topics":["css","hacktoberfest-accepted","hactoberfest","html","js","json"],"latest_commit_sha":null,"homepage":"","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/sguhasystems-creator.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T00:09:53.000Z","updated_at":"2025-09-17T00:26:00.000Z","dependencies_parsed_at":"2025-09-17T02:27:45.576Z","dependency_job_id":"ce3c462a-c291-4a79-a044-3bebc1c012b3","html_url":"https://github.com/sguhasystems-creator/Html-Collections","commit_stats":null,"previous_names":["sguhasystems-creator/html-collections"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sguhasystems-creator/Html-Collections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sguhasystems-creator%2FHtml-Collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sguhasystems-creator%2FHtml-Collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sguhasystems-creator%2FHtml-Collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sguhasystems-creator%2FHtml-Collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sguhasystems-creator","download_url":"https://codeload.github.com/sguhasystems-creator/Html-Collections/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sguhasystems-creator%2FHtml-Collections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277194931,"owners_count":25777190,"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","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","hacktoberfest-accepted","hactoberfest","html","js","json"],"created_at":"2025-09-27T07:06:17.635Z","updated_at":"2025-09-27T07:06:19.471Z","avatar_url":"https://github.com/sguhasystems-creator.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 Html-Collections\n\n[![Hacktoberfest](https://img.shields.io/badge/Hacktoberfest-2025-blueviolet.svg)](https://hacktoberfest.com/)\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n\n**Collections Of Multiple HTML Templates Provided By Contributors** 🚀\n\nA community-driven repository containing a diverse collection of HTML templates, components, and projects contributed by developers worldwide. Perfect for beginners looking to contribute to open source and experienced developers wanting to share their creations!\n\n## 🎃 Hacktoberfest 2025\n\nThis repository is participating in **Hacktoberfest 2025**! We welcome contributions from developers of all skill levels.\n\n### What is Hacktoberfest?\nHacktoberfest is a month-long celebration of open source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects.\n\n### How to Participate?\n1. **Register** for Hacktoberfest at [hacktoberfest.com](https://hacktoberfest.com)\n2. **Find** an issue labeled with `hacktoberfest` or `good-first-issue`\n3. **Submit** 4 quality pull requests to participate\n4. **Earn** a limited edition Hacktoberfest t-shirt or plant a tree!\n\n## 📁 Repository Structure\n\nEach contributor should create their own folder and organize their work as follows:\n\n```\nHtml-Collections/\n├── README.md\n├── CONTRIBUTORS.md\n├── LICENSE\n└── YourGitHubUsername/\n    ├── README.md (describe your project)\n    ├── index.html\n    ├── style.css\n    ├── script.js (if applicable)\n    ├── assets/ (images, fonts, etc.)\n    └── screenshots/ (optional)\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Basic knowledge of HTML, CSS, and optionally JavaScript\n- A GitHub account\n- Git installed on your local machine\n\n### How to Contribute\n\n1. **Fork this repository** by clicking the \"Fork\" button at the top right of this page.\n\n2. **Clone your fork** to your local machine:\n   ```bash\n   git clone https://github.com/YourUsername/Html-Collections.git\n   cd Html-Collections\n   ```\n\n3. **Create a new branch** for your contribution:\n   ```bash\n   git checkout -b add-yourname-project\n   ```\n\n4. **Create your folder** with your GitHub username:\n   ```bash\n   mkdir YourGitHubUsername\n   cd YourGitHubUsername\n   ```\n\n5. **Add your HTML project** following these guidelines:\n   - Create a `README.md` file describing your project\n   - Add your main HTML file (`index.html`)\n   - Include CSS styles (`style.css`)\n   - Add JavaScript if needed (`script.js`)\n   - Place any assets in an `assets/` folder\n   - Optionally add screenshots in a `screenshots/` folder\n\n6. **Commit your changes**:\n   ```bash\n   git add .\n   git commit -m \"Add [YourProjectName] by [YourName]\"\n   ```\n\n7. **Push to your fork**:\n   ```bash\n   git push origin add-yourname-project\n   ```\n\n8. **Create a Pull Request** by going to your fork on GitHub and clicking \"New Pull Request\".\n\n## 📋 Contribution Guidelines\n\n### What We Accept\n- ✅ **HTML Templates**: Landing pages, portfolios, business websites\n- ✅ **CSS Components**: Buttons, cards, navigation bars, forms\n- ✅ **Interactive Projects**: Games, calculators, to-do lists\n- ✅ **Responsive Designs**: Mobile-first and responsive layouts\n- ✅ **Creative Animations**: CSS/JS animations and transitions\n- ✅ **Educational Content**: Tutorials and learning resources\n\n### Project Requirements\n- 📝 **README.md**: Each project must include a README.md file with:\n  - Project title and description\n  - Technologies used\n  - Features list\n  - Live demo link (if hosted)\n  - Screenshot or GIF\n  - Setup instructions\n\n- 🎨 **Code Quality**:\n  - Well-formatted and commented code\n  - Semantic HTML structure\n  - Organized CSS (preferably external stylesheet)\n  - Cross-browser compatibility\n\n- 📱 **Responsiveness**: Projects should be responsive and mobile-friendly\n\n### Folder Structure Example\n```\nJohnDoe/\n├── README.md\n├── index.html\n├── style.css\n├── script.js\n├── assets/\n│   ├── images/\n│   └── icons/\n└── screenshots/\n    └── desktop.png\n```\n\n## 🏆 Recognition\n\nAll contributors will be recognized in our [CONTRIBUTORS.md](CONTRIBUTORS.md) file. Make sure to add yourself to the list when submitting your PR!\n\n## 🐛 Issues and Features\n\n- Found a bug? 🐛 [Create an issue](../../issues/new)\n- Have a feature request? 💡 [Create an issue](../../issues/new)\n- Need help? 💬 Check our [discussions](../../discussions)\n\n## 🤝 Code of Conduct\n\nWe are committed to fostering a welcoming community. Please read our Code of Conduct:\n\n- **Be respectful** and inclusive\n- **Be collaborative** and helpful\n- **Be patient** with newcomers\n- **Be constructive** in your feedback\n\n## 📚 Resources\n\n### For Beginners\n- [HTML Basics - MDN](https://developer.mozilla.org/en-US/docs/Learn/HTML)\n- [CSS Basics - MDN](https://developer.mozilla.org/en-US/docs/Learn/CSS)\n- [JavaScript Basics - MDN](https://developer.mozilla.org/en-US/docs/Learn/JavaScript)\n- [Git Tutorial](https://git-scm.com/docs/gittutorial)\n\n### Design Inspiration\n- [Dribbble](https://dribbble.com/)\n- [Behance](https://www.behance.net/)\n- [CodePen](https://codepen.io/)\n- [CSS Design Awards](https://www.cssdesignawards.com/)\n\n## 📧 Contact\n\n- **Maintainer**: [Soumwadeep Guha](https://github.com/soumwadeep)\n- **Repository**: [Html-Collections](https://github.com/soumwadeep/Html-Collections)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n### 🌟 Don't forget to star this repository if you found it helpful!\n\n**Happy Contributing! 🎉**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsguhasystems-creator%2Fhtml-collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsguhasystems-creator%2Fhtml-collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsguhasystems-creator%2Fhtml-collections/lists"}