Skip to content

Instantly share code, notes, and snippets.

@jonathanmoore
Created April 29, 2011 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmoore/948769 to your computer and use it in GitHub Desktop.
Save jonathanmoore/948769 to your computer and use it in GitHub Desktop.
Inspire Well - Description HTML sidebar elements
<h2>My Promo</h2>
<p>
<a href="http://promolink.com"><img src="image-file.jpg" height="100" width="250" /></a>
</p>
<h2>Sites I Love</h2>
<ul class="pages">
<li><a href="http://site.com">Site Name</a></li>
<li><a href="http://site.com">Site Name</a></li>
<li><a href="http://site.com">Site Name</a></li>
<li><a href="http://site.com">Site Name</a></li>
<li><a href="http://site.com">Site Name</a></li>
<li><a href="http://site.com">Site Name</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment