Skip to content

Instantly share code, notes, and snippets.

@szbl
Created January 9, 2014 15:48
Show Gist options
  • Save szbl/8336291 to your computer and use it in GitHub Desktop.
Save szbl/8336291 to your computer and use it in GitHub Desktop.
<aside id="sidebar">
<!-- Each widget area should be wrapped in the .widget <div> -->
<div class="widget widget-text">
<div id="newsletter">
<h3>Get virtuous news from Brand Virtue!</h3>
<p>Your favoirte brand experts want to give you even more! Receive our monthly eNewsletter in your inbox.</p>
<form method="post" action="#some-mail-chimp-url">
<input type="email" id="email" name="email" placeholder="Your email address">
<br>
<input type="submit" value="Join Our eNewsletter Today">
</form>
</div>
</div>
<div class="widget widget-text">
<a href="#"></a><img src="/path/to/graphic.jpg"></a>
</div>
<div class="widget widget-text">
<!-- insert FB and LinkedIn JavaScript here -->
</div>
</aside>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment