You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/docs/index.html

157 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>Photo album - Home</title>
<link rel="stylesheet" href="public/reset.css" />
<link rel="stylesheet" href="public/light-gallery/css/lightgallery.css" />
<link rel="stylesheet" href="public/video-js.css" />
<link rel="stylesheet" href="public/theme.css" />
</head>
<body>
<header>
<h1>Photo album</h1>
<h2></h2>
</header>
<section id="sidebar">
<nav>
<!-- This album -->
<a href="index.html">
Home<span class="count">24</span>
</a>
<!-- And nested album -->
<!-- This album -->
<a href="index-photos.html">
-
photos<span class="count">3</span>
</a>
<!-- And nested album -->
<!-- This album -->
<a href="index-videos.html">
-
videos<span class="count">2</span>
</a>
<!-- And nested album -->
<!-- This album -->
<a href="index-captions.html">
-
captions<span class="count">3</span>
</a>
<!-- And nested album -->
<!-- This album -->
<a href="index-rotations.html">
-
rotations<span class="count">16</span>
</a>
<!-- And nested album -->
</nav>
</section>
<section id="content">
<nav class="breadcrumbs">
<span class="breadcrumb-item active">Home</span>
</nav>
<ul id="albums">
<li>
<a href="index-photos.html">
<ul class="grid clearfix"><li><img src="media/thumbs/photos/port-stephens.jpg" /></li><li><img src="media/thumbs/photos/port-douglas1.jpg" /></li> </ul>
<h3>photos</h3>
<div class="meta">
3 photos<br />
26 Aug 2012 - 31 Oct 2013
</div>
</a>
</li>
<li>
<a href="index-videos.html">
<ul class="grid clearfix"><li><img src="media/thumbs/videos/countdown.jpg" /></li><li><img src="media/thumbs/videos/momentum.jpg" /></li> </ul>
<h3>videos</h3>
<div class="meta">
2 videos<br />
18 Apr 2014 - 02 Dec 2014
</div>
</a>
</li>
<li>
<a href="index-captions.html">
<ul class="grid clearfix"><li><img src="media/thumbs/captions/sunset.jpg" /></li><li><img src="media/thumbs/captions/tree.jpg" /></li> </ul>
<h3>captions</h3>
<div class="meta">
3 photos<br />
22 Sep 2015 - 22 Sep 2015
</div>
</a>
</li>
<li>
<a href="index-rotations.html">
<ul class="grid clearfix"><li><img src="media/thumbs/rotations/Landscape_1.jpg" /></li><li><img src="media/thumbs/rotations/Landscape_2.jpg" /></li> </ul>
<h3>rotations</h3>
<div class="meta">
16 photos<br />
09 Oct 2016 - 09 Oct 2016
</div>
</a>
</li>
</ul>
<ul id="gallery">
</ul>
<div id="videos">
</div>
</section>
<!-- jQuery -->
<script src="public/jquery.min.js"></script>
<!-- VideoJS -->
<script src="public/video.js"></script>
<!-- LightGallery -->
<script src="public/light-gallery/js/lightgallery.js"></script>
<script src="public/light-gallery/js/lg-autoplay.js"></script>
<script src="public/light-gallery/js/lg-pager.js"></script>
<script src="public/light-gallery/js/lg-thumbnail.js"></script>
<script src="public/light-gallery/js/lg-video.js"></script>
<script>
$(document).ready(function() {
$("#gallery").lightGallery({
thumbWidth: 80,
controls: true,
loop : false,
download: true,
counter: true,
videojs: true
});
});
</script>
</body>
</html>