Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RedwanHaitami authored Oct 1, 2023
1 parent b6c0f09 commit 539acde
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ This is my a basic recipes website project of the Foundations course from [The O

Check it out on GitHub Pages: [Here](https://redwanhaitami.github.io/odin-recipes/)

## About this project

## Description

- The project built with semantic HTML5 markup and CSS custom propeties.
- It consists of a main index page about the Moroccan Tagine as a main menu linked with three recipes pages.
- Responsive for both desktop and mobile.
- This project built with semantic HTML5 markup and CSS3 custom propeties.
- It consists of a main index page about the Moroccan Tagine as a main menu with links of three recipes pages.
- Each recipe page has:

- An image of the dish under `h1` heading.
- Two paragraphs describing the recipe.
- "Ingredients" heading, followed by an **Unordered list** of the indegredients for the recipe.
- Under the ingredients, there is "steps" heading followed by an **Ordered list** of steps for making the dish.

- Finally, I tried to make this project **responsive** for both desktop and mobile devices.


## What was learned
Expand All @@ -28,8 +34,8 @@ In this project I tried to use all the HTML and CSS knowledge that I have acquir
- Link with CSS file and style all with various CSS properties.


## Attribution
## Attributions

- Images by istockphoto
- Favicon by flaticon
- Images by [istockphoto](https://www.istockphoto.com/)
- Favicon by [flaticon](https://www.flaticon.com/)

0 comments on commit 539acde

Please sign in to comment.