forked from ODEH67/W2-Cook-Book-Group-Finished
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCreamy_Sweet_Potato_Soup.html
183 lines (182 loc) · 8.21 KB
/
Creamy_Sweet_Potato_Soup.html
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="cook_book_header_pages.css">
<link rel="stylesheet" href="/cook_book_main.css">
<link rel="stylesheet" href="cook_book_footer.css">
<link rel="stylesheet" href="cook_book_header_lunch_underline_marker.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&family=Roboto+Slab:wght@300&family=Roboto:wght@300&display=swap" rel="stylesheet">
<title>Creamy Sweet Potato Soup</title>
</head>
<body>
<header>
<div class="header-menu-box">
<div id="header-menu-logo">
<a href="cook_book.html"><img id="logo" src="./img/Header/logo33.png" alt="logo"></a>
</div>
<nav id="nav-header">
<input type="checkbox" id="menu-button">
<label for="menu-button"><span class="material-symbols-rounded">menu</span></label>
<ul class="header-menu">
<li><a id="header-click" class="home-head" id href="cook_book.html">Home</a></li>
<li><a id="header-click" class="tips-head" href="#">Sweets</a></li>
<li><a id="header-click" class="breakfast-head" href="#">Breakfast</a></li>
<li><a id="header-click" class="lunch-head" href="#">Lunch</a></li>
<li><a id="header-click" class="dinner-head" href="#">Dinner</a></li>
<li><a id="header-click" class="about-head" href="#about-footer">About</a></li>
<!-- <li><a href="#CONTACT">sign in/up</a></li> -->
</ul>
</nav>
</div>
<div class="header-text">
<h1 id="h1-head">Creamy Sweet Potato {<span id="lazy"><strong>Soup</strong></span>}</h1>
<p id="title-underline">__________</p>
<div class="title-text">
<p id="white-text">Sweet potato soup balances the sweet and savory with onions, garlic, onions, and
leeks, along with a bit of nutmeg and cinnamon. Creamy and satisfying!</p>
</div>
<!-- <div class="button-div">
<a href="#recipe-1"><button id="header-button">See the Recipe</button></a>
</div> -->
</div>
</header>
<main class="recipe">
<img class="recipe-image" src="/img/Main/Creamy_Sweet_Potato_Soup.webp">
<div class="timing">
<div class="prep-time">
<p class="timing-bold">PREP TIME</p>
<p>15 min</p>
</div>
<div class="cook-time">
<p class="timing-bold">PREP TIME</p>
<p>50 min</p>
</div>
<div class="total-time">
<p class="timing-bold">PREP TIME</p>
<p>65 min</p>
</div>
<div>
<p class="timing-bold">SERVINGS</p>
<p>6 to 8 servings</p>
</div>
</div>
<hr />
<h2>Ingredients</h2>
<table>
<tr>
<th>Ingredients</th>
<th>Quantities</th>
</tr>
<tr>
<td>butter</td>
<td>2 tablespoons</td>
</tr>
<tr>
<td>medium onion, chopped</td>
<td>1 (about 1 cup)</td>
</tr>
<tr>
<td>celery ribs, chopped</td>
<td>2</td>
</tr>
<tr>
<td>medium leek, white and light green parts only, sliced</td>
<td>1</td>
</tr>
<tr>
<td>clove garlic, chopped</td>
<td>1 (1 teaspoon)</td>
</tr>
<tr>
<td>orange-flesh sweet potatoes, peeled, cut into 1-inch pieces (about 5 cups)</td>
<td>1 1/2 pounds (about 2 large)</td>
</tr>
<tr>
<td>chicken stock, store bought or homemade</td>
<td>4 cups</td>
</tr>
<tr>
<td>cinnamon stick</td>
<td>1</td>
</tr>
<tr>
<td>ground nutmeg</td>
<td>1/4 teaspoon</td>
</tr>
<tr>
<td>heavy cream</td>
<td>1/4 cup</td>
</tr>
<tr>
<td>milk</td>
<td>3/4 cup</td>
</tr>
<tr>
<td>Salt</td>
<td>to taste</td>
</tr>
<tr>
<td>Pepper</td>
<td>to taste</td>
</tr>
<tr>
<td>sour cream or plain yogurt</td>
<td>1/4 cup</td>
</tr>
</table>
</main>
<!-- footer -->
<footer>
<div class="left">
<p class="ready-to">Are you ready to cook?</p>
<div class="newsletters">
<input class="text" type="email" placeholder="Subscribe our newsletter" >
<button class="submit">SUBMIT</button>
</div>
<div class="social-media">
<p class="like">Follow Us On</p>
<div class="socialmedia-logos">
<div class="facebookimage"><img class="facebook" src="./img/Footer/icons8-facebook-96.png" alt="facebook"></div>
<div class="twitterimage"><img class="twitter" src="./img/Footer/icons8-twitter-circled-96.png" alt="twitter"></div>
<div class="pinterestimage"><img class="pinterest" src="./img/Footer/icons8-pinterest-96.png" alt="pinterest"></div>
<div class="googleimage"><img class="google" src="./img/Footer/icons8-google-plus-circled-96.png" alt="google"></div>
<div class="instergramimage"> <img class="instergram" src="./img/Footer/icons8-instagram-96.png" alt="instergram"></div>
<div class="youtubeimage"><img class="youtube" src="./img/Footer/icons8-youtube-96.png" alt="youtube"></div>
</div>
</div>
</div>
<div class="middle">
<ul class="middle-section">
<li class="links-bottom"><a class="footer-links" href="#">RECIPES</a></li>
<li class="links-bottom"><a class="footer-links" href="#">QUICK & EASY</a></li>
<li class="links-bottom"><a class="footer-links" href="#">IN THE KITCHEN</a></li>
<li class="links-bottom"><a class="footer-links" href="#">BUYING GUIDES</a></li>
<li class="links-bottom"><a class="footer-links" href="#">HOLIDAYS & SEASONS</a></li>
</ul>
</div>
<div class="right">
<ul class="first-section">
<li class="links-bottom"><a class="footer-links" href="#">About Us</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Contact</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Terms of Use</a></li>
<li class="links-bottom"><a class="footer-links" href="#">EU Privacy</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Editorial Guidelines</a></li>
</ul>
<ul class="second section">
<li class="links-bottom"><a class="footer-links" href="#">Advertise</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Careers</a></li>
<li class="links-bottom"><a class="footer-links" href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="copy-rights"><em>Copyright@2023 - Recipesforlazycoders</em></div>
<span id="about-footer"></span>
</footer>
</body>
</html>