Created
September 26, 2016 07:50
-
-
Save BHWD/7b0c9b20608860c70771cfbaa6e7df20 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
<!-- Single Testimonial --> | |
<div class="single-testimonial"> | |
<div class="testimonial-holder"> | |
<div class="testimonial-content">[dat_testimonial_content] | |
<div class="testimonial-caret"><i class="fa fa-caret-down"></i></div> | |
</div> | |
<div class="row"> | |
<div class="testimonial-user clearfix"> | |
<div class="testimonial-user-image"><img src="[dat_testimonial_image_url]" alt=""></div> | |
<div class="testimonial-user-name">[dat_testimonial_name] <br><a href="#">View Profile</a></div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- End of Single Testimonial --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment