{"id":22468202,"url":"https://github.com/ymcatwincities/sandboxes_html","last_synced_at":"2026-03-19T22:59:30.568Z","repository":{"id":55973279,"uuid":"243316587","full_name":"ymcatwincities/sandboxes_html","owner":"ymcatwincities","description":"CodeShare/Virtual Y/Membership sandboxes index page","archived":false,"fork":false,"pushed_at":"2022-09-08T13:26:14.000Z","size":2214,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-01T19:28:55.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/ymcatwincities.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":"2020-02-26T16:56:55.000Z","updated_at":"2022-08-24T10:51:27.000Z","dependencies_parsed_at":"2022-08-15T10:40:13.734Z","dependency_job_id":null,"html_url":"https://github.com/ymcatwincities/sandboxes_html","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fsandboxes_html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fsandboxes_html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fsandboxes_html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymcatwincities%2Fsandboxes_html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymcatwincities","download_url":"https://codeload.github.com/ymcatwincities/sandboxes_html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245873934,"owners_count":20686673,"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":[],"created_at":"2024-12-06T11:15:38.626Z","updated_at":"2026-02-02T17:35:00.221Z","avatar_url":"https://github.com/ymcatwincities.png","language":"SCSS","readme":"# YMCA CodeShare Sandboxes landing page\n\n## Source\n\n### Design wireframes\n\nhttps://xd.adobe.com/view/4c680fc3-feba-4ad1-409f-09efedcd66ac-3a59/\n\nThere are 3 variations:\n- Mobile Phone (MIN)\n- Mobile Tablet\n- Desktop (Fixed MAX)\n\n### Images\n\nhttps://drive.google.com/drive/folders/1j40bjO1l7fD7M6w3QEEcgkkLHZB7N8hn?usp=sharing\n\n### Page text\n\n```\nSandbox\n\nWelcome to the YMCA CodeShare demo site! Compare the three themes currently offered on YMCA CodeShare and discover the range of\ncapabilities across different installation levels of the platform. \n```\n\n### Sandbox Domain Names\n\n- sandboxes.y.org\n\n- sandbox-carnation-cus.y.org\n- sandbox-carnation-ext.y.org\n- sandbox-carnation-std.y.org\n\n- sandbox-lily-cus.y.org\n- sandbox-lily-ext.y.org\n- sandbox-lily-std.y.org\n\n- sandbox-rose-cus.y.org\n- sandbox-rose-ext.y.org\n- sandbox-rose-std.y.org\n\n### Header\n\nThe logo and \"back to YMCA CodeShare.org\" point to https://ycloud.y.org/open-y-association-websites/.\n\nThe logo is to be taken from openy.org. \n\nThe header is sticky for desktops.\n\n### Fonts\n\nThe used fonts:\n\n- Quicksand, regular\n- Quicksand, bold\n- Roboto, regular\n- Roboto, medium\n\nThe fonts are to be taken from Google fonts.\n\n### Theme palette\n\n- black #000000\n- white #FFFFFF\n- red #F41938 (+ #D0343A for contrast with white)\n- light-grey #F2F2F2\n\n# Development\n\n## Approach\n\nThe responsive layout.\n\nThe mobile first approach is to be used.\n\nThe page is to be built with Bootstrap 4.\n\nWebpack is to be used to provide development environment and build production artifacts.\n\n## Usage\n\nProject installation:\n\n`npm install`\n\nTo start local environment:\n\n`npm start`\n\nTo build production artifacts:\n\n`npm run build`\n\n## Project structure\n\n- `webpack.*.js` - the Webpack configuration files;\n- `src/` - contains all the source files for the project:\n   - `index.handlebars` - the root Handlebars file for building `index.html`;\n   - `main.scss` - the root SCSS file for building `main.css`;\n   - `data.json` - contains the page content;\n   - `assets/` - all the images used in the page;\n   - `partials/` - contains Handlebars component templates;\n   - `scss/` - contains SCSS modules.\n\n### data.json\n\nThe file describes all the content needed to build the static page.\n\nStructure:\n\n- `title` - the page title, used in meta tags;\n- `description` - the page description, used in meta tags, must not exceed 155 characters;\n- `url` - the URL where this page is hosted, used in meta tags;\n- `header` - the content header (see the wireframes);\n- `intro` - the intro text (see the wireframes), non-sanitized, can contain HTML markup;\n- `cards` - the array of card objects, used to build the markup for cards:\n  - `id` - the card id, used as a HTML `id` attribute, used in CSS;\n  - `link` - a link to a sandbox website, used in the \"Preview\" links;\n  - `title` - a card title, e.g \"Rose: Standard install\";\n  - `description` - a card body content, non-sanitized, can contain HTML markup.\n\n## TODOs\n\n- [NORMAL] improve IE11 rendering;\n- [MINOR] migrate to Gatsby;\n- [MINOR] automate removing of `main.js` from the build artifact `dist/index.html`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymcatwincities%2Fsandboxes_html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymcatwincities%2Fsandboxes_html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymcatwincities%2Fsandboxes_html/lists"}