Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtzjustin committed Aug 2, 2024
1 parent e864885 commit 1645d95
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions about.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">
<link rel="stylesheet" href="assets/css/timesheet.min.css">
Expand Down Expand Up @@ -169,7 +169,7 @@ <h6 class="mb-4" style="text-align:left;margin-bottom:0px !important;font-weight
<h2 class="text-white font-weight-light mb-4">Travel Timeline</h2>
<p class="mb-4">This includes all international travel as well as domestic travel outside of the general Upstate SC area (aka excluding Charlotte, Asheville, Atlanta, & Charleston)</p>
</div>

<div id="timesheet"></div>
</div>
</div>
Expand All @@ -184,7 +184,7 @@ <h2 class="text-white font-weight-light mb-4">Travel Timeline</h2>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</div>

<script>
Expand All @@ -209,7 +209,7 @@ <h2 class="text-white font-weight-light mb-4">Travel Timeline</h2>
<script src="assets/js/bootstrap-datepicker.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/aos.js"></script>

<script src="assets/js/picturefill.min.js"></script>
<script src="assets/js/lightgallery-all.min.js"></script>
<script src="assets/js/jquery.mousewheel.min.js"></script>
Expand Down Expand Up @@ -244,10 +244,12 @@ <h2 class="text-white font-weight-light mb-4">Travel Timeline</h2>
['04/2024', '04/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (Wilmington, NC)', ''],
['05/2024', '05/2024', '<span style="font-weight:bold;color:#88c33a">Mexico</span> (Cancún)', 'lorem'],
['07/2024', '07/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (San Diego, CA)', ''],
['10/2024', '10/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (New York City, NY)', ''],
['11/2024', '11/2024', '<span style="font-weight:bold;color:#f3552e">USA</span> (Myrtle Beach, SC)', ''],
]);
</script>
<script src="assets/js/main.js"></script>

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

0 comments on commit 1645d95

Please sign in to comment.