Guest User

Untitled

a guest
May 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. (https://jsfiddle.net/WebiSS/okzjdzw4/2/) - Carousel on its own
  2.  
  3.  
  4. (https://jsfiddle.net/WebiSS/tbo2h5cy/) - Carousel on webpage
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <section class="testimonials py-5 text-white px-1 px-md-5 margin-top-xl">
  12.  
  13. <div class="container">
  14. <div class="row">
  15. <div class="col-sm-12">
  16. <h2 class="pt-2 text-center font-weight-bold">Our Customers Are Seeing Big Results</h2>
  17.  
  18. <div class="carousel-control testimonial-carousel-controls">
  19. <div class="control d-flex align-items-center justify-content-center prev mt-3"><i class="fa fa-chevron-left"></i></div>
  20. <div class="control d-flex align-items-center justify-content-center next mt-3"><i class="fa fa-chevron-right"></i></div>
  21.  
  22. <div class="testimonial-carousel">
  23. <div class="h5 font-weight-normal one-slide mx-auto">
  24. <div class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
  25. <div class="message text-center blockquote w-100">"They’ve been consistent throughout the years and grown together with us. Even as they’ve grown, they haven’t lost sight of what they do. Most of their key resources are still with them, which is also a testament to their organization."</div>
  26. <div class="blockquote-footer w-100 text-white">Bill, OneBlood</div>
  27. </div>
  28. </div>
  29. <div class="h5 font-weight-normal one-slide mx-auto">
  30. <div class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
  31. <div class="message text-center blockquote w-100">"Miami Beach Visitor and Convention Authority uses Solodev to craft a website capable of representing its diverse residents. The website features a newsroom with the latest events, an interactive calendar, and a mobile app that puts the
  32. resources of VCA at a user’s fingertips."</div>
  33. <div class="blockquote-footer w-100 text-white">Jim Joe, WebCorpCo</div>
  34. </div>
  35. </div>
  36. <div class="h5 font-weight-normal one-slide mx-auto">
  37. <div class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
  38. <div class="message text-center blockquote w-100">Solodev is a great company to partner with! We are extremely happy with the software, service, and support.</div>
  39. <div class="blockquote-footer w-100 text-white">Jim Joe, WebCorpCo</div>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </section>
Add Comment
Please, Sign In to add comment