{"id":16509244,"url":"https://github.com/mohd-faizy/learnwebtech","last_synced_at":"2025-03-02T06:14:08.859Z","repository":{"id":152100029,"uuid":"537916502","full_name":"mohd-faizy/LearnWebTech","owner":"mohd-faizy","description":" WebTechnologies: HTML, CSS, JavaScript","archived":false,"fork":false,"pushed_at":"2023-09-04T20:25:44.000Z","size":12998,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T18:33:28.857Z","etag":null,"topics":["angular","css3","html","javascript","node","nodejs","php"],"latest_commit_sha":null,"homepage":"","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/mohd-faizy.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}},"created_at":"2022-09-17T19:55:58.000Z","updated_at":"2023-04-17T20:09:44.000Z","dependencies_parsed_at":"2024-11-13T09:51:01.935Z","dependency_job_id":null,"html_url":"https://github.com/mohd-faizy/LearnWebTech","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/mohd-faizy%2FLearnWebTech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-faizy%2FLearnWebTech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-faizy%2FLearnWebTech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-faizy%2FLearnWebTech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohd-faizy","download_url":"https://codeload.github.com/mohd-faizy/LearnWebTech/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465113,"owners_count":19967243,"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":["angular","css3","html","javascript","node","nodejs","php"],"created_at":"2024-10-11T15:49:28.631Z","updated_at":"2025-03-02T06:14:08.838Z","avatar_url":"https://github.com/mohd-faizy.png","language":"HTML","readme":"# WebTechnologies\n\n\u003cp align='center'\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src='_img\\01_WebTech.png' alt=\"\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## Getting Started\n\n### Sample Code Snippet for simple HTML page\n\n### HTML (index.html)\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"styles.css\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n \u003cheader class=\"sticky-header\"\u003e\n     \u003cnav\u003e\n         \u003cul\u003e\n             \u003cli\u003e\u003ca href=\"#\"\u003eHome\u003c/a\u003e\u003c/li\u003e\n             \u003cli\u003e\u003ca href=\"#\"\u003eAbout\u003c/a\u003e\u003c/li\u003e\n             \u003cli\u003e\u003ca href=\"#\"\u003eServices\u003c/a\u003e\u003c/li\u003e\n             \u003cli\u003e\u003ca href=\"#\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n         \u003c/ul\u003e\n     \u003c/nav\u003e\n \u003c/header\u003e\n \u003cdiv class=\"content\"\u003e\n     \u003c!-- Your website content goes here --\u003e\n \u003c/div\u003e\n \u003cscript src=\"script.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n### CSS (styles.css)\n\n```css\nbody {\n    margin: 0;\n    padding: 0;\n    font-family: Arial, sans-serif;\n}\n\n.sticky-header {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    background-color: #333;\n    color: #fff;\n    padding: 10px 0;\n    z-index: 100;\n}\n\n.sticky-header nav ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    justify-content: center;\n}\n\n.sticky-header nav ul li {\n    margin: 0 20px;\n}\n\n.sticky-header nav ul li a {\n    text-decoration: none;\n    color: #fff;\n    font-weight: bold;\n}\n\n.content {\n    padding: 100px 20px;\n}\n\n```\n\n### JavaScript (script.js)\n\n```js\nwindow.addEventListener(\"scroll\", function() {\n    const header = document.querySelector(\".sticky-header\");\n    const scrollY = window.scrollY;\n\n    if (scrollY \u003e 100) { // Adjust the value as needed\n        header.classList.add(\"sticky\");\n    } else {\n        header.classList.remove(\"sticky\");\n    }\n});\n\n```\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohd-faizy%2Flearnwebtech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohd-faizy%2Flearnwebtech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohd-faizy%2Flearnwebtech/lists"}