Created
October 22, 2012 19:24
-
-
Save planetoftheweb/3933515 to your computer and use it in GitHub Desktop.
Insert content with titles and images
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
<!-- Example row of columns --> | |
<div class="row"> | |
<div class="span4"> | |
<h2>Deland, FL</h2> | |
<h3>October 20, 2009</h3> | |
<img src="images/engines.jpg" class="img-rounded" alt="Auto Show - Deland, FL" /> | |
<p><a class="btn" href="#">More info</a></p> | |
</div> | |
<div class="span4"> | |
<h2>Houston, TX</h2> | |
<h3>October 12, 2008</h3> | |
<img src="images/headlights.jpg" class="img-rounded" alt="Auto Show - Houston, TX" /> | |
<p><a class="btn" href="#">More info</a></p> | |
</div> | |
<div class="span4"> | |
<h2>Carson City, NV</h2> | |
<h3>August 14, 2008</h3> | |
<img src="images/hoodornaments.jpg" class="img-rounded" alt="Auto Show - Carson City, NV" /> | |
<p><a class="btn" href="#">More info</a></p> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="span4"> | |
<h2>Albuquerque, NM</h2> | |
<h3>April 2, 2008</h3> | |
<img src="images/interiors.jpg" class="img-rounded" alt="Auto Show - Albuquerque, NM" /> | |
<p><a class="btn" href="#">More info</a></p> | |
</div> | |
<div class="span4"> | |
<h2>Oak Park, IL</h2> | |
<h3>December 3, 2007</h3> | |
<img src="images/tires.jpg" class="img-rounded" alt="Auto Show - Oak Park, IL" /> | |
<p><a class="btn" href="#">More info</a></p> | |
</div> | |
<div class="span4"> | |
<h2>Clarence, IA</h2> | |
<h3>June 20, 2007</h3> | |
<img src="images/turnlights.jpg" class="img-rounded" alt="Auto Show - Clarence, IA" /> | |
<p><a class="btn" href="#">More info</a></p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment