{"id":20760754,"url":"https://github.com/dracula27/odin-recipes","last_synced_at":"2026-04-29T23:32:53.610Z","repository":{"id":92041770,"uuid":"444566081","full_name":"DrAcula27/odin-recipes","owner":"DrAcula27","description":"The Odin Project - Foundations - HTML Foundations - PROJECT: Simple Recipe Website","archived":false,"fork":false,"pushed_at":"2022-01-12T01:13:38.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T11:43:21.461Z","etag":null,"topics":["css","css-flexbox","css3","git","html","html5"],"latest_commit_sha":null,"homepage":"https://dracula27.github.io/odin-recipes/","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/DrAcula27.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":"2022-01-04T21:18:04.000Z","updated_at":"2023-11-06T22:34:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"58d513ea-5577-4f4a-9d4f-82e586fdf3e1","html_url":"https://github.com/DrAcula27/odin-recipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DrAcula27/odin-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrAcula27","download_url":"https://codeload.github.com/DrAcula27/odin-recipes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-recipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["css","css-flexbox","css3","git","html","html5"],"created_at":"2024-11-17T10:15:17.182Z","updated_at":"2026-04-29T23:32:53.587Z","avatar_url":"https://github.com/DrAcula27.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odin-recipes\n\u003cstrong\u003eThe Odin Project - Foundations - HTML Foundations - Basic Recipe Website\u003c/strong\u003e\n\n\u003cp\u003eThe goal of this project is to build on and cement my HTML skills and knowledge that I have gained while working through The Odin Project.\u003c/p\u003e\n\u003cp\u003eI will be building a simple recipe website, using only HTML, that will have an index page that will contain links to a few recipes.\u003c/p\u003e\n\n\u003cstrong\u003eAfter completing this project, I have accomplished:\u003c/strong\u003e\n\u003cul\u003e\n    \u003cli\u003eVersion control using Git and GitHub\u003c/li\u003e\n    \u003cli\u003eProperly setting up and organizing HTML files\u003c/li\u003e\n    \u003cli\u003eHTML coding best practices\u003c/li\u003e\n    \u003cli\u003eLinking HTML files together\u003c/li\u003e\n    \u003cli\u003eAdding images with use of the alternative text attribute\u003c/li\u003e\n    \u003cli\u003eCreating ordered and unordered lists for the recipe instructions\u003c/li\u003e\n    \u003cli\u003eUsing multiple HTML tags and elements to best organize and describe the recipes\u003c/li\u003e\n    \u003cli\u003eLinked a CSS stylesheet to the HTML files for future work\u003c/li\u003e\n    \u003cli\u003eLinked a JS script to the HTML files for future work\u003c/li\u003e\n\u003c/ul\u003e\n\u003cstrong\u003eProject Source:\u003c/strong\u003e https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/recipes\n\n\u003ch1\u003eUPDATE 1\u003c/h1\u003e\n\u003cstrong\u003eThe Odin Project - Foundations - CSS Foundations\u003c/strong\u003e\n\n\u003cp\u003eThis project is built upon in the next section of the course. The goal is to add basic CSS to the website.\u003c/p\u003e\n\n\u003cstrong\u003eAfter completing this update, I have accomplished:\u003c/strong\u003e\n\u003cul\u003e\n    \u003cli\u003eUnderstanding how the CSS cascade works\u003c/li\u003e\n    \u003cli\u003eAdding basic CSS styling (colors, fonts, centering objects) to HTML elements\u003c/li\u003e\n    \u003cli\u003eCSS styling best practices\u003c/li\u003e\n    \u003cli\u003eFixing CSS conflicts\u003c/li\u003e\n    \u003cli\u003eStyling elements using the correct selectors and combinations of selectors\u003c/li\u003e\n    \u003cli\u003eUnderstanding how to use class and ID attributes\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch1\u003eUPDATE 2\u003c/h1\u003e\n\u003cstrong\u003eThe Odin Project - Foundations - Flexbox\u003c/strong\u003e\n\n\u003cp\u003eAfter going through the Flexbox foundation, I have started adding CSS Flexbox functionality to the pages.\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fodin-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracula27%2Fodin-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fodin-recipes/lists"}