Last active
November 4, 2015 13:40
-
-
Save alex28742/6ba1910b69ddd26a31a5 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
<section id="testimonials"> | |
<div class="panel"> | |
<div class="panel-heading">A few words from our customers.</div> | |
<div class="row"> | |
<div class="col-lg-6"> | |
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quibusdam, quo. | |
<small>John from | |
<cite>Sourse</cite> | |
</small> | |
</blockquote> | |
</div> | |
<div class="col-lg-6"> | |
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam, animi. | |
<small>John from | |
<cite>Sourse</cite> | |
</small> | |
</blockquote> | |
</div> | |
</div> | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment