{"id":18980764,"url":"https://github.com/mdbytes/technicaldocpage","last_synced_at":"2026-03-01T05:03:04.974Z","repository":{"id":313110241,"uuid":"1050081363","full_name":"mdbytes/TechnicalDocPage","owner":"mdbytes","description":"A project for FreeCodeCamp responsive web design certification","archived":false,"fork":false,"pushed_at":"2025-09-03T23:35:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T01:18:36.953Z","etag":null,"topics":["bootstrap","css","documentation","html","responsive-web-design"],"latest_commit_sha":null,"homepage":"https://mdbytes.github.io/TechnicalDocPage/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdbytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03T23:28:00.000Z","updated_at":"2025-09-03T23:35:43.000Z","dependencies_parsed_at":"2025-09-04T01:18:38.096Z","dependency_job_id":"2f61e1ac-b021-49c1-8f12-24b5fd0dd362","html_url":"https://github.com/mdbytes/TechnicalDocPage","commit_stats":null,"previous_names":["mdbytes/technicaldocpage"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mdbytes/TechnicalDocPage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbytes%2FTechnicalDocPage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbytes%2FTechnicalDocPage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbytes%2FTechnicalDocPage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbytes%2FTechnicalDocPage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdbytes","download_url":"https://codeload.github.com/mdbytes/TechnicalDocPage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdbytes%2FTechnicalDocPage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283797305,"owners_count":26896277,"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-11-11T02:00:06.610Z","response_time":65,"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":["bootstrap","css","documentation","html","responsive-web-design"],"created_at":"2024-11-08T16:07:41.837Z","updated_at":"2025-11-11T05:02:43.785Z","avatar_url":"https://github.com/mdbytes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Technical Doc Page\n\n#### A project for FreeCodeCamp responsive web design certification\n\n\u003csection id=\"description\"\u003e\n\n\u003cp\u003e\u003cstrong\u003eUser Stories:\u003c/strong\u003e\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003eYou can see a \u003ccode\u003emain\u003c/code\u003e element with a corresponding \u003ccode\u003eid=\"main-doc\"\u003c/code\u003e, which contains the page's main content (technical documentation)\u003c/li\u003e\n\u003cli\u003eWithin the \u003ccode\u003e#main-doc\u003c/code\u003e element, you can see several \u003ccode\u003esection\u003c/code\u003e elements, each with a class of \u003ccode\u003emain-section\u003c/code\u003e. There should be a minimum of five\u003c/li\u003e\n\u003cli\u003eThe first element within each \u003ccode\u003e.main-section\u003c/code\u003e should be a \u003ccode\u003eheader\u003c/code\u003e element, which contains text that describes the topic of that section.\u003c/li\u003e\n\u003cli\u003eEach \u003ccode\u003esection\u003c/code\u003e element with the class of \u003ccode\u003emain-section\u003c/code\u003e should also have an \u003ccode\u003eid\u003c/code\u003e that corresponds with the text of each \u003ccode\u003eheader\u003c/code\u003e contained within it. Any spaces should be replaced with underscores (e.g. The section that contains the header \"JavaScript and Java\" should have a corresponding \u003ccode\u003eid=\"JavaScript_and_Java\"\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003eThe \u003ccode\u003e.main-section\u003c/code\u003e elements should contain at least ten \u003ccode\u003ep\u003c/code\u003e elements total (not each)\u003c/li\u003e\n\u003cli\u003eThe \u003ccode\u003e.main-section\u003c/code\u003e elements should contain at least five \u003ccode\u003ecode\u003c/code\u003e elements total (not each)\u003c/li\u003e\n\u003cli\u003eThe \u003ccode\u003e.main-section\u003c/code\u003e elements should contain at least five \u003ccode\u003eli\u003c/code\u003e items total (not each)\u003c/li\u003e\n\u003cli\u003eYou can see a \u003ccode\u003enav\u003c/code\u003e element with a corresponding \u003ccode\u003eid=\"navbar\"\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eThe navbar element should contain one \u003ccode\u003eheader\u003c/code\u003e element which contains text that describes the topic of the technical documentation\u003c/li\u003e\n\u003cli\u003eAdditionally, the navbar should contain link (\u003ccode\u003ea\u003c/code\u003e) elements with the class of \u003ccode\u003enav-link\u003c/code\u003e. There should be one for every element with the class \u003ccode\u003emain-section\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003eThe \u003ccode\u003eheader\u003c/code\u003e element in the \u003ccode\u003e#navbar\u003c/code\u003e must come before any link (\u003ccode\u003ea\u003c/code\u003e) elements in the navbar\u003c/li\u003e\n\u003cli\u003eEach element with the class of \u003ccode\u003enav-link\u003c/code\u003e should contain text that corresponds to the \u003ccode\u003eheader\u003c/code\u003e text within each \u003ccode\u003esection\u003c/code\u003e (e.g. if you have a \"Hello world\" section/header, your navbar should have an element which contains the text \"Hello world\")\u003c/li\u003e\n\u003cli\u003eWhen you click on a navbar element, the page should navigate to the corresponding section of the \u003ccode\u003e#main-doc\u003c/code\u003e element (e.g. If you click on a \u003ccode\u003e.nav-link\u003c/code\u003e element that contains the text \"Hello world\", the page navigates to a \u003ccode\u003esection\u003c/code\u003e element with that id, and contains the corresponding header)\u003c/li\u003e\n\u003cli\u003eOn regular sized devices (laptops, desktops), the element with \u003ccode\u003eid=\"navbar\"\u003c/code\u003e should be shown on the left side of the screen and should always be visible to the user\u003c/li\u003e\n\u003cli\u003eYour technical documentation should use at least one media query\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003c/section\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbytes%2Ftechnicaldocpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdbytes%2Ftechnicaldocpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdbytes%2Ftechnicaldocpage/lists"}