Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. <!-- HTML -->
  2. <section class="hero_area">
  3. <div id="hero_area_slider" class="carousel slide" data-ride="carousel">
  4.  
  5. <!-- Wrapper for slides -->
  6. <div class="carousel-inner" role="listbox">
  7.  
  8. <!-- First slide -->
  9. <div class="item active" style="background: url(img/hero_area_bg_1.jpg) no-repeat scroll 0 0 / cover;">
  10. <div class="carousel-caption">
  11. <div class="hero_table">
  12. <div class="hero_table_cell">
  13. <h3 class="hero_area_top_text" data-animation="animated bounceInLeft">
  14. Best Financial Wordpress Theme
  15. </h3>
  16. <h3 class="hero_bold_text" data-animation="animated bounceInRight">
  17. Great way to get success <br> in Financial service
  18. </h3>
  19. <div class="hero_btn_wrapper" data-animation="animated zoomInUp">
  20. <button class="hero_area_btn">
  21. Free consultation
  22. </button>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. </div><!-- item end -->
  28.  
  29. <!-- Second slide -->
  30. <div class="item" style="background: url(img/hero_area_bg_2.jpg) no-repeat scroll 0 0 / cover;">
  31. <div class="carousel-caption">
  32. <div class="hero_table">
  33. <div class="hero_table_cell">
  34. <h3 class="hero_area_top_text" data-animation="animated bounceInDown">
  35. Best Financial Wordpress Theme
  36. </h3>
  37. <h3 class="hero_bold_text" data-animation="animated bounceInUp">
  38. Great way to get success <br> in Financial service
  39. </h3>
  40. <div class="hero_btn_wrapper" data-animation="animated zoomInRight">
  41. <button class="hero_area_btn">
  42. Free consultation
  43. </button>
  44. </div>
  45. </div>
  46. </div>
  47. </div>
  48. </div><!-- item end -->
  49.  
  50. <!-- Third slide -->
  51. <div class="item" style="background: url(img/hero_area_bg_3.jpg) no-repeat scroll 0 0 / cover;">
  52. <div class="carousel-caption">
  53. <div class="hero_table">
  54. <div class="hero_table_cell">
  55. <h3 class="hero_area_top_text" data-animation="animated zoomInLeft">
  56. Best Financial Wordpress Theme
  57. </h3>
  58. <h3 class="hero_bold_text" data-animation="animated flipInX">
  59. Great way to get success <br> in Financial service
  60. </h3>
  61. <div class="hero_btn_wrapper" data-animation="animated lightSpeedIn">
  62. <button class="hero_area_btn">
  63. Free consultation
  64. </button>
  65. </div>
  66. </div>
  67. </div>
  68. </div>
  69. </div><!-- item end -->
  70.  
  71. </div><!-- carousel-inner end -->
  72.  
  73. <!-- Controls -->
  74. <a class="left hero_area_control" href="#hero_area_slider" role="button" data-slide="prev">
  75. <i class="fa fa-angle-left"></i>
  76. <span class="sr-only">Previous</span>
  77. </a>
  78. <a class="right hero_area_control" href="#hero_area_slider" role="button" data-slide="next">
  79. <i class="fa fa-angle-right"></i>
  80. <span class="sr-only">Next</span>
  81. </a>
  82.  
  83. </div><!-- /.carousel -->
  84. </section>
  85. <!-- ============= hero_area end ============== -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement