Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. <!-- gallery -->
  2. <div id="gallery" class="gallery">
  3. <div class="container">
  4. <h3 class="w3stitle">OUR <span> Gallery</span></h3>
  5. <div class="gallery-w3lsrow">
  6. <div class="col-sm-3 col-xs-4 gallery-grids">
  7. <div class="w3ls-hover">
  8. <a href="images/WebEventPic/Event01.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  9. <img src="images/WebEventPic/Event01.jpg" class="img-responsive zoom-img" alt=""/>
  10. <div class="view-caption">
  11. <h5>Latest Gallery</h5>
  12. <span class="glyphicon glyphicon-search"></span>
  13. </div>
  14. </a>
  15. </div>
  16. </div>
  17. <div class="col-sm-3 col-xs-4 gallery-grids">
  18. <div class="w3ls-hover">
  19. <a href="images/WebEventPic/Event02.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  20. <img src="images/WebEventPic/Event02.jpg" class="img-responsive zoom-img" alt=""/>
  21. <div class="view-caption">
  22. <h5>Latest Gallery</h5>
  23. <span class="glyphicon glyphicon-search"></span>
  24. </div>
  25. </a>
  26. </div>
  27. </div>
  28. <div class="col-sm-3 col-xs-4 gallery-grids">
  29. <div class="w3ls-hover">
  30. <a href="images/WebEventPic/Event03.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  31. <img src="images/WebEventPic/Event03.jpg" class="img-responsive zoom-img" alt=""/>
  32. <div class="view-caption">
  33. <h5>Latest Gallery</h5>
  34. <span class="glyphicon glyphicon-search"></span>
  35. </div>
  36. </a>
  37. </div>
  38. </div>
  39. <div class="col-sm-3 col-xs-4 gallery-grids">
  40. <div class="w3ls-hover">
  41. <a href="images/WebEventPic/Event04.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  42. <img src="images/WebEventPic/Event04.jpg" class="img-responsive zoom-img" alt=""/>
  43. <div class="view-caption">
  44. <h5>Latest Gallery</h5>
  45. <span class="glyphicon glyphicon-search"></span>
  46. </div>
  47. </a>
  48. </div>
  49. </div>
  50. <div class="col-sm-3 col-xs-4 gallery-grids">
  51. <div class="w3ls-hover">
  52. <a href="images/WebEventPic/Event05.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  53. <img src="images/WebEventPic/Event05.jpg" class="img-responsive zoom-img" alt=""/>
  54. <div class="view-caption">
  55. <h5>Latest Gallery</h5>
  56. <span class="glyphicon glyphicon-search"></span>
  57. </div>
  58. </a>
  59. </div>
  60. </div>
  61. <div class="col-sm-3 col-xs-4 gallery-grids">
  62. <div class="w3ls-hover">
  63. <a href="images/WebEventPic/Event06.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  64. <img src="images/WebEventPic/Event06.jpg" class="img-responsive zoom-img" alt=""/>
  65. <div class="view-caption">
  66. <h5>Latest Gallery</h5>
  67. <span class="glyphicon glyphicon-search"></span>
  68. </div>
  69. </a>
  70. </div>
  71. </div>
  72. <div class="col-sm-3 col-xs-4 gallery-grids">
  73. <div class="w3ls-hover">
  74. <a href="images/WebEventPic/Event07.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  75. <img src="images/WebEventPic/Event07.jpg" class="img-responsive zoom-img" alt=""/>
  76. <div class="view-caption">
  77. <h5>Latest Gallery</h5>
  78. <span class="glyphicon glyphicon-search"></span>
  79. </div>
  80. </a>
  81. </div>
  82. </div>
  83. <div class="col-sm-3 col-xs-4 gallery-grids">
  84. <div class="w3ls-hover">
  85. <a href="images/WebEventPic/Event08.jpg" data-lightbox="example-set" data-title="Lorem Ipsum is simply dummy the when an unknown galley of type and scrambled it to make a type specimen.">
  86. <img src="images/WebEventPic/Event08.jpg" class="img-responsive zoom-img" alt=""/>
  87. <div class="view-caption">
  88. <h5>Latest Gallery</h5>
  89. <span class="glyphicon glyphicon-search"></span>
  90. </div>
  91. </a>
  92. </div>
  93. </div>
  94. <div class="clearfix"> </div>
  95. </div>
  96. <!-- light box js -->
  97. <script src="js/lightbox-plus-jquery.min.js"> </script>
  98. <!-- //light box js-->
  99. </div>
  100. </div>
  101. <!-- //gallery -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement