Skip to content

Commit

Permalink
Create new recipe page and link It to main index page end
Browse files Browse the repository at this point in the history
of the odin_recipes project according to basic instructions

Created a new recipe page called Oyakodon (Japanese Chicken and Egg Rice Bowl)
and linked It to the main index page. Project completed for now but
will be waiting for the next upgrades and layouts.
  • Loading branch information
Meksandor committed Aug 25, 2023
1 parent 75c48be commit 8114e8b
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Odin Recipes</h1>
<ul>
<li><a href="recipes/asian_beef_slaw.html">Addictive Asian Beef Slaw</a></li>
<li><a href="recipes/summer_fruit_salad.html">Perfect Summer Fruit Salad</a></li>
<li><a href="recipes/yourrecipe.html">Recipe Title 2</a></li>
<li><a href="recipes/oyakodon.html">Oyakodon (Japanese Chicken and Egg Rice Bowl)</a></li>
</ul>


Expand Down
99 changes: 99 additions & 0 deletions recipes/oyakodon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Recipes</title>
</head>

<body>

<h1>Oyakodon (Japanese Chicken and Egg Rice Bowl)</h1>

<img src="https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fpublic-assets-ucg.meredithcorp.io%2Fbfa3c8d2e08f9b14b3792117668adc9c%2F6502146.jpg&q=60&c=sc&orient=true&poi=auto&h=512"
height="183">
<img src="https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fimages.media-allrecipes.com%2Fuserphotos%2F5645558.jpg&q=60&c=sc&orient=true&poi=auto&h=512"
height="183">
<img src="https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fpublic-assets-ucg.meredithcorp.io%2F8c872874bdbe675afb33a3cfb49ab5b2%2F3963616.jpg&q=60&c=sc&orient=true&poi=auto&h=512"
height="183">
<img src="https://imagesvc.meredithcorp.io/v3/mm/image?url=https%3A%2F%2Fpublic-assets-ucg.meredithcorp.io%2F024b7f9dd0fd8891e255d71fefb32730%2F3760598.jpg&q=60&c=sc&orient=true&poi=auto&h=512"
height="183">

<h5></h5>
<p1>Oyakodon is a delicious traditional Japanese meal consisting of chicken sautéed and then cooked in a Japanese
broth, and then finished with egg and served over rice. It's really easy, filling, and delicious.</p1>


<h5></h5>
<p1>Prep Time: 10 mins</p1>
<h5></h5>
<p1>Cook Time: 30 mins</p1>
<h5></h5>
<p1>Total Time: 40 mins</p1>
<h5></h5>
<p1>Servings: 4 servings</p1>

<h3>Ingredients</h3>
<ul>
<li>1 tablespoon olive oil</li>
<li>4 skinless, boneless chicken thighs, cut into small pieces</li>
<li>1 onion, cut in half and sliced</li>
<li>2 cups dashi stock, made with dashi powder</li>
<li>¼ cup soy sauce</li>
<li> 3 tablespoons mirin (Japanese rice wine)</li>
<li> 3 tablespoons brown sugar</li>
<li> 4 large eggs</li>
<li>4 cups hot cooked white rice</li>
</ul>

<h3>Directions</h3>

<ol>

<li>
<h4>Step </h4>
<p1>Heat oil in a large skillet over medium heat. Add chicken and cook until beginning to brown, about 5 minutes. Add onion; cook and stir until onion is translucent, about 5 minutes.</p1>
</li>


<li>
<h4>Step </h4>
<p1>Pour in stock, then whisk in soy sauce, mirin, and brown sugar; stir until sugar dissolves. Bring to a boil, then lower heat and simmer until slightly reduced, about 10 minutes.

</p1>
</li>


<li>
<h4>Step </h4>
<p1>Whisk eggs in a bowl until well-beaten, then pour into the hot stock mixture. Cover the skillet, reduce the heat, and steam until egg is cooked, about 5 minutes. Remove from the heat.</p1>
</li>

<li>
<h4>Step </h4>
<p1>Divide rice among 4 deep soup bowls and top with equal amounts of the soup mixture.</p1>
</li>

</ol>

<h3>Nutrition Facts</h3>
<p1>Per Serving:</p1>
<ul>
<li>688 calories</li>
<li>total fat 15g</li>
<li>saturated fat 4g</li>
<li>cholesterol 208mg</li>
<li>sodium 1226mg </li>
<li>total carbohydrate 98g</li>
<li>dietary fiber 2g</li>
<li>total sugars 17g </li>
<li>protein 35g </li>
<li>vitamin c 4mg</li>
<li>calcium 80mg</li>
<li>iron 3mg</li>
<li>potassium 510mg</li>
</ul>

</body>

</html>

0 comments on commit 8114e8b

Please sign in to comment.