Skip to content

Commit

Permalink
Merge pull request #43 from chingu-voyages/fix-response
Browse files Browse the repository at this point in the history
Clean Code
  • Loading branch information
andreimaier authored Oct 31, 2023
2 parents 9652c7a + 804a140 commit 19d4e34
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 232 deletions.
20 changes: 7 additions & 13 deletions Food-Recipe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="hero__tagline">Discover, Cook, Enjoy - Your Recipe Hub!</h2>
<div class="ingredient-searched"></div>

<div class="results__container">
<div class="results__result">
<!-- <div class="results__result">
<img
src="https://picsum.photos/300/200"
alt="plate of delicious food"
Expand Down Expand Up @@ -137,20 +137,14 @@ <h4>Instructions:</h4>
Watch Video
</a>
</div>
<!-- <details class="modal__nutrition">
<details class="modal__nutrition">
<summary>Nutrition Information</summary>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</details> -->
<ul>
<li></li>
</ul>
</details>
</div>
</div>
</div> -->
</section>
</main>
<footer>
Expand Down
Loading

0 comments on commit 19d4e34

Please sign in to comment.