Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions breakfast/pbj_sandwich.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>Peanut Butter Jelly Sandwich</title>
</head>

<body>
<a href="../index.html">Home</a>
<h1>PB and J sandwich</h1>
<p>A simple (but delicious) breakfast, especially if you're in a hurry.</p>
<h2>Ingredients:</h2>
<ul>
<li>Peanut Butter</li>
<li>Strawberry Jam</li>
<li>2 slices of bread</li>
</ul>
<h2>Instructions:</h2>
<ol>
<li>Toast your slices of bread</li>
<li>Lay them out</li>
<li>Spread peanut butter on one of the slices</li>
<li>Spread the strawberry jam on the other slice</li>
<li>Put the slices together, sides of the condiments should be touching</li>
<li>Enjoy!</li>
</ol>
<div>
<h2>Food Critic Review</h2>
<ul>
<li>Very convenient!</li>
<li>Sweet and Salty!</li>
<li>I love strawberry jam!</li>
<li><b>Rating:</b> 10/10 </li>
</ul>
Comment on lines +27 to +33
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this section go in your food critic pr only, so this pr only adds the recipe, omitting this section

</div>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
<li><a href="breakfast/muffin.html">Muffin</a></li>
<li><a href="breakfast/protein_oatmeal.html">Protein Oatmeal</a></li>
<li><a href="breakfast/hk_macaronisoup.html">Hong Kong Style Macaroni Soup</a></li>
<li><a href="breakfast/pbj_sandwich.html">Peanut Butter Jelly Sandwich</a></li>
</ul>
</div>
</div>
Expand Down