-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab403.html
67 lines (66 loc) · 2.31 KB
/
lab403.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
<!DOCTYPE html>
<html>
<head>
<title>My lab 4 web page</title>
</head>
<body>
<h1>My lab 4 web page!</h1>
<p>This is the 4<sup>th</sup> lab for GIS 3410, web mapping, for MSU Denver. I already had a github account and home page so I created this new web_mapping respository specifically for this course.</p>
<hr />
<h3>One of my favorite recipes: Teriyaki Salmon</h3>
<p>This is a recipe I have found and adapted from <a href="https://simplyhomecooked.com/grilled-teriyaki-salmon/">Simply Home Cooked</a>.</p>
<img src="teriyakiSalmonSmall.jpg" alt="Photo of teriyaki salmon with rice." />
<h4>Recipe</h4>
<table>
<tr>
<th>Ingredient</th>
<th>Quantity</th>
</tr>
<tr>
<td>Brown sugar</td>
<td>1/2 cup</td>
</tr>
<tr>
<td>Garlic</td>
<td>1 Tbsp minced</td>
</tr>
<tr>
<td>Red pepper flakes</td>
<td>1 tsp</td>
</tr>
<tr>
<td>Soy sauce</td>
<td>1/2 cup</td>
</tr>
<tr>
<td>Teriyaki sauce</td>
<td>1/2 cup</td>
</tr>
<tr>
<td>Olive oil</td>
<td>2 tsp</td>
</tr>
<tr>
<td>Green onions</td>
<td>1/2 cup chopped</td>
</tr>
<tr>
<td>Corn starch</td>
<td>1 Tbsp</td>
</tr>
<tr>
<td>Salmon</td>
<td>4 fillets</td>
</tr>
</table>
<h4>Steps</h4>
<ol>
<li>In a bowl, combine brown sugar, garlic, soy sauce, teriyaki sauce, and red pepper flakes. Set aside 1/2 cup in a small sauce pan.</li>
<li>In the bowl add the olive oil and chopped green onion.</li>
<li>Place the salmon fillets in a container with a lid and pour the bowl with the marinade into the container. Put the lid on and store in the fridge for 30 minutes.</li>
<li>Mix the 1 Tbsp of corn starch with 1 Tbsp of water in a small bowl. Once this has combined, add it to the 1/2 cup of marinade in the small sauce pan. Cook on medium-low heat, stirring contantly, until it begins to thicken into a glaze.</li>
<li>After the salmon has been marinating for 30 minutes, cook the salmon in an air fryer at 400 degree fahrenheit for 8 minutes.</li>
<li>When the salmon is done, serve with glaze and enjoy!</li>
</ol>
</body>
</html>