{"id":20771581,"url":"https://github.com/jomagene/blog-preview-card","last_synced_at":"2026-02-12T12:33:00.391Z","repository":{"id":252169244,"uuid":"839633655","full_name":"Jomagene/Blog-preview-card","owner":"Jomagene","description":"Responsive blog preview card solution using HTML, CSS variables, and media queries. Part of a Frontend Mentor challenge.","archived":false,"fork":false,"pushed_at":"2024-08-21T17:48:32.000Z","size":352,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T08:26:27.466Z","etag":null,"topics":["css-mediaquery","css-variables","html-semantics","mobile-first"],"latest_commit_sha":null,"homepage":"https://jomagene.github.io/Blog-preview-card/","language":"CSS","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/Jomagene.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":"2024-08-08T02:47:59.000Z","updated_at":"2024-08-21T17:48:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0d2263c-74e0-4f48-8f34-106b4ff167c1","html_url":"https://github.com/Jomagene/Blog-preview-card","commit_stats":null,"previous_names":["jomagene/blog-preview-card"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jomagene%2FBlog-preview-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jomagene%2FBlog-preview-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jomagene%2FBlog-preview-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jomagene%2FBlog-preview-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jomagene","download_url":"https://codeload.github.com/Jomagene/Blog-preview-card/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253545148,"owners_count":21925342,"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":["css-mediaquery","css-variables","html-semantics","mobile-first"],"created_at":"2024-11-17T12:15:40.459Z","updated_at":"2026-02-12T12:32:55.370Z","avatar_url":"https://github.com/Jomagene.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Blog preview card solution\n\nThis is a solution to the [Blog preview card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS). 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- [Acknowledgments](#acknowledgments)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- See hover and focus states for all interactive elements on the page\n\n### Screenshot\n\n![](./screenshot.png)\n\n### Links\n\n- Solution URL: [Add solution URL here](https://your-solution-url.com)\n- Live Site URL: [Blog-preview-card](https://jomagene.github.io/Blog-preview-card/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- **CSS custom properties (variables)**\n- **CSS media queries**\n- Flexbox\n\n### What I learned\n\nThis project deepened my understanding of CSS custom properties (variables) and media queries, which are crucial for creating maintainable and responsive designs. Here are some examples:\n\n```css\n/* Variables */\n:root {\n  --yellow: hsl(47, 88%, 63%);\n  --white: hsl(0, 0%, 100%);\n  --gray-500: hsl(0, 0%, 42%);\n  --gray-950: hsl(0, 0%, 7%);\n  --bold: 800;\n  --normal: 500;\n}\n\n/* Media Queries */\n@media (min-width: 576px) {\n  .button,\n  .publish-date,\n  .name {\n    font-size: 14px;\n  }\n  .title {\n    font-size: 24px;\n  }\n  .description {\n    font-size: 16px;\n  }\n}\n```\n\n### Continued development\n\nIn future projects, I plan to continue leveraging CSS variables for theme management and consistency across designs. Additionally, I will focus on refining my use of media queries to ensure optimal responsiveness on a variety of devices.\n\n### Useful resources\n\n- [CSS Tricks](https://css-tricks.com) - This site has been invaluable for understanding and implementing CSS custom properties and media queries.\n- [MDN Web Docs](https://developer.mozilla.org) - A comprehensive resource for all things web development, including detailed documentation on CSS variables and media queries.\n\n## Author\n\nI'm Joel Magene. My profile here:\n\n- Frontend Mentor - [@Jomagene](https://www.frontendmentor.io/profile/Jomagene)\n- Twitter - [@Jomagene](https://www.twitter.com/Jomagene)\n\n## Acknowledgments\n\nThanks to Frontend Mentor for providing such an excellent platform for honing web development skills. Also, a shoutout to the community for their constant support and feedback.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjomagene%2Fblog-preview-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjomagene%2Fblog-preview-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjomagene%2Fblog-preview-card/lists"}