Letlabo Nature Reserve
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gallery.html 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Letlabo Nature Reserve</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta name="description" content="" />
  8. <!-- css -->
  9. <link href="css/bootstrap.min.css" rel="stylesheet" />
  10. <link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
  11. <link href="css/jcarousel.css" rel="stylesheet" />
  12. <link href="css/flexslider.css" rel="stylesheet" />
  13. <link href="css/style.css" rel="stylesheet" />
  14. <!-- Theme skin -->
  15. <link href="skins/default.css" rel="stylesheet" />
  16. <!-- =======================================================
  17. Theme Name: Moderna
  18. Theme URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
  19. Author: BootstrapMade
  20. Author URL: https://bootstrapmade.com
  21. ======================================================= -->
  22. </head>
  23. <body>
  24. <div id="wrapper">
  25. <!-- start header -->
  26. <header>
  27. <div class="navbar navbar-default navbar-static-top">
  28. <div class="container">
  29. <div class="navbar-header">
  30. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="index.html" style="font-size: 40pt"><span>Letlabo
  36. </span>Nature
  37. Reserve</a>
  38. </div>
  39. <div class="navbar-collapse collapse">
  40. <ul class="nav navbar-nav">
  41. <li class="active"><a href="index.html">Home</a></li>
  42. <li class="dropdown">
  43. <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">Services
  44. <b class="icon-angle-down"></b></a>
  45. <ul class="dropdown-menu">
  46. <li><a href="accommodation.html">Accommodation</a></li>
  47. <li><a href="hunting.html">Hunting</a></li>
  48. <li><a href="events.html">Weddings/Conferences</a></li>
  49. </ul>
  50. </li>
  51. <li><a href="gallery.html">Gallery</a></li>
  52. <li><a href="aboutus.html">About Us</a></li>
  53. <li><a href="contact.html">Contact</a></li>
  54. </ul>
  55. </div>
  56. </div>
  57. </div>
  58. </header>
  59. <!-- end header -->
  60. <section id="inner-headline">
  61. <div class="container">
  62. <div class="row">
  63. <div class="col-lg-12">
  64. <ul class="breadcrumb">
  65. <li><a href="index.html"><i class="fa fa-home"></i></a><i class="icon-angle-right"></i></li>
  66. <li class="active">Gallery</li>
  67. </ul>
  68. </div>
  69. </div>
  70. </div>
  71. </section>
  72. <section id="content">
  73. <div class="container">
  74. <div class="row">
  75. <div class="col-lg-16">
  76. <div class="row">
  77. <div class="col-lg-1">
  78. <img src="img/gallery/1.jpg" width="100" height="100" alt="1" onclick="myFunction(this);">
  79. </div>
  80. <div class="col-lg-1">
  81. <img src="img/gallery/2.jpg" width="100" height="100" alt="2" onclick="myFunction(this);">
  82. </div>
  83. <div class="col-lg-1">
  84. <img src="img/gallery/3.jpg" width="100" height="100" alt="3" onclick="myFunction(this);">
  85. </div>
  86. <div class="col-lg-1">
  87. <img src="img/gallery/4.jpg" width="100" height="100" alt="4" onclick="myFunction(this);">
  88. </div>
  89. <div class="col-lg-1">
  90. <img src="img/gallery/5.jpg" width="100" height="100" alt="5" onclick="myFunction(this);">
  91. </div>
  92. <div class="col-lg-1">
  93. <img src="img/gallery/6.jpg" width="100" height="100" alt="6" onclick="myFunction(this);">
  94. </div>
  95. <div class="col-lg-1">
  96. <img src="img/gallery/7.jpg" width="100" height="100" alt="7" onclick="myFunction(this);">
  97. </div>
  98. <div class="col-lg-1">
  99. <img src="img/gallery/8.jpg" width="100" height="100" alt="8" onclick="myFunction(this);">
  100. </div>
  101. <div class="col-lg-1">
  102. <img src="img/gallery/9.jpg" width="100" height="100" alt="9" onclick="myFunction(this);">
  103. </div>
  104. <div class="col-lg-1">
  105. <img src="img/gallery/10.jpg" width="100" height="100" alt="10" onclick="myFunction(this);">
  106. </div>
  107. <div class="col-lg-1">
  108. <img src="img/gallery/11.jpg" width="100" height="100" alt="11" onclick="myFunction(this);">
  109. </div>
  110. <div class="col-lg-1">
  111. <img src="img/gallery/12.jpg" width="100" height="100" alt="12" onclick="myFunction(this);">
  112. </div>
  113. </div>
  114. <div class="row">
  115. <div class="col-lg-1">
  116. <img src="img/gallery/24.jpg" width="100" height="100" alt="24" onclick="myFunction(this);">
  117. </div>
  118. <div class="col-lg-1">
  119. <img src="img/gallery/25.jpg" width="100" height="100" alt="25" onclick="myFunction(this);">
  120. </div>
  121. <div class="col-lg-1">
  122. <img src="img/gallery/26.jpg" width="100" height="100" alt="26" onclick="myFunction(this);">
  123. </div>
  124. <div class="col-lg-1">
  125. <img src="img/gallery/27.jpg" width="100" height="100" alt="27" onclick="myFunction(this);">
  126. </div>
  127. <div class="col-lg-1">
  128. <img src="img/gallery/28.jpg" width="100" height="100" alt="28" onclick="myFunction(this);">
  129. </div>
  130. <div class="col-lg-1">
  131. <img src="img/gallery/29.jpg" width="100" height="100" alt="29" onclick="myFunction(this);">
  132. </div>
  133. <div class="col-lg-1">
  134. <img src="img/gallery/30.jpg" width="100" height="100" alt="30" onclick="myFunction(this);">
  135. </div>
  136. <div class="col-lg-1">
  137. <img src="img/gallery/31.jpg" width="100" height="100" alt="31" onclick="myFunction(this);">
  138. </div>
  139. <div class="col-lg-1">
  140. <img src="img/gallery/32.jpg" width="100" height="100" alt="32" onclick="myFunction(this);">
  141. </div>
  142. <div class="col-lg-1">
  143. <img src="img/gallery/33.jpg" width="100" height="100" alt="33" onclick="myFunction(this);">
  144. </div>
  145. <div class="col-lg-1">
  146. <img src="img/gallery/34.jpg" width="100" height="100" alt="34" onclick="myFunction(this);">
  147. </div>
  148. <div class="col-lg-1">
  149. <img src="img/gallery/35.jpg" width="100" height="100" alt="35" onclick="myFunction(this);">
  150. </div>
  151. </div>
  152. <!-- The expanding image container -->
  153. <div class="container" style="align-content: center">
  154. <!-- Close the image -->
  155. <span onclick="this.parentElement.style.display='none'" class="closebtn">&times;</span>
  156. <!-- Expanded image -->
  157. <img id="expandedImg" style="width:60%" class="center-block">
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </section>
  163. <footer>
  164. <div class="container">
  165. <div class="row">
  166. <div class="col-lg-4" style="text-align: center">
  167. <div class="widget">
  168. <h5 class="widgetheading" style="color: black">Address Info</h5>
  169. <address>
  170. <strong class=>Letlabo Nature Resrve</strong><br>
  171. Farm Vellefontein<br>
  172. Rooiberg <br>
  173. Limpopo <br>
  174. South Africa </address>
  175. <p>
  176. <i class="icon-phone"></i> (+27) 82 466 5034<br>
  177. <i class="icon-envelope-alt"></i> wildtrade@outlook.com
  178. </p>
  179. </div>
  180. </div>
  181. <div class="col-lg-4">
  182. <div class="widget" style="text-align: center">
  183. <h5 class="widgetheading" style="color: black">Google Map</h5>
  184. <br>
  185. <br>
  186. <div class="map" style="text-align: center">
  187. <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6315.233318738437!2d27.778678240340998!3d-24.842450524285102!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1ebee7a893a32509%3A0x5494959cf569a4ee!2sLETLABO+NATURE+RESERVE+-+Algenie!5e1!3m2!1sen!2sza!4v1565761452013!5m2!1sen!2sza"
  188. width="300" height="200" frameborder="0" style="border:0" allowfullscreen></iframe>
  189. </div>
  190. </div>
  191. </div>
  192. <div class="col-lg-4" style="text-align: center">
  193. <div class="widget">
  194. <h5 class="widgetheading" style="color: black">Navigation</h5>
  195. <ul class="link-list">
  196. <li><a href="events.html">Conferences / Weddings</a></li>
  197. <li><a href="accommodation.html">Accommodation</a></li>
  198. <li><a href="hunting.html">Hunting Packages</a></li>
  199. <li><a href="aboutus.html">About us</a></li>
  200. <li><a href="contact.html">Contact us</a></li>
  201. <li><a href="privacy.html">Indemnity</a></li>
  202. </ul>
  203. </div>
  204. </div>
  205. </div>
  206. </div>
  207. <div id="sub-footer">
  208. <div class="container">
  209. <div class="row">
  210. <div class="col-lg-6">
  211. <div class="copyright">
  212. <p>&copy; Moderna Theme. All right reserved.</p>
  213. <div class="credits">
  214. <!--
  215. All the links in the footer should remain intact.
  216. You can delete the links only if you purchased the pro version.
  217. Licensing information: https://bootstrapmade.com/license/
  218. Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Moderna
  219. -->
  220. Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226. </div>
  227. </footer>
  228. </div>
  229. <a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a>
  230. <!-- javascript
  231. ================================================== -->
  232. <!-- Placed at the end of the document so the pages load faster -->
  233. <script src="js/jquery.js"></script>
  234. <script src="js/jquery.easing.1.3.js"></script>
  235. <script src="js/bootstrap.min.js"></script>
  236. <script src="js/jquery.fancybox.pack.js"></script>
  237. <script src="js/jquery.fancybox-media.js"></script>
  238. <script src="js/google-code-prettify/prettify.js"></script>
  239. <script src="js/portfolio/jquery.quicksand.js"></script>
  240. <script src="js/portfolio/setting.js"></script>
  241. <script src="js/jquery.flexslider.js"></script>
  242. <script src="js/animate.js"></script>
  243. <script src="js/custom.js"></script>
  244. <script src="js/gallery.js"></script>
  245. </body>
  246. </html>