diff options
Diffstat (limited to 'Recipes/Mini Chicken + Carrot Meatballs.html')
| -rw-r--r-- | Recipes/Mini Chicken + Carrot Meatballs.html | 229 |
1 files changed, 229 insertions, 0 deletions
diff --git a/Recipes/Mini Chicken + Carrot Meatballs.html b/Recipes/Mini Chicken + Carrot Meatballs.html new file mode 100644 index 0000000..d596766 --- /dev/null +++ b/Recipes/Mini Chicken + Carrot Meatballs.html @@ -0,0 +1,229 @@ +<!doctype html> +<html> + <head> + <meta charset="UTF-8" /> + <style type="text/css"> + /* Shared styles */ + body { + font-family: Helvetica, sans-serif; + font-size: 16px; + color: #34302e; + margin: 0.25in; + } + .name { + font-size: 18px; + font-family: Helvetica, sans-serif; + font-weight: normal; + margin: 0 0 10px 0; + } + .categories { + color: #605d5d; + font-size: 14px; + font-family: Helvetica, sans-serif; + font-style: italic; + } + .rating { + color: #d10505; + font-size: 14px; + } + .metadata { + font-size: 14px; + } + .infobox p { + margin: 0; + line-height: 150%; + } + .subhead { + color: #d10505; + font-weight: bold; + font-size: 14px; + text-transform: uppercase; + margin: 10px 0; + } + + .ingredients p { + margin: 4px 0; + } + /* To prevent nutrition/directions from getting too close + to ingredients */ + .ingredients { + padding-bottom: 10px; + } + .clear { + clear: both; + } + a { + color: #4990e2; + text-decoration: none; + } + /* Full page specific styles */ + .text { + line-height: 130%; + } + .photobox { + float: left; + margin-right: 14px; + } + .photo { + max-width: 140px; + max-height: 140px; + width: auto; + height: auto; + } + + .inline-image { + max-width: 25%; + max-height: 25%; + width: auto; + height: auto; + } + .photoswipe { + border: 1px #dddddd solid; + cursor: pointer; + } + .pswp__caption__center { + text-align: center !important; + } + .recipe { + page-break-after: always; + } + .recipe:first-child { + border-top: 0 none; + margin-top: 0; + padding-top: 0; + } + </style> + </head> + <body> + <!-- Recipe --> + <div class="recipe" itemscope itemtype="http://schema.org/Recipe"> + <div class="infobox"> + <!-- Image --> + + <div class="photobox"> + <a + href="https://cdn.jwplayer.com/v2/media/gukXMs3g/poster.jpg?width=480" + > + <img + src="Images/446039BE-F3E9-48D5-B54E-34F31B199153/83FC0FF2-3DB8-4125-80F8-FB8B93F02B1A.jpg" + itemprop="image" + class="photo photoswipe" + /> + </a> + </div> + + <!-- Name --> + <h1 itemprop="name" class="name">Mini Chicken + Carrot Meatballs</h1> + + <!-- Info --> + + <!-- Rating, categories --> + <p itemprop="aggregateRating" class="rating" value="0"></p> + + <p class="metadata"> + <!-- Cook time, prep time, servings, difficulty --> + + <b>Prep Time: </b><span itemprop="prepTime">5 minutes</span> + + <b>Cook Time: </b><span itemprop="cookTime">20 minutes</span> + + <b>Servings: </b + ><span itemprop="recipeYield">Yield: 24 mini meatballs</span> + + <!-- Source --> + + <b>Source: </b> + + <a + itemprop="url" + href="https://babyfoode.com/blog/mini-chicken-carrot-meatballs-for-baby/" + > + <span itemprop="author">babyfoode.com</span> + </a> + </p> + + <div class="clear"></div> + </div> + + <div class="left-column"> + <!-- Ingredients --> + + <div class="ingredientsbox"> + <h3 class="subhead">Ingredients</h3> + <div class="ingredients text"> + <p class="line" itemprop="recipeIngredient"> + <strong>500</strong>g ground chicken or turkey + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1/4</strong> cup applesauce or apple puree + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1/2</strong> cup shredded carrot + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1/2</strong> cup chopped spinach + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1/4</strong> cup chopped green onion + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1</strong> egg + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1/2</strong> cup breadcrumbs + </p> + <p class="line" itemprop="recipeIngredient"> + <strong>1/2</strong> tsp cumin + </p> + <p class="line" itemprop="recipeIngredient">salt</p> + <p class="line" itemprop="recipeIngredient">pepper</p> + </div> + </div> + + <!-- Nutrition (in two-column mode it goes below the ingredients) --> + </div> + + <div class="right-column"> + <!-- Description --> + + <!-- Directions --> + + <div class="directionsbox"> + <h3 class="subhead">Directions</h3> + <div itemprop="recipeInstructions" class="directions text"> + <p class="line"> + 1. <strong>Preheat the oven</strong> <br />Preheat your oven to + <strong>200°C</strong>. Line a baking sheet with parchment paper, + a silicone mat, or tin foil. + </p> + <p class="line"> + 2. <strong>Prepare the mixture</strong> <br />In a large bowl, + combine all the ingredients. Gently fold the mixture together + using your hands or a spatula until everything is well + incorporated. Let the mixture sit for 5 minutes. + </p> + <p class="line"> + 3. <strong>Form the meatballs</strong> <br />Roll the meat mixture + into <strong>2.5 cm (1 inch)</strong> balls. Wet your hands + occasionally to prevent sticking during the rolling process. + </p> + <p class="line"> + 4. <strong>Bake</strong> <br />Place the meatballs onto the + prepared baking sheet. Bake in the oven for + <strong>15-20 minutes</strong> or until the meatballs are cooked + through and gently browned. + </p> + </div> + </div> + + <!-- Notes --> + + <!-- Nutrition (in regular mode it goes below the notes) --> + + <!-- Used in two different places depending on the recipe layout --> + </div> + + <div class="clear"></div> + </div> + </body> +</html> |
