Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosfrontend/odin-recipes
Recipes Web Page | The Odin Project
https://github.com/carlosfrontend/odin-recipes
css html odin-project recipes-website tags
Last synced: 6 days ago
JSON representation
Recipes Web Page | The Odin Project
- Host: GitHub
- URL: https://github.com/carlosfrontend/odin-recipes
- Owner: carlosfrontend
- Created: 2023-06-11T23:39:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T18:54:14.000Z (over 1 year ago)
- Last Synced: 2024-11-08T02:48:38.392Z (about 2 months ago)
- Topics: css, html, odin-project, recipes-website, tags
- Language: HTML
- Homepage: https://carlosfrontend.github.io/odin-recipes/
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odin-Recipes
Recipes Web Page | The Odin Project |
[Project: Recipes Foundations Course](https://www.theodinproject.com/lessons/foundations-recipes)[Go to Preview](https://carlosfrontend.github.io/odin-recipes/) :point_left:
In this project, a basic template in **HTML language** has been used to create several pages with recipes.
The following concepts of this language have been used for its development:
* Boilerplate HTML
* Use of headings tags ```h1, h2, h3```
* Insert images with image tag ``` ```
* Working with links tags:
* With relative paths ```Peas with Ham```
* ~~With absolute paths~~ ```Back```
* Use of lists:
* Unordered lists:
```
- Content1
- Content2
- Content3
```
* Ordered lists:
```
- Content1
- Content2
- Content3
```
#### Happy Coding!!! :heart: