{"id":21307812,"url":"https://github.com/jdegand/backstage-talks","last_synced_at":"2026-02-24T03:31:34.233Z","repository":{"id":110668535,"uuid":"419863747","full_name":"jdegand/backstage-talks","owner":"jdegand","description":"Frontend Practice Challenge - Backstage Talks","archived":false,"fork":false,"pushed_at":"2021-10-22T20:06:41.000Z","size":1272,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T22:27:33.708Z","etag":null,"topics":["frontend-practice"],"latest_commit_sha":null,"homepage":"https://jdegand.github.io/backstage-talks/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdegand.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}},"created_at":"2021-10-21T20:12:07.000Z","updated_at":"2023-04-06T17:17:11.000Z","dependencies_parsed_at":"2023-04-02T13:18:55.143Z","dependency_job_id":null,"html_url":"https://github.com/jdegand/backstage-talks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdegand/backstage-talks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fbackstage-talks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fbackstage-talks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fbackstage-talks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fbackstage-talks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdegand","download_url":"https://codeload.github.com/jdegand/backstage-talks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdegand%2Fbackstage-talks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29770766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T03:15:54.600Z","status":"ssl_error","status_checked_at":"2026-02-24T03:15:54.143Z","response_time":75,"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":["frontend-practice"],"created_at":"2024-11-21T16:34:28.989Z","updated_at":"2026-02-24T03:31:34.209Z","avatar_url":"https://github.com/jdegand.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBackstage Talks\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n   Solution for a challenge from  \u003ca href=\"https://frontendpractice.com\" target=\"_blank\"\u003eFrontendpractice.com\u003c/a\u003e.\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://jdegand.github.io/backstage-talks/\"\u003e\n      Github Pages\n    \u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://www.frontendpractice.com/project/backstage-talks\"\u003e\n      Frontend Practice    \n    \u003c/a\u003e\n  \u003c/h3\u003e\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n  - [Built With](#built-with)\n- [Features](#features)\n- [Useful Resources](#useful-resources)\n\n## Overview\n\n![](backstage-desktop.png)\n![](backstage-mobile.png)\n\n### Built With\n\n- HTML \u0026 CSS\n- Transitions possible without JS?\n\n## Features\n\nThe [challenge](https://www.frontendpractice.com/project/backstage-talks) was to build an application to complete the following user stories:\n\n- [x] User story: Recreate the layout\n- [x] User story: Make it Mobile Responsive\n- [ ] User story: Create the full page scroll background transitions \u0026 anchor links.\n\n## Useful Resources\n\n- [Backstage Talks](https://web.archive.org/web/20210719183800/https://backstagetalks.com/#issue1)\n- [Stack Overflow](https://stackoverflow.com/questions/4967976/what-are-the-allowed-tags-inside-a-li) - li rules\n- [Medium](https://medium.com/@_patrickcameron/a-complete-beginner-s-guide-to-changing-background-colour-on-scroll-using-jquery-fce686d55049) -jquery implementation\n- [Stack Overflow](https://stackoverflow.com/questions/442404/retrieve-the-position-x-y-of-an-html-element-relative-to-the-browser-window) - position x \u0026 y\n- [FullPage JS](https://alvarotrigo.com/fullPage/) - FullPage JS\n- [Stack Overflow](https://stackoverflow.com/questions/26328511/how-to-find-height-of-a-section-of-the-page-below-a-div) - height\n- [Reactgo](https://reactgo.com/select-element-data-attribute-js/) - data attributes\n- [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/API/Window/getComputedStyle) - getComputedStyle\n- [Stack Overflow](https://stackoverflow.com/questions/1248081/how-to-get-the-browser-viewport-dimensions) - browser viewport dimensions\n- [Stack Overflow](https://stackoverflow.com/questions/29211998/make-div-max-height-equal-to-window-height-100px) - Window height and calc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdegand%2Fbackstage-talks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdegand%2Fbackstage-talks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdegand%2Fbackstage-talks/lists"}