{"id":19683751,"url":"https://github.com/blordeus/workit-landing-page","last_synced_at":"2026-01-27T13:01:29.637Z","repository":{"id":166227074,"uuid":"641390840","full_name":"blordeus/workit-landing-page","owner":"blordeus","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-19T09:50:03.000Z","size":3343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T09:55:19.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/blordeus.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-05-16T11:23:29.000Z","updated_at":"2023-05-16T11:23:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"e70c4d0c-408a-4409-a817-70aedb98a840","html_url":"https://github.com/blordeus/workit-landing-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blordeus/workit-landing-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fworkit-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fworkit-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fworkit-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fworkit-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blordeus","download_url":"https://codeload.github.com/blordeus/workit-landing-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blordeus%2Fworkit-landing-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: 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-11T18:15:25.625Z","updated_at":"2026-01-27T13:01:29.625Z","avatar_url":"https://github.com/blordeus.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Workit landing page solution\n\nThis is a solution to the [Workit landing page challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/workit-landing-page-2fYnyle5lu). 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    * [Continued development](#continued-development)\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 interface depending on their device's screen size\n* See hover and focus states for all interactive elements on the page\n\n### Screenshot\n\n![](./screenshot.jpg)![FireShot Capture 003 - Frontend Mentor - Workit landing page - 127.0.0.1.png](.media/img_0.png)\n\n### Links\n\n* Solution URL: [https://www.frontendmentor.io/solutions/responsive-landing-page-using-materializecss-bvXAf0gtym](https://www.frontendmentor.io/solutions/responsive-landing-page-using-materializecss-bvXAf0gtym)\n* Live Site URL: [https://blordeus.github.io/workit-landing-page/](https://blordeus.github.io/workit-landing-page/)\n\n## My process\n\n### Built with\n\n* Semantic HTML5 markup\n* CSS custom properties\n* Materialize - CSS framework\n\n### What I learned\n\nFor this project, I wanted to explore using a CSS framework while also implementing the CSS knowledge that I previously learned. This added another set of challenges since I was unable to fully recreate the design. However, this encouraged me to learn and use other frameworks that will allow me to quickly\n\nCode used to utilize Materialize:\n\n``` html\n\u003clink rel=\"stylesheet\"\n      href=\"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css\"\u003e\n```\n\nFonts imported for the project:\n\n``` css\n@font-face {\n    font-family: 'Fraunces';\n    src:url('./assets/fonts/fraunces/Fraunces-VariableFont_SOFT\\,WONK\\,opsz\\,wght.ttf');\n  }\n\n@font-face {\n    font-family: 'Manrope';\n    src: url('./assets/fonts/manrope/Manrope-VariableFont_wght.ttf');\n}\n```\n\n### Continued development\n\nI want to focus on how to better implement frameworks for future projects. When researching which framework to use, I enjoyed reading about the many features and tools they offer to the developer. I believe having a better understanging of frameworks will assist with some of the more tedious aspects of coding.\n\n### Useful resources\n\n* [Materialize CSS](https://materializecss.com/) \\- The framework used for the project\\. Contains useful information on what it is and how to use it\\.\n\n## Author\n\n* Frontend Mentor - [@yourusername](https://www.frontendmentor.io/profile/blordeus)\n* Twitter - [@yourusername](https://www.twitter.com/blordeus)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblordeus%2Fworkit-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblordeus%2Fworkit-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblordeus%2Fworkit-landing-page/lists"}