Removing generated HTML files from repo
This commit is contained in:
parent
75e97b9d4a
commit
6f97dd6fb5
183
index.html
183
index.html
@ -1,183 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
<title>Cocktail Menu</title>
|
|
||||||
</head>
|
|
||||||
<body class="menu">
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Cocktails</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Old Fashioned</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Bourbon</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Maple syrup</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Boulevardier</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Bourbon</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Campari</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Sweet vermouth</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Black Manhattan</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Rye whiskey</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Amaro</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Orange bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>MonteNegroni</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Amaro Montenegro</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Sweet vermouth</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Sidecar</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Bourbon</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Cointreau</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Lemon juice</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Gin & Tonic</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Tonic water</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Gimlet</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Lime juice</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Simple syrup</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Bennet</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Lime juice</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Simple syrup</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
231
recipes.html
231
recipes.html
@ -1,231 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
<title>Cocktail Menu</title>
|
|
||||||
</head>
|
|
||||||
<body class="recipes">
|
|
||||||
<main>
|
|
||||||
|
|
||||||
<h1>Recipes</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Old Fashioned</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 oz Bourbon</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1tsp Maple syrup</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 dashes Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Stir with ice. Strain into rocks glass over large cube.</li>
|
|
||||||
<li>Garnish with orange twist.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Boulevardier</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>1.5 oz Bourbon</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 oz Campari</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 oz Sweet vermouth</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Stir with ice. Strain into rocks glass over large cube.</li>
|
|
||||||
<li>Garnish with orange twist.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Black Manhattan</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 oz Rye whiskey</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 oz Amaro</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 dash Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 dash Orange bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Stir with ice. Strain into chilled coupe.</li>
|
|
||||||
<li>Garnish with orange twist.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>MonteNegroni</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 1/3 oz Amaro Montenegro</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>2/3 oz Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>2/3 oz Sweet vermouth</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 drops Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Stir with ice. Strain into rocks glass over large cube.</li>
|
|
||||||
<li>Garnish with orange twist.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Sidecar</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 oz Bourbon</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 oz Cointreau</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>0.5 oz Lemon juice</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Shake with ice. Double strain into chilled coupe.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Gin & Tonic</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 oz Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>4 oz Tonic water</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Pour gin and tonic over ice in short glass.</li>
|
|
||||||
<li>Stir gently.</li>
|
|
||||||
<li>Garnish with lime wheel.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Gimlet</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 oz Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 oz Lime juice</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>0.5 oz Simple syrup</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Shake with ice.</li>
|
|
||||||
<li>Double strain into chilled coupe.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Bennet</h2>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
<li>2 oz Gin</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 oz Lime juice</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>0.5 oz Simple syrup</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li>1 dash Angostura bitters</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3>Directions</h3>
|
|
||||||
<p><ol>
|
|
||||||
<li>Shake with ice.</li>
|
|
||||||
<li>Double strain into chilled coupe.</li>
|
|
||||||
</ol></p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user