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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<li><a href="dinner/steak.html">Steak Dinner</a></li>
<li><a href="dinner/tonkatsu.html">Tonkatsu</a></li>
<li><a href="dinner/grilled_cheese.html">Grilled Cheese</a></li>
<li><a href="dinner/tyler-ramen-recipe.html">Ramen</a></li>
</ul>
</div>
</div>
Expand Down
28 changes: 28 additions & 0 deletions tyler-ramen-recipe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title> Tyler's Ramen Recipe</title>
</head>
<body>
<h1>Tyler's Ramen Recipe</h1>

<h2>Ingredients</h2>
<ul>
<li>Ramen Noodles</li>
<li>Broth</li>
<li>Eggs</li>
</ul>

<h2>Instructions</h2>
<ol>
<li>Boil broth</li>
<li>Cook noodles in broth</li>
<li>Boil eggs as desired</li>
<li>Place eggs in ramen</li>
</ol>
<div>
<h2>Recipe Lore</h2>
<p>Ramen was my dads struggle meal in college, he used to live off of instant ramen because it was so cheap. In this recipe I added eggs though</p>
</div>
Comment on lines +23 to +26
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.

This should be the only things added in this PR. You re-added the recipe from #430. Here is an example PR of doing it correctly:

https://github.com/SCE-Development/git-workshop/pull/426/changes

Rebase this branch onto your #430 branch. Be sure to fix #430 as well before fixing this.

</body>
</html>