{"id":20119045,"url":"https://github.com/clonephaze/frontendmentorch-qr-code-component-main","last_synced_at":"2026-02-27T01:01:20.607Z","repository":{"id":207838344,"uuid":"720186619","full_name":"Clonephaze/FrontEndMentorCH-qr-code-component-main","owner":"Clonephaze","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-17T21:37:19.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-05T03:23:01.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://clonephaze.github.io/FrontEndMentorCH-qr-code-component-main/","language":"HTML","has_issues":false,"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/Clonephaze.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}},"created_at":"2023-11-17T19:15:07.000Z","updated_at":"2023-11-17T21:49:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba769a47-96bd-4d07-9570-7dca15ddda8b","html_url":"https://github.com/Clonephaze/FrontEndMentorCH-qr-code-component-main","commit_stats":null,"previous_names":["clonephaze/frentendmentorch-qr-code-component-main"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Clonephaze/FrontEndMentorCH-qr-code-component-main","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonephaze%2FFrontEndMentorCH-qr-code-component-main","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonephaze%2FFrontEndMentorCH-qr-code-component-main/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonephaze%2FFrontEndMentorCH-qr-code-component-main/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonephaze%2FFrontEndMentorCH-qr-code-component-main/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clonephaze","download_url":"https://codeload.github.com/Clonephaze/FrontEndMentorCH-qr-code-component-main/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clonephaze%2FFrontEndMentorCH-qr-code-component-main/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29879896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"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-13T19:14:03.717Z","updated_at":"2026-02-27T01:01:20.597Z","avatar_url":"https://github.com/Clonephaze.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - QR code component solution\n\nThis is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects. \n\n## Table of contents\n\n- [Frontend Mentor - QR code component solution](#frontend-mentor---qr-code-component-solution)\n  - [Table of contents](#table-of-contents)\n  - [Overview](#overview)\n    - [Screenshot](#screenshot)\n    - [Links](#links)\n  - [My process](#my-process)\n    - [Built with](#built-with)\n    - [What I learned](#what-i-learned)\n    - [Continued development](#continued-development)\n    - [Useful resources](#useful-resources)\n  - [Author](#author)\n\n## Overview\n\n### Screenshot\n\n![](images/screenshot.png)\n\n### Links\n\n- Solution URL: [Add solution URL here](https://your-solution-url.com)\n- Live Site URL: [Add live site URL here](https://your-live-site-url.com)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n\n### What I learned\n\nI learned how to make a card that can be positioned anywhere on the page. I'm used to bootstrap so that was quite a bit different than normal for me. \n\n```html\n\u003cdiv class=\"card QR\"\u003e    \n    \u003cdiv class=\"card-content\"\u003e\n        \u003cdiv class=\"image-container\"\u003e\n            \u003cimg src=\"images/image-qr-code.png\" alt=\"QR Code\"\u003e\u003c/img\u003e\n        \u003c/div\u003e\n        \u003ch4 id=\"QrCode-Title\"\u003eImprove your front-end skills by building projects\u003c/h4\u003e\n        \u003cp id=\"QrCode-Body\"\u003e Scan the QR code to visit Frontend Mentor and take your coding skills to the next level\u003c/p\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n```css\n.card {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    max-width: 300px;\n    max-height: 440px;\n    height: 100vh;\n    border-radius: 15px;\n    box-shadow: 1px 1px 10px 6px rgba(0, 0, 0, .15);\n    margin: auto auto;\n    background-color: #ffffff;\n}\n```\n\n### Continued development\n\nI'd like to continue learning how to use CSS grid and flexbox, as well as the nuances of getting each div element to do exactly what I want it to.\n\n### Useful resources\n\n- [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/HTML) - This is an amazing article which helped me finally understand XYZ. I'd recommend it to anyone still learning this concept.\n- [Phind](https://www.phind.com) - Helped me understand the nuances of flexboxes and CSS grid.\n## Author\n\n- Github - [Jack Smith @Clonephaze](https://www.github.com/Clonephaze)\n- Frontend Mentor - [@Clonephaze](https://www.frontendmentor.io/profile/Clonephaze)\n- Twitter - [@yourusername](https://www.twitter.com/yourusername)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclonephaze%2Ffrontendmentorch-qr-code-component-main","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclonephaze%2Ffrontendmentorch-qr-code-component-main","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclonephaze%2Ffrontendmentorch-qr-code-component-main/lists"}