summaryrefslogtreecommitdiff
path: root/recipes/tomato_basil_bisque.html
blob: eaa61645e06d161704509869a23faff30de26bfc (plain)
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
<!DOCTYPE HTML>
<html lang="en">

	<head>
		<title>Tomato Basil Bisque</title>
		<meta charset="utf-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1"/>
		<link rel="stylesheet"    type="text/css"     href="../style.css"/>
		<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"/>
	</head>
	<body>
		<main>
			<img class="icon" src="../img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
			<h1>Tomato Basil Bisque</h1>

			<div class="row">
				<div class="column">
					<h2>Ingredients</h2>
					<ul>
						<li>1 tbs oil</li>
						<li>6 cloves garlic (minced)</li>
						<li>4 x 14.5 oz diced tomatoes</li>
						<li>2 cups chicken broth</li>
						<li>1 tsp salt</li>
						<li>1/2 tsp black pepper (ground)</li>
						<li>1 cup heavy cream</li>
						<li>6 basil leaves</li>
					</ul>
				</div>
				<div class="column">
					<h2>Instructions</h2>
					<ol>
						<li>In a large steel soup pot, heat oil and garlic over medium-low heat, until garlic starts to brown. (~4 min)</li>
						<li>Add the broth and tomatoes.</li>
						<li>Increase heat to medium, and bring to a gentle boil.</li>
						<li>Reduce heat to low.</li>
						<li>Add salt and black pepper.</li>
						<li>Slowly pour in cream while stirring.</li>
						<li>Add basal and stir.</li>
						<li>Blend, then serve.</li>
					</ol>
				</div>
			</div>

			<footer>
				<a href="../index.html">Home</a> | <a href="../recipes.html">Recipes</a>
			</footer>
		</main>
	</body>

</html>