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
27 changes: 27 additions & 0 deletions american/grilledcheese.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Grilled Cheese</title>
</head>
<body>
<h1>Grilled Cheese</h1>

<h2>Ingredients</h2>
<ul>
<li>2 slices of bread</li>
<li>2 slices of cheese</li>
<li>1 tbsp butter</li>
</ul>

<h2>Steps</h2>
<ol>
<li>Butter one side of each bread slice.</li>
<li>Place cheese between unbuttered sides.</li>
<li>Cook on a pan until golden on both sides.</li>
</ol>
<h2>Food Critic Review</h2>
<p>A classic sandwich - a perfect combination of bread, cheese, butter, and heat. Simplicity at its finest. </p>
</body>
</html>

36 changes: 36 additions & 0 deletions breakfast/bagel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>Cereal</title>
</head>

<body>
<a href="../index.html">Home</a>
<h1>Bagel</h1>
<p>A simple (but delicious) breakfast, especially if you're in a hurry.</p>
<h2>Ingredients:</h2>
<ul>
<li>Bread Buns</li>
<li>Sesame Seeds</li>
<li>Cream Cheese</li>
</ul>
<h2>Instructions:</h2>
<ol>
<li>Cut a hole in two buns</li>
<li>Toast them!</li>
<li>Spread cream cheese on one bun</li>
<li>Place the two buns together</li>
<li>Sprinkle sesame seeds on top (optional)</li>
<li>Enjoy!</li>
</ol>
<div>
<h2>Food Critic Review</h2>
<ul>
<li>Incredibly portable breakfast.</li>
<li>Hole in bagel allows ventilation to prevent overheating.</li>
<li>Cream cheese acts as thermal paste.</li>
<li><b>Overall Consensus:</b> 10/10, would eat again. 😋</li>
</ul>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion breakfast/cereal.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>Steps:</h2>
<li>Get bowl</li>
<li>Pour milk</li>
<li>Pour cereal</li>
<li>Add spoon (optional)</li>
<li>Add spoon</li>
</ol>
<h2>Food Critic Review</h2>
<div>Cinnamon toast crunch is an awful cereal! Cheerios are better!</div>
Expand Down
2 changes: 1 addition & 1 deletion breakfast/pancakes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Pancakes</h1>
<h2>Ingrediants</h2>
<ul>
<li>1 cup all-purpose flour</li>
<li>2 tablespoons sugar</li>
<li>2.5 tablespoons sugar</li>
<li>1 teaspoon baking powder</li>
<li>1/2 teaspoon baking soda</li>
<li>1/4 teaspoon salt</li>
Expand Down
56 changes: 56 additions & 0 deletions dinner/orange_chicken.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<title>Orange Chicken</title>
</head>

<body>
<a href="../index.html">home</a>
<h1>Orange Chicken</h1>
<h2>Ingredients</h2>
<h3>For the Chicken</h3>
<ul>
<li>1 1/2 boneless, skinless chicken thighs or breasts</li>
<li>1 tsp salt</li>
<li>1/2 tsp black pepper</li>
<li>1/2 tsp garlic powder</li>
<li>1/2 tsp ginger powder</li>
<li>1 egg</li>
<li>1/2 cup cornstarch</li>
<li>1/2 cup all-purpose flour</li>
</ul>
<h3>For the Orange Sauce</h3>
<ul>
<li>3/4 cup orange juice</li>
<li>Zest of 1 orange</li>
<li>1/4 cup soy sauce</li>
<li>1/4 cup sugar</li>
<li>2 Tbsp brown sugar</li>
<li>1 Tbsp rice vinegar</li>
<li>1 Tbsp cornstarch</li>
<li>2 Tbsp water</li>
<li>1 tsp sesame oil</li>
<li>2 cloves garlic minced</li>
<li>1 tsp grated ginger</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Prepare the chicken by cutting it into pieces</li>
<li>Season the chicken</li>
<li>Coat chicken in cornstarch and flour mixture</li>
<li>Heat vegetable oil</li>
<li>Fry chicken in batches, 4-5 minutes each</li>
<li>Make the orange sauce</li>
<li>Thicken the sauce</li>
<li>Combine chicken and sauce</li>
<li>Serve</li>
</ol>
<div>
<h2>Critic Review</h2>
<p>
The taste is unmatched, however the excessive sodium and sugar content
raise concern for compatibiltiy with your health. 4/5 stars.
</p>
</div>
</body>
</html>
12 changes: 12 additions & 0 deletions drink/boba.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,17 @@ <h2>Instructions:</h2>
Pour the pearls and syrup into a glass, add ice, and fill with milk.
</li>
</ol>
<div>
<h2>Food Critic Review</h2>
<p>
Optional: Add tea to milk to make a Brown Sugar Milk Tea
</p>
<p>
Best boba drink ever!!!
</p>
<p>
5/5
</p>
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions drink/coffee.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>Instructions:</h2>
<li>Put coffee beans in bean loading area of coffee machine</li>
<li>Add water to water tank</li>
<li>Press the make coffee button idk</li>
<li>add some Sugar</li>
<li>add some Milk</li>
<li>That's it.</li>
</ul>
<ul>
Expand All @@ -33,7 +33,7 @@ <h2>Instructions:</h2>
<li>Add water to water tank</li>
<li>Press the make coffee button idk</li>
<li>(Optional) Add any optional ingredient(s)</li>
<li>Optional ingredient(s) include: cinnamon, vanilla extract, butter, sugar</li>
<li>Optional ingredient(s) include: cinnamon, vanilla extract, butter, sugar, milk</li>
<li>?????</li>
<li>Profit</li>
</ol>
Expand Down
1 change: 1 addition & 0 deletions drink/hydratedwater.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h2>Ingredients:</h2>
<li>Water</li>
<li>Some more water</li>
<li>Some liquified dehydrated water</li>
<li>Alternative Water Substitute: Melted Ice or refined h2o</li>
</ul>
<h2>Instructions:</h2>
<ol>
Expand Down
1 change: 1 addition & 0 deletions drink/matcha.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h2>Instructions:</h2>
<li>Pour a small amount of water into the bowl and whisk into a smooth paste.</li>
<li>Add the remaining water and whisk in a zig-zag motion until frothy.</li>
<li>(Optional) Add sweetener if desired.</li>
<li>(Not Optional) Be performative.</li>
</ol>

<h2>Optional Add-Ins:</h2>
Expand Down
2 changes: 1 addition & 1 deletion family/dumplings.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>Instructions:</h2>
Drop batter by spoonfuls into boiling stew or soup. Cover and simmer
without lifting the lid for 15 minutes.
</li>
<li>Serve and enjoy!</li>
<li>Serve with dumpling sauce or soy sauce and enjoy!</li>
</ol>
</body>
</html>
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ <h2 class="dropdown-toggle">American Comfort</h2>
<li><a href="american/shrimpandgrits.html">Shrimp and Grits</a></li>
<li><a href="american/buffalochickenwrap.html">Buffalo Chicken Wrap</a></li>
<li><a href="american/pa1393_new_york_steak.html">New York Steak</a></li>
<li><a href="american/grilledcheese.html">Grilled Cheese</a></li>
</ul>
</div>
</div>
Expand All @@ -91,6 +92,7 @@ <h2 class="dropdown-toggle">Breakfast</h2>
<div class="dropdown-content">
<ul>
<li><a href="breakfast/avocado_toast.html">Avocado Toast</a></li>
<li><a href="breakfast/bagel.html">Breakfast Bagel</a></li>
<li><a href="breakfast/cereal.html">Cereal</a></li>
<li><a href="breakfast/egg.html">Egg city, I am the mayor (General Egg)</a></li>
<li><a href="breakfast/frenchtoast.html">French Toast</a></li>
Expand Down Expand Up @@ -143,6 +145,7 @@ <h2 class="dropdown-toggle">Real</h2>
<ul>
<li><a href="real/banhmi.html">PEAK BANHMI</a></li>
<li><a href="real/coolPBJRecipie.html">Cool PB&J Recipie</a></li>
<li><a href="real/dumplings.html">Dumplings</a></li>
<li><a href="real/epic.html">A snack (toast) to remember</a></li>
<li><a href="real/fugu.html">Fugu</a></li>
<li><a href="real/greatestsandwichofalltime.html">Peanut Butter Banana Sandwich</a></li>
Expand All @@ -156,6 +159,7 @@ <h2 class="dropdown-toggle">Dinner</h2>
<div class="dropdown-content">
<ul>
<li><a href="dinner/instant_ramen.html">Instant Ramen</a></li>
<li><a href="dinner/orange_chicken.html">Orange Chicken</a></li>
</ul>
</div>
</div>
Expand Down
7 changes: 7 additions & 0 deletions peanut-butter-toast.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@ <h2>Steps</h2>
<li>Toast the bread.</li>
<li>Spread peanut butter on the toast.</li>
</ol>
<div>
<h2>Food Critic Review</h2>
<p>
I ate this toast while questioning my life choices.
Surprisingly, it delivered. Simple, crunchy, and undefeated.
</p>
</div>
</body>
</html>
42 changes: 42 additions & 0 deletions real/dumplings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dumplings</title>
</head>

<body>
<a href="../index.html">home</a>
<h1> Dumplings</h1>
<h2>Ingredients:</h2>
<ul>
<li>Dumplings Wrappers</li>
<li> Meat of your choice</li>
<li>Cabbage</li>
<li>Garlic</li>
<li>Other vegetables of your choosing</li>
<li>Soy Sauce</li>
<li>Salt</li>
<li>Sugar</li>
</ul>
<h2>Steps:</h2>
<ol>
<li> Ground your meat</li>
<li>Finely chop the cabbage, garlic, and all your vegetables</li>
<li>Add in some soy sauce, salt, and sugar to your taste (Never measure)</li>
<li>Mix your vegetables with your meat</li>
<li>Put some of your filling mix into your dumpling wrapper and fold</li>
<li>Steam your dumplings</li>
<li>After steaming, optionally panfry</li>
</ol>
<div>
<h2>
Food Critic Review:
</h2>
<h4> </h4>
<p>
SUPER FIRE DUMPLINGS!!!!
</p>
</div>
</body>
</html>