Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 41 additions & 6 deletions applepie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,52 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apple Pie Recipe</title>
<!-- don't forget to link your styles -->
<link rel="stylesheet" href="../applepie/style.css">
</head>
<body>
Apple Pies This was my grandmother's apple pie recipe. I have never seen another one quite like it. It will always


<div class="position">

<h1 style="font-size: 80px;">Apple Pie</h1>
</div>
<main>

<p> This was my grandmother's apple pie recipe. I have never seen another one quite like it. It will always
be my favorite and has won me several first place prizes in local competitions. I hope it becomes one of your
favorites as well! Ingredients 1 recipe pastry for a 9 inch double crust pie 1/2 cup unsalted butter 3 tablespoons
all-purpose flour 1/4 cup water 3 tablespoons all-purpose flour 1/4 cup water 1/2 cup white sugar 1/2 cup packed
brown sugar 8 Granny Smith apples - peeled, cored and sliced Directions Preheat oven to 425 degrees F (220 degrees
favorites as well!</p>
<div class="text">

<img src="./images/recipe-info.png" >
</div>
<hr>

<h3>Ingredients</h3>
<ul>
<li>1 recipe pastry for a 9 inch double crust pie</li>
<li>1/2 cup unsalted butter</li>
<li>3 tablespoons all-purpose flour </li>
<li>1/4 cup water</li>
<li> 3 tablespoons all-purpose flour</li>
<li>1/4 cup water</li>
<li> 1/2 cup white sugar</li>
<li> 1/2 cup packedbrown sugar</li>
<li>8 Granny Smith apples - peeled, cored and sliced </li>
</ul>
<div class="text">

<img src="./images/cooking-info.png" style=" height: 100px;" >
</div>

<h3>Directions</h3>
1)Preheat oven to 425 degrees F (220 degrees
C). Melt the butter in a saucepan. Stir in flour to form a paste. Add water, white sugar and brown sugar, and bring
to a boil. Reduce temperature and let simmer. Place the bottom crust in your pan. Fill with apples, mounded
to a boil. Reduce temperature and let simmer.<br>
2)Place the bottom crust in your pan. Fill with apples, mounded
slightly. Cover with a lattice work crust. Gently pour the sugar and butter liquid over the crust. Pour slowly so
that it does not run off. Bake 15 minutes in the preheated oven. Reduce the temperature to 350 degrees F (175
that it does not run off.<br>
3)Bake 15 minutes in the preheated oven. Reduce the temperature to 350 degrees F (175
degrees C). Continue baking for 35 to 45 minutes, until apples are soft.
</main>
</body>
</html>
23 changes: 23 additions & 0 deletions applepie/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.position{
display: flex;
justify-content: center;
align-items: center;
color: white;
background-image: url("./images/apple-pie.jpg");
background-size: cover;
height: 100vh;
}
.text{
display: flex;
justify-content: center;

}
main{
padding: 0px 20vw;
}






6 changes: 6 additions & 0 deletions french-soup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>French Onion Soup Recipe</title>
<!-- don't forget to link your styles -->
<link rel="stylesheet" href="../applepie/style.css">
</head>
<body>
<div>
<p></p>
<img src="../french-soup/images/soup.jpg">

</div>
French Onion Soup We have been trying French onion soup in restaurants for years and my family and friends agree
none can compare to my recipe for taste and simplicity of preparation. Ingredients 1/2 cup unsalted butter 2
tablespoons olive oil 4 cups sliced onions 4 (10.5 ounce) cans beef broth 2 tablespoons dry sherry (optional) 1
Expand Down
3 changes: 3 additions & 0 deletions french-soup/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ html {
font-family: 'Open Sans', sans-serif;
font-size: 18px
}
img{
width: 800px;
}