-
Notifications
You must be signed in to change notification settings - Fork 84
Krish/20260603 add recipe lore #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lieutenantlogic
wants to merge
2
commits into
SCE-Development:revert-449-krish/20260603_add_quesadilla_recipe
Choose a base branch
from
lieutenantlogic:krish/20260603_add_recipe_lore
base: revert-449-krish/20260603_add_quesadilla_recipe
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+38
−1
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> | ||
|
|
||
| <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> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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