├── README.md
├── index.html
├── recipes-images
├── Coconut-Chickpea-Curry-19.jpg
├── Coconut-Chickpea-Curry-27.jpg
├── Pizza.jpg
├── Vegan-Mushroom-Pasta.jpg
├── logo.png
├── logo2.png
├── pickuplimes.jpeg
└── plant-based-cooking-rawpixel.jpg
├── recipes
├── Chickpea-Curry.html
├── Pizza.html
└── pasta.html
└── styles.css
/README.md:
--------------------------------------------------------------------------------
1 | This is a simple recipe page made using html.
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
16 |
17 |

18 |
One-Pot Creamy Mushroom Vegan Pasta
19 |
20 |
21 |

22 |
Coconut Chickpea Curry
23 |
24 |
25 |
26 |

27 |
Vegan Pizza
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/recipes-images/Coconut-Chickpea-Curry-19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/Coconut-Chickpea-Curry-19.jpg
--------------------------------------------------------------------------------
/recipes-images/Coconut-Chickpea-Curry-27.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/Coconut-Chickpea-Curry-27.jpg
--------------------------------------------------------------------------------
/recipes-images/Pizza.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/Pizza.jpg
--------------------------------------------------------------------------------
/recipes-images/Vegan-Mushroom-Pasta.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/Vegan-Mushroom-Pasta.jpg
--------------------------------------------------------------------------------
/recipes-images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/logo.png
--------------------------------------------------------------------------------
/recipes-images/logo2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/logo2.png
--------------------------------------------------------------------------------
/recipes-images/pickuplimes.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/pickuplimes.jpeg
--------------------------------------------------------------------------------
/recipes-images/plant-based-cooking-rawpixel.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dipps18/odin-recipes/a217c6111788ccb1c9445934c4570ac8b81ec8b0/recipes-images/plant-based-cooking-rawpixel.jpg
--------------------------------------------------------------------------------
/recipes/Chickpea-Curry.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |