Skip to content

Instantly share code, notes, and snippets.

@eddiemoya
Forked from tim-steele/Image Widget HTML
Created September 12, 2012 16:18
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 eddiemoya/3707812 to your computer and use it in GitHub Desktop.
Save eddiemoya/3707812 to your computer and use it in GitHub Desktop.
<!-- OLD -->
<article class="widget content-container span12 image-widget">
<header class="content-header">
<h3>Discover ideas. Ask Questions. Be you. Welcome to the Community.</h3>
</header>
<article class="content-container">
<img src="">
</article>
</article>
<!-- NEW -->
<article class="widget content-container span12 image-widget">
<header class="content-header">
<h3>Discover ideas. Ask Questions. Be you. Welcome to the Community.</h3>
</header>
<section class="content-body">
<img src="">
</section>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment