{"id":27858496,"url":"https://github.com/smjsgaming/roc-intake-test-site","last_synced_at":"2025-08-10T03:33:16.169Z","repository":{"id":143803790,"uuid":"179944782","full_name":"SMJSGaming/ROC-intake-test-site","owner":"SMJSGaming","description":"This is a website I had to make for the intake test of ROC Flevoland. I do not allow use in any way without my permission","archived":false,"fork":false,"pushed_at":"2019-04-07T10:07:56.000Z","size":3365,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-04T14:13:51.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://geometrydashprogramming.7m.pl","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SMJSGaming.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}},"created_at":"2019-04-07T09:39:40.000Z","updated_at":"2021-12-27T18:06:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f617969-efd0-4615-8018-a86ef556e526","html_url":"https://github.com/SMJSGaming/ROC-intake-test-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SMJSGaming/ROC-intake-test-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMJSGaming%2FROC-intake-test-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMJSGaming%2FROC-intake-test-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMJSGaming%2FROC-intake-test-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMJSGaming%2FROC-intake-test-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SMJSGaming","download_url":"https://codeload.github.com/SMJSGaming/ROC-intake-test-site/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SMJSGaming%2FROC-intake-test-site/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269672045,"owners_count":24457111,"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-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-05-04T14:13:50.031Z","updated_at":"2025-08-10T03:33:16.154Z","avatar_url":"https://github.com/SMJSGaming.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ROC intake test site\nThis is a website I had to make for the intake test of ROC Flevoland. I do not allow use in any way without my permission.\n\nClick this [link](http://geometrydashprogramming.7m.pl/) to visit the site.\n**The page is not finished yet but that has to do with the fact that I had 3 days for this.**\n\n------------------------------------------------------------------------------------------------------------------\n\nMy built in adblocker for 7m.pl is made open source for general use. just use the code below in their respective place.\n\nCSS part (Put this in the head).\n```html\n\u003chead\u003e\n  \u003cstyle\u003e\n    /*\n      General adblock code\n    */\n    html body iframe{\n      display: none !important;\n      box-sizing: border-box !important;\n      margin: 0px !important;\n      padding: 0px !important;\n      height: 0px !important;\n      position: absolute !important;\n      align: right !important;\n    }\n    #ads{\n      display: none !important;\n      box-sizing: border-box !important;\n      margin: 0px !important;\n      padding: 0px !important;\n      height: 0px !important;\n      position: absolute !important;\n      align: right !important;\n    }\n    #ads_bottom_static{\n      display: none !important;\n      box-sizing: border-box !important;\n      margin: 0px !important;\n      padding: 0px !important;\n      height: 0px !important;\n      position: absolute !important;\n      align: right !important;\n    }\n    ins{\n      display: none !important;\n      box-sizing: border-box !important;\n      margin: 0px !important;\n      padding: 0px !important;\n      height: 0px !important;\n      position: absolute !important;\n      align: right !important;\n    }\n    .adsbygoogle{\n      display: none !important;\n      box-sizing: border-box !important;\n      margin: 0px !important;\n      padding: 0px !important;\n      height: 0px !important;\n      position: absolute !important;\n      align: right !important;\n    }\n    \n    \n    /*\n      Extra code you need to add to your body css to prevent a weird body padding on mobile devices\n    */\n    body{\n      padding: 0px 0px 50px !important;\n    }\n  \u003c/style\u003e\n\u003c/head\u003e\n```\n\nJavaScript part (Put this at the bottom of your page (Under the body tag)).\n```html\n\u003cscript\u003e\n\tvar ads = document.getElementsByTagName(\"iframe\");\n\tfor(var i = 0; i\u003cads.length; i++){\n\t\tads[i].sandbox = \"\";\n\t\tads[i].remove();\n\t\tads[i].parentNode.removeChild(ads[i]);\n\t}\n\tvar ads = document.getElementsByTagName(\"ins\");\n\tfor(var i = 0; i\u003cads.length; i++){\n\t\tads[i].sandbox = \"\";\n\t\tads[i].remove();\n\t\tads[i].parentNode.removeChild(ads[i]);\n\t}\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmjsgaming%2Froc-intake-test-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmjsgaming%2Froc-intake-test-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmjsgaming%2Froc-intake-test-site/lists"}