Skip to content
Merged
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
42 changes: 42 additions & 0 deletions dessert/poor_mans_scallops.html
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<title>Poor Man's Scallops (Fried Banana)</title>
</head>
<body style="background-color: beige;">
<a href="../index.html">home</a>
<h1>Poor Man's Scallops (Fried Banana)</h1>
<hr>
<h2>Ingredients:</h2>
<ul>
<li>1 large ripe plantain or banana</li>
<li>1 tablespoon butter</li>
<li>1/2 teaspoon ground cinnamon</li>
<li>0.5 teaspoon brown sugar or salt (optional)</li>
</ul>
<h2>Kitchenware:</h2>
<ul>
<li>A cutting board of any size</li>
<li>A knife of any sharpness</li>
<li>A skillet or frying pan</li>
<li>A stovetop with one vacant cooking zone</li>
</ul>
<hr>
<h2>Steps:</h2>
<ol>
<h3>Pre-cooking</h3>
<li>Fully peel the plantain</li>
<li>Slice the plantain diagonally into even pieces that are 1–2 cm thick (0.5 inches in freedom units)</li>
<h3>Cooking</h3>
<li>Melt the butter in a skillet over medium heat</li>
<li>Place the plantain slices in a single layer; cook for 2–3 minutes until the bottom side turns golden brown and caramelized</li>
<li>Flip the slices over; immediately sprinkle the cinnamon (and optional brown sugar or salt) evenly over the cooked sides (the top)</li>
<li>Fry the second side for another 2–3 minutes until tender and browned</li>
<h3>Post-cooking</h3>
<li>Remove from the pan and cool slightly before serving</li>
<li>Make your family and friends happy, impressed, and probably still kind of hungry because 1 plaintain is honestly not that much food</li>
<li>Do it again tomorrow!</li>
</ol>
<hr>
</body>
</html>
3 changes: 2 additions & 1 deletion index.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -118,6 +118,7 @@ <h2 class="dropdown-toggle">Dessert</h2>
<li><a href="dessert/bananabread.html">Banana Bread</a></li>
<li><a href="dessert/pandan_waffle.html">Pandan Waffle</a></li>
<li><a href="dessert/mango_sticky_rice.html">Mango Sticky Rice</a></li>
<li><a href="dessert/poor_mans_scallops.html">Poor Man's Scallops (Fried Banana)</a></li>
</ul>
</div>
</div>
Expand DownExpand Up@@ -155,7 +156,7 @@ <h2 class="dropdown-toggle">Real</h2>
<h2 class="dropdown-toggle">Dinner</h2>
<div class="dropdown-content">
<ul>
<li><a href="dinner/airfryer_tonkatsu.html">Aifryer Tonkatsu</a><li>
<li><a href="dinner/airfryer_tonkatsu.html">Airfryer Tonkatsu</a><li>
<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>
Expand Down