-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
2,232 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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,71 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Aunt Carolyn's 70's Throwback Ambrosia Salad by Carolyn Bumbercatch - Recipe Book</title> | ||
|
||
<!-- basics --> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
<meta name="date" content="Mon Jan 15 2024 18:18:31 GMT+0000 (Coordinated Universal Time)"> | ||
<meta property="og:image" content="images/aunt-carolyns-70s-throwback-ambrosia-salad.jpg"> | ||
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg"> | ||
|
||
<!-- font and styles --> | ||
<style> | ||
:root { | ||
--hero-image-url: url("images/aunt-carolyns-70s-throwback-ambrosia-salad.jpg"); | ||
} | ||
</style> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="stylesheet" href="styles/vars.css"> | ||
<link rel="stylesheet" href="styles/theme-quick-n-easy.css"> | ||
<link rel="stylesheet" href="styles/stylesheet.css"> | ||
<link rel="stylesheet" href="styles/recipe.css"> | ||
</head> | ||
<body class="heroimage--visible quick-n-easy header--visible basedon--hidden info--hidden ingredients--hidden notes--hidden steps--hidden"> | ||
<main class="wrapper recipe"> | ||
|
||
<!-- back button --> | ||
<p class="back-link"> | ||
<a href="sources/aunt-carolyns-70s-throwback-ambrosia-salad.txt" class="view-source" title="View original text file" target="_blank"> | ||
plain text version | ||
<svg class="view-source__svg link-svg" aria-hidden="true" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z" /> | ||
</svg> | ||
</a> | ||
<a href="index.html" class="back-link__link" title="back to recipe box index"> | ||
<span class="sr-only">Back to index</span> | ||
<svg class="back-link__svg link-svg" aria-hidden="true" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> | ||
<path fill="currentColor" d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z" /> | ||
</svg> | ||
</a> | ||
</p> | ||
|
||
<!-- recipe --> | ||
<article> | ||
<figure class="section section--heroimage"><a class=hero-img-link href="images/aunt-carolyns-70s-throwback-ambrosia-salad.jpg" target="_blank"><img class=hero-img src="images/aunt-carolyns-70s-throwback-ambrosia-salad.jpg"></a></figure> | ||
<header class="section section--title"> | ||
<h1 class="recipe__name">Aunt Carolyn's 70's Throwback Ambrosia Salad</h1> | ||
<div class="html header__body"> | ||
<div class="subsection--header"> | ||
<p>From the kitchen of Carolyn Bumbercatch</p> | ||
<p>In a large bowl, mix 8 oz of whipped topping, 1 cup of sour cream, and 1 package of orange jello powder. | ||
Fold in 2 cups of mini marshmallows, 1 can of drained mandarin oranges, and 1 can of drained pineapple tidbits. | ||
Refrigerate for at least 2 hours or until set. | ||
Enjoy your jell-o ambrosia salad! 😋</p> | ||
</div> | ||
</div> | ||
</header> | ||
<section class="section section--info html"></section> | ||
<section class="js-highlighter clickable-list section section--ingredients"></section> | ||
<section id="section-steps" class="js-highlighter clickable-list section section--steps"></section> | ||
<hr /> | ||
<aside class="section section--notes html"></aside> | ||
<aside class="section section--help html"></aside> | ||
<aside class="section section--basedon html"></aside> | ||
</article> | ||
</main> | ||
<script src="scripts/recipe.js"></script> | ||
</body> | ||
</html> |
This file contains 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
This file contains 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
This file contains 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,122 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Banana-Curry Bread Pudding with Toffee Drizzle by Pipa Kokur - Recipe Book</title> | ||
|
||
<!-- basics --> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
<meta name="date" content="Mon Jan 15 2024 18:18:31 GMT+0000 (Coordinated Universal Time)"> | ||
<meta property="og:image" content="images/banana-curry-bread-pudding-with-toffee-drizzle.jpg"> | ||
<link rel="icon" type="image/png" href="measuring-cup-favicon.svg"> | ||
|
||
<!-- font and styles --> | ||
<style> | ||
:root { | ||
--hero-image-url: url("images/banana-curry-bread-pudding-with-toffee-drizzle.jpg"); | ||
} | ||
</style> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="stylesheet" href="styles/vars.css"> | ||
<link rel="stylesheet" href="styles/theme-washington-post.css"> | ||
<link rel="stylesheet" href="styles/stylesheet.css"> | ||
<link rel="stylesheet" href="styles/recipe.css"> | ||
</head> | ||
<body class="heroimage--visible washington-post header--visible ingredients--visible steps--visible basedon--visible info--hidden notes--hidden"> | ||
<main class="wrapper recipe"> | ||
|
||
<!-- back button --> | ||
<p class="back-link"> | ||
<a href="sources/banana-curry-bread-pudding-with-toffee-drizzle.txt" class="view-source" title="View original text file" target="_blank"> | ||
plain text version | ||
<svg class="view-source__svg link-svg" aria-hidden="true" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z" /> | ||
</svg> | ||
</a> | ||
<a href="index.html" class="back-link__link" title="back to recipe box index"> | ||
<span class="sr-only">Back to index</span> | ||
<svg class="back-link__svg link-svg" aria-hidden="true" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> | ||
<path fill="currentColor" d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z" /> | ||
</svg> | ||
</a> | ||
</p> | ||
|
||
<!-- recipe --> | ||
<article> | ||
<figure class="section section--heroimage"><a class=hero-img-link href="images/banana-curry-bread-pudding-with-toffee-drizzle.jpg" target="_blank"><img class=hero-img src="images/banana-curry-bread-pudding-with-toffee-drizzle.jpg"></a></figure> | ||
<header class="section section--title"> | ||
<h1 class="recipe__name">Banana-Curry Bread Pudding with Toffee Drizzle</h1> | ||
<div class="html header__body"> | ||
<div class="subsection--header"> | ||
<p>Yield: 8 servings | Total Time: 1 hour 15 minutes</p> | ||
<p>By Pipa Kokur</p> | ||
<p>This warm and cozy bread pudding is infused with the flavors of banana, curry, and toffee. It's a great way to use up stale bread and ripe bananas, and it's easy to make with simple ingredients. The toffee drizzle adds a sweet and sticky touch, making this dessert irresistible.</p> | ||
</div> | ||
</div> | ||
</header> | ||
<section class="section section--info html"></section> | ||
<section class="js-highlighter clickable-list section section--ingredients"> | ||
<div class="subsection--ingredients"> | ||
<h2 id="ingredients">INGREDIENTS</h2> | ||
<h3 id="forthebreadpudding">FOR THE BREAD PUDDING</h3> | ||
<ul> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt">4</span> <span class="ingredient__text">cups cubed day-old bread <span class="paren">(such as brioche, challah, or French bread)</span></span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt">4</span> <span class="ingredient__text">ripe bananas, sliced</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt">4</span> <span class="ingredient__text">eggs</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt">2</span> <span class="ingredient__text">cups milk</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">½</span></span> <span class="ingredient__text">cup brown sugar</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">cup butter, melted</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt">2</span> <span class="ingredient__text">teaspoons vanilla extract</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt">1</span> <span class="ingredient__text">teaspoon curry powder</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">½</span></span> <span class="ingredient__text">teaspoon salt</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">teaspoon nutmeg</span></li> | ||
</ul> | ||
<h3 id="forthetoffeedrizzle">FOR THE TOFFEE DRIZZLE</h3> | ||
<ul> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">cup butter</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">cup heavy cream</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">cup brown sugar</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">teaspoon salt</span></li> | ||
<li class="ingredient--has-amt"><span class="ingredient__amt"><span class="ingredient__symbol">¼</span></span> <span class="ingredient__text">teaspoon vanilla extract</span></li> | ||
</ul> | ||
</div> | ||
</section> | ||
<section id="section-steps" class="js-highlighter clickable-list section section--steps"> | ||
<div class="subsection--preparation"> | ||
<h2 id="preparation">PREPARATION</h2> | ||
<h3 id="makethebreadpudding">MAKE THE BREAD PUDDING</h3> | ||
<ol> | ||
<li>Preheat oven to 350°F. Grease a 9x13 inch baking dish.</li> | ||
<li>Arrange the bread cubes and banana slices in an even layer in the prepared baking dish.</li> | ||
<li>In a large bowl, whisk together the eggs, milk, brown sugar, butter, vanilla, curry powder, salt, and nutmeg. Pour the mixture evenly over the bread and bananas, pressing lightly to make sure everything is moistened.</li> | ||
<li>Bake for 35 to 40 minutes or until golden and set in the center.</li> | ||
</ol> | ||
<h3 id="makethetoffeedrizzle">MAKE THE TOFFEE DRIZZLE</h3> | ||
<ol start="5"> | ||
<li>In a small saucepan over medium heat, combine the butter, cream, brown sugar, and salt. Bring to a boil, then reduce the heat and simmer, stirring occasionally, for 10 to 15 minutes or until thickened and caramelized.</li> | ||
<li>Stir in the vanilla extract and remove from the heat.</li> | ||
<li>Drizzle the toffee sauce over the warm bread pudding and serve. 😋</li> | ||
</ol> | ||
</div> | ||
</section> | ||
<hr /> | ||
<aside class="section section--notes html"></aside> | ||
<aside class="section section--help html"></aside> | ||
<aside class="section section--basedon html"> | ||
<div class="subsection--basedon"> | ||
<h2 id="basedon">Based On</h2> | ||
<ul> | ||
<li>Banana Bread Pudding (Easy and Decadent Dessert) | The Kitchn. <a href="https://www.thekitchn.com/banana-bread-pudding-recipe-23198690">www.thekitchn.com</a>.</li> | ||
<li>Banana Bread Pudding - Piping Pot Curry. <a href="https://pipingpotcurry.com/banana-bread-pudding/">pipingpotcurry.com</a>.</li> | ||
<li>Easy Banana Bread Pudding Recipe • Love From The Oven. <a href="https://www.lovefromtheoven.com/banana-bread-pudding/">www.lovefromtheoven.com</a>.</li> | ||
<li>TOFFEE BANANA BREAD - The Southern Lady Cooks. <a href="https://thesouthernladycooks.com/toffee-banana-bread/">thesouthernladycooks.com</a>.</li> | ||
<li>Banana Bread Pudding Recipe: How to Make It - Taste of Home. <a href="https://www.tasteofhome.com/recipes/banana-bread-pudding/">www.tasteofhome.com</a>.</li> | ||
</ul> | ||
</div> | ||
</aside> | ||
</article> | ||
</main> | ||
<script src="scripts/recipe.js"></script> | ||
</body> | ||
</html> |
This file contains 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
Oops, something went wrong.