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
37 changes: 37 additions & 0 deletions dinner/quesadilla.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>Chicken Quesadilla</title>
</head>

<body>
<a href="../index.html">home</a>
<h1>Chicken Quesadilla</h1>
<h2>items</h2>
<ul>
<li>tortillas</li>
<li>chicken</li>
<li>cheese</li>
<li>jalapeno peppers</li>
</ul>

<h2>steps</h2>
<ul>
<li>shred the cooked chicken</li>
<li>place cheese, chicken, and jalapenos on a tortilla</li>
<li>fold the tortilla in half</li>
<li>toast in a pan until the cheese is melted</li>
<li>cut into slices and serve</li>
</ul>

<h1>food critic</h1>
<div>
needs a bit more melted cheese on the edges
</div>
</body>
</html>
Comment on lines +1 to +32
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.

all this pr should do is add lore, not the entire recipe itself


<h2>Recipe Lore</h2>
<div>
this recipe was created back in 2020 when i made them for my sister who also studied at SJSU during finals and midterm season. after i joined sjsu i just started making them when i didnt have enough time to cook
</div>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ <h2 class="dropdown-toggle">Dinner</h2>
<li><a href="dinner/garlic_noodles.html">Garlic Noodles</a></li>
<li><a href="dinner/fried_rice.html">Fried Rice</a></li>
<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/karaage.html">Chicken Karaage</a></li>
<li><a href="dinner/quesadilla.html">Chicken Quesadilla</a></li>
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.

should not be adding/deleting to and from index.html

<li><a href="dinner/cacio_e_pepe.html">Cacio e Pepe</a></li>
<li><a href="dinner/texasbbq.html">Texas BBQ</a></li>
</ul>
Expand Down