{"id":21593013,"url":"https://github.com/ytasheva/learning-to-code-landing-page","last_synced_at":"2025-03-18T10:29:03.308Z","repository":{"id":205377521,"uuid":"709353493","full_name":"YTasheva/learning-to-code-landing-page","owner":"YTasheva","description":"Creating Landing webpage for a SEO Services by using HTML \u0026 CSS","archived":false,"fork":false,"pushed_at":"2023-11-17T19:32:16.000Z","size":49728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T16:48:12.496Z","etag":null,"topics":["css","html-id","semantic-html"],"latest_commit_sha":null,"homepage":"https://ytasheva.github.io/learning-to-code-landing-page/","language":"HTML","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/YTasheva.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":"2023-10-24T14:46:31.000Z","updated_at":"2023-11-09T02:41:26.000Z","dependencies_parsed_at":"2024-11-24T17:11:06.866Z","dependency_job_id":"c956a2b2-5046-49d0-b4fe-4ae263f4a984","html_url":"https://github.com/YTasheva/learning-to-code-landing-page","commit_stats":null,"previous_names":["ytasheva/learning-to-code-landing-page"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YTasheva%2Flearning-to-code-landing-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YTasheva%2Flearning-to-code-landing-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YTasheva%2Flearning-to-code-landing-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YTasheva%2Flearning-to-code-landing-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YTasheva","download_url":"https://codeload.github.com/YTasheva/learning-to-code-landing-page/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244201282,"owners_count":20415045,"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","html-id","semantic-html"],"created_at":"2024-11-24T17:10:58.586Z","updated_at":"2025-03-18T10:29:03.281Z","avatar_url":"https://github.com/YTasheva.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning to code landing page\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The Challenge](#the-challenge)\n  - [User Story](#user-story)\n  - [Acceptance Criteria](#acceptance-criteria)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My Process](#my-process)\n  - [Built With](#built-with)\n  - [What I Learned](#what-i-learned)\n- [Author](#author)\n\n## Overview\n\n### The challenge\n\n-  Code refactor an existing site to make it more accessible.\n\n### User Story\n\n- AS A marketing agency\n- I WANT a codebase that follows accessibility standards\n- SO THAT our site is optimized for search engines\n\n### Acceptance Criteria\n\n- Semantic HTML elements can be found throughout the source code\n- HTML elements follow a logical structure independent of styling and positioning\n- Image and icon elements contain accessible alt attributes\n- Heading attributes fall in sequential order\n- Title elements contain a concise, descriptive title\n- Application’s links all function correctly.\n- The application’s CSS selectors and properties are consolidated and organized to follow semantic structure.\n- The application’s CSS file is properly commented.\n- Application deployed at live URL\n- Application loads with no errors.\n- Application GitHub URL submitted.\n- GitHub repository that contains application code.\n- Application resembles (at least 90%) screenshots provided in the challenge instructions.\n- Repository has a unique name.\n- Repository follows best practices for file structure and naming conventions.\n- Repository follows best practices for class/id naming conventions, indentation, quality comments, etc.\n- Repository contains multiple descriptive commit messages.\n- Repository contains quality README file with description, screenshot, and link to deployed application.\n  \n### Screenshot\n\n![01-html-css-git-challenge-demo](https://github.com/YTasheva/learning-to-code-landing-page/assets/148258557/c55f1039-d751-49e6-a8b8-dc12c08132b8)\n\n\n### Links\n\n- Solution URL: https://github.com/YTasheva/learning-to-code-landing-page\n- Live Site URL: https://ytasheva.github.io/learning-to-code-landing-page\n## My process\n\n### Built with\n\n- Semantic HTML\n- CSS\n\n### What I learned\n\n- It is best to build HTML with semantic elements to increase readability and provide a good reading experience.\n- Image elements need to have accessible alt attributes, and image elements do not need a closing tag.\n- Add the id attribute to the heading that needs to be navigated.\n- A unique title is required.\n- The heading attributes fall in sequential order.\n- Use class to reduce or merge duplicates in CSS.\n\nTo see how I add code snippets, see below:\n\n```html\n\u003ctitle\u003eLearning to code landing page\u003c/title\u003e\n\u003cheader\u003e\u003cnav\u003e...\u003c/nav\u003e\u003c/header\u003e\n\u003ch1\u003eHori\u003cspan\u003eseo\u003c/span\u003en\u003c/h1\u003e\n\u003ch2\u003eOnline Reputation Management\u003c/h2\u003e\n\u003csection id=\"search-engine-optimization\"\u003e...\u003c/section\u003e\n```\n```css\n.benefit-lead, .benefit-brand, .benefit-cost {\n    margin-bottom: 32px;\n    color: #ffffff;\n}\n```\n\n## Author\n\n- Github - [Yuliya Tasheva](https://github.com/YTasheva)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytasheva%2Flearning-to-code-landing-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytasheva%2Flearning-to-code-landing-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytasheva%2Flearning-to-code-landing-page/lists"}