Created
January 15, 2011 21:02
-
-
Save fletcherm/781250 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="ad"> | |
<div id="flipbox"> | |
<img class="banner" src="backwoods-bastard.jpg" alt="Backwoods Bastard ~ By Founder's Brewing" /> | |
<p class="actions"> | |
Drink in the Backwoods lately? | |
<img class="action yes" src="thumbs_up.png"/> | |
<img class="action no" src="thumbs_down.png"/> | |
</p> | |
</div> | |
<div id="after"> | |
<img class="banner" src="founders.jpg"/> | |
<div class="actions"> | |
<div id="picked_yes" class="pick"> | |
<p>87% agree | |
<img class="yes" src="thumbs_up.png"/> | |
<a href="http://www.foundersbrewing.com">Drink more!</a> | |
</p> | |
</div> | |
<div id="picked_no" class="pick"> | |
<p>13% agree | |
<img class="no" src="thumbs_down.png"/> | |
<a href="http://www.foundersbrewing.com">Try it today!</a> | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment