{"id":22015184,"url":"https://github.com/ranitmanik/html-css-docs","last_synced_at":"2025-06-21T00:11:06.283Z","repository":{"id":214334169,"uuid":"729175740","full_name":"RanitManik/HTML-CSS-Docs","owner":"RanitManik","description":"This documentation is a beginner's guide for web development with HTML and CSS.","archived":false,"fork":false,"pushed_at":"2024-06-19T06:37:55.000Z","size":1485,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T00:43:55.699Z","etag":null,"topics":["css3","docs","documentation","html5","jetbrains","learning","tutorial","web-development","webdevolopement","writers-community","writerside"],"latest_commit_sha":null,"homepage":"https://ranitmanik.github.io/HTML-CSS-Docs/","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/RanitManik.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}},"created_at":"2023-12-08T15:42:06.000Z","updated_at":"2025-05-01T11:23:46.000Z","dependencies_parsed_at":"2024-01-11T11:59:35.639Z","dependency_job_id":"93f4960e-9389-4a90-8a76-2312ec15c874","html_url":"https://github.com/RanitManik/HTML-CSS-Docs","commit_stats":null,"previous_names":["ranitmanik/html-css-docs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/RanitManik/HTML-CSS-Docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FHTML-CSS-Docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FHTML-CSS-Docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FHTML-CSS-Docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FHTML-CSS-Docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RanitManik","download_url":"https://codeload.github.com/RanitManik/HTML-CSS-Docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanitManik%2FHTML-CSS-Docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261039176,"owners_count":23100980,"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":["css3","docs","documentation","html5","jetbrains","learning","tutorial","web-development","webdevolopement","writers-community","writerside"],"created_at":"2024-11-30T04:19:51.245Z","updated_at":"2025-06-21T00:11:01.269Z","avatar_url":"https://github.com/RanitManik.png","language":"HTML","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://ranitmanik.github.io/HTML-CSS-Docs\"\u003e\n    \u003cimg src=\"Writerside/images/logo.png\" alt=\"Logo\" height=\"150px\"\u003e\n  \u003c/a\u003e\n\u003ch1\u003e HTML CSS Docs 1.0\n\u003c/h1\u003e\n\u003ca href=\"https://ranitmanik.github.io/HTML-CSS-Docs\"\u003eVisit the Website »\u003c/a\u003e\n\u003cbr \u003e\n  \u003cbr\u003e\n\u003ca href=\"https://ranitmanik.github.io/HTML-CSS-Docs/\"\u003eView Demo\u003c/a\u003e\n·\n\u003ca href=\".github/ISSUE_TEMPLATE/bug_report.md\"\u003eReport Bug\u003c/a\u003e\n·\n\u003ca href=\".github/ISSUE_TEMPLATE/feature_request.md\"\u003eRequest Feature\u003c/a\u003e\n\u003c/div\u003e\n\u003cbr\u003e\nWelcome to HTML CSS Docs 1.0! This project aims to provide comprehensive documentation for beginners diving into the\nfascinating world of web development using HTML and CSS.\n\n## About\n\nThis documentation is authored by Ranit Manik, a dedicated web developer proficient in HTML, CSS, and JavaScript. The\nprimary objective of this project is to provide a well-organized and beginner-friendly guide for mastering the\nfundamentals of web design. The development of this project is facilitated\nusing [JetBrains Writerside IDE](https://www.jetbrains.com/writerside/). To contribute\nto this project, it is recommended to download and utilize\nJetBrains [Writerside IDE](https://www.jetbrains.com/writerside/) for an optimal development\nexperience.\n\n## Features\n\n- **Structured Learning:** Follow a carefully designed structure, progressing from basic concepts to advanced\n  techniques.\n\n- **Hands-On Examples:** Learn by doing with practical examples and exercises to reinforce your understanding.\n\n- **Visual Learning:** Enhance your comprehension with visual aids, diagrams, and code snippets.\n\n## Who Is This For?\n\n- **Beginners:** Tailored for individuals new to coding or web development.\n\n- **Enthusiasts:** Ideal for those with a keen interest in understanding how websites are built.\n\n## How to Contribute\n\n1. **Fork the Repository:** Fork the HTML CSS Docs 1.0 repository to your GitHub account.\n   ```bash\n   git clone https://github.com/RanitManik/HTML-CSS-Docs.git\n   ```\n2. **Create a Branch:** Create a new branch for your contribution using a descriptive branch name.\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n3. **Make Changes:** Implement your changes or additions to the documentation.\n\n4. **Commit Your Changes:** Commit your changes with a clear and concise commit message.\n\n   ```bash\n   git commit -am 'Add some feature'\n   ```\n\n5. **Push to Your Fork:** Push your changes to your forked repository.\n\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n6. **Submit a Pull Request:** Open a pull request to the main repository, clearly describing your changes.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE) - see the [LICENSE.md](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franitmanik%2Fhtml-css-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franitmanik%2Fhtml-css-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franitmanik%2Fhtml-css-docs/lists"}