Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <div id="portfolio" class="container-fluid text-center">
  2. <h2>Portfolio</h2><br>
  3. <h4>What we have created</h4>
  4. <div class="row text-center">
  5. <div class="col-sm-4">
  6. <div class="thumbnail">
  7. <img src="gambar1.jpg" alt="Paris" width="400" height="300">
  8. <p><strong>Paris</strong></p>
  9. <p>Yes, we built Paris</p>
  10. </div>
  11. </div>
  12. <div class="col-sm-4">
  13. <div class="thumbnail">
  14. <img src="gambar2.jpg" alt="New York" width="400" height="300">
  15. <p><strong>New York</strong></p>
  16. <p>We built New York</p>
  17. </div>
  18. </div>
  19. <div class="col-sm-4">
  20. <div class="thumbnail">
  21. <img src="gambar3.jpg" alt="San Francisco" width="400" height="300">
  22. <p><strong>San Francisco</strong></p>
  23. <p>Yes, San Fran is ours</p>
  24. </div>
  25. </div>
  26. </div><br>
  27.  
  28. <h2>What our customers say</h2>
  29. <div id="myCarousel" class="carousel slide text-center" data-ride="carousel">
  30. <!-- Indicators -->
  31. <ol class="carousel-indicators">
  32. <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
  33. <li data-target="#myCarousel" data-slide-to="1"></li>
  34. <li data-target="#myCarousel" data-slide-to="2"></li>
  35. </ol>
  36.  
  37. <!-- Wrapper for slides -->
  38. <div class="carousel-inner" role="listbox">
  39. <div class="item active">
  40. <h4>"This company is the best. I am so happy with the result!"<br><span style="font-style:normal;">Michael Roe, Vice President, Comment Box</span></h4>
  41. </div>
  42. <div class="item">
  43. <h4>"One word... WOW!!"<br><span style="font-style:normal;">John Doe, Salesman, Rep Inc</span></h4>
  44. </div>
  45. <div class="item">
  46. <h4>"Could I... BE any more happy with this company?"<br><span style="font-style:normal;">Chandler Bing, Actor, FriendsAlot</span></h4>
  47. </div>
  48. </div>
  49.  
  50. <!-- Left and right controls -->
  51. <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
  52. <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
  53. <span class="sr-only">Previous</span>
  54. </a>
  55. <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
  56. <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
  57. <span class="sr-only">Next</span>
  58. </a>
  59. </div>
  60. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement