-
Notifications
You must be signed in to change notification settings - Fork 0
/
watermelon_salad.html
80 lines (79 loc) · 3.5 KB
/
watermelon_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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>Grilled Watermelon Salad</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<script src="/javascripts/javascript.js"></script>
<style>
#wrapper {
margin-left: auto;
margin-right: auto;
width: 50%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
</style>
</head>
<body>
<div id="wrapper">
<div class="center">
<h1>Grilled Watermelon Salad</h1>
</div>
<p>My attempt at a sweet and savory salad that looks pretty.</p>
<p>Easily the douchiest recipe in the list. I saw a Reel that talked about grilling fruit and the sugars caramelizing. This was my attempt at thinking that would be tasty.</p>
<h2>Ingredients</h2>
<ul>
<li>1 small watermelon</li>
<li>Goat cheese</li>
<li>Honey</li>
<li>Whole pickled beets</li>
<li>Pine nuts</li>
<li>1/2 cup balsamic vinegar</li>
<li>Mint</li>
<li>Golden sweet cherry tomatoes
<div class="center">
<img src="/images/grilled_watermelon_salad/yellow_tomatoes.jpg" alt="Packaged golden sweet tomatoes" height="250" />
<br />
<span><i>Packaged golden sweet tomatoes</i></span>
</div>
</li>
<li>Arugula</li>
</ul>
<h2>Instructions</h2>
<ol>
<li>Trim melon into square "steaks" between 1/2 and 1 inch thick
<div class="center">
<img src="/images/grilled_watermelon_salad/watermelon_trimmed.jpg" alt="Watermelon trimmed into square shape" height="250" />
<br />
<span><i>Watermelon trimmed into square shape</i></span>
</div>
</li>
<li>De-seed then marinate the watermelon in honey while preparing the other ingredients. I put the melon in a sandwich bag with the honey.
<div class="center">
<img src="/images/grilled_watermelon_salad/marinated_watermelon.jpg" alt="Watermelon in sandwich bag with honey next to chopped mint" height="250" />
<br />
<span><i>Watermelon in sandwich bag with honey next to chopped mint</i></span>
</div>
</li>
<li>Bring the balsamic vinegar to a simmer in a small saucepan. It should not boil and should be taken off direct heat when it starts to foam, otherwise it will become too thick.</li>
<li>Grill the watermelon briefly. This can char easily due to the amount of water so it only needs a brief time on medium heat to carmelize some of the sugars.</li>
<li>Trim ends off beets and half the golden cherry tomatoes</li>
<li>Assemble and dress the salad. I started with a bed of arugula and added some goat cheese and pine nuts to the plate. I then put the halved golden sweet tomatoes and beets on the salad and beside the arugula. Once cooled, the watermelon "steak" was placed on the salad and chopped mint was placed on top. Add more goat cheese to the watermelon and salad and garnish with mint. Drizzle with balsamic reduction.</li>
</ol>
<p>I reduced the balsamic a bit too long and it hardened as it cooled. Next time I make this, I will reduce the balsamic on a lower heat and/or for less time or use my <a href="http://robertjmccaffery.com/vinaigrette.html">vinaigrette</a>.</p>
<p>Finished product:</p>
<div class="center">
<img src="/images/grilled_watermelon_salad/grilled_watermelon_salad.jpg" alt="Assembled salad" height="400" />
<br />
<span><i>Assembled Salad</i></span>
</div>
<footer>
<a href="http://robertjmccaffery.com/recipes.html">Back to Recipes</a> | <a href="http://robertjmccaffery.com/">Home</a>
</footer>
</div>
</body>
</html>