This repository contains source files for the Odin Recipes project by TheOdinProject.
The scope of the project is to practice the HTML topics covered in the curriculum so far. These topics include:
- Using the correct HTML elements to markup text
- Writing the basic HTML5 boilerplate
- Writing lists in HTML
- Ordered Lists
- Unordered lists
- Absolute and Relative HTML Links:
- URL links
- Image links
- Committing project changes to Git
In this project, I create a simple recipe site with a few recipes anyone can cook at home.
Click this link to see the project site.
- The index.html file is the homepage for the recipe site
- A recipes folder to contain the pages for each recipe
- An images folder to contain the pictures of the finished recipes
- A README.md file which contains general information about the project