Advertisement
kobial8

Testimonial Type 2 | HTML Code

Feb 27th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.08 KB | None | 0 0
  1. <section class="testimonial">
  2.       <div class="heading text-center">
  3.         <div class="container">
  4.           <div class="row">
  5.             <div class="col-md-6">
  6.               <h1>Testimonials</h1>
  7.             </div>
  8.           </div>
  9.         </div>
  10.       </div><!-- end of heading -->
  11.       <div class="container">
  12.         <div class="row">
  13.           <div id="carousel-testimonials" class="carousel slide" data-ride="carousel">
  14.               <!-- Indicators -->
  15.               <ol class="carousel-indicators visible-lg">
  16.                 <li data-target="#carousel-testimonials" data-slide-to="0" class="active">
  17.                   <img src="img/logos/redbull.png">
  18.                 </li>
  19.                 <li data-target="#carousel-testimonials" data-slide-to="1">
  20.                   <img src="img/logos/cola.png">
  21.                 </li>
  22.                 <li data-target="#carousel-testimonials" data-slide-to="2">
  23.                   <img src="img/logos/1wd.png">
  24.                 </li>
  25.                 <li data-target="#carousel-testimonials" data-slide-to="3">
  26.                   <img src="img/logos/redbull.png">
  27.                 </li>
  28.                 <li data-target="#carousel-testimonials" data-slide-to="4">
  29.                   <img src="img/logos/cola.png">
  30.                 </li>
  31.               </ol>
  32.  
  33.                 <!-- Wrapper for slides -->
  34.                 <div class="carousel-inner" role="listbox">
  35.                   <div class="item active text-center">
  36.                     <div class="row">
  37.                    
  38.                       <blockquote>
  39.                         <i class="fa fa-quote-left"></i>
  40.                         <p>
  41.                           We were surprised by the level of involvement and weight we had during the project. Together ideas were discussed, drafts presented and concepts examined so we, the client, could be satisfied and content with the final product.</p>
  42.                           <cite class="hidden-lg">Redbull</cite>
  43.                       </blockquote>
  44.                     </div>
  45.                   </div>
  46.                   <div class="item text-center">
  47.                     <div class="row">
  48.                    
  49.                       <blockquote>
  50.                       <i class="fa fa-quote-left"></i>
  51.                      
  52.                         <p>
  53.                           We were surprised by the level of involvement and weight we had during the project. Together ideas were discussed, drafts presented and concepts examined so we, the client, could be satisfied and content with the final product.</p>
  54.                           <cite class="hidden-lg">Coca Cola</cite>
  55.                       </blockquote>
  56.                     </div>
  57.                   </div>
  58.                   <div class="item text-center">
  59.                     <div class="row">
  60.                    
  61.                       <blockquote>
  62.                       <i class="fa fa-quote-left"></i>
  63.                         <p>
  64.                           We were surprised by the level of involvement and weight we had during the project. Together ideas were discussed, drafts presented and concepts examined so we, the client, could be satisfied and content with the final product.</p>
  65.                           <cite class="hidden-lg">1st Web Designer</cite>
  66.                       </blockquote>
  67.                     </div>
  68.                   </div>
  69.                   <div class="item text-center">
  70.                     <div class="row">
  71.                    
  72.                       <blockquote>
  73.                       <i class="fa fa-quote-left"></i>
  74.                         <p>
  75.                           We were surprised by the level of involvement and weight we had during the project. Together ideas were discussed, drafts presented and concepts examined so we, the client, could be satisfied and content with the final product.</p>
  76.                           <cite class="hidden-lg">Redbull</cite>
  77.                       </blockquote>
  78.                     </div>
  79.                   </div>
  80.                   <div class="item text-center">
  81.                     <div class="row">
  82.                    
  83.                       <blockquote>
  84.                       <i class="fa fa-quote-left"></i>
  85.                         <p>
  86.                           We were surprised by the level of involvement and weight we had during the project. Together ideas were discussed, drafts presented and concepts examined so we, the client, could be satisfied and content with the final product.</p>
  87.                           <cite class="hidden-lg">Coca Cola</cite>
  88.                       </blockquote>
  89.                     </div>
  90.                   </div>
  91.                 </div>
  92.  
  93.                   <!-- Controls -->
  94.                   <a class="left carousel-control" href="#carousel-testimonials" role="button" data-slide="prev">
  95.                   Prev
  96.                   </a>
  97.                   <a class="right carousel-control" href="#carousel-testimonials" role="button" data-slide="next">
  98.                   Next
  99.                   </a>
  100.               </div>
  101.         </div>
  102.       </div>
  103.     </section><!-- End of Testimonial -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement