Created
September 12, 2012 16:17
-
-
Save tim-steele/3707809 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
<!-- 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> | |
<h4>Subtitle</h4> | |
</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> | |
<h4>Subtitle</h4> | |
</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