-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (188 loc) · 5.48 KB
/
index.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE HTML>
<html>
<head>
<title>Project: Recipe book </title>
<meta charset="utf-8">
<style>
body{
background-color: #c2a3d1;
font-family: Arial, Helvetica, sans-serif;
display: grid;
place-items: center;
min-height: 100vh;
color: white;
}
img {
border-radius: $border-radius 0 0 $border-radius;
}
.cookie_class{background-color: #9858b8;}
.Juice_class{background-color: #9858b8;}
.Indomi_class{background-color: #9858b8;}
#cookie{
color: brown;
font-weight:700;
}
#Juice{
color: orange;
font-weight:700;
}
#Indomi{
color: white;
font-weight:700;
}
h1,h2,h3{ color:blue;
font-weight:700;}
</style>
</head>
<body>
<h1> The Recipe book</h1>
<h2>Table of content </h2>
<ol>
<li> <a href="#cookie">Cookie Recipe</a></li>
<a href="#cookie"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Chocolate_chip_cookies.jpg/1200px-Chocolate_chip_cookies.jpg" alt="Chocolate_chip_cookies" width="300"></a>
<li><a href="#Juice">Juice Recipe</a></li>
<a href="#Juice"> <img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/Carrot_juice.png" alt="Carrot_juice" width="300"></a>
<li><a href="#Indomi">Indomie noodles Recipe</a> </li>
<a href="#Indomi"> <img src="https://upload.wikimedia.org/wikipedia/commons/9/94/Indomie_Mi_Goreng_Aceh.jpg" alt="Indomie" width="300"> </a>
</ol>
<h2 id="cookie">1.Cookie Recipe</h2>
<table class="cookie_class">
<thead>
<tr>
<th>Ingredients</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td> unsalted butter </td>
<td> 1 cup </td>
</tr>
<tr>
<td> granulated sugar </td>
<td> 1 cup </td>
</tr>
<tr>
<td> light brown sugar </td>
<td> 1 cup</td>
</tr>
<tr>
<td> eggs</td>
<td> 2 </td>
</tr>
<tr>
<td> vanilla extract </td>
<td>2 teaspoons </td>
</tr>
<tr>
<td> flour </td>
<td> 2 1/4 cups</td>
</tr>
<tr>
<td> baking soda</td>
<td> 1 teaspoon </td>
</tr>
<tr>
<td> salt </td>
<td>1 teaspoon </td>
</tr>
<tr>
<td> chocolate chips </td>
<td> 1 cup</td>
</tr>
</tbody>
</table>
<h3>Steps</h3>
<ol>
<li>Preheat oven to 375 degrees F (190 degrees C). Line baking sheets with parchment paper</li>
<li>In a large bowl, cream together the butter, granulated sugar, and brown sugar until light and fluffy.<br> Beat in the eggs one at a time, then stir in the vanilla.</li>
<li>In a separate bowl, whisk together the flour, baking soda, and salt. Gradually add the dry ingredients to the wet <br>ingredients, mixing until just combined. Stir in the chocolate chips. </li>
<li>Drop the dough by rounded tablespoons onto the prepared baking sheets, spacing them about 2 inches apart.</li>
<li>Bake for 10-12 minutes, or until the edges are golden brown and the centers are set. Let cool on the baking sheets <br>for a few minutes before transferring to a wire rack to cool completely.</li>
</ol>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Chocolate_chip_cookies.jpg/1200px-Chocolate_chip_cookies.jpg" alt="Chocolate_chip_cookies" width="300">
<h2 id="Juice">2.Juice Recipe</h2>
<table class="Juice_class">
<thead>
<tr>
<th>Ingredients</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td> carrot </td>
<td> 2 </td>
</tr>
<tr>
<td> apple </td>
<td> 1 </td>
</tr>
<tr>
<td> ginger </td>
<td> half inch </td>
</tr>
</tbody>
</table>
<h3>Steps</h3>
<ol>
<li>Wash the fruits and vegetables thoroughly.</li>
<li>Cut the carrots and apple into small pieces.</li>
<li>Peel the ginger and cut it into a small piece. </li>
<li>Place the fruits and vegetables in the juicer and juice according to the manufacturer's instructions.</li>
<li>Pour the juice into a glass and enjoy!</li>
</ol>
<img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/Carrot_juice.png" alt="Carrot_juice" width="300">
<h2 id="Indomi">3.Juice Recipe</h2>
<table class="Indomi_class">
<thead>
<tr>
<th>Ingredients</th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td> Indomie noodles </td>
<td> 1 pack </td>
</tr>
<tr>
<td> water </td>
<td> 2 cups </td>
</tr>
<tr>
<td>chopped onion </td>
<td> 1/2</td>
</tr>
<tr>
<td> vegetable oil </td>
<td> 1 tablespoon</td>
</tr>
<tr>
<td> black pepper </td>
<td> 1/4 teaspoon </td>
</tr>
<tr>
<td>salt </td>
<td> 1/4 teaspoon</td>
</tr>
<tr>
<td>red pepper flakes </td>
<td> 1/4 teaspoon</td>
</tr>
</tbody>
</table>
<h3>Steps</h3>
<ol>
<li>Bring the water to a boil in a medium pot.</li>
<li>Add the noodles and cook for 2-3 minutes, or until softened.</li>
<li>Drain the noodles and set aside.</li>
<li>Heat the oil in a large skillet or wok over medium heat.</li>
<li>Add the onion and garlic and cook until softened, about 2 minutes.</li>
<li>Add the noodles, salt, pepper, and red pepper flakes (if using) and stir to combine.</li>
<li>Cook for another 1-2 minutes, or until the noodles are heated through.</li>
<li>Serve immediately and enjoy</li>
</ol>
<img src="https://upload.wikimedia.org/wikipedia/commons/9/94/Indomie_Mi_Goreng_Aceh.jpg" alt="Indomie" width="300">
</body>
</html>