{"id":20309617,"url":"https://github.com/coder-abdo/social-links-profile","last_synced_at":"2025-06-20T01:07:58.206Z","repository":{"id":247284401,"uuid":"825445208","full_name":"coder-abdo/social-links-profile","owner":"coder-abdo","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-07T20:00:48.000Z","size":815,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T20:37:57.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/coder-abdo.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":"2024-07-07T19:43:46.000Z","updated_at":"2024-07-07T20:00:50.000Z","dependencies_parsed_at":"2024-07-07T21:21:24.091Z","dependency_job_id":"0b4962b2-32d9-4602-afc6-4fbc34381261","html_url":"https://github.com/coder-abdo/social-links-profile","commit_stats":null,"previous_names":["coder-abdo/social-links-profile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coder-abdo/social-links-profile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fsocial-links-profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fsocial-links-profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fsocial-links-profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fsocial-links-profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder-abdo","download_url":"https://codeload.github.com/coder-abdo/social-links-profile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fsocial-links-profile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260857393,"owners_count":23073438,"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":[],"created_at":"2024-11-14T17:28:02.087Z","updated_at":"2025-06-20T01:07:53.187Z","avatar_url":"https://github.com/coder-abdo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Social links profile solution\n\nThis is a solution to the [Social links profile challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/social-links-profile-UG32l9m6dQ). 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- [Author](#author)\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![challenge screenshot](./assets/images/screenshot.png)\n\n### Links\n\n- Solution URL: [frontendmentor solution URL](https://www.frontendmentor.io/solutions/social-links-profile-29tZHunWuk)\n- Live Site URL: [challenge live site URL on Github Pages](https://coder-abdo.github.io/social-links-profile/)\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\nhere the code I most proud on this challenge\n\n```html\n\u003cfooter class=\"card-footer\" aria-label=\"Jessica Randall's social media links\"\u003e\n  \u003cul class=\"author-socials\" role=\"list\"\u003e\n    \u003cli class=\"author-socials-item\"\u003e\n      \u003ca href=\"!#\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eGitHub\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli class=\"author-socials-item\"\u003e\n      \u003ca href=\"!#\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eFrontend Mentor\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli class=\"author-socials-item\"\u003e\n      \u003ca href=\"!#\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eLinkedIn\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli class=\"author-socials-item\"\u003e\n      \u003ca href=\"!#\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eTwitter\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli class=\"author-socials-item\"\u003e\n      \u003ca href=\"!#\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eInstagram\u003c/a\u003e\n    \u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/footer\u003e\n```\n\n```css\n@media (37.5rem \u003c width) {\n  .card {\n    max-width: 40rem;\n    width: 100%;\n    padding: 3rem;\n    border-radius: 2rem;\n  }\n  .card-img {\n    width: 10rem;\n    height: 10rem;\n  }\n}\n```\n\n### Continued development\n\nI will continue challenge myself to improve my skills and add new techs to the next challenges.\n\n## Author\n\n- Website - [my portfolio](https://abdelmonaem-portfolio.vercel.app/)\n- Frontend Mentor - [@coder-abdo](https://www.frontendmentor.io/profile/coder-abdo)\n- LinkedIn - [abdelmonaem](https://www.linkedin.com/in/abdelmonaem-shahat/)\n- github - [@coder-abdo](https://github.com/coder-abdo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-abdo%2Fsocial-links-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder-abdo%2Fsocial-links-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-abdo%2Fsocial-links-profile/lists"}