|
|
@ -5,9 +5,29 @@ save_as: gallery/index.html |
|
|
|
lang: en |
|
|
|
template: page |
|
|
|
|
|
|
|
|
|
|
|
Here you find latest pictures i am willing to share. Enjoy the views. |
|
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> |
|
|
|
|
|
|
|
<div class="container mt-3"> |
|
|
|
<h2>Dynamic Tabs</h2> |
|
|
|
<br> |
|
|
|
<!-- Nav tabs --> |
|
|
|
<ul class="nav nav-tabs"> |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link active" href="#g_all">all</a> |
|
|
|
</li> |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link" href="#g_garden">garden</a> |
|
|
|
</li> |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link" href="#g_landscape">landscape</a> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<!-- Tab panes --> |
|
|
|
<div class="tab-content"> |
|
|
|
<div id="g_all" class="container tab-pane active"><br> |
|
|
|
[lightgallery |
|
|
|
/images/gallery/IMG_3184.jpg, neighbour cat ; |
|
|
|
/images/gallery/IMG_3364.jpg, red-tailed bumblebee at a cornflower ; |
|
|
@ -23,5 +43,36 @@ Here you find latest pictures i am willing to share. Enjoy the views. |
|
|
|
/images/gallery/IMG_9137.jpg, sunrise in Denmark ; |
|
|
|
/images/gallery/IMG_9393.jpg, harbour of grömitz at night; |
|
|
|
lightgalleryend] |
|
|
|
</div> |
|
|
|
<div id="g_garden" class="container tab-pane fade"><br> |
|
|
|
[lightgallery |
|
|
|
/images/gallery/IMG_3364.jpg, red-tailed bumblebee at a cornflower ; |
|
|
|
/images/gallery/IMG_3386.jpg, garden bumblebee at a cornflower ; |
|
|
|
/images/gallery/IMG_3414.jpg, garden bumblebee at a cornflower ; |
|
|
|
/images/gallery/IMG_3477.jpg ; |
|
|
|
/images/gallery/IMG_3483.jpg, thistle ; |
|
|
|
/images/gallery/IMG_3559.jpg, carolina rose ; |
|
|
|
lightgalleryend] |
|
|
|
</div> |
|
|
|
<div id="g_landscape" class="container tab-pane fade"><br> |
|
|
|
<h3>nature</h3> |
|
|
|
[lightgallery |
|
|
|
/images/gallery/IMG_8722.jpg, hotel in south denmark ; |
|
|
|
/images/gallery/IMG_9037.jpg, sailingboat of the fisherman ; |
|
|
|
/images/gallery/IMG_9097.jpg, sailingboat ; |
|
|
|
/images/gallery/IMG_9136.jpg, sunrise in Denmark ; |
|
|
|
/images/gallery/IMG_9137.jpg, sunrise in Denmark ; |
|
|
|
/images/gallery/IMG_9393.jpg, harbour of grömitz at night; |
|
|
|
lightgalleryend] |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
this is some gallery: |
|
|
|
<script> |
|
|
|
$(document).ready(function(){ |
|
|
|
$(".nav-tabs a").click(function(){ |
|
|
|
$(this).tab('show'); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |