Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <div class="grid_8 alpha omega">
  2. <div class="grid_6 alpha results1">
  3. <div id="myCarousel" class="carousel slide">
  4. <ol class="carousel-indicators">
  5. <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
  6. <li data-target="#myCarousel" data-slide-to="1"></li>
  7. <li data-target="#myCarousel" data-slide-to="2"></li>
  8. </ol>
  9.  
  10. <section class="carousel-inner">
  11. <div class="active item">
  12. <h3>One</h3>
  13. <img src="http://placehold.it/85x15" alt="Take 5 Icon" />
  14. </div>
  15.  
  16. <div class="item">
  17. <h3>Two</h3>
  18. <img src="http://placehold.it/85x15" alt="Take 5 Icon" />
  19. </div>
  20.  
  21. <div class="item">
  22. <h3>Three</h3>
  23. <img src="http://placehold.it/85x15" alt="Take 5 Icon" />
  24. </div>
  25. </section><!--carousel-inner-->
  26.  
  27. <a href="myCarousel" class="left carousel-control" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
  28. <a href="myCarousel" class="left carousel-control" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
  29.  
  30. </div><!--myCarousel-->
  31. </div> <!-- end Featured courses -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement