{"id":20393128,"url":"https://github.com/aichbauer/one_pager","last_synced_at":"2026-02-11T00:34:42.691Z","repository":{"id":82477710,"uuid":"46181469","full_name":"aichbauer/one_pager","owner":"aichbauer","description":"A simple One Pager easy to include in every Project","archived":false,"fork":false,"pushed_at":"2015-11-15T20:51:04.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T02:23:52.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aichbauer.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}},"created_at":"2015-11-14T16:11:56.000Z","updated_at":"2015-11-14T16:14:14.000Z","dependencies_parsed_at":"2023-03-12T16:04:45.531Z","dependency_job_id":null,"html_url":"https://github.com/aichbauer/one_pager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aichbauer/one_pager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fone_pager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fone_pager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fone_pager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fone_pager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichbauer","download_url":"https://codeload.github.com/aichbauer/one_pager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fone_pager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29323745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-15T03:47:37.151Z","updated_at":"2026-02-11T00:34:42.672Z","avatar_url":"https://github.com/aichbauer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# one_pager\n\nA simple One Pager easy to include in every Project\n\nAUTHOR: AICHBAUER LUKAS\n\nemail: rudolfson.junior@gmail.com\n\n***\n\n## how to use\n\n***\n\nimport the css and the js file to your html file.\n\ndon't forget to import jQuery in your project... import it in front of the img_slider.js\n\n    \u003clink rel=\"stylesheet\" type=\"text/css\" href=\"http://localhost/tuts/img_slider_tut/css/img_slider.css\" /\u003e\n    \u003cscript type=\"text/javascript\" src=\"http://localhost/tuts/img_slider_tut/js/JQUERY.js\"\u003e\u003c/script\u003e\n    \u003cscript type=\"text/javascript\" src=\"http://localhost/tuts/img_slider_tut/js/img_slider.js\"\u003e\u003c/script\u003e\n\ncreate a navigation and divs with the class \"onepage\".\n\nalso add ids to the divs, you can name your ids whatever you like,\n\nthe important thing is to link your a tags to the ids of the divs.\n\nIf you want a home section, create a \n\n    \u003cdiv class=\"onepage\" id=\"home\"\u003e\n\nand in your nav add an anchor to home like\n\n    \u003ca href=\"#home\" \u003e Home \u003c/a\u003e\n\nif you download this project with the index file and set your paths\n\nthe css and js and also to jquery than this project works from scratch.\n\n\nThis is a basic structure of a one pager. \n\n    \u003cnav\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#first\"\u003eFirst\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#second\"\u003eSecond\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#third\"\u003eThird\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#\"\u003eThird\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/nav\u003e\n    \u003cdiv class=\"onepage\"  id=\"first\"\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"onepage\" id=\"second\"\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"onepage\" id=\"third\"\u003e\n    \u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fone_pager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichbauer%2Fone_pager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fone_pager/lists"}