Saturday, January 24, 2009

places that start with etro

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>A Doozy of a Daisy</title>
  <style>
    body {
      background-color: #d0f0c0; /* Mint green */
      font-family: 'Comic Sans MS', cursive, sans-serif;
      margin: 0;
      padding: 20px;
    }
    .container {
      background: white;
      padding: 20px;
      margin: 20px auto;
      border-radius: 15px;
      max-width: 800px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    h1, h2 {
      text-align: center;
      color: #336633;
    }
    p, li {
      font-size: 1.1em;
      line-height: 1.6;
    }
    .decor {
      text-align: center;
      font-size: 2em;
      margin-bottom: 10px;
    }
    .title-area {
      text-align: center;
      margin-bottom: 30px;
    }
    .title-area img {
      width: 80px;
      display: block;
      margin: 0 auto 10px;
    }
  </style>
</head>
<body>

<div class="title-area">
  <img src="https://upload.wikimedia.org/wikipedia/commons/4/41/Daisy_icon_simple.svg" alt="Daisy">
  <h1>A Doozy of a Daisy</h1>
  <div class="decor">🌼 🍸 🌼 🍸 🌼</div>
</div>

<div class="container">
  <h2>Intro</h2>
  <p><strong>Lime Superjuice (via Educated Barfly)</strong><br>
  Ingredients: 8 Limes, 44g Citric Acid, 8g Malic Acid, 4 cups Water.<br>
  1. Add peel of 8 limes to a container. Juice the limes. Add acids and lightly muddle.<br>
  2. Let sit 1 hour. Add juice and water. Blend until dissolved.<br>
  3. Fine strain and refrigerate (1–2 weeks).</p>

  <p><strong>Saline</strong><br>
  4:1 Ratio by Weight (e.g., 20g salt to 80g hot water). Shake to dissolve.</p>

  <p><strong>Grenadine</strong><br>
  1 cup pomegranate juice + 1 cup sugar. Add herbs if desired.</p>
</div>

<div class="container">
  <h2>Recipes We Are Making in the Session</h2>
  <p><strong>Grenadine</strong> (see intro)</p>
  <p><strong>Saline</strong> (see intro)</p>

  <p><strong>Jalapeno Pineapple Margarita</strong><br>
  - 3/4 oz triple sec<br>
  - 1 pineapple chunk<br>
  - 1 jalapeño round<br>
  - 1 1/2 oz reposado tequila<br>
  - 1/2 oz lime juice<br>
  - 1/2 oz pineapple juice<br>
  - 1/2 barspoon agave<br>
  <em>Directions:</em> Muddle pineapple and jalapeño. Shake with ice and ingredients. Strain into glass with fresh ice.</p>

  <p><strong>Jalapeno Pineapple MOCKtail</strong><br>
  (Similar to above but no alcohol. Top with club soda.)</p>

  <p><strong>Whiskey Daisy #1</strong><br>
  - 1 1/2 oz Bourbon<br>
  - 1/2 oz Cointreau<br>
  - 1/2 oz Lemon Juice<br>
  - 1/4 oz Grenadine<br>
  <em>Directions:</em> Shake with ice, strain into chilled glass. Top with splash of soda.</p>
</div>

<div class="container">
  <h2>Recipes To Try Later</h2>
  <p><strong>Daisy de Santiago</strong><br>
  - 1.5 oz lightly aged rum<br>
  - 1 oz lime juice<br>
  - 1/2 oz Yellow Chartreuse<br>
  - 1.5 tsp demerara syrup<br>
  - 1 oz club soda<br>
  <em>Directions:</em> Shake with ice, strain over fresh ice. Top with soda. Garnish with mint sprig.</p>

  <p><strong>Cosmopolitan</strong><br>
  - 1.5 oz citron vodka<br>
  - 0.75 oz Cointreau<br>
  - 0.75 oz lime juice<br>
  - 0.5 oz cranberry juice cocktail<br>
  <em>Directions:</em> Shake with ice, strain into chilled cocktail glass.</p>
</div>

</body>
</html>