{"id":26211481,"url":"https://github.com/webdevbynight/loopstudios-landing-page-main","last_synced_at":"2026-03-16T07:05:51.744Z","repository":{"id":280076999,"uuid":"940837468","full_name":"webdevbynight/loopstudios-landing-page-main","owner":"webdevbynight","description":"This repository is an exercise from a Frontend Mentor challenge.","archived":false,"fork":false,"pushed_at":"2025-03-05T02:52:15.000Z","size":7646,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T17:23:13.493Z","etag":null,"topics":["exercise","frontendmentor-challenge"],"latest_commit_sha":null,"homepage":"https://webdevbynight.github.io/loopstudios-landing-page-main/","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/webdevbynight.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-28T22:15:20.000Z","updated_at":"2025-03-05T02:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e202e29-1583-4656-baab-c07b6cca9c11","html_url":"https://github.com/webdevbynight/loopstudios-landing-page-main","commit_stats":null,"previous_names":["webdevbynight/loopstudios-landing-page-main"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdevbynight/loopstudios-landing-page-main","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbynight%2Floopstudios-landing-page-main","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbynight%2Floopstudios-landing-page-main/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbynight%2Floopstudios-landing-page-main/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbynight%2Floopstudios-landing-page-main/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevbynight","download_url":"https://codeload.github.com/webdevbynight/loopstudios-landing-page-main/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevbynight%2Floopstudios-landing-page-main/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30571216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-16T06:02:37.763Z","status":"ssl_error","status_checked_at":"2026-03-16T06:02:14.913Z","response_time":96,"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":["exercise","frontendmentor-challenge"],"created_at":"2025-03-12T08:28:08.568Z","updated_at":"2026-03-16T07:05:51.734Z","avatar_url":"https://github.com/webdevbynight.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Loopstudios landing page solution\n\nThis is a solution to the [Loopstudios landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/loopstudios-landing-page-N88J5Onjw). Frontend Mentor challenges help you improve your coding skills by building realistic projects. \n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the site depending on their device's screen size\n- See hover states for all interactive elements on the page\n\n### Screenshot\n\n![Screenshot of the solution](./screenshot.jpg)\n\n### Links\n\n- Solution URL: [https://github.com/webdevbynight/loopstudios-landing-page-main](https://github.com/webdevbynight/loopstudios-landing-page-main)\n- Live Site URL: [https://webdevbynight.github.io/loopstudios-landing-page-main/](https://webdevbynight.github.io/loopstudios-landing-page-main/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS (via SCSS)\n  - custom properties\n  - logical properties\n  - flexbox\n  - grid\n- JavaScript (via TypeScript)\n- Mobile-first workflow\n\n### What I learned\n\nI learnt how to use the Intersection Observer API to animate some elements when they appear within the viewport.\n\nI also learnt the way of positioning a text over a picture within a card without using absolute position.\n\n### Useful resources\n\n- [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) - This section from MDN helps to understand and implement such an API.\n- [Less Absolute Positioning With Modern CSS](https://ishadeed.com/article/less-absolute-positioning-modern-css/) - This article help me in how to position a text over an image without using absolute position.\n- [Make image in picture element fit its container](https://stackoverflow.com/questions/47888165/make-image-in-picture-element-fit-its-container) - Despite the age of this topic on Stack Overflow, there I found the answer to make an image within the `picture` element fit the `picture` container.\n\n## Author\n\n- Website - [Victor Brito](https://victor-brito.dev)\n- Frontend Mentor - [@webdevbynight](https://www.frontendmentor.io/profile/webdevbynight)\n- Mastodon - [@webdevbynight](https://mastodon.social/webdevbynight)\n- Bluesky - [@webdevbynight](https://bsky.app/profile/webdevbynight.bsky.social)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevbynight%2Floopstudios-landing-page-main","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevbynight%2Floopstudios-landing-page-main","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevbynight%2Floopstudios-landing-page-main/lists"}