-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplecake.html
More file actions
156 lines (135 loc) · 7.29 KB
/
Copy pathapplecake.html
File metadata and controls
156 lines (135 loc) · 7.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE HTML>
<html>
<head>
<title>Muffin Better</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.svg" alt="" /></span><span class="title">Muffin Better</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Apple Cake</h1>
<span class="image main"><img src="images/applecake/IMG_0363-min.JPG" alt="" /></span>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<b>Effort: </b>
<span class="fa fa-spoon"></span>
<span class="fa fa-spoon"></span>
<span class="fa fa-spoon checked"></span>
<span class="fa fa-spoon checked"></span>
<span class="fa fa-spoon checked"></span> Easy/Medium
<br></br>
<span class="fa fa-clock"></span>
30 mins (Prep), 40 mins (Bake)
<br></br>
<h2>Ingredients</h2>
<h3>Dry Ingredients</h3>
<ul>
<li>1 stick (8 tablespoons) butter</li>
<li>4 small Pink Lady apples</li>
<li>1 cup all-purpose flour</li>
<li>Pinch of salt</li>
<li>1 teaspoon baking powder</li>
<li>¾ cup packed light brown sugar</li>
<li>Dash of powdered sugar</li>
<li>Dash of cinammon</li>
</ul>
<h3>Wet Ingredients</h3>
<ul>
<li>2 eggs</li>
<li>1 teaspoon vanilla extract</li>
<li>¼ spiced rum (I used Captain Morgan)</li>
</ul>
<h2>Preparation</h2>
<ol>
<li>Preheat oven to 350 degrees Farenheit.</li>
<li>Grease 8 inch circular cake pan with cooking oil (I used avocado oil). Cut circular piece of parchment paper and coat the base. </li>
<li>Dice and peel apples. I cut the apples into slices, peeled the skin with a knife, and diced from there.</li>
<div class="row">
<div class="half">
<img src="images/applecake/IMG_0323-min.JPG" style="width:100%">
</div>
<div class="half">
<img src="images/applecake/IMG_0325-min.JPG" style="width:100%">
</div>
</div>
<li>Whisk the two eggs with rum.</li>
<li>Add remaining ingredients (other than apples) and mix well with stand mixer (I used the paddle attachment for the KitchenAid).</li>
<li>Incorporate apples at low speed.</li>
<div class="row">
<div class="third">
<img src="images/applecake/IMG_0331-min.JPG" style="width:100%">
</div>
<div class="third">
<img src="images/applecake/IMG_0332-min.JPG" style="width:100%">
</div>
<div class="third">
<img src="images/applecake/IMG_0348-min.JPG" style="width:100%">
</div>
</div>
<li>Pour batter into cake pan. Dust with cinnamon.</li>
<li>Bake for 40 minutes (until toothpick comes out clean).</li>
<div class="row">
<div class="half">
<img src="images/applecake/IMG_0354-min.JPG" style="width:100%">
</div>
<div class="half">
<img src="images/applecake/IMG_0355-min.JPG" style="width:100%">
</div>
</div>
<li>Bake for 40 minutes (until toothpick comes out clean).</li>
<li>Dust with powdered sugar and serve.</li>
<div class="row">
<div class="third">
<img src="images/applecake/IMG_0366-min.JPG" style="width:100%">
</div>
<div class="third">
<img src="images/applecake/IMG_0370-min.JPG" style="width:100%">
</div>
<div class="third">
<img src="images/applecake/IMG_0357-min.JPG" style="width:100%">
</div>
</div>
Recipe courtesy of <a href = "https://www.thekitchn.com/french-apple-cake-22943649?utm_source=pinterest&utm_medium=tracking&utm_campaign=inline-img-share&epik=dj0yJnU9WUJGcGdhRDBkeHhXQ3FzSEN6b29RS2FjeUM2c05ha2EmcD0wJm49TUY1N3NsbGt2VnhKcEUwbzk2LWNWZyZ0PUFBQUFBR0FXRVZz"> kitchn </a>
</div>
</div>
<!-- Footer -->
<footer id="footer">
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>