-
Notifications
You must be signed in to change notification settings - Fork 0
/
mediterranean_salad.html
34 lines (34 loc) · 1.71 KB
/
mediterranean_salad.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mediterranean Salad</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="/javascripts/javascript.js"></script>
</head>
<body>
<h1>Mediterranean Salad</h1>
<p>Good dish to bring to summer BBQs. This can get soggy due to the moisture of the ingredients so try to pat dry with paper towels while combining them. If saving this overnight, drain any excess lemon juice the next day to remove excess moisture.</p>
<h2>Ingredients</h2>
<ul>
<li>2 cucumbers</li>
<li>2 roma tomatoes </li>
<li>1 small or 1/2 medium white onion</li>
<li>1 container (6 oz.) feta cheese crumbles</li>
<li>Juice of 1/2 lemon</li>
<li>Salt (to taste)</li>
<li>Pepper (to taste)</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Slice cucumbers vertically into quarters and remove the seeds and center. Dice cucumbers.</li>
<li>De-core and dice 2 romat tomatoes.</li>
<li>Dice 1 small onion or roughly 1/2 of a medium-sized onion. A little bit goes a long way with the onion and you can always add more if you want more.</li>
<li>Combine cucumber, tomato, and onion into a large bowl or tupperware container. Add feta cheese and season with salt and pepper to taste. Squeeze the juice of 1/2 lemon over the salad and mix again.</li>
</ol>
<p>Finished product:</p>
<img src="/images/mediterranean_salad.jpg" alt="Complete Mediterranean Salad in tupperware container resting on stove" width="625" height="500" />
<footer>
<a href="http://robertjmccaffery.com/recipes.html">Back to Recipes</a> | <a href="http://robertjmccaffery.com/">Home</a>
</footer>
</body>
</html>