Skip to content

Instantly share code, notes, and snippets.

@cofauver
Last active August 29, 2015 14:00
Show Gist options
  • Save cofauver/a76c9538c32a22d0cecd to your computer and use it in GitHub Desktop.
Save cofauver/a76c9538c32a22d0cecd to your computer and use it in GitHub Desktop.
<!--
Woot!
- Include an image
- Use a table
- Use at least three different styles (e.g. font-family, color, font-size, text-align). Bonus points if you use one that hasn't been explicitly discussed. Underlined text? Table border colors/thickness? Background colors? There are lots of possibilities.
- Use at least two span tags.
-->
<DOCTYPE! html>
<html>
<head>
<title>Brewing</title>
</head>
<body>
<h1 align=center><span style = "color:green;font-family:braggadocio">How to Make Beer</span></h1>
<p>The ancient art of brewing beer is as easy as following the steps ahead. There are two main stages to making beer.
<div style="width:150px; height:35px; background-color: green">
<ol><span style="color:white">
<li>Brewing</li>
<li>Fermentation</li>
</span></ol>
</div>
Before brewing, you just have your composite ingredients. The ingredients to any beer are:
<div style="width:100px; height:80px; background-color:green">
<ul><span style="color:white">
<li>Water</li>
<li>Grains</li>
<li>Hops</li>
<li>Yeast</li>
</span></ul>
</div>
</p>
<p>
<table align="center">
<thead>
<h2 align="center">Supplies!</h2>
</thead>
<tbody>
<tr align="center">
<td><span style="font-family:cursive;color:green; text-decoration:underline"><strong>Brew Pot</strong></span></td>
<td><span style="font-family:cursive;color:green; text-decoration:underline"><strong>Strainer</strong></span></td>
<td><span style="font-family:cursive;color:green; text-decoration:underline"><strong>Carboy</strong></span></td>
<td><span style="font-family:cursive;color:green; text-decoration:underline"><strong>Airlock</strong></span></td>
</tr>
<tr>
<td><img src=http://img1.targetimg1.com/wcsstore/TargetSAS//img/p/14/52/14525616_130402183000.jpg height="200" width="200" /></td>
<td><img src=http://s7d9.scene7.com/is/image/BedBathandBeyond/925511586104p?$478$ height="200" width="200" /></td>
<td><img src=http://moreflavor-pavinthewaysoftw.netdna-ssl.com/product_image/morebeer/232x240/1624.jpg height="200" width="200"/></td>
<td><img src=http://www.northernbrewer.com/shop/media/catalog/product/cache/3/image/800x600/9df78eab33525d08d6e5fb8d27136e95/i/m/image_366.jpg height="200" width="300"/></td>
</tr>
</tbody>
</table>
<div style="color:white;width:1200px; height:500px; background-color:green">
<table align="center" border="5" bordercolor="white">
<thead>
<h2 align="center">The Brewing Process</h2>
</thead>
<tbody>
<tr>
<td><span style="color:white">Steeping</span></td>
<td><span style="color:white">Grind up your grains and pour them into 150 degree water.</span></td>
</span>
</tr>
<tr>
<td></td>
<td><span style="color:white">Allow them to steep for 15 minutes</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Pour the steeped water (wort) through a filter to remove the grains</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Put the wort back in the pot and put it on heat</span></td>
<tr>
<td></td>
<td><span style="color:white">As the water heats, stir in the liquid malt extract and other sugars</span></td>
</tr>
<tr>
<td><span style="color:white">Boiling</span></td>
<td><span style="color:white">Let the water boil</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">When it boils, start a timer for 1 hour and throw in your bittering hops. Keep the boil rolling.</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">At 30 minutes, throw in your flavoring hops</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">At 15 miuntes and after, throw in your aroma hops and other flavors you might want</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Take the brew off heat and add any additional flavoring elements you want in the beer</span></td>
</tr>
<tr>
<td><span style="color:white">Cooling</td>
<td><span style="color:white">Use your sanitized copper wort chiller to cool the brew down around 75 degrees ferenheit as fast as you can</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Get the wort in a carboy</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Add enough water to get the gallonage that you want and to get it down to 68 degrees ferenheit</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Pitch the yeast so that it can begin fermenting in your carboy.</span></td>
</tr>
<tr>
<td></td>
<td><span style="color:white">Seal it off and put an airlock on top.</span></td>
</tr>
</tbody>
</table>
</div>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment