www.duckland.org/static/photos/TRF/2016/index.html
2021-07-24 11:26:00 -05:00

137 lines
No EOL
6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2016</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20161126111946.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos/">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">TRF</a> » <a href=".">2016</a></h2>
</div>
<hr>
</header>
<div id="main" role="main">
<div class="icons">
<a id="fullscreen"><img src="../../static/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "20161126111946",
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>0.004</abbr><abbr title='aperture'>5.400000095367432</abbr><abbr title='focal length'>27</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.666666668&amp;mlon=17056881.666666668&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N17056881.666667E17056881.666667</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 26 Nov 2016 11:19:46 AM </abbr>",
thumb: "thumbnails/20161126111946.jpg",
image: "20161126111946.jpg"
},
{
title: "20161126112249",
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>0.003125</abbr><abbr title='aperture'>5.5</abbr><abbr title='focal length'>29</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.25511162037037&amp;mlon=-95.84017&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N30.255112W95.840170</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 26 Nov 2016 11:22:49 AM </abbr>",
thumb: "thumbnails/20161126112249.jpg",
image: "20161126112249.jpg"
},
{
title: "20161126112933",
description: "<div class='film-meta'><abbr title='film speed'>125</abbr><abbr title='exposure'>0.016666666666666666</abbr><abbr title='aperture'>4.300000190734863</abbr><abbr title='focal length'>11</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.254961666666667&amp;mlon=-95.84147166666666&amp;zoom=12&amp;layers=M' target='_blank' class='map' >N30.254962W95.841472</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 26 Nov 2016 11:29:33 AM </abbr>",
thumb: "thumbnails/20161126112933.jpg",
image: "20161126112933.jpg"
},
{
title: "20161126132650359244",
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>0.001228</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 26 Nov 2016 01:26:50 PM </abbr>",
thumb: "thumbnails/20161126132650359244.jpg",
image: "20161126132650359244.jpg"
},
{
title: "20161126132657778548",
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>0.002426</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 26 Nov 2016 01:26:57 PM </abbr>",
thumb: "thumbnails/20161126132657778548.jpg",
image: "20161126132657778548.jpg"
},
{
title: "20161126145443934704",
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>0.000799</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 26 Nov 2016 02:54:43 PM </abbr>",
thumb: "thumbnails/20161126145443934704.jpg",
image: "20161126145443934704.jpg"
},
]
Galleria.ready(function() {
/*
load thumbnails after gallery setup, and download has started
for the main images, but before the loading of map tiles starts
in the background. This ensures visible elements are prioritised
over non-visible elements
The choice to lazy load thumbnails in batches of 50 was not made
scientifically. Other numbers may yield better performance.
*/
this.lazyLoadChunks( 50 );
this.attachKeyboard({
right: this.next,
left: this.prev,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>