{"id":20563234,"url":"https://github.com/scrachstack/community-landing","last_synced_at":"2026-02-17T05:31:55.363Z","repository":{"id":191759032,"uuid":"685326811","full_name":"ScrachStack/community-landing","owner":"ScrachStack","description":"HTML5 Landing Page for a FiveM RP Community!","archived":false,"fork":false,"pushed_at":"2023-08-31T02:38:10.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T08:22:50.946Z","etag":null,"topics":["community-roleplay","html","html5"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ScrachStack.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}},"created_at":"2023-08-31T01:46:55.000Z","updated_at":"2023-10-20T05:42:51.000Z","dependencies_parsed_at":"2023-08-31T15:24:35.704Z","dependency_job_id":null,"html_url":"https://github.com/ScrachStack/community-landing","commit_stats":null,"previous_names":["zaps6000/community-landing","duckylarps/community-landing","scrachstack/community-landing"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ScrachStack/community-landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrachStack%2Fcommunity-landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrachStack%2Fcommunity-landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrachStack%2Fcommunity-landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrachStack%2Fcommunity-landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScrachStack","download_url":"https://codeload.github.com/ScrachStack/community-landing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScrachStack%2Fcommunity-landing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29534932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["community-roleplay","html","html5"],"created_at":"2024-11-16T04:17:10.314Z","updated_at":"2026-02-17T05:31:55.334Z","avatar_url":"https://github.com/ScrachStack.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://github.com/Zaps6000/community-landing/assets/122732007/baaf7fa8-af2c-4061-84ba-989e324dc6fe)\n# Community-Landing: HTML5 Landing Page for FiveM RP Community\nDiscord: [Zaps](https://discord.gg/cfxdev)\n## Description\n\nThis project is an HTML5 landing page designed for FiveM Role-Playing communities. It's built with HTML5, CSS3, and uses JavaScript and jQuery for interactivity. It also features a preloader and cookie consent banner. This landing page is a perfect starting point for communities who want to have an online presence.\n\n## Features\n\n- Responsive Design\n- Cookie Consent Banner\n- Dynamic Preloader\n- Section for features, contacts, and other information\n- Easy customization\n\n## Prerequisites\n\nMake sure you have the following installed:\n\n- A text editor like Visual Studio Code, Sublime Text, or Atom\n- Basic understanding of HTML, CSS, and JavaScript\n\n## Installation\n\n1. Clone the repository or download the zip file and extract it.\n2. Open the `index.html` file in your text editor of choice.\n3. Start editing as per your requirements.\n\n### Header\n\nFind the header tag and replace the title text:\n\n```html\n\u003ch1\u003ePutYourHandsUP RP\u003c/h1\u003e\n```\n\n### Navigation Links\n\nLook for the `nav` section and update the navigation links:\n\n```\n\u003ca href=\"#\"\u003eHome\u003c/a\u003e\n\u003ca href=\"#\"\u003eAbout\u003c/a\u003e\n\u003ca href=\"#\"\u003eDepartments\u003c/a\u003e\n\u003ca href=\"#\"\u003eContact\u003c/a\u003e\n\u003ca href=\"#\"\u003eDiscord\u003c/a\u003e\n```\n\n### Welcome Section\n\nNavigate to the `.container` section and edit the text and buttons:\n\n```html\n\u003ch2\u003eWelcome to PutYourHandsUP !\u003c/h2\u003e\n\u003cp\u003eThis is a place where you can immerse yourself in a role-playing experience.\u003c/p\u003e\n```\n\n### Server IP\n\nReplace the placeholder `your_server_ip_here` in the JavaScript with your actual server IP.\n\n```javascript\nvar serverIP = 'your_server_ip_here';\n```\n\n### Background Image\n\nReplace the `background-image` URL in the `.background` class to change the background:\n\n```css\n.background {\n    background-image: url('https://your-image-url-here.jpg');\n}\n```\n\n## Contributing\n\nIf you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrachstack%2Fcommunity-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrachstack%2Fcommunity-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrachstack%2Fcommunity-landing/lists"}