Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtzjustin committed Aug 23, 2024
1 parent 4093aa1 commit ba2ac11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions travelinternational.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">

<link rel="stylesheet" href="assets/css/lightgallery.min.css">
<link rel="stylesheet" href="assets/css/lightgallery.min.css">

<link rel="stylesheet" href="assets/css/bootstrap-datepicker.css">

Expand Down Expand Up @@ -167,7 +167,7 @@ <h4 class="text-center">International</h4>
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3 item" data-aos="fade" data-src="images/fulls/helsingorrainbow.jpg" data-sub-html="<h4>Kronborg Castle | Helsingør, Denmark | 2018</h4><p>iPhone 6s</p>">
<a href="#"><img src="images/thumbs/helsingorrainbowthumb3.jpg" alt="IMage" class="img-fluid"></a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3 item" data-aos="fade" data-src="images/fulls/zagrebchurch.jpg" data-sub-html="<h4>Crkva sv. Marka (Church of St. Mark) | Zagreb, Croatia | 2018</h4><p>Sony a6300 + Sigma 16mm f/1.4</p>">
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3 item" data-aos="fade" data-src="images/fulls/zagrebchurch.jpg" data-sub-html="<h4>Crkva Svetog Marka (Church of St. Mark) | Zagreb, Croatia | 2018</h4><p>Sony a6300 + Sigma 16mm f/1.4</p>">
<a href="#"><img src="images/thumbs/zagrebchurchthumb.jpg" alt="IMage" class="img-fluid"></a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 col-xl-3 item" data-aos="fade" data-src="images/fulls/helsingor1.jpg" data-sub-html="<h4>Kronborg Castle | Helsingør, Denmark | 2018</h4><p>iPhone 6s</p>">
Expand Down Expand Up @@ -211,10 +211,10 @@ <h4 class="text-center">International</h4>
</div>
</div>








</div>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/jquery-migrate-3.0.1.min.js"></script>
Expand All @@ -234,7 +234,7 @@ <h4 class="text-center">International</h4>
<script src="assets/js/jquery.mousewheel.min.js"></script>

<script src="assets/js/main.js"></script>

<script>
$(document).ready(function(){
$('#lightgallery').lightGallery({
Expand Down

0 comments on commit ba2ac11

Please sign in to comment.