-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathACPS.html
109 lines (92 loc) · 5.18 KB
/
ACPS.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
<!DOCTYPE html>
<html>
<head>
<title>African Chicken Peanut Stew</title>
<link rel='stylesheet' type='text/css' href='recipe.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=Raleway:wght@300&family=Space+Grotesk&display=swap" rel="stylesheet">
</head>
<div class='top-section'>
<a id='nav-a' href='index.html'>
<img class="logo" src="Images/Foodtastic-logos/Foodtastic-logos_transparent.png" alt="Logo">
</a>
</div>
<!-- <nav id='navbar'>
<ul class='nav-links' id='nav'>
<li><a id='nav-a' href='projects.html'>Browse Recipes</a></li>
<li><a id='nav-a' href='about-me.html'>About</a></li>
<li><a id='nav-a' href='achievements.html'>Contact</a></li>
<li><a id='nav-a' href='experience.html'>Experience</a></li>
</ul>
</nav> -->
<body>
<section class="title-section">
<h1 class="recipe-title">African Chicken Peanut Stew</h1>
<h1 class="recipe-description"> Need a <b>gluten free and dairy free main course</b>? African Chicken Peanut Stew could be a tremendous recipe to try. This recipe makes 1 servings with <b>1377 calories</b>, <b>75g of protein</b>, and <b>102g of fat</b> each. For <b>$3.87 per serving</b>, this recipe <b>covers 62%</b> of your daily requirements of vitamins and minerals. It can be enjoyed any time, but it is especially good for <b>Autumn</b>. From preparation to the plate, this recipe takes approximately <b>45 minutes</b>. 124 people have tried and liked this recipe. Head to the store and pick up bell peppers, tomato, pepper, and a few other things to make it today. To use up the tomato you could follow this main course with the Pink Peony Popcorn Balls as a dessert. All things considered, we decided this recipe <b>deserves a spoonacular score of 99%</b>. This score is super.</h1>
</section>
<section class="general-info-section">
<div class="split left">
<img id="welcome-image" src="Images/ACPS.png" alt="Food">
</div>
<div class="split right">
<div class="centered">
<p class="general-info">Cook: 45 mins</p>
<p class="general-info">Gluten Free: Yes</p>
<p class="general-info">Weight Per Serving: 741g</p>
<p class="general-info">Prep: 15 mins</p>
<p class="general-info">Servings: 1</p>
</div>
</div>
</section>
<section class="ingredients-section">
<img id="restaurant-background" src="Images/restaurantBackground.jpg" alt="Food">
<h1 class="section-header">INGREDIENTS</h1>
<section class="general-info-section">
<div class="split left">
<ul class="ing-list">
<li class="ing-li">1 ser. bell peppers</li>
<li class="ing-li">1.5 cups chicken</li>
<li class="ing-li">2.5 tbsp cooking oil</li>
<li class="ing-li">1 tsp curry paste</li>
<li class="ing-li">2 garlic cloves</li>
<li class="ing-li">1 tomato</li>
</ul>
</div>
<div class="split right2">
<ul class="store-list">
<li class="store-li">No Frills: $4.99</li>
<li class="store-li">Metro: $8.99</li>
<li class="store-li">Price-Chopper: $3.50</li>
<li class="store-li">No Frills: $2.30</li>
<li class="store-li">Food Basics: $3.55</li>
<li class="store-li">No Frills: $1.99</li>
</ul>
</div>
</section>
<div class="spacer"></div>
</section>
<section class="instructions-section">
<h1 class="section-header">INSTRUCTIONS</h1>
<ol class="ing-list">
<li class="ing-li">Season and boil the chicken for 10 minutes with salt, pepper, seasoning, a handful of onions. Once the chicken is ready, in the same stock, boil the chopped sweet potatoes till its almost cooked. Save the stock in a separate bowl and the chicken and potatoes in a separate bowl as well. In a pot, heat up one cooking spoon of oil and fry the chicken till it browns. Take it out and heat up the other 1.5 cooking spoons of oil and fry the onions, tomatoes both chopped and blended, ginger and garlic.</li>
<li class="ing-li">Add your seasoning, curry, thyme, parsley, salt and pepper to the pot.</li>
<li class="ing-li">Pour in your stock, chicken and potatoes to cook further. Stir in your peanut butter and allow to cook for 10 minutes on low heat. If your sauce gets too thick, add a little water to it.</li>
<li class="ing-li">Serve with white rice or more sweet potatoes. You could also garnish the dish with bell peppers.</li>
</ol>
<div class="spacer"></div>
</section>
<section class="nutritional-information-section">
<img id="nutrients-background" src="Images/nutrients.jpg" alt="Food">
<h1 class="section-header">NUTRITIONAL INFORMATION</h1>
<ul class="ni-list">
<li class="ni-li">Calories: 1197.3 kcal</li>
<li class="ni-li">Fat: 88.69 g</li>
<li class="ni-li">Saturated Fat: 15.22 g</li>
<li class="ni-li">Carbohydrates: 60.45 g</li>
<li class="ni-li">Protein: 58.92 g</li>
</ul>
<div class="spacer"></div>
</section>
</body>
</html>