Skip to content

Krish/20260603 add recipe lore#451

Open
lieutenantlogic wants to merge 2 commits into
SCE-Development:revert-449-krish/20260603_add_quesadilla_recipefrom
lieutenantlogic:krish/20260603_add_recipe_lore
Open

Krish/20260603 add recipe lore#451
lieutenantlogic wants to merge 2 commits into
SCE-Development:revert-449-krish/20260603_add_quesadilla_recipefrom
lieutenantlogic:krish/20260603_add_recipe_lore

Conversation

@lieutenantlogic
Copy link
Copy Markdown
Contributor

merge #449 first!

Comment thread dinner/quesadilla.html
Comment on lines +1 to +32
<!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>
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

Comment thread index.html
<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

@tiffany-tran07
Copy link
Copy Markdown
Contributor

the only changes that should be made is adding the recipe lore section.
the rest of the recipe should have already been added in ur first pr.
try this tutorial to help you revert your changes and have the total "files changed" be only one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants