Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
added potato candy to recipes page
Browse files Browse the repository at this point in the history
  • Loading branch information
hollymaze committed Oct 2, 2019
1 parent 295c6f2 commit 2a40ead
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions pages/recipes.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ <h1 class="title">Christmas Recipes</h1>
aria-controls="profile"
>Christmas Linzer Cookies</a
>
<a
class="list-group-item list-group-item-action"
id="list-settings-list"
data-toggle="list"
href="#potato-candy"
role="tab"
aria-controls="settings"
>Potato Candy</a>
</div>
</div>
<!-- :::END OF MENU TO FILTER Recipe :::-->
Expand Down Expand Up @@ -382,6 +390,56 @@ <h5 class="card-title">Christmas Linzer Cookies</h5>
</div>
</div>
<!-- ::: END OF CARD EXAMPLE :::-->
<!-- ::: Beginning of Potato Candy Recipe Card :::-->
<div
class="tab-pane fade"
id="potato-candy"
role="tabpanel"
aria-labelledby="list-settings-list"
>
<div class="card mb-3" style="max-width: 670px;">
<div class="row no-gutters">
<div class="col-md-4">
<img
src="https://sugarspunrun.com/wp-content/uploads/2018/11/How-to-make-Potato-Candy-1-of-1-2-500x500.jpg"
class="card-img"
alt="..."
/>
<ul>
<li>
<small>Makes: 40 slices</small>
</li>
<li>
<small>Prep: 2 hrs 30 min</small>
</li>
<li>
<small>Cooking: 20min</small>
</li>
<li>
<small>Skill: Easy</small>
</li>
</ul>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Potato Candy</h5>
<p class="card-text">
This holiday treat is traditionally enjoyed in the Appalachian region of the United States. Potatoes may seem like a strange ingredient for a candy, but in this case the potatoes work to create a perfectly textured dough. If you love soft treats like fudge, you're sure to enjoy this recipe!
</p>
<p class="card-text">
<small class="text-muted"
> Get the recipe at <a
href="https://sugarspunrun.com/potato-candy/"
target="__blank"
> sugarspunrun.com</a>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- ::: End of Potato Candy Recipe ::: -->
</div>
</div>

Expand Down

0 comments on commit 2a40ead

Please sign in to comment.