-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52a5b28
commit b82941d
Showing
6 changed files
with
335 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,33 +4,50 @@ | |
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Recipe Book</title> | ||
<style type="text/css"> | ||
img { | ||
width:15%; | ||
} | ||
/*#Scallops { | ||
border: 3px solid #555; | ||
} | ||
#Burrata { | ||
border: 3px solid #555; | ||
} | ||
#Lamb { | ||
border: 3px solid #555; | ||
}*/ | ||
</style> | ||
<link rel = "stylesheet" href = "styles.css"> | ||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'> | ||
<link href='https://fonts.googleapis.com/css?family=inter' rel='stylesheet'> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<h1>Recipe List:</h1> | ||
<ul> | ||
<div id = "Scallops"> | ||
<li><div id = "img1"><a href = ./pages/Scallop_crudo.html><img src = "Crudo.png"><div id = "text1">Citrus-y Scallop Crudo</div></a></li> | ||
<body class = "body-styling"> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary spacing rounding"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#">Recipes</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="index.html">Recipe List</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div id = "Burrata"> | ||
<li><a href = "./pages/Burrata.html"><img src ="Burratta.png"><figcaption>Grilled Peach Burrata</figcaption></a></li> | ||
</div> | ||
<div id = "Lamb"> | ||
<li><a href = ./pages/Seared_lamb_chops.html><img src = "lamb.png"><figcaption>Seared lamb chops, salad, and Tzatziki</figcaption></a></li> | ||
</div> | ||
</ul> | ||
</nav> | ||
<h1 class = "borders center">Recipe List:</h1> | ||
<div class = "line"></div> | ||
<div id = "Table-of-contents"> | ||
<div class="navbar"> | ||
</div> | ||
<div class = "recipe-list" id = "Scallops"> | ||
<a class = "recipe-link" class = "recipe-list" href = ./pages/Scallop_crudo.html> | ||
<img src = "Crudo.png"> | ||
<figcaption>Citrus-y Scallop Crudo</figcaption> | ||
</a> | ||
</div> | ||
|
||
<div class = "recipe-list" id = "Burrata"> | ||
<a class = "recipe-link"c lass = "recipe-list" href = "./pages/Burrata.html"> | ||
<img class = "test" src ="Burratta.png"> | ||
<figcaption>Grilled Peach Burrata</figcaption> | ||
</a> | ||
</div> | ||
|
||
<div class = "recipe-list" id = "Lamb"> | ||
<a class = "recipe-link"c lass = "recipe-list" href = ./pages/Seared_lamb_chops.html> | ||
<img src = "lamb.png"> | ||
<figcaption>Seared lamb chops</figcaption> | ||
</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,69 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang = "e"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
blockquote { | ||
margin: 0; | ||
} | ||
|
||
blockquote p { | ||
padding: 15px; | ||
background: #eee; | ||
border-radius: 5px; | ||
} | ||
img { | ||
width: 290px; | ||
length: auto; | ||
} | ||
img { | ||
float:left; | ||
} | ||
|
||
#Ingredients { | ||
/* float:right;*/ | ||
margin-left: 300px; | ||
} | ||
#Instructions { | ||
padding: 30px; | ||
} | ||
#Directions { | ||
font-size: 18px; | ||
} | ||
</style> | ||
<title></title> | ||
<link rel = "stylesheet" href = "../styles.css"> | ||
<title>Burrata</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<body class = "spacing body-styling"> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary spacing rounding"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#">Recipes</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="../index.html">Recipe List</a> | ||
<a class="nav-link" href="Seared_lamb_chops.html">Seared Lamb</a> | ||
<a class="nav-link" href="Scallop_crudo.html">Scallop Crudo</a> | ||
<a class="nav-link" href="Burrata.html">Burratta</a> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
<h1>Grilled Peach Burrata</h1> | ||
<p><h3>Description</h3></p> | ||
<p> This bright summery dish is the perfect appetizer for a dinner party and just to devour as fast as possible </p> | ||
<img src = "../Burratta.png"> | ||
<div id = "Ingredients"> | ||
<p><h3>Ingredients</h3></p> | ||
<ul> | ||
<li>2 whole Peaches</li> | ||
<div class = "Description"> | ||
<!-- <h3>Description:</h3> --> | ||
This bright summery dish is the perfect appetizer for a dinner party and just to devour as fast as possible | ||
</div> | ||
|
||
<div class = "Image-flex"> | ||
<img class = "recipe-image" src = "../Burratta.png"> | ||
<div class = "Ingredients"> | ||
<div class = "line short"></div> | ||
<p><h3>Ingredients</h3></p> | ||
<ul> | ||
<li>Frozen is also fine just make sure to throughly pat them dry</li> | ||
<li>2 whole Peaches</li> | ||
<ul> | ||
<li>Frozen is also fine just make sure to throughly pat them dry</li> | ||
</ul> | ||
<li>4 ounces of Burrata</li> | ||
<li>1<sup>1</sup>⁄<sub>2</sub> cups of Cherry Tomatoes</li> | ||
<li>8 ounces of Basil</li> | ||
<li><sup>1</sup>⁄<sub>4</sub>cup of olive oil</li> | ||
<li>salt and pepper to taste</li> | ||
</ul> | ||
<li>4 ounces of Burrata</li> | ||
<li>1<sup>1</sup>⁄<sub>2</sub> cups of Cherry Tomatoes</li> | ||
<li>8 ounces of Basil</li> | ||
<li>1/4 cup of olive oil</li> | ||
<li>salt and pepper to taste</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div id = "Instructions"> | ||
<blockquote><p>💡 Tip: This is a recipe all about personal prefrence, adjust these numbers as you see fit!</p></blockquote> | ||
<h3>Directions</h3> | ||
<ol> | ||
<div id = "Directions"> | ||
<li>Slice peaches into 2 inch slices and set aside</li> | ||
<li>Add a light amount of oil on a grill, or grill pan, and place the peaches on the pan, making sure not to stack</li> | ||
<li>Well the peaches grill, julienne the basil and half the cherry tomatoes</li> | ||
<li>flip the peaches off the pan when grill marks are visible on the bottom. Remove from pan and place on a large plate</li> | ||
<li>Place tomato halves over the peaches as well as jullienned basil.</li> | ||
<li>place the burrata on top and drizzle with olive oil, salt, and pepper</li> | ||
<li>Serve with crusty bread and enjoy!!</li> | ||
</div> | ||
</ol> | ||
<blockquote><p>💡 Tip: This is a recipe all about personal prefrence, adjust these numbers as you see fit!</p></blockquote> | ||
<div class = "line short"></div> | ||
<h3>Directions</h3> | ||
<ol> | ||
<div id = "Directions"> | ||
<li>Slice peaches into 2 inch slices and set aside</li> | ||
<li>Add a light amount of oil on a grill, or grill pan, and place the peaches on the pan, making sure not to stack</li> | ||
<li>Well the peaches grill, julienne the basil and half the cherry tomatoes</li> | ||
<li>flip the peaches off the pan when grill marks are visible on the bottom. Remove from pan and place on a large plate</li> | ||
<li>Place tomato halves over the peaches as well as jullienned basil.</li> | ||
<li>place the burrata on top and drizzle with olive oil, salt, and pepper</li> | ||
<li>Serve with crusty bread and enjoy!!</li> | ||
</div> | ||
</ol> | ||
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,46 +3,56 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
img { | ||
width: 290px; | ||
length: auto; | ||
border: 3px solid #555; | ||
} | ||
img { | ||
float:left; | ||
} | ||
#div1 { | ||
margin-left: 325px; | ||
} | ||
</style> | ||
<title></title> | ||
<link rel = "stylesheet" href = "../styles.css"> | ||
<title>Scallop crudo</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<h1>Scallop Crudo</h1> | ||
<h3>Description</h3> | ||
<p>A citrusy fresh dish that is a perfect dish to share with a crowd, each component combines together to make a bite to die for</p> | ||
<img src = "../Crudo.png"> | ||
<div id = "div1"> | ||
<p><h3>Ingredients</h3></p> | ||
<ul> | ||
<li>1 cup Coconut Milk</li> | ||
<li>2 Blood oranges</li> | ||
<li>1 lemon</li> | ||
<li>1 Naval Orange</li> | ||
<li>1 pound of Scallops</li> | ||
<li>1 shallot</li> | ||
<li>1 green onion</li> | ||
<li><sup>1</sup>⁄<sub>4</sub> cup Chili Oil</li> | ||
<li>6 pieces of Sushi Ginger</li> | ||
</ul> | ||
<body class = "spacing body-styling"> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary spacing rounding"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="#">Recipes</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup"> | ||
<div class="navbar-nav"> | ||
<a class="nav-link active" aria-current="page" href="../index.html">Recipe List</a> | ||
<a class="nav-link" href="Seared_lamb_chops.html">Seared Lamb</a> | ||
<a class="nav-link" href="Scallop_crudo.html">Scallop Crudo</a> | ||
<a class="nav-link" href="Burrata.html">Burratta</a> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
<h1>Citrus-y Scallop Crudo</h1> | ||
<p class = "Description">A citrusy fresh dish that is a perfect dish to share with a crowd, each component combines together to make a bite to die for</p> | ||
<div class = "Image-flex"> | ||
<img class = "recipe-image" src = "../Crudo.png"> | ||
<div class = "Ingredients"> | ||
<div class = "line short"></div> | ||
<p><h3>Ingredients</h3></p> | ||
<ul> | ||
<li>1 cup Coconut Milk</li> | ||
<li>2 Blood oranges</li> | ||
<li>1 lemon</li> | ||
<li>1 Naval Orange</li> | ||
<li>1 pound of Scallops</li> | ||
<li>1 shallot</li> | ||
<li>1 green onion</li> | ||
<li><sup>1</sup>⁄<sub>4</sub> cup Chili Oil</li> | ||
<li>6 pieces of Sushi Ginger</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div> | ||
<div class = "line short"></div> | ||
<h3>Directions</h3> | ||
<ol> | ||
<li>Halve the scallops and place at the bottom of a shallow bowl</li> | ||
<li>In a measuring cup combine the juice of the Orange, 1 blood orange and half of the other, <sup>1</sup>⁄<sub>2</sub> lemon and mix until a light pink, almost pepto bismol coloured liquid </li> | ||
<li>Pour the liquid over the scallops until just the tops of the scallop are visible</li> | ||
<li>top with pieces of sushi ginger, sliced shallot, sliced blood orange and lemon, and a drizzle of chilli oil </li> | ||
</ol> | ||
</div> | ||
<h3>Directions</h3> | ||
<ol> | ||
<li>Halve the scallops and place at the bottom of a shallow bowl</li> | ||
<li>In a measuring cup combine the juice of the Orange, 1 blood orange and half of the other, <sup>1</sup>⁄<sub>2</sub> lemon and mix until a light pink, almost pepto bismol coloured liquid </li> | ||
<li>Pour the liquid over the scallops until just the tops of the scallop are visible</li> | ||
<li>top with pieces of sushi ginger, sliced shallot, sliced blood orange and lemon, and a drizzle of chilli oil </li> | ||
</ol> | ||
</body> | ||
</html> |
Oops, something went wrong.