Created
March 14, 2012 19:34
-
-
Save procload/2038888 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<section class="success-stories row"> | |
<div class="story span17"> | |
<div class="row"> | |
<div class="span4"> | |
<div class="thumbnail video-small"> | |
<%= image_tag 'tmp/img-vids1.png', :alt => 'Video Title' %> | |
</div> | |
</div> | |
<div class="span12 offset1"> | |
<h5><%= link_to 'Video Title', '#' %></h5> | |
<p>Lorem ipsum dolor sit amet, consectetur sicing elit, sed do eiusd tempor incid idunt rem ipsum dolor sit amecon.</p> | |
<%= link_to 'View transcription »', '#', :class => 'view-transcript' %> | |
<em>Disability: Dyslexia, Audience: Parents</em> | |
</div> | |
</div> | |
</div> | |
<!-- /story --> | |
</section> | |
<!-- /success-stories --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment