Testimonials

5. Testimonials

Module position: testimonial

Module suffix: Not used

We have used custom module for this testimonial module.

Code

<div class="testimonial">
    <div class="test-customer">
        <div id="myCarousel" class="carousel testi-moinal slide" data-ride="carousel">
            <div class="carousel-inner">
                <div class="item active">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s standard dummy text ever since the 1500s.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img1.jpg" alt="img1" class="img-responsive testi-img" /><span>Lakha</span></div>
                <div class="item">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img2.jpg" alt="img2" class="img-responsive testi-img" /><span>John</span></div>
                <div class="item">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has been the industry's ever since the 1500s, when an unknown printer.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img3.gif" alt="img3" class="img-responsive testi-img" /><span>Rita</span></div>
                <div class="item">
                    <div class="content">
                        <p><em class="fa fa-quote-left" style="margin-right: 5px;"></em>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer Lorem Ipsum has since the 1500s, when an unknown printer.</p>
                    </div>
                    <img src="images/themeparrot/testimonial/img4.jpg" alt="img4" class="img-responsive testi-img" /><span>Vikash</span></div>
                <a href="#myCarousel" class="left carousel-control" data-slide="prev"> <em class="fa fa-chevron-left"></em> <span class="sr-only">Previous</span> </a>
                <a href="#myCarousel" class="right carousel-control" data-slide="next"> <em class="fa fa-chevron-right"></em> <span class="sr-only">Next</span> </a>
            </div>
            <!-- Indicators -->
        </div>
    </div>
</div>

Last updated