new photos
This commit is contained in:
parent
31e3a29f3c
commit
f8d08e946e
48 changed files with 4284 additions and 5647 deletions
|
|
@ -12,77 +12,79 @@
|
|||
<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(20081206091635.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Christmas</a> » <a href=".">2008</a></h2>
|
||||
<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="../">Christmas</a> » <a href=".">2008</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20081206091635.jpg">
|
||||
<img src="thumbnails/20081206091635.jpg" alt="20081206091635.jpg"
|
||||
data-title="20081206091635.jpg"
|
||||
data-description="<br>OLYMPUS DIGITAL CAMERA <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>180.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-510</abbr>
|
||||
<abbr title='date'>Sat 06 Dec 2008 09:16:35 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20081223143145.jpg">
|
||||
<img src="thumbnails/20081223143145.jpg" alt="20081223143145.jpg"
|
||||
data-title="20081223143145.jpg"
|
||||
data-description="<br>OLYMPUS DIGITAL CAMERA <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>5.59999990463</abbr> <abbr title='focal length'>71.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-510</abbr>
|
||||
<abbr title='date'>Tue 23 Dec 2008 02:31:45 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20081206091635.jpg",
|
||||
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>180</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-510</abbr><abbr title='date'>Sat 06 Dec 2008 09:16:35 AM </abbr>",
|
||||
thumb: "thumbnails/20081206091635.jpg",
|
||||
image: "20081206091635.jpg"
|
||||
},
|
||||
{
|
||||
title: "20081223143145.jpg",
|
||||
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>5.599999904632568</abbr><abbr title='focal length'>71</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-510</abbr><abbr title='date'>Tue 23 Dec 2008 02:31:45 PM </abbr>",
|
||||
thumb: "thumbnails/20081223143145.jpg",
|
||||
image: "20081223143145.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,
|
||||
|
|
@ -97,7 +99,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,77 +12,79 @@
|
|||
<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(img_6804.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Christmas</a> » <a href=".">2009</a></h2>
|
||||
<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="../">Christmas</a> » <a href=".">2009</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="img_6804.jpg">
|
||||
<img src="thumbnails/img_6804.jpg" alt="img_6804.jpg"
|
||||
data-title="img_6804.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/50</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>50.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon EOS DIGITAL REBEL XSi</abbr>
|
||||
<abbr title='date'>Sun 20 Dec 2009 06:06:42 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="img_6901.jpg">
|
||||
<img src="thumbnails/img_6901.jpg" alt="img_6901.jpg"
|
||||
data-title="img_6901.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>1.79999995232</abbr> <abbr title='focal length'>50.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon EOS DIGITAL REBEL XSi</abbr>
|
||||
<abbr title='date'>Fri 25 Dec 2009 07:13:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "img_6804.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/50</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>50</abbr></div><abbr title='camera make and model'>Canon Canon EOS DIGITAL REBEL XSi</abbr><abbr title='date'>Sun 20 Dec 2009 06:06:42 PM </abbr>",
|
||||
thumb: "thumbnails/img_6804.jpg",
|
||||
image: "img_6804.jpg"
|
||||
},
|
||||
{
|
||||
title: "img_6901.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>1.7999999523162842</abbr><abbr title='focal length'>50</abbr></div><abbr title='camera make and model'>Canon Canon EOS DIGITAL REBEL XSi</abbr><abbr title='date'>Fri 25 Dec 2009 07:13:37 PM </abbr>",
|
||||
thumb: "thumbnails/img_6901.jpg",
|
||||
image: "img_6901.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,
|
||||
|
|
@ -97,7 +99,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,87 +12,85 @@
|
|||
<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(20121212090451.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Christmas</a> » <a href=".">2012</a></h2>
|
||||
<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="../">Christmas</a> » <a href=".">2012</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20121212090451.jpg">
|
||||
<img src="thumbnails/20121212090451.jpg" alt="20121212090451.jpg"
|
||||
data-title="20121212090451.jpg"
|
||||
data-description="<br>OLYMPUS DIGITAL CAMERA <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Wed 12 Dec 2012 09:04:51 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20121222142316.jpg">
|
||||
<img src="thumbnails/20121222142316.jpg" alt="20121222142316.jpg"
|
||||
data-title="20121222142316.jpg"
|
||||
data-description="<br>OLYMPUS DIGITAL CAMERA <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/15</abbr> <abbr title='aperture'>4.59999990463</abbr> <abbr title='focal length'>27.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Sat 22 Dec 2012 02:23:16 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20121224205019.jpg">
|
||||
<img src="thumbnails/20121224205019.jpg" alt="20121224205019.jpg"
|
||||
data-title="20121224205019.jpg"
|
||||
data-description="<br>OLYMPUS DIGITAL CAMERA <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/13</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 24 Dec 2012 08:50:19 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20121212090451.jpg",
|
||||
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Wed 12 Dec 2012 09:04:51 AM </abbr>",
|
||||
thumb: "thumbnails/20121212090451.jpg",
|
||||
image: "20121212090451.jpg"
|
||||
},
|
||||
{
|
||||
title: "20121222142316.jpg",
|
||||
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/15</abbr><abbr title='aperture'>4.599999904632568</abbr><abbr title='focal length'>27</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Sat 22 Dec 2012 02:23:16 PM </abbr>",
|
||||
thumb: "thumbnails/20121222142316.jpg",
|
||||
image: "20121222142316.jpg"
|
||||
},
|
||||
{
|
||||
title: "20121224205019.jpg",
|
||||
description: "<br>OLYMPUS DIGITAL CAMERA<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/13</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 24 Dec 2012 08:50:19 PM </abbr>",
|
||||
thumb: "thumbnails/20121224205019.jpg",
|
||||
image: "20121224205019.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,
|
||||
|
|
@ -107,7 +105,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,77 +12,79 @@
|
|||
<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(20141216161530.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Christmas</a> » <a href=".">2014</a></h2>
|
||||
<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="../">Christmas</a> » <a href=".">2014</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20141216161530.jpg">
|
||||
<img src="thumbnails/20141216161530.jpg" alt="20141216161530.jpg"
|
||||
data-title="20141216161530.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>15.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 16 Dec 2014 04:15:30 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141225082357.jpg">
|
||||
<img src="thumbnails/20141225082357.jpg" alt="20141225082357.jpg"
|
||||
data-title="20141225082357.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 25 Dec 2014 08:23:57 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20141216161530.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>15</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 16 Dec 2014 04:15:30 PM </abbr>",
|
||||
thumb: "thumbnails/20141216161530.jpg",
|
||||
image: "20141216161530.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141225082357.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 25 Dec 2014 08:23:57 AM </abbr>",
|
||||
thumb: "thumbnails/20141225082357.jpg",
|
||||
image: "20141225082357.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,
|
||||
|
|
@ -97,7 +99,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,67 +12,73 @@
|
|||
<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(Santa-Train.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Christmas</a> » <a href=".">2016</a></h2>
|
||||
<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="../">Christmas</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="Santa-Train.jpg">
|
||||
<img src="thumbnails/Santa-Train.jpg" alt="Santa-Train.jpg"
|
||||
data-title="Santa-Train.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/4</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 25 Dec 2016 08:47:16 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "Santa-Train.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/4</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 25 Dec 2016 08:47:16 AM </abbr>",
|
||||
thumb: "thumbnails/Santa-Train.jpg",
|
||||
image: "Santa-Train.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,
|
||||
|
|
@ -87,7 +93,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,136 +12,109 @@
|
|||
<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(20191214125859.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Christmas</a> » <a href=".">2019</a></h2>
|
||||
<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="../">Christmas</a> » <a href=".">2019</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20191214125859.jpg">
|
||||
<img src="thumbnails/20191214125859.jpg" alt="20191214125859.jpg"
|
||||
data-title="20191214125859.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>9.0</abbr> <abbr title='focal length'>78.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 14 Dec 2019 12:58:59 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191215144338.jpg">
|
||||
<img src="thumbnails/20191215144338.jpg" alt="20191215144338.jpg"
|
||||
data-title="20191215144338.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>2.8</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 15 Dec 2019 02:43:38 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191215144345.jpg">
|
||||
<img src="thumbnails/20191215144345.jpg" alt="20191215144345.jpg"
|
||||
data-title="20191215144345.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>2.8</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 15 Dec 2019 02:43:45 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191215144934.jpg">
|
||||
<img src="thumbnails/20191215144934.jpg" alt="20191215144934.jpg"
|
||||
data-title="20191215144934.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>55.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 15 Dec 2019 02:49:34 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191219163424463794-0600.jpg">
|
||||
<img src="thumbnails/20191219163424463794-0600.jpg" alt="20191219163424463794-0600.jpg"
|
||||
data-title="20191219163424463794-0600.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>53</abbr> <abbr title='exposure'>2907/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.75060055&mlon=-95.7712436&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.750601
|
||||
W95.771244</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Thu 19 Dec 2019 04:34:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191219211831219747-0600.jpg">
|
||||
<img src="thumbnails/20191219211831219747-0600.jpg" alt="20191219211831219747-0600.jpg"
|
||||
data-title="20191219211831219747-0600.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>165</abbr> <abbr title='exposure'>16671/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7490258333&mlon=-95.7737861&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.749026
|
||||
W95.773786</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Thu 19 Dec 2019 09:18:31 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191221135330.jpg">
|
||||
<img src="thumbnails/20191221135330.jpg" alt="20191221135330.jpg"
|
||||
data-title="20191221135330.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/6</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 21 Dec 2019 01:53:30 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20191214125859.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>9.0</abbr><abbr title='focal length'>78</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 14 Dec 2019 12:58:59 PM </abbr>",
|
||||
thumb: "thumbnails/20191214125859.jpg",
|
||||
image: "20191214125859.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191215144338.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>2.8</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 15 Dec 2019 02:43:38 PM </abbr>",
|
||||
thumb: "thumbnails/20191215144338.jpg",
|
||||
image: "20191215144338.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191215144345.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>2.8</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 15 Dec 2019 02:43:45 PM </abbr>",
|
||||
thumb: "thumbnails/20191215144345.jpg",
|
||||
image: "20191215144345.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191215144934.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>55</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 15 Dec 2019 02:49:34 PM </abbr>",
|
||||
thumb: "thumbnails/20191215144934.jpg",
|
||||
image: "20191215144934.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191219163424463794-0600.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>53</abbr><abbr title='exposure'>2907/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.75060055&mlon=-95.7712436&zoom=12&layers=M' target='_blank' class='map' >N29.750601W95.771244</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Thu 19 Dec 2019 04:34:24 PM </abbr>",
|
||||
thumb: "thumbnails/20191219163424463794-0600.jpg",
|
||||
image: "20191219163424463794-0600.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191219211831219747-0600.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>165</abbr><abbr title='exposure'>16671/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.749025833333334&mlon=-95.7737861&zoom=12&layers=M' target='_blank' class='map' >N29.749026W95.773786</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Thu 19 Dec 2019 09:18:31 PM </abbr>",
|
||||
thumb: "thumbnails/20191219211831219747-0600.jpg",
|
||||
image: "20191219211831219747-0600.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191221135330.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/6</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 21 Dec 2019 01:53:30 PM </abbr>",
|
||||
thumb: "thumbnails/20191221135330.jpg",
|
||||
image: "20191221135330.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,
|
||||
|
|
@ -156,7 +129,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Christmas</a></h2>
|
||||
<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=".">Christmas</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="2008/">
|
||||
<img src="2008/thumbnails/20081206091635.jpg" class="album_thumb" alt="2008" title="2008" /></a>
|
||||
|
|
@ -62,15 +65,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,107 +12,97 @@
|
|||
<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(20160911104741.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Comic-Cons</a> » <a href=".">Houston-Amazing-Comic-Con-2016</a></h2>
|
||||
<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="../">Comic-Cons</a> » <a href=".">Houston-Amazing-Comic-Con-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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20160911104741.jpg">
|
||||
<img src="thumbnails/20160911104741.jpg" alt="20160911104741.jpg"
|
||||
data-title="20160911104741.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>6.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 11 Sep 2016 10:47:41 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160911122438.jpg">
|
||||
<img src="thumbnails/20160911122438.jpg" alt="20160911122438.jpg"
|
||||
data-title="20160911122438.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 11 Sep 2016 12:24:38 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160911125515.jpg">
|
||||
<img src="thumbnails/20160911125515.jpg" alt="20160911125515.jpg"
|
||||
data-title="20160911125515.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 11 Sep 2016 12:55:15 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160911133839.jpg">
|
||||
<img src="thumbnails/20160911133839.jpg" alt="20160911133839.jpg"
|
||||
data-title="20160911133839.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 11 Sep 2016 01:38:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160911140000.jpg">
|
||||
<img src="thumbnails/20160911140000.jpg" alt="20160911140000.jpg"
|
||||
data-title="20160911140000.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>8.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 11 Sep 2016 02:00:00 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20160911104741.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>6</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 10:47:41 AM </abbr>",
|
||||
thumb: "thumbnails/20160911104741.jpg",
|
||||
image: "20160911104741.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160911122438.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 12:24:38 PM </abbr>",
|
||||
thumb: "thumbnails/20160911122438.jpg",
|
||||
image: "20160911122438.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160911125515.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 12:55:15 PM </abbr>",
|
||||
thumb: "thumbnails/20160911125515.jpg",
|
||||
image: "20160911125515.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160911133839.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 01:38:39 PM </abbr>",
|
||||
thumb: "thumbnails/20160911133839.jpg",
|
||||
image: "20160911133839.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160911140000.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>8</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 11 Sep 2016 02:00:00 PM </abbr>",
|
||||
thumb: "thumbnails/20160911140000.jpg",
|
||||
image: "20160911140000.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,
|
||||
|
|
@ -127,7 +117,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,127 +12,109 @@
|
|||
<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(20160528110442.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Comic-Cons</a> » <a href=".">Space-City-Comic-Con-2016</a></h2>
|
||||
<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="../">Comic-Cons</a> » <a href=".">Space-City-Comic-Con-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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20160528110442.jpg">
|
||||
<img src="thumbnails/20160528110442.jpg" alt="20160528110442.jpg"
|
||||
data-title="20160528110442.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/50</abbr> <abbr title='aperture'>5.40000009537</abbr> <abbr title='focal length'>128.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 11:04:42 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160528110539.jpg">
|
||||
<img src="thumbnails/20160528110539.jpg" alt="20160528110539.jpg"
|
||||
data-title="20160528110539.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>5.19999980927</abbr> <abbr title='focal length'>111.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 11:05:39 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160528110709.jpg">
|
||||
<img src="thumbnails/20160528110709.jpg" alt="20160528110709.jpg"
|
||||
data-title="20160528110709.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.30000019073</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 11:07:09 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160528113950.jpg">
|
||||
<img src="thumbnails/20160528113950.jpg" alt="20160528113950.jpg"
|
||||
data-title="20160528113950.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 11:39:50 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160528134651.jpg">
|
||||
<img src="thumbnails/20160528134651.jpg" alt="20160528134651.jpg"
|
||||
data-title="20160528134651.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/25</abbr> <abbr title='aperture'>3.59999990463</abbr> <abbr title='focal length'>16.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 01:46:51 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160528152850.jpg">
|
||||
<img src="thumbnails/20160528152850.jpg" alt="20160528152850.jpg"
|
||||
data-title="20160528152850.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>26.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 03:28:50 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160528155344.jpg">
|
||||
<img src="thumbnails/20160528155344.jpg" alt="20160528155344.jpg"
|
||||
data-title="20160528155344.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>4.40000009537</abbr> <abbr title='focal length'>25.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 28 May 2016 03:53:44 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20160528110442.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/50</abbr><abbr title='aperture'>5.400000095367432</abbr><abbr title='focal length'>128</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:04:42 AM </abbr>",
|
||||
thumb: "thumbnails/20160528110442.jpg",
|
||||
image: "20160528110442.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160528110539.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>5.199999809265137</abbr><abbr title='focal length'>111</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:05:39 AM </abbr>",
|
||||
thumb: "thumbnails/20160528110539.jpg",
|
||||
image: "20160528110539.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160528110709.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.300000190734863</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:07:09 AM </abbr>",
|
||||
thumb: "thumbnails/20160528110709.jpg",
|
||||
image: "20160528110709.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160528113950.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 11:39:50 AM </abbr>",
|
||||
thumb: "thumbnails/20160528113950.jpg",
|
||||
image: "20160528113950.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160528134651.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/25</abbr><abbr title='aperture'>3.5999999046325684</abbr><abbr title='focal length'>16</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 01:46:51 PM </abbr>",
|
||||
thumb: "thumbnails/20160528134651.jpg",
|
||||
image: "20160528134651.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160528152850.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>26</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 03:28:50 PM </abbr>",
|
||||
thumb: "thumbnails/20160528152850.jpg",
|
||||
image: "20160528152850.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160528155344.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>4.400000095367432</abbr><abbr title='focal length'>25</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 28 May 2016 03:53:44 PM </abbr>",
|
||||
thumb: "thumbnails/20160528155344.jpg",
|
||||
image: "20160528155344.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,
|
||||
|
|
@ -147,7 +129,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Comic-Cons</a></h2>
|
||||
<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=".">Comic-Cons</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="Houston-Amazing-Comic-Con-2016/">
|
||||
<img src="Houston-Amazing-Comic-Con-2016/thumbnails/20160911122438.jpg" class="album_thumb" alt="Houston-Amazing-Comic-Con-2016" title="Houston-Amazing-Comic-Con-2016" /></a>
|
||||
|
|
@ -46,15 +49,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
|
@ -12,187 +12,145 @@
|
|||
<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(20170120174632.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Flowers</a></h2>
|
||||
<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=".">Flowers</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20170120174632.jpg">
|
||||
<img src="thumbnails/20170120174632.jpg" alt="20170120174632.jpg"
|
||||
data-title="20170120174632.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:46:32 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120174632_v2.jpg">
|
||||
<img src="thumbnails/20170120174632_v2.jpg" alt="20170120174632_v2.jpg"
|
||||
data-title="20170120174632_v2.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:46:32 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120174705.jpg">
|
||||
<img src="thumbnails/20170120174705.jpg" alt="20170120174705.jpg"
|
||||
data-title="20170120174705.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:47:05 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120174717.jpg">
|
||||
<img src="thumbnails/20170120174717.jpg" alt="20170120174717.jpg"
|
||||
data-title="20170120174717.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:47:17 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120174805.jpg">
|
||||
<img src="thumbnails/20170120174805.jpg" alt="20170120174805.jpg"
|
||||
data-title="20170120174805.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/50</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:48:05 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120174839.jpg">
|
||||
<img src="thumbnails/20170120174839.jpg" alt="20170120174839.jpg"
|
||||
data-title="20170120174839.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:48:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175759.jpg">
|
||||
<img src="thumbnails/20170120175759.jpg" alt="20170120175759.jpg"
|
||||
data-title="20170120175759.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:57:59 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175819.jpg">
|
||||
<img src="thumbnails/20170120175819.jpg" alt="20170120175819.jpg"
|
||||
data-title="20170120175819.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:58:19 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175831.jpg">
|
||||
<img src="thumbnails/20170120175831.jpg" alt="20170120175831.jpg"
|
||||
data-title="20170120175831.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:58:31 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175835.jpg">
|
||||
<img src="thumbnails/20170120175835.jpg" alt="20170120175835.jpg"
|
||||
data-title="20170120175835.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:58:35 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175841.jpg">
|
||||
<img src="thumbnails/20170120175841.jpg" alt="20170120175841.jpg"
|
||||
data-title="20170120175841.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:58:41 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175901.jpg">
|
||||
<img src="thumbnails/20170120175901.jpg" alt="20170120175901.jpg"
|
||||
data-title="20170120175901.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:59:01 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170120175914.jpg">
|
||||
<img src="thumbnails/20170120175914.jpg" alt="20170120175914.jpg"
|
||||
data-title="20170120175914.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Fri 20 Jan 2017 05:59:14 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20170120174632.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:46:32 PM </abbr>",
|
||||
thumb: "thumbnails/20170120174632.jpg",
|
||||
image: "20170120174632.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120174632_v2.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:46:32 PM </abbr>",
|
||||
thumb: "thumbnails/20170120174632_v2.jpg",
|
||||
image: "20170120174632_v2.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120174705.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:47:05 PM </abbr>",
|
||||
thumb: "thumbnails/20170120174705.jpg",
|
||||
image: "20170120174705.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120174717.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:47:17 PM </abbr>",
|
||||
thumb: "thumbnails/20170120174717.jpg",
|
||||
image: "20170120174717.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120174805.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/50</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:48:05 PM </abbr>",
|
||||
thumb: "thumbnails/20170120174805.jpg",
|
||||
image: "20170120174805.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120174839.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:48:39 PM </abbr>",
|
||||
thumb: "thumbnails/20170120174839.jpg",
|
||||
image: "20170120174839.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175759.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:57:59 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175759.jpg",
|
||||
image: "20170120175759.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175819.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:58:19 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175819.jpg",
|
||||
image: "20170120175819.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175831.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:58:31 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175831.jpg",
|
||||
image: "20170120175831.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175835.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:58:35 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175835.jpg",
|
||||
image: "20170120175835.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175841.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:58:41 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175841.jpg",
|
||||
image: "20170120175841.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175901.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:59:01 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175901.jpg",
|
||||
image: "20170120175901.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170120175914.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Fri 20 Jan 2017 05:59:14 PM </abbr>",
|
||||
thumb: "thumbnails/20170120175914.jpg",
|
||||
image: "20170120175914.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,
|
||||
|
|
@ -207,7 +165,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,167 +12,133 @@
|
|||
<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(20160124213756.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Lego</a></h2>
|
||||
<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=".">Lego</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20160124213756.jpg">
|
||||
<img src="thumbnails/20160124213756.jpg" alt="20160124213756.jpg"
|
||||
data-title="20160124213756.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 24 Jan 2016 09:37:56 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160124213819.jpg">
|
||||
<img src="thumbnails/20160124213819.jpg" alt="20160124213819.jpg"
|
||||
data-title="20160124213819.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Sun 24 Jan 2016 09:38:19 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160823082723.jpg">
|
||||
<img src="thumbnails/20160823082723.jpg" alt="20160823082723.jpg"
|
||||
data-title="20160823082723.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 23 Aug 2016 08:27:23 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20160928165449.jpg">
|
||||
<img src="thumbnails/20160928165449.jpg" alt="20160928165449.jpg"
|
||||
data-title="20160928165449.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Wed 28 Sep 2016 04:54:49 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161220102042.jpg">
|
||||
<img src="thumbnails/20161220102042.jpg" alt="20161220102042.jpg"
|
||||
data-title="20161220102042.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/5</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 20 Dec 2016 10:20:42 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161220102118.jpg">
|
||||
<img src="thumbnails/20161220102118.jpg" alt="20161220102118.jpg"
|
||||
data-title="20161220102118.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/5</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 20 Dec 2016 10:21:18 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161220102349.jpg">
|
||||
<img src="thumbnails/20161220102349.jpg" alt="20161220102349.jpg"
|
||||
data-title="20161220102349.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/6</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 20 Dec 2016 10:23:49 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161220102414.jpg">
|
||||
<img src="thumbnails/20161220102414.jpg" alt="20161220102414.jpg"
|
||||
data-title="20161220102414.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 20 Dec 2016 10:24:14 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161220102519.jpg">
|
||||
<img src="thumbnails/20161220102519.jpg" alt="20161220102519.jpg"
|
||||
data-title="20161220102519.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>8.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 20 Dec 2016 10:25:19 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="deadpool-sa.jpg">
|
||||
<img src="thumbnails/deadpool-sa.jpg" alt="deadpool-sa.jpg"
|
||||
data-title="deadpool-sa.jpg"
|
||||
data-description="<br>Deadpool SA <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>2.7</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 23 Aug 2016 08:27:23 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="harley-drive.jpg">
|
||||
<img src="thumbnails/harley-drive.jpg" alt="harley-drive.jpg"
|
||||
data-title="harley-drive.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.2</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Apple iPhone 5s</abbr>
|
||||
<abbr title='date'>Wed 28 Sep 2016 04:54:10 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20160124213756.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 24 Jan 2016 09:37:56 PM </abbr>",
|
||||
thumb: "thumbnails/20160124213756.jpg",
|
||||
image: "20160124213756.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160124213819.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Sun 24 Jan 2016 09:38:19 PM </abbr>",
|
||||
thumb: "thumbnails/20160124213819.jpg",
|
||||
image: "20160124213819.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160823082723.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 23 Aug 2016 08:27:23 AM </abbr>",
|
||||
thumb: "thumbnails/20160823082723.jpg",
|
||||
image: "20160823082723.jpg"
|
||||
},
|
||||
{
|
||||
title: "20160928165449.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Wed 28 Sep 2016 04:54:49 PM </abbr>",
|
||||
thumb: "thumbnails/20160928165449.jpg",
|
||||
image: "20160928165449.jpg"
|
||||
},
|
||||
{
|
||||
title: "20161220102042.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/5</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 20 Dec 2016 10:20:42 AM </abbr>",
|
||||
thumb: "thumbnails/20161220102042.jpg",
|
||||
image: "20161220102042.jpg"
|
||||
},
|
||||
{
|
||||
title: "20161220102118.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/5</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 20 Dec 2016 10:21:18 AM </abbr>",
|
||||
thumb: "thumbnails/20161220102118.jpg",
|
||||
image: "20161220102118.jpg"
|
||||
},
|
||||
{
|
||||
title: "20161220102349.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/6</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 20 Dec 2016 10:23:49 AM </abbr>",
|
||||
thumb: "thumbnails/20161220102349.jpg",
|
||||
image: "20161220102349.jpg"
|
||||
},
|
||||
{
|
||||
title: "20161220102414.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 20 Dec 2016 10:24:14 AM </abbr>",
|
||||
thumb: "thumbnails/20161220102414.jpg",
|
||||
image: "20161220102414.jpg"
|
||||
},
|
||||
{
|
||||
title: "20161220102519.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>8</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 20 Dec 2016 10:25:19 AM </abbr>",
|
||||
thumb: "thumbnails/20161220102519.jpg",
|
||||
image: "20161220102519.jpg"
|
||||
},
|
||||
{
|
||||
title: "deadpool-sa.jpg",
|
||||
description: "<br>Deadpool SA<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>2.7</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 23 Aug 2016 08:27:23 AM </abbr>",
|
||||
thumb: "thumbnails/deadpool-sa.jpg",
|
||||
image: "deadpool-sa.jpg"
|
||||
},
|
||||
{
|
||||
title: "harley-drive.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.2</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Apple iPhone 5s</abbr><abbr title='date'>Wed 28 Sep 2016 04:54:10 PM </abbr>",
|
||||
thumb: "thumbnails/harley-drive.jpg",
|
||||
image: "harley-drive.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,
|
||||
|
|
@ -187,7 +153,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,63 +12,73 @@
|
|||
<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(light-sail.png);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">LightSail</a></h2>
|
||||
<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=".">LightSail</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="light-sail.png">
|
||||
<img src="thumbnails/light-sail.png" alt="light-sail.png"
|
||||
data-title="light-sail.png"
|
||||
data-description=""
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "light-sail.png",
|
||||
description: "",
|
||||
thumb: "thumbnails/light-sail.png",
|
||||
image: "light-sail.png"
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
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,
|
||||
|
|
@ -83,7 +93,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,109 +12,91 @@
|
|||
<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(20190624183103.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Local</a> » <a href=".">Black-and-White-School-Park</a></h2>
|
||||
<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="../">Local</a> » <a href=".">Black-and-White-School-Park</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20190624183103.jpg">
|
||||
<img src="thumbnails/20190624183103.jpg" alt="20190624183103.jpg"
|
||||
data-title="20190624183103.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7506611&mlon=-95.7710611&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.750661
|
||||
W95.771061</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 24 Jun 2019 06:31:03 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190624183327.jpg">
|
||||
<img src="thumbnails/20190624183327.jpg" alt="20190624183327.jpg"
|
||||
data-title="20190624183327.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>6.4</abbr> <abbr title='focal length'>129.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7505999833&mlon=-95.7710333333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.750600
|
||||
W95.771033</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 24 Jun 2019 06:33:27 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190624183345.jpg">
|
||||
<img src="thumbnails/20190624183345.jpg" alt="20190624183345.jpg"
|
||||
data-title="20190624183345.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>6.4</abbr> <abbr title='focal length'>129.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7504861&mlon=-95.7710833333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.750486
|
||||
W95.771083</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 24 Jun 2019 06:33:45 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190624183911.jpg">
|
||||
<img src="thumbnails/20190624183911.jpg" alt="20190624183911.jpg"
|
||||
data-title="20190624183911.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>8.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7507277667&mlon=-95.7709944333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.750728
|
||||
W95.770994</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 24 Jun 2019 06:39:11 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20190624183103.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.7506611&mlon=-95.7710611&zoom=12&layers=M' target='_blank' class='map' >N29.750661W95.771061</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:31:03 PM </abbr>",
|
||||
thumb: "thumbnails/20190624183103.jpg",
|
||||
image: "20190624183103.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190624183327.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.750599983333334&mlon=-95.77103333333334&zoom=12&layers=M' target='_blank' class='map' >N29.750600W95.771033</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:33:27 PM </abbr>",
|
||||
thumb: "thumbnails/20190624183327.jpg",
|
||||
image: "20190624183327.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190624183345.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.7504861&mlon=-95.77108333333334&zoom=12&layers=M' target='_blank' class='map' >N29.750486W95.771083</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:33:45 PM </abbr>",
|
||||
thumb: "thumbnails/20190624183345.jpg",
|
||||
image: "20190624183345.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190624183911.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>8</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.750727766666667&mlon=-95.77099443333333&zoom=12&layers=M' target='_blank' class='map' >N29.750728W95.770994</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 24 Jun 2019 06:39:11 PM </abbr>",
|
||||
thumb: "thumbnails/20190624183911.jpg",
|
||||
image: "20190624183911.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,
|
||||
|
|
@ -129,7 +111,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,97 +12,91 @@
|
|||
<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(20200414121359.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Local</a> » <a href=".">Corona-2020-04</a></h2>
|
||||
<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="../">Local</a> » <a href=".">Corona-2020-04</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20200414121359.jpg">
|
||||
<img src="thumbnails/20200414121359.jpg" alt="20200414121359.jpg"
|
||||
data-title="20200414121359.jpg"
|
||||
data-description="<br>Day Liliy <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2500</abbr> <abbr title='aperture'>5.09999990463</abbr> <abbr title='focal length'>140.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 14 Apr 2020 12:13:59 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200414121539.jpg">
|
||||
<img src="thumbnails/20200414121539.jpg" alt="20200414121539.jpg"
|
||||
data-title="20200414121539.jpg"
|
||||
data-description="<br>Backyard Flower <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2000</abbr> <abbr title='aperture'>5.59999990463</abbr> <abbr title='focal length'>200.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 14 Apr 2020 12:15:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200417162225.jpg">
|
||||
<img src="thumbnails/20200417162225.jpg" alt="20200417162225.jpg"
|
||||
data-title="20200417162225.jpg"
|
||||
data-description="<br>Sidewalk Art <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Fri 17 Apr 2020 04:22:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200418132313.jpg">
|
||||
<img src="thumbnails/20200418132313.jpg" alt="20200418132313.jpg"
|
||||
data-title="20200418132313.jpg"
|
||||
data-description="<br>Lizard Looking <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>200.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 18 Apr 2020 01:23:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20200414121359.jpg",
|
||||
description: "<br>Day Liliy<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2500</abbr><abbr title='aperture'>5.099999904632568</abbr><abbr title='focal length'>140</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:13:59 PM </abbr>",
|
||||
thumb: "thumbnails/20200414121359.jpg",
|
||||
image: "20200414121359.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200414121539.jpg",
|
||||
description: "<br>Backyard Flower<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2000</abbr><abbr title='aperture'>5.599999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:15:39 PM </abbr>",
|
||||
thumb: "thumbnails/20200414121539.jpg",
|
||||
image: "20200414121539.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200417162225.jpg",
|
||||
description: "<br>Sidewalk Art<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Fri 17 Apr 2020 04:22:25 PM </abbr>",
|
||||
thumb: "thumbnails/20200417162225.jpg",
|
||||
image: "20200417162225.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200418132313.jpg",
|
||||
description: "<br>Lizard Looking<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 18 Apr 2020 01:23:13 PM </abbr>",
|
||||
thumb: "thumbnails/20200418132313.jpg",
|
||||
image: "20200418132313.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,
|
||||
|
|
@ -117,7 +111,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
BIN
static/photos/Local/Corona-2020/20200513073711554420-0500.jpg
Normal file
BIN
static/photos/Local/Corona-2020/20200513073711554420-0500.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
|
|
@ -12,110 +12,103 @@
|
|||
<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(20200330180829796381-0500.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Local</a> » <a href=".">Corona-2020</a></h2>
|
||||
<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="../">Local</a> » <a href=".">Corona-2020</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20200330180829796381-0500.jpg">
|
||||
<img src="thumbnails/20200330180829796381-0500.jpg" alt="20200330180829796381-0500.jpg"
|
||||
data-title="20200330180829796381-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>56</abbr> <abbr title='exposure'>31/25000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7505777667&mlon=-95.77144165&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.750578
|
||||
W95.771442</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Mon 30 Mar 2020 06:08:29 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200414121359.jpg">
|
||||
<img src="thumbnails/20200414121359.jpg" alt="20200414121359.jpg"
|
||||
data-title="20200414121359.jpg"
|
||||
data-description="<br>Day Liliy <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2500</abbr> <abbr title='aperture'>5.09999990463</abbr> <abbr title='focal length'>140.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 14 Apr 2020 12:13:59 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200414121539.jpg">
|
||||
<img src="thumbnails/20200414121539.jpg" alt="20200414121539.jpg"
|
||||
data-title="20200414121539.jpg"
|
||||
data-description="<br>Backyard Flower <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2000</abbr> <abbr title='aperture'>5.59999990463</abbr> <abbr title='focal length'>200.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 14 Apr 2020 12:15:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200417162225.jpg">
|
||||
<img src="thumbnails/20200417162225.jpg" alt="20200417162225.jpg"
|
||||
data-title="20200417162225.jpg"
|
||||
data-description="<br>Sidewalk Art <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>2.70000004768</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Fri 17 Apr 2020 04:22:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20200418132313.jpg">
|
||||
<img src="thumbnails/20200418132313.jpg" alt="20200418132313.jpg"
|
||||
data-title="20200418132313.jpg"
|
||||
data-description="<br>Lizard Looking <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>200.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 18 Apr 2020 01:23:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20200330180829796381-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>56</abbr><abbr title='exposure'>31/25000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.750577766666666&mlon=-95.77144165&zoom=12&layers=M' target='_blank' class='map' >N29.750578W95.771442</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Mon 30 Mar 2020 06:08:29 PM </abbr>",
|
||||
thumb: "thumbnails/20200330180829796381-0500.jpg",
|
||||
image: "20200330180829796381-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200414121359.jpg",
|
||||
description: "<br>Day Liliy<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2500</abbr><abbr title='aperture'>5.099999904632568</abbr><abbr title='focal length'>140</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:13:59 PM </abbr>",
|
||||
thumb: "thumbnails/20200414121359.jpg",
|
||||
image: "20200414121359.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200414121539.jpg",
|
||||
description: "<br>Backyard Flower<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2000</abbr><abbr title='aperture'>5.599999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 14 Apr 2020 12:15:39 PM </abbr>",
|
||||
thumb: "thumbnails/20200414121539.jpg",
|
||||
image: "20200414121539.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200417162225.jpg",
|
||||
description: "<br>Sidewalk Art<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>2.700000047683716</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Fri 17 Apr 2020 04:22:25 PM </abbr>",
|
||||
thumb: "thumbnails/20200417162225.jpg",
|
||||
image: "20200417162225.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200418132313.jpg",
|
||||
description: "<br>Lizard Looking<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>200</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 18 Apr 2020 01:23:13 PM </abbr>",
|
||||
thumb: "thumbnails/20200418132313.jpg",
|
||||
image: "20200418132313.jpg"
|
||||
},
|
||||
{
|
||||
title: "20200513073711554420-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>80</abbr><abbr title='exposure'>299/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.749022216666667&mlon=-95.77372498333334&zoom=12&layers=M' target='_blank' class='map' >N29.749022W95.773725</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 13 May 2020 07:37:11 AM </abbr>",
|
||||
thumb: "thumbnails/20200513073711554420-0500.jpg",
|
||||
image: "20200513073711554420-0500.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,
|
||||
|
|
@ -130,7 +123,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
File diff suppressed because it is too large
Load diff
|
|
@ -12,337 +12,235 @@
|
|||
<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(20190505183341-1.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Local</a> » <a href=".">Grafitti</a></h2>
|
||||
<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="../">Local</a> » <a href=".">Grafitti</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20190505183341-1.jpg">
|
||||
<img src="thumbnails/20190505183341-1.jpg" alt="20190505183341-1.jpg"
|
||||
data-title="20190505183341-1.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:33:41 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183341.jpg">
|
||||
<img src="thumbnails/20190505183341.jpg" alt="20190505183341.jpg"
|
||||
data-title="20190505183341.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:33:41 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183410-1.jpg">
|
||||
<img src="thumbnails/20190505183410-1.jpg" alt="20190505183410-1.jpg"
|
||||
data-title="20190505183410-1.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:34:10 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183410.jpg">
|
||||
<img src="thumbnails/20190505183410.jpg" alt="20190505183410.jpg"
|
||||
data-title="20190505183410.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:34:10 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183632.jpg">
|
||||
<img src="thumbnails/20190505183632.jpg" alt="20190505183632.jpg"
|
||||
data-title="20190505183632.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.3</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:36:32 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183856.jpg">
|
||||
<img src="thumbnails/20190505183856.jpg" alt="20190505183856.jpg"
|
||||
data-title="20190505183856.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:38:56 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183906.jpg">
|
||||
<img src="thumbnails/20190505183906.jpg" alt="20190505183906.jpg"
|
||||
data-title="20190505183906.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:39:06 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183926.jpg">
|
||||
<img src="thumbnails/20190505183926.jpg" alt="20190505183926.jpg"
|
||||
data-title="20190505183926.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:39:26 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505183957.jpg">
|
||||
<img src="thumbnails/20190505183957.jpg" alt="20190505183957.jpg"
|
||||
data-title="20190505183957.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:39:57 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184051.jpg">
|
||||
<img src="thumbnails/20190505184051.jpg" alt="20190505184051.jpg"
|
||||
data-title="20190505184051.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:40:51 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184302-1.jpg">
|
||||
<img src="thumbnails/20190505184302-1.jpg" alt="20190505184302-1.jpg"
|
||||
data-title="20190505184302-1.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:43:02 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184302.jpg">
|
||||
<img src="thumbnails/20190505184302.jpg" alt="20190505184302.jpg"
|
||||
data-title="20190505184302.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:43:02 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184333-1.jpg">
|
||||
<img src="thumbnails/20190505184333-1.jpg" alt="20190505184333-1.jpg"
|
||||
data-title="20190505184333-1.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/320</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:43:33 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184333.jpg">
|
||||
<img src="thumbnails/20190505184333.jpg" alt="20190505184333.jpg"
|
||||
data-title="20190505184333.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/320</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:43:33 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184438.jpg">
|
||||
<img src="thumbnails/20190505184438.jpg" alt="20190505184438.jpg"
|
||||
data-title="20190505184438.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:44:38 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184556.jpg">
|
||||
<img src="thumbnails/20190505184556.jpg" alt="20190505184556.jpg"
|
||||
data-title="20190505184556.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:45:56 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184616.jpg">
|
||||
<img src="thumbnails/20190505184616.jpg" alt="20190505184616.jpg"
|
||||
data-title="20190505184616.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:46:16 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184748.jpg">
|
||||
<img src="thumbnails/20190505184748.jpg" alt="20190505184748.jpg"
|
||||
data-title="20190505184748.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:47:48 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505184944.jpg">
|
||||
<img src="thumbnails/20190505184944.jpg" alt="20190505184944.jpg"
|
||||
data-title="20190505184944.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:49:44 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185109.jpg">
|
||||
<img src="thumbnails/20190505185109.jpg" alt="20190505185109.jpg"
|
||||
data-title="20190505185109.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:51:09 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185146.jpg">
|
||||
<img src="thumbnails/20190505185146.jpg" alt="20190505185146.jpg"
|
||||
data-title="20190505185146.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:51:46 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185213.jpg">
|
||||
<img src="thumbnails/20190505185213.jpg" alt="20190505185213.jpg"
|
||||
data-title="20190505185213.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:52:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185223-1.jpg">
|
||||
<img src="thumbnails/20190505185223-1.jpg" alt="20190505185223-1.jpg"
|
||||
data-title="20190505185223-1.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:52:23 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185223.jpg">
|
||||
<img src="thumbnails/20190505185223.jpg" alt="20190505185223.jpg"
|
||||
data-title="20190505185223.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:52:23 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185243.jpg">
|
||||
<img src="thumbnails/20190505185243.jpg" alt="20190505185243.jpg"
|
||||
data-title="20190505185243.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:52:43 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185632.jpg">
|
||||
<img src="thumbnails/20190505185632.jpg" alt="20190505185632.jpg"
|
||||
data-title="20190505185632.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:56:32 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185801-1.jpg">
|
||||
<img src="thumbnails/20190505185801-1.jpg" alt="20190505185801-1.jpg"
|
||||
data-title="20190505185801-1.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:58:01 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190505185801.jpg">
|
||||
<img src="thumbnails/20190505185801.jpg" alt="20190505185801.jpg"
|
||||
data-title="20190505185801.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 May 2019 06:58:01 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20190505183341-1.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:33:41 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183341-1.jpg",
|
||||
image: "20190505183341-1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183341.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:33:41 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183341.jpg",
|
||||
image: "20190505183341.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183410-1.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:34:10 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183410-1.jpg",
|
||||
image: "20190505183410-1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183410.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:34:10 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183410.jpg",
|
||||
image: "20190505183410.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183632.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.3</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:36:32 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183632.jpg",
|
||||
image: "20190505183632.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183856.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:38:56 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183856.jpg",
|
||||
image: "20190505183856.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183906.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:39:06 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183906.jpg",
|
||||
image: "20190505183906.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183926.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:39:26 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183926.jpg",
|
||||
image: "20190505183926.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505183957.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:39:57 PM </abbr>",
|
||||
thumb: "thumbnails/20190505183957.jpg",
|
||||
image: "20190505183957.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184051.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:40:51 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184051.jpg",
|
||||
image: "20190505184051.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184302-1.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:43:02 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184302-1.jpg",
|
||||
image: "20190505184302-1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184302.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:43:02 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184302.jpg",
|
||||
image: "20190505184302.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184333-1.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/320</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:43:33 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184333-1.jpg",
|
||||
image: "20190505184333-1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184333.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/320</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:43:33 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184333.jpg",
|
||||
image: "20190505184333.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184438.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:44:38 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184438.jpg",
|
||||
image: "20190505184438.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184556.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:45:56 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184556.jpg",
|
||||
image: "20190505184556.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184616.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:46:16 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184616.jpg",
|
||||
image: "20190505184616.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184748.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:47:48 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184748.jpg",
|
||||
image: "20190505184748.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505184944.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:49:44 PM </abbr>",
|
||||
thumb: "thumbnails/20190505184944.jpg",
|
||||
image: "20190505184944.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185109.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:51:09 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185109.jpg",
|
||||
image: "20190505185109.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185146.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:51:46 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185146.jpg",
|
||||
image: "20190505185146.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185213.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:52:13 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185213.jpg",
|
||||
image: "20190505185213.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185223-1.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:52:23 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185223-1.jpg",
|
||||
image: "20190505185223-1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185223.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:52:23 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185223.jpg",
|
||||
image: "20190505185223.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185243.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:52:43 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185243.jpg",
|
||||
image: "20190505185243.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185632.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:56:32 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185632.jpg",
|
||||
image: "20190505185632.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185801-1.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:58:01 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185801-1.jpg",
|
||||
image: "20190505185801-1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190505185801.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 May 2019 06:58:01 PM </abbr>",
|
||||
thumb: "thumbnails/20190505185801.jpg",
|
||||
image: "20190505185801.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,
|
||||
|
|
@ -357,7 +255,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,117 +12,103 @@
|
|||
<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(20190601160543.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Local</a> » <a href=".">Park-2019-06</a></h2>
|
||||
<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="../">Local</a> » <a href=".">Park-2019-06</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20190601160543.jpg">
|
||||
<img src="thumbnails/20190601160543.jpg" alt="20190601160543.jpg"
|
||||
data-title="20190601160543.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>150.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 01 Jun 2019 04:05:43 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190601160627.jpg">
|
||||
<img src="thumbnails/20190601160627.jpg" alt="20190601160627.jpg"
|
||||
data-title="20190601160627.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>6.3</abbr> <abbr title='focal length'>150.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 01 Jun 2019 04:06:27 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190601160740.jpg">
|
||||
<img src="thumbnails/20190601160740.jpg" alt="20190601160740.jpg"
|
||||
data-title="20190601160740.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>4.8</abbr> <abbr title='focal length'>85.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 01 Jun 2019 04:07:40 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190601161130.jpg">
|
||||
<img src="thumbnails/20190601161130.jpg" alt="20190601161130.jpg"
|
||||
data-title="20190601161130.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>150.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 01 Jun 2019 04:11:30 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190601162510.jpg">
|
||||
<img src="thumbnails/20190601162510.jpg" alt="20190601162510.jpg"
|
||||
data-title="20190601162510.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>150.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 01 Jun 2019 04:25:10 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190601162524.jpg">
|
||||
<img src="thumbnails/20190601162524.jpg" alt="20190601162524.jpg"
|
||||
data-title="20190601162524.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>5.3</abbr> <abbr title='focal length'>123.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 01 Jun 2019 04:25:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20190601160543.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>150</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 01 Jun 2019 04:05:43 PM </abbr>",
|
||||
thumb: "thumbnails/20190601160543.jpg",
|
||||
image: "20190601160543.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190601160627.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>6.3</abbr><abbr title='focal length'>150</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 01 Jun 2019 04:06:27 PM </abbr>",
|
||||
thumb: "thumbnails/20190601160627.jpg",
|
||||
image: "20190601160627.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190601160740.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>4.8</abbr><abbr title='focal length'>85</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 01 Jun 2019 04:07:40 PM </abbr>",
|
||||
thumb: "thumbnails/20190601160740.jpg",
|
||||
image: "20190601160740.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190601161130.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>150</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 01 Jun 2019 04:11:30 PM </abbr>",
|
||||
thumb: "thumbnails/20190601161130.jpg",
|
||||
image: "20190601161130.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190601162510.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>150</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 01 Jun 2019 04:25:10 PM </abbr>",
|
||||
thumb: "thumbnails/20190601162510.jpg",
|
||||
image: "20190601162510.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190601162524.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>5.3</abbr><abbr title='focal length'>123</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 01 Jun 2019 04:25:24 PM </abbr>",
|
||||
thumb: "thumbnails/20190601162524.jpg",
|
||||
image: "20190601162524.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,
|
||||
|
|
@ -137,7 +123,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Local</a></h2>
|
||||
<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=".">Local</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="Black-and-White-School-Park/">
|
||||
<img src="Black-and-White-School-Park/thumbnails/20190624183327.jpg" class="album_thumb" alt="Black-and-White-School-Park" title="Black-and-White-School-Park" /></a>
|
||||
|
|
@ -62,15 +65,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,63 +12,73 @@
|
|||
<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(HP_logo.png);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Moving</a></h2>
|
||||
<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=".">Moving</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="HP_logo.png">
|
||||
<img src="thumbnails/HP_logo.png" alt="HP_logo.png"
|
||||
data-title="HP_logo.png"
|
||||
data-description=""
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "HP_logo.png",
|
||||
description: "",
|
||||
thumb: "thumbnails/HP_logo.png",
|
||||
image: "HP_logo.png"
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
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,
|
||||
|
|
@ -83,7 +93,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,323 +12,229 @@
|
|||
<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(20140314174519.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Ninja</a></h2>
|
||||
<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=".">Ninja</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20140314174519.jpg">
|
||||
<img src="thumbnails/20140314174519.jpg" alt="20140314174519.jpg"
|
||||
data-title="20140314174519.jpg"
|
||||
data-description="<br>Ninja hide in plain sight <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>35.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-510</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140325111711.jpg">
|
||||
<img src="thumbnails/20140325111711.jpg" alt="20140325111711.jpg"
|
||||
data-title="20140325111711.jpg"
|
||||
data-description="<br>Red Ninja <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/6</abbr> <abbr title='aperture'>2.8</abbr> <abbr title='focal length'>60.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Tue 25 Mar 2014 11:17:11 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141004124358.jpg">
|
||||
<img src="thumbnails/20141004124358.jpg" alt="20141004124358.jpg"
|
||||
data-title="20141004124358.jpg"
|
||||
data-description="<br>White Ninja in Tree <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Oct 2014 12:43:58 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141004124521.jpg">
|
||||
<img src="thumbnails/20141004124521.jpg" alt="20141004124521.jpg"
|
||||
data-title="20141004124521.jpg"
|
||||
data-description="<br>Ninjas Hate Devil Duck...In Trees <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>28.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Oct 2014 12:45:21 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141005121521.jpg">
|
||||
<img src="thumbnails/20141005121521.jpg" alt="20141005121521.jpg"
|
||||
data-title="20141005121521.jpg"
|
||||
data-description="<br>Ninja Guards Fun <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>33.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Oct 2014 12:15:21 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029180337.JPG">
|
||||
<img src="thumbnails/20141029180337.JPG" alt="20141029180337.JPG"
|
||||
data-title="20141029180337.JPG"
|
||||
data-description="<br>Ninja Planning <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/25</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:03:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029180448.JPG">
|
||||
<img src="thumbnails/20141029180448.JPG" alt="20141029180448.JPG"
|
||||
data-title="20141029180448.JPG"
|
||||
data-description="<br>Yellow Ninja Hanging Around <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>2.8</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:04:48 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181103.JPG">
|
||||
<img src="thumbnails/20141029181103.JPG" alt="20141029181103.JPG"
|
||||
data-title="20141029181103.JPG"
|
||||
data-description="<br>Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:11:03 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181341.JPG">
|
||||
<img src="thumbnails/20141029181341.JPG" alt="20141029181341.JPG"
|
||||
data-title="20141029181341.JPG"
|
||||
data-description="<br>Green Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:13:41 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181431.JPG">
|
||||
<img src="thumbnails/20141029181431.JPG" alt="20141029181431.JPG"
|
||||
data-title="20141029181431.JPG"
|
||||
data-description="<br>Brown Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:14:31 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181443.JPG">
|
||||
<img src="thumbnails/20141029181443.JPG" alt="20141029181443.JPG"
|
||||
data-title="20141029181443.JPG"
|
||||
data-description="<br>Yellow Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:14:43 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181504.JPG">
|
||||
<img src="thumbnails/20141029181504.JPG" alt="20141029181504.JPG"
|
||||
data-title="20141029181504.JPG"
|
||||
data-description="<br>Black Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:15:04 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181524.JPG">
|
||||
<img src="thumbnails/20141029181524.JPG" alt="20141029181524.JPG"
|
||||
data-title="20141029181524.JPG"
|
||||
data-description="<br>Blue Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:15:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141029181548.JPG">
|
||||
<img src="thumbnails/20141029181548.JPG" alt="20141029181548.JPG"
|
||||
data-title="20141029181548.JPG"
|
||||
data-description="<br>White Ninja Glamour Shot <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 29 Oct 2014 06:15:48 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108155244.jpg">
|
||||
<img src="thumbnails/20141108155244.jpg" alt="20141108155244.jpg"
|
||||
data-title="20141108155244.jpg"
|
||||
data-description="<br>White Ninja in White Flowers <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Nov 2014 03:52:44 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108155408.jpg">
|
||||
<img src="thumbnails/20141108155408.jpg" alt="20141108155408.jpg"
|
||||
data-title="20141108155408.jpg"
|
||||
data-description="<br>White Ninja defends stream <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Nov 2014 03:54:08 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108155559.jpg">
|
||||
<img src="thumbnails/20141108155559.jpg" alt="20141108155559.jpg"
|
||||
data-title="20141108155559.jpg"
|
||||
data-description="<br>Yellow Ninja an Flowers <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/800</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>17.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Nov 2014 03:55:59 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108155824.jpg">
|
||||
<img src="thumbnails/20141108155824.jpg" alt="20141108155824.jpg"
|
||||
data-title="20141108155824.jpg"
|
||||
data-description="<br>White Ninja Hids <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.3</abbr> <abbr title='focal length'>18.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Nov 2014 03:58:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108155901.jpg">
|
||||
<img src="thumbnails/20141108155901.jpg" alt="20141108155901.jpg"
|
||||
data-title="20141108155901.jpg"
|
||||
data-description="<br>Yellow Ninja and Friend <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>9.0</abbr> <abbr title='focal length'>17.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-M5</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108155958.jpg">
|
||||
<img src="thumbnails/20141108155958.jpg" alt="20141108155958.jpg"
|
||||
data-title="20141108155958.jpg"
|
||||
data-description="<br>Flowers <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Nov 2014 03:59:58 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108160027.jpg">
|
||||
<img src="thumbnails/20141108160027.jpg" alt="20141108160027.jpg"
|
||||
data-title="20141108160027.jpg"
|
||||
data-description="<br>Ninjas Hidding in Flowers <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>9.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-M5</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108160508.jpg">
|
||||
<img src="thumbnails/20141108160508.jpg" alt="20141108160508.jpg"
|
||||
data-title="20141108160508.jpg"
|
||||
data-description="<br>Yellow Ninja II <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/800</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>34.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Nov 2014 04:05:08 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20141108160558.jpg">
|
||||
<img src="thumbnails/20141108160558.jpg" alt="20141108160558.jpg"
|
||||
data-title="20141108160558.jpg"
|
||||
data-description="<br>Dino! <div class='film-meta'>
|
||||
<abbr title='film speed'>640</abbr> <abbr title='exposure'>1/1250</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>34.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-M5</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20141004_133620.jpg">
|
||||
<img src="thumbnails/IMG_20141004_133620.jpg" alt="IMG_20141004_133620.jpg"
|
||||
data-title="IMG_20141004_133620.jpg"
|
||||
data-description="<br>Ninjas waiting on lunch! <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/224</abbr> <abbr title='aperture'>2.4</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5</abbr>
|
||||
<abbr title='date'>Sat 04 Oct 2014 01:36:20 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20141007_160625.JPG">
|
||||
<img src="thumbnails/IMG_20141007_160625.JPG" alt="IMG_20141007_160625.JPG"
|
||||
data-title="IMG_20141007_160625.JPG"
|
||||
data-description="<br>Red Ninja <div class='film-meta'>
|
||||
<abbr title='film speed'>165</abbr> <abbr title='exposure'>1/120</abbr> <abbr title='aperture'>2.4</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5</abbr>
|
||||
<abbr title='date'>Tue 07 Oct 2014 04:06:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20141020_204736.JPG">
|
||||
<img src="thumbnails/IMG_20141020_204736.JPG" alt="IMG_20141020_204736.JPG"
|
||||
data-title="IMG_20141020_204736.JPG"
|
||||
data-description="<br>Orange Ninja and Friend <div class='film-meta'>
|
||||
<abbr title='film speed'>101</abbr> <abbr title='exposure'>1/126</abbr> <abbr title='aperture'>2.4</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5</abbr>
|
||||
<abbr title='date'>Mon 20 Oct 2014 08:47:35 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20141022_131600.JPG">
|
||||
<img src="thumbnails/IMG_20141022_131600.JPG" alt="IMG_20141022_131600.JPG"
|
||||
data-title="IMG_20141022_131600.JPG"
|
||||
data-description="<br>IT Ninjas <div class='film-meta'>
|
||||
<abbr title='film speed'>209</abbr> <abbr title='exposure'>1/120</abbr> <abbr title='aperture'>2.4</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5</abbr>
|
||||
<abbr title='date'>Wed 22 Oct 2014 01:16:00 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20140314174519.jpg",
|
||||
description: "<br>Ninja hide in plain sight<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>35</abbr></div><abbr title='camera make and model'>Olympus E-510</abbr>",
|
||||
thumb: "thumbnails/20140314174519.jpg",
|
||||
image: "20140314174519.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140325111711.jpg",
|
||||
description: "<br>Red Ninja<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/6</abbr><abbr title='aperture'>2.8</abbr><abbr title='focal length'>60</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Tue 25 Mar 2014 11:17:11 AM </abbr>",
|
||||
thumb: "thumbnails/20140325111711.jpg",
|
||||
image: "20140325111711.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141004124358.jpg",
|
||||
description: "<br>White Ninja in Tree<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Oct 2014 12:43:58 PM </abbr>",
|
||||
thumb: "thumbnails/20141004124358.jpg",
|
||||
image: "20141004124358.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141004124521.jpg",
|
||||
description: "<br>Ninjas Hate Devil Duck...In Trees<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>28</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Oct 2014 12:45:21 PM </abbr>",
|
||||
thumb: "thumbnails/20141004124521.jpg",
|
||||
image: "20141004124521.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141005121521.jpg",
|
||||
description: "<br>Ninja Guards Fun<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>33</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Oct 2014 12:15:21 PM </abbr>",
|
||||
thumb: "thumbnails/20141005121521.jpg",
|
||||
image: "20141005121521.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141029180337.JPG",
|
||||
description: "<br>Ninja Planning<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/25</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:03:37 PM </abbr>",
|
||||
thumb: "thumbnails/20141029180337.JPG",
|
||||
image: "20141029180337.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029180448.JPG",
|
||||
description: "<br>Yellow Ninja Hanging Around<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>2.8</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:04:48 PM </abbr>",
|
||||
thumb: "thumbnails/20141029180448.JPG",
|
||||
image: "20141029180448.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181103.JPG",
|
||||
description: "<br>Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/320</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:11:03 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181103.JPG",
|
||||
image: "20141029181103.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181341.JPG",
|
||||
description: "<br>Green Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:13:41 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181341.JPG",
|
||||
image: "20141029181341.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181431.JPG",
|
||||
description: "<br>Brown Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:14:31 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181431.JPG",
|
||||
image: "20141029181431.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181443.JPG",
|
||||
description: "<br>Yellow Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:14:43 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181443.JPG",
|
||||
image: "20141029181443.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181504.JPG",
|
||||
description: "<br>Black Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:15:04 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181504.JPG",
|
||||
image: "20141029181504.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181524.JPG",
|
||||
description: "<br>Blue Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:15:24 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181524.JPG",
|
||||
image: "20141029181524.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141029181548.JPG",
|
||||
description: "<br>White Ninja Glamour Shot<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 29 Oct 2014 06:15:48 PM </abbr>",
|
||||
thumb: "thumbnails/20141029181548.JPG",
|
||||
image: "20141029181548.JPG"
|
||||
},
|
||||
{
|
||||
title: "20141108155244.jpg",
|
||||
description: "<br>White Ninja in White Flowers<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/320</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>Olympus E-M5</abbr><abbr title='date'>Sat 08 Nov 2014 03:52:44 PM </abbr>",
|
||||
thumb: "thumbnails/20141108155244.jpg",
|
||||
image: "20141108155244.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108155408.jpg",
|
||||
description: "<br>White Ninja defends stream<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 08 Nov 2014 03:54:08 PM </abbr>",
|
||||
thumb: "thumbnails/20141108155408.jpg",
|
||||
image: "20141108155408.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108155559.jpg",
|
||||
description: "<br>Yellow Ninja an Flowers<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/800</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>17</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 08 Nov 2014 03:55:59 PM </abbr>",
|
||||
thumb: "thumbnails/20141108155559.jpg",
|
||||
image: "20141108155559.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108155824.jpg",
|
||||
description: "<br>White Ninja Hids<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.3</abbr><abbr title='focal length'>18</abbr></div><abbr title='camera make and model'>Olympus E-M5</abbr><abbr title='date'>Sat 08 Nov 2014 03:58:24 PM </abbr>",
|
||||
thumb: "thumbnails/20141108155824.jpg",
|
||||
image: "20141108155824.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108155901.jpg",
|
||||
description: "<br>Yellow Ninja and Friend<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>9.0</abbr><abbr title='focal length'>17</abbr></div><abbr title='camera make and model'>Olympus E-M5</abbr>",
|
||||
thumb: "thumbnails/20141108155901.jpg",
|
||||
image: "20141108155901.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108155958.jpg",
|
||||
description: "<br>Flowers<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>Olympus E-M5</abbr><abbr title='date'>Sat 08 Nov 2014 03:59:58 PM </abbr>",
|
||||
thumb: "thumbnails/20141108155958.jpg",
|
||||
image: "20141108155958.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108160027.jpg",
|
||||
description: "<br>Ninjas Hidding in Flowers<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>9.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>Olympus E-M5</abbr>",
|
||||
thumb: "thumbnails/20141108160027.jpg",
|
||||
image: "20141108160027.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108160508.jpg",
|
||||
description: "<br>Yellow Ninja II<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/800</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>34</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 08 Nov 2014 04:05:08 PM </abbr>",
|
||||
thumb: "thumbnails/20141108160508.jpg",
|
||||
image: "20141108160508.jpg"
|
||||
},
|
||||
{
|
||||
title: "20141108160558.jpg",
|
||||
description: "<br>Dino!<div class='film-meta'><abbr title='film speed'>640</abbr><abbr title='exposure'>1/1250</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>34</abbr></div><abbr title='camera make and model'>Olympus E-M5</abbr>",
|
||||
thumb: "thumbnails/20141108160558.jpg",
|
||||
image: "20141108160558.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20141004_133620.jpg",
|
||||
description: "<br>Ninjas waiting on lunch!<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/224</abbr><abbr title='aperture'>2.4</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>LGE Nexus 5</abbr><abbr title='date'>Sat 04 Oct 2014 01:36:20 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20141004_133620.jpg",
|
||||
image: "IMG_20141004_133620.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20141007_160625.JPG",
|
||||
description: "<br>Red Ninja<div class='film-meta'><abbr title='film speed'>165</abbr><abbr title='exposure'>1/120</abbr><abbr title='aperture'>2.4</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>LGE Nexus 5</abbr><abbr title='date'>Tue 07 Oct 2014 04:06:25 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20141007_160625.JPG",
|
||||
image: "IMG_20141007_160625.JPG"
|
||||
},
|
||||
{
|
||||
title: "IMG_20141020_204736.JPG",
|
||||
description: "<br>Orange Ninja and Friend<div class='film-meta'><abbr title='film speed'>101</abbr><abbr title='exposure'>1/126</abbr><abbr title='aperture'>2.4</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>LGE Nexus 5</abbr><abbr title='date'>Mon 20 Oct 2014 08:47:35 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20141020_204736.JPG",
|
||||
image: "IMG_20141020_204736.JPG"
|
||||
},
|
||||
{
|
||||
title: "IMG_20141022_131600.JPG",
|
||||
description: "<br>IT Ninjas<div class='film-meta'><abbr title='film speed'>209</abbr><abbr title='exposure'>1/120</abbr><abbr title='aperture'>2.4</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>LGE Nexus 5</abbr><abbr title='date'>Wed 22 Oct 2014 01:16:00 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20141022_131600.JPG",
|
||||
image: "IMG_20141022_131600.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,
|
||||
|
|
@ -343,7 +249,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,158 +12,133 @@
|
|||
<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(201701.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Random</a></h2>
|
||||
<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=".">Random</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="201701.jpg">
|
||||
<img src="thumbnails/201701.jpg" alt="201701.jpg"
|
||||
data-title="201701.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<abbr title='date'>Wed 01 Feb 2017 04:44:18 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="201702.jpg">
|
||||
<img src="thumbnails/201702.jpg" alt="201702.jpg"
|
||||
data-title="201702.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<abbr title='date'>Wed 01 Mar 2017 04:20:09 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="Art-Rose.jpg">
|
||||
<img src="thumbnails/Art-Rose.jpg" alt="Art-Rose.jpg"
|
||||
data-title="Art-Rose.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>9.0</abbr> <abbr title='focal length'>114.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 01 Jan 2017 01:31:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="blocked-sky.jpg">
|
||||
<img src="thumbnails/blocked-sky.jpg" alt="blocked-sky.jpg"
|
||||
data-title="blocked-sky.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 08 Feb 2020 02:10:57 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="clouds2.jpg">
|
||||
<img src="thumbnails/clouds2.jpg" alt="clouds2.jpg"
|
||||
data-title="clouds2.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>708</abbr> <abbr title='exposure'>83/10000</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="clouds.jpg">
|
||||
<img src="thumbnails/clouds.jpg" alt="clouds.jpg"
|
||||
data-title="clouds.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>48</abbr> <abbr title='exposure'>577/500000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.7437055556&mlon=-95.7692861111&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.743706
|
||||
W95.769286</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Mon 14 Oct 2019 06:41:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="deadpool-sa.jpg">
|
||||
<img src="thumbnails/deadpool-sa.jpg" alt="deadpool-sa.jpg"
|
||||
data-title="deadpool-sa.jpg"
|
||||
data-description="<br>Deadpool SA <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>2.7</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 23 Aug 2016 08:27:23 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="dice.jpg">
|
||||
<img src="thumbnails/dice.jpg" alt="dice.jpg"
|
||||
data-title="dice.jpg"
|
||||
data-description=""
|
||||
/>
|
||||
</a>
|
||||
<a href="gpd-pocket2.jpg">
|
||||
<img src="thumbnails/gpd-pocket2.jpg" alt="gpd-pocket2.jpg"
|
||||
data-title="gpd-pocket2.jpg"
|
||||
data-description=""
|
||||
/>
|
||||
</a>
|
||||
<a href="harley-drive.jpg">
|
||||
<img src="thumbnails/harley-drive.jpg" alt="harley-drive.jpg"
|
||||
data-title="harley-drive.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.2</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Apple iPhone 5s</abbr>
|
||||
<abbr title='date'>Wed 28 Sep 2016 04:54:10 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="side-by-side.jpg">
|
||||
<img src="thumbnails/side-by-side.jpg" alt="side-by-side.jpg"
|
||||
data-title="side-by-side.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<abbr title='date'>Fri 13 Jan 2017 04:51:40 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "201701.jpg",
|
||||
description: "<div class='film-meta'></div><abbr title='date'>Wed 01 Feb 2017 04:44:18 AM </abbr>",
|
||||
thumb: "thumbnails/201701.jpg",
|
||||
image: "201701.jpg"
|
||||
},
|
||||
{
|
||||
title: "201702.jpg",
|
||||
description: "<div class='film-meta'></div><abbr title='date'>Wed 01 Mar 2017 04:20:09 AM </abbr>",
|
||||
thumb: "thumbnails/201702.jpg",
|
||||
image: "201702.jpg"
|
||||
},
|
||||
{
|
||||
title: "Art-Rose.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>9.0</abbr><abbr title='focal length'>114</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 01 Jan 2017 01:31:22 PM </abbr>",
|
||||
thumb: "thumbnails/Art-Rose.jpg",
|
||||
image: "Art-Rose.jpg"
|
||||
},
|
||||
{
|
||||
title: "blocked-sky.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 08 Feb 2020 02:10:57 PM </abbr>",
|
||||
thumb: "thumbnails/blocked-sky.jpg",
|
||||
image: "blocked-sky.jpg"
|
||||
},
|
||||
{
|
||||
title: "clouds2.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>708</abbr><abbr title='exposure'>83/10000</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Google Pixel 2</abbr>",
|
||||
thumb: "thumbnails/clouds2.jpg",
|
||||
image: "clouds2.jpg"
|
||||
},
|
||||
{
|
||||
title: "clouds.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>48</abbr><abbr title='exposure'>577/500000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.743705555555557&mlon=-95.76928611111111&zoom=12&layers=M' target='_blank' class='map' >N29.743706W95.769286</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Mon 14 Oct 2019 06:41:13 PM </abbr>",
|
||||
thumb: "thumbnails/clouds.jpg",
|
||||
image: "clouds.jpg"
|
||||
},
|
||||
{
|
||||
title: "deadpool-sa.jpg",
|
||||
description: "<br>Deadpool SA<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>2.7</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 23 Aug 2016 08:27:23 AM </abbr>",
|
||||
thumb: "thumbnails/deadpool-sa.jpg",
|
||||
image: "deadpool-sa.jpg"
|
||||
},
|
||||
{
|
||||
title: "dice.jpg",
|
||||
description: "",
|
||||
thumb: "thumbnails/dice.jpg",
|
||||
image: "dice.jpg"
|
||||
},
|
||||
{
|
||||
title: "gpd-pocket2.jpg",
|
||||
description: "",
|
||||
thumb: "thumbnails/gpd-pocket2.jpg",
|
||||
image: "gpd-pocket2.jpg"
|
||||
},
|
||||
{
|
||||
title: "harley-drive.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.2</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Apple iPhone 5s</abbr><abbr title='date'>Wed 28 Sep 2016 04:54:10 PM </abbr>",
|
||||
thumb: "thumbnails/harley-drive.jpg",
|
||||
image: "harley-drive.jpg"
|
||||
},
|
||||
{
|
||||
title: "side-by-side.jpg",
|
||||
description: "<div class='film-meta'></div><abbr title='date'>Fri 13 Jan 2017 04:51:40 AM </abbr>",
|
||||
thumb: "thumbnails/side-by-side.jpg",
|
||||
image: "side-by-side.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,
|
||||
|
|
@ -178,7 +153,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,126 +12,103 @@
|
|||
<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'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>
|
||||
|
||||
<h2><a href="../">TRF</a> » <a href=".">2016</a></h2>
|
||||
<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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20161126111946.jpg">
|
||||
<img src="thumbnails/20161126111946.jpg" alt="20161126111946.jpg"
|
||||
data-title="20161126111946.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.40000009537</abbr> <abbr title='focal length'>27.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.6667&mlon=17056881.6667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.666667
|
||||
E17056881.666667</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 26 Nov 2016 11:19:46 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161126112249.jpg">
|
||||
<img src="thumbnails/20161126112249.jpg" alt="20161126112249.jpg"
|
||||
data-title="20161126112249.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>5.5</abbr> <abbr title='focal length'>29.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.2551116204&mlon=-95.84017&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.255112
|
||||
W95.840170</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 26 Nov 2016 11:22:49 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161126112933.jpg">
|
||||
<img src="thumbnails/20161126112933.jpg" alt="20161126112933.jpg"
|
||||
data-title="20161126112933.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>125</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>4.30000019073</abbr> <abbr title='focal length'>11.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.2549616667&mlon=-95.8414716667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.254962
|
||||
W95.841472</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 26 Nov 2016 11:29:33 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161126132650359244.jpg">
|
||||
<img src="thumbnails/20161126132650359244.jpg" alt="20161126132650359244.jpg"
|
||||
data-title="20161126132650359244.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>307/250000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 26 Nov 2016 01:26:50 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161126132657778548.jpg">
|
||||
<img src="thumbnails/20161126132657778548.jpg" alt="20161126132657778548.jpg"
|
||||
data-title="20161126132657778548.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>1213/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 26 Nov 2016 01:26:57 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20161126145443934704.jpg">
|
||||
<img src="thumbnails/20161126145443934704.jpg" alt="20161126145443934704.jpg"
|
||||
data-title="20161126145443934704.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>799/1000000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 26 Nov 2016 02:54:43 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20161126111946.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/250</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&mlon=17056881.666666668&zoom=12&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.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/320</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&mlon=-95.84017&zoom=12&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.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>125</abbr><abbr title='exposure'>1/60</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&mlon=-95.84147166666666&zoom=12&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.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>307/250000</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.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>1213/500000</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.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>799/1000000</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,
|
||||
|
|
@ -146,7 +123,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">TRF</a></h2>
|
||||
<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></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="2016/">
|
||||
<img src="2016/thumbnails/20161126111946.jpg" class="album_thumb" alt="2016" title="2016" /></a>
|
||||
|
|
@ -42,15 +45,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,177 +12,139 @@
|
|||
<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(P1215426.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Travel</a> » <a href=".">China</a></h2>
|
||||
<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="../">Travel</a> » <a href=".">China</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="P1215426.jpg">
|
||||
<img src="thumbnails/P1215426.jpg" alt="P1215426.jpg"
|
||||
data-title="P1215426.jpg"
|
||||
data-description="<br>Details of Door Knobs <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>13.0</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 21 Jan 2013 10:38:07 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1215441.jpg">
|
||||
<img src="thumbnails/P1215441.jpg" alt="P1215441.jpg"
|
||||
data-title="P1215441.jpg"
|
||||
data-description="<br>Golden Dragons on Roof <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/50</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 21 Jan 2013 10:44:02 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1255540.jpg">
|
||||
<img src="thumbnails/P1255540.jpg" alt="P1255540.jpg"
|
||||
data-title="P1255540.jpg"
|
||||
data-description="<br>New Years Lanterns <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Fri 25 Jan 2013 09:08:34 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1265612.jpg">
|
||||
<img src="thumbnails/P1265612.jpg" alt="P1265612.jpg"
|
||||
data-title="P1265612.jpg"
|
||||
data-description="<br>Great Wall <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Sat 26 Jan 2013 01:52:26 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1265674.jpg">
|
||||
<img src="thumbnails/P1265674.jpg" alt="P1265674.jpg"
|
||||
data-title="P1265674.jpg"
|
||||
data-description="<br>Dragon on Door Detail I <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Sat 26 Jan 2013 08:21:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1265701.jpg">
|
||||
<img src="thumbnails/P1265701.jpg" alt="P1265701.jpg"
|
||||
data-title="P1265701.jpg"
|
||||
data-description="<br>Dragon on Door Detail II <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Sat 26 Jan 2013 08:36:09 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1265770.jpg">
|
||||
<img src="thumbnails/P1265770.jpg" alt="P1265770.jpg"
|
||||
data-title="P1265770.jpg"
|
||||
data-description="<br>Benches in Forbidden City <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Sat 26 Jan 2013 09:16:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1285817.jpg">
|
||||
<img src="thumbnails/P1285817.jpg" alt="P1285817.jpg"
|
||||
data-title="P1285817.jpg"
|
||||
data-description="<br>Bridge Girder Detail <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 28 Jan 2013 05:32:56 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1285835.jpg">
|
||||
<img src="thumbnails/P1285835.jpg" alt="P1285835.jpg"
|
||||
data-title="P1285835.jpg"
|
||||
data-description="<br>Monument to Workers <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>3.20000004768</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 28 Jan 2013 05:43:41 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1285838.jpg">
|
||||
<img src="thumbnails/P1285838.jpg" alt="P1285838.jpg"
|
||||
data-title="P1285838.jpg"
|
||||
data-description="<br>Moonrise from the Bund <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/13</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 28 Jan 2013 05:45:58 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1285877.jpg">
|
||||
<img src="thumbnails/P1285877.jpg" alt="P1285877.jpg"
|
||||
data-title="P1285877.jpg"
|
||||
data-description="<br>Shanghai Tower <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/13</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr>
|
||||
<abbr title='date'>Mon 28 Jan 2013 06:49:24 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="P1300197.jpg">
|
||||
<img src="thumbnails/P1300197.jpg" alt="P1300197.jpg"
|
||||
data-title="P1300197.jpg"
|
||||
data-description="<br>New Shanghai <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/3</abbr> <abbr title='aperture'>3.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Wed 30 Jan 2013 09:11:14 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "P1215426.jpg",
|
||||
description: "<br>Details of Door Knobs<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>13.0</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 21 Jan 2013 10:38:07 PM </abbr>",
|
||||
thumb: "thumbnails/P1215426.jpg",
|
||||
image: "P1215426.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1215441.jpg",
|
||||
description: "<br>Golden Dragons on Roof<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/50</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 21 Jan 2013 10:44:02 PM </abbr>",
|
||||
thumb: "thumbnails/P1215441.jpg",
|
||||
image: "P1215441.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1255540.jpg",
|
||||
description: "<br>New Years Lanterns<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Fri 25 Jan 2013 09:08:34 PM </abbr>",
|
||||
thumb: "thumbnails/P1255540.jpg",
|
||||
image: "P1255540.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1265612.jpg",
|
||||
description: "<br>Great Wall<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Sat 26 Jan 2013 01:52:26 AM </abbr>",
|
||||
thumb: "thumbnails/P1265612.jpg",
|
||||
image: "P1265612.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1265674.jpg",
|
||||
description: "<br>Dragon on Door Detail I<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Sat 26 Jan 2013 08:21:13 PM </abbr>",
|
||||
thumb: "thumbnails/P1265674.jpg",
|
||||
image: "P1265674.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1265701.jpg",
|
||||
description: "<br>Dragon on Door Detail II<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Sat 26 Jan 2013 08:36:09 PM </abbr>",
|
||||
thumb: "thumbnails/P1265701.jpg",
|
||||
image: "P1265701.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1265770.jpg",
|
||||
description: "<br>Benches in Forbidden City<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Sat 26 Jan 2013 09:16:39 PM </abbr>",
|
||||
thumb: "thumbnails/P1265770.jpg",
|
||||
image: "P1265770.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1285817.jpg",
|
||||
description: "<br>Bridge Girder Detail<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 28 Jan 2013 05:32:56 AM </abbr>",
|
||||
thumb: "thumbnails/P1285817.jpg",
|
||||
image: "P1285817.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1285835.jpg",
|
||||
description: "<br>Monument to Workers<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>3.200000047683716</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 28 Jan 2013 05:43:41 AM </abbr>",
|
||||
thumb: "thumbnails/P1285835.jpg",
|
||||
image: "P1285835.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1285838.jpg",
|
||||
description: "<br>Moonrise from the Bund<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/13</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 28 Jan 2013 05:45:58 AM </abbr>",
|
||||
thumb: "thumbnails/P1285838.jpg",
|
||||
image: "P1285838.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1285877.jpg",
|
||||
description: "<br>Shanghai Tower<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/13</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL1</abbr><abbr title='date'>Mon 28 Jan 2013 06:49:24 AM </abbr>",
|
||||
thumb: "thumbnails/P1285877.jpg",
|
||||
image: "P1285877.jpg"
|
||||
},
|
||||
{
|
||||
title: "P1300197.jpg",
|
||||
description: "<br>New Shanghai<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/3</abbr><abbr title='aperture'>3.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Wed 30 Jan 2013 09:11:14 PM </abbr>",
|
||||
thumb: "thumbnails/P1300197.jpg",
|
||||
image: "P1300197.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,
|
||||
|
|
@ -197,7 +159,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Travel</a> » <a href=".">Mexico</a></h2>
|
||||
<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="../">Travel</a> » <a href=".">Mexico</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="2014-05/">
|
||||
<img src="2014-05/thumbnails/IMG_20140511_221843.jpg" class="album_thumb" alt="2014-05" title="2014-05" /></a>
|
||||
|
|
@ -42,15 +45,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,343 +12,199 @@
|
|||
<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(20170506164921393061.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">UK</a> » <a href=".">Bournemouth-2017-05</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">UK</a> » <a href=".">Bournemouth-2017-05</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20170506164921393061.jpg">
|
||||
<img src="thumbnails/20170506164921393061.jpg" alt="20170506164921393061.jpg"
|
||||
data-title="20170506164921393061.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>843/200000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=51.4116638889&mlon=-0.970186111111&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N51.411664
|
||||
W0.970186</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 06 May 2017 04:49:21 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170506190807.jpg">
|
||||
<img src="thumbnails/20170506190807.jpg" alt="20170506190807.jpg"
|
||||
data-title="20170506190807.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7159444444&mlon=-1.88085277778&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715944
|
||||
W1.880853</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 06 May 2017 07:08:07 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170506201332.jpg">
|
||||
<img src="thumbnails/20170506201332.jpg" alt="20170506201332.jpg"
|
||||
data-title="20170506201332.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7150138889&mlon=-1.88149722222&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715014
|
||||
W1.881497</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 06 May 2017 08:13:32 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170506202055.jpg">
|
||||
<img src="thumbnails/20170506202055.jpg" alt="20170506202055.jpg"
|
||||
data-title="20170506202055.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7161944444&mlon=-1.87660555556&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.716194
|
||||
W1.876606</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 06 May 2017 08:20:55 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170506210246861522.jpg">
|
||||
<img src="thumbnails/20170506210246861522.jpg" alt="20170506210246861522.jpg"
|
||||
data-title="20170506210246861522.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>701</abbr> <abbr title='exposure'>2593/100000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7183416667&mlon=-1.880425&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.718342
|
||||
W1.880425</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 06 May 2017 09:02:46 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170507070909.jpg">
|
||||
<img src="thumbnails/20170507070909.jpg" alt="20170507070909.jpg"
|
||||
data-title="20170507070909.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>3.6</abbr> <abbr title='focal length'>6.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sun 07 May 2017 07:09:09 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170507071010.jpg">
|
||||
<img src="thumbnails/20170507071010.jpg" alt="20170507071010.jpg"
|
||||
data-title="20170507071010.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sun 07 May 2017 07:10:10 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170507151449.JPG">
|
||||
<img src="thumbnails/20170507151449.JPG" alt="20170507151449.JPG"
|
||||
data-title="20170507151449.JPG"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7159138889&mlon=-1.88088333333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715914
|
||||
W1.880883</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sun 07 May 2017 03:14:49 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170507174553011856.jpg">
|
||||
<img src="thumbnails/20170507174553011856.jpg" alt="20170507174553011856.jpg"
|
||||
data-title="20170507174553011856.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>509/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7162472222&mlon=-1.88089444444&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.716247
|
||||
W1.880894</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sun 07 May 2017 05:45:53 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170509214956.jpg">
|
||||
<img src="thumbnails/20170509214956.jpg" alt="20170509214956.jpg"
|
||||
data-title="20170509214956.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Tue 09 May 2017 09:49:56 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170510065231.jpg">
|
||||
<img src="thumbnails/20170510065231.jpg" alt="20170510065231.jpg"
|
||||
data-title="20170510065231.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.0</abbr> <abbr title='focal length'>67.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Wed 10 May 2017 06:52:31 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170510065235.jpg">
|
||||
<img src="thumbnails/20170510065235.jpg" alt="20170510065235.jpg"
|
||||
data-title="20170510065235.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.4</abbr> <abbr title='focal length'>129.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Wed 10 May 2017 06:52:35 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170511084452435377.jpg">
|
||||
<img src="thumbnails/20170511084452435377.jpg" alt="20170511084452435377.jpg"
|
||||
data-title="20170511084452435377.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>1161/1000000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7440361111&mlon=-1.82777222222&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.744036
|
||||
W1.827772</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Thu 11 May 2017 08:44:52 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170511202847823104.jpg">
|
||||
<img src="thumbnails/20170511202847823104.jpg" alt="20170511202847823104.jpg"
|
||||
data-title="20170511202847823104.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>2393</abbr> <abbr title='exposure'>49843/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7310527778&mlon=-1.85363611111&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.731053
|
||||
W1.853636</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Thu 11 May 2017 08:28:47 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170511212415150093.jpg">
|
||||
<img src="thumbnails/20170511212415150093.jpg" alt="20170511212415150093.jpg"
|
||||
data-title="20170511212415150093.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>648</abbr> <abbr title='exposure'>20021/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7311472222&mlon=-1.85396111111&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.731147
|
||||
W1.853961</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Thu 11 May 2017 09:24:15 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170511213524668329.jpg">
|
||||
<img src="thumbnails/20170511213524668329.jpg" alt="20170511213524668329.jpg"
|
||||
data-title="20170511213524668329.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1739</abbr> <abbr title='exposure'>14047/200000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7311527778&mlon=-1.853775&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.731153
|
||||
W1.853775</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Thu 11 May 2017 09:35:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170512175009.jpg">
|
||||
<img src="thumbnails/20170512175009.jpg" alt="20170512175009.jpg"
|
||||
data-title="20170512175009.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>125</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>5.8</abbr> <abbr title='focal length'>54.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7155138889&mlon=-1.88147222222&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715514
|
||||
W1.881472</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Fri 12 May 2017 05:50:09 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170512175020.jpg">
|
||||
<img src="thumbnails/20170512175020.jpg" alt="20170512175020.jpg"
|
||||
data-title="20170512175020.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.2</abbr> <abbr title='focal length'>10.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7155138889&mlon=-1.88147222222&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715514
|
||||
W1.881472</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Fri 12 May 2017 05:50:20 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170512175028.jpg">
|
||||
<img src="thumbnails/20170512175028.jpg" alt="20170512175028.jpg"
|
||||
data-title="20170512175028.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7155138889&mlon=-1.88147222222&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715514
|
||||
W1.881472</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Fri 12 May 2017 05:50:28 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170512194222248809.jpg">
|
||||
<img src="thumbnails/20170512194222248809.jpg" alt="20170512194222248809.jpg"
|
||||
data-title="20170512194222248809.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>206</abbr> <abbr title='exposure'>7993/1000000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7155833333&mlon=-1.87722777778&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715583
|
||||
W1.877228</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Fri 12 May 2017 07:42:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170512194227902617.jpg">
|
||||
<img src="thumbnails/20170512194227902617.jpg" alt="20170512194227902617.jpg"
|
||||
data-title="20170512194227902617.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>5091/1000000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7155861111&mlon=-1.87720555556&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715586
|
||||
W1.877206</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Fri 12 May 2017 07:42:27 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170513081119984983.jpg">
|
||||
<img src="thumbnails/20170513081119984983.jpg" alt="20170513081119984983.jpg"
|
||||
data-title="20170513081119984983.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>169/250000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7267861111&mlon=-1.86385555556&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.726786
|
||||
W1.863856</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Sat 13 May 2017 08:11:19 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20170506164921393061.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>843/200000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=51.41166388888889&mlon=-0.9701861111111111&zoom=12&layers=M' target='_blank' class='map' >N51.411664W0.970186</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 06 May 2017 04:49:21 PM </abbr>",
|
||||
thumb: "thumbnails/20170506164921393061.jpg",
|
||||
image: "20170506164921393061.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170506190807.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715944444444446&mlon=-1.8808527777777777&zoom=12&layers=M' target='_blank' class='map' >N50.715944W1.880853</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 06 May 2017 07:08:07 PM </abbr>",
|
||||
thumb: "thumbnails/20170506190807.jpg",
|
||||
image: "20170506190807.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170506201332.jpg",
|
||||
description: "<div class='film-meta'></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71501388888889&mlon=-1.8814972222222222&zoom=12&layers=M' target='_blank' class='map' >N50.715014W1.881497</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 06 May 2017 08:13:32 PM </abbr>",
|
||||
thumb: "thumbnails/20170506201332.jpg",
|
||||
image: "20170506201332.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170506202055.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71619444444445&mlon=-1.8766055555555556&zoom=12&layers=M' target='_blank' class='map' >N50.716194W1.876606</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 06 May 2017 08:20:55 PM </abbr>",
|
||||
thumb: "thumbnails/20170506202055.jpg",
|
||||
image: "20170506202055.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170506210246861522.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>701</abbr><abbr title='exposure'>2593/100000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71834166666667&mlon=-1.880425&zoom=12&layers=M' target='_blank' class='map' >N50.718342W1.880425</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 06 May 2017 09:02:46 PM </abbr>",
|
||||
thumb: "thumbnails/20170506210246861522.jpg",
|
||||
image: "20170506210246861522.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170507070909.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>3.6</abbr><abbr title='focal length'>6</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853375&mlon=17056881.853375&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sun 07 May 2017 07:09:09 AM </abbr>",
|
||||
thumb: "thumbnails/20170507070909.jpg",
|
||||
image: "20170507070909.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170507071010.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853375&mlon=17056881.853375&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sun 07 May 2017 07:10:10 AM </abbr>",
|
||||
thumb: "thumbnails/20170507071010.jpg",
|
||||
image: "20170507071010.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170507151449.JPG",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71591388888889&mlon=-1.8808833333333335&zoom=12&layers=M' target='_blank' class='map' >N50.715914W1.880883</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sun 07 May 2017 03:14:49 PM </abbr>",
|
||||
thumb: "thumbnails/20170507151449.JPG",
|
||||
image: "20170507151449.JPG"
|
||||
},
|
||||
{
|
||||
title: "20170507174553011856.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>509/500000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71624722222222&mlon=-1.8808944444444444&zoom=12&layers=M' target='_blank' class='map' >N50.716247W1.880894</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sun 07 May 2017 05:45:53 PM </abbr>",
|
||||
thumb: "thumbnails/20170507174553011856.jpg",
|
||||
image: "20170507174553011856.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170509214956.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853375&mlon=17056881.853375&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Tue 09 May 2017 09:49:56 PM </abbr>",
|
||||
thumb: "thumbnails/20170509214956.jpg",
|
||||
image: "20170509214956.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170510065231.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.0</abbr><abbr title='focal length'>67</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853375&mlon=17056881.853375&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Wed 10 May 2017 06:52:31 AM </abbr>",
|
||||
thumb: "thumbnails/20170510065231.jpg",
|
||||
image: "20170510065231.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170510065235.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853375&mlon=17056881.853375&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Wed 10 May 2017 06:52:35 AM </abbr>",
|
||||
thumb: "thumbnails/20170510065235.jpg",
|
||||
image: "20170510065235.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170511084452435377.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>1161/1000000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.744036111111114&mlon=-1.8277722222222221&zoom=12&layers=M' target='_blank' class='map' >N50.744036W1.827772</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Thu 11 May 2017 08:44:52 AM </abbr>",
|
||||
thumb: "thumbnails/20170511084452435377.jpg",
|
||||
image: "20170511084452435377.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170511202847823104.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>2393</abbr><abbr title='exposure'>49843/500000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.731052777777776&mlon=-1.8536361111111113&zoom=12&layers=M' target='_blank' class='map' >N50.731053W1.853636</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Thu 11 May 2017 08:28:47 PM </abbr>",
|
||||
thumb: "thumbnails/20170511202847823104.jpg",
|
||||
image: "20170511202847823104.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170511212415150093.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>648</abbr><abbr title='exposure'>20021/500000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.731147222222226&mlon=-1.8539611111111112&zoom=12&layers=M' target='_blank' class='map' >N50.731147W1.853961</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Thu 11 May 2017 09:24:15 PM </abbr>",
|
||||
thumb: "thumbnails/20170511212415150093.jpg",
|
||||
image: "20170511212415150093.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170511213524668329.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1739</abbr><abbr title='exposure'>14047/200000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.73115277777778&mlon=-1.8537750000000002&zoom=12&layers=M' target='_blank' class='map' >N50.731153W1.853775</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Thu 11 May 2017 09:35:24 PM </abbr>",
|
||||
thumb: "thumbnails/20170511213524668329.jpg",
|
||||
image: "20170511213524668329.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170512175009.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>125</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>5.8</abbr><abbr title='focal length'>54</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71551388888889&mlon=-1.8814722222222222&zoom=12&layers=M' target='_blank' class='map' >N50.715514W1.881472</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Fri 12 May 2017 05:50:09 PM </abbr>",
|
||||
thumb: "thumbnails/20170512175009.jpg",
|
||||
image: "20170512175009.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170512175020.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.2</abbr><abbr title='focal length'>10</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71551388888889&mlon=-1.8814722222222222&zoom=12&layers=M' target='_blank' class='map' >N50.715514W1.881472</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Fri 12 May 2017 05:50:20 PM </abbr>",
|
||||
thumb: "thumbnails/20170512175020.jpg",
|
||||
image: "20170512175020.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170512175028.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71551388888889&mlon=-1.8814722222222222&zoom=12&layers=M' target='_blank' class='map' >N50.715514W1.881472</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Fri 12 May 2017 05:50:28 PM </abbr>",
|
||||
thumb: "thumbnails/20170512175028.jpg",
|
||||
image: "20170512175028.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170512194222248809.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>206</abbr><abbr title='exposure'>7993/1000000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715583333333335&mlon=-1.8772277777777777&zoom=12&layers=M' target='_blank' class='map' >N50.715583W1.877228</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Fri 12 May 2017 07:42:22 PM </abbr>",
|
||||
thumb: "thumbnails/20170512194222248809.jpg",
|
||||
image: "20170512194222248809.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170512194227902617.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>5091/1000000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715586111111115&mlon=-1.8772055555555556&zoom=12&layers=M' target='_blank' class='map' >N50.715586W1.877206</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Fri 12 May 2017 07:42:27 PM </abbr>",
|
||||
thumb: "thumbnails/20170512194227902617.jpg",
|
||||
image: "20170512194227902617.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170513081119984983.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>169/250000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.72678611111111&mlon=-1.8638555555555556&zoom=12&layers=M' target='_blank' class='map' >N50.726786W1.863856</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Sat 13 May 2017 08:11:19 AM </abbr>",
|
||||
thumb: "thumbnails/20170513081119984983.jpg",
|
||||
image: "20170513081119984983.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,
|
||||
|
|
@ -363,7 +219,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,416 +12,241 @@
|
|||
<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(20190603161426546845.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">UK</a> » <a href=".">Bournemouth-2019-06</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">UK</a> » <a href=".">Bournemouth-2019-06</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20190603161426546845.jpg">
|
||||
<img src="thumbnails/20190603161426546845.jpg" alt="20190603161426546845.jpg"
|
||||
data-title="20190603161426546845.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>48</abbr> <abbr title='exposure'>47/50000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.98561665&mlon=-95.3336277667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.985617
|
||||
W95.333628</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Mon 03 Jun 2019 04:14:26 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190603172008627294.jpg">
|
||||
<img src="thumbnails/20190603172008627294.jpg" alt="20190603172008627294.jpg"
|
||||
data-title="20190603172008627294.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>303</abbr> <abbr title='exposure'>16671/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Mon 03 Jun 2019 05:20:08 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190604134535.jpg">
|
||||
<img src="thumbnails/20190604134535.jpg" alt="20190604134535.jpg"
|
||||
data-title="20190604134535.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 04 Jun 2019 01:45:35 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190604152029.jpg">
|
||||
<img src="thumbnails/20190604152029.jpg" alt="20190604152029.jpg"
|
||||
data-title="20190604152029.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/8</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>36.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Tue 04 Jun 2019 03:20:29 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190604194739438825.jpg">
|
||||
<img src="thumbnails/20190604194739438825.jpg" alt="20190604194739438825.jpg"
|
||||
data-title="20190604194739438825.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>54</abbr> <abbr title='exposure'>3377/500000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.71961945&mlon=-1.88368055&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.719619
|
||||
W1.883681</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Tue 04 Jun 2019 07:47:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190605075253.jpg">
|
||||
<img src="thumbnails/20190605075253.jpg" alt="20190605075253.jpg"
|
||||
data-title="20190605075253.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7194999833&mlon=-1.88269166667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.719500
|
||||
W1.882692</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Wed 05 Jun 2019 07:52:53 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190605130930.jpg">
|
||||
<img src="thumbnails/20190605130930.jpg" alt="20190605130930.jpg"
|
||||
data-title="20190605130930.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>7.1</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 05 Jun 2019 01:09:30 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190605193948097682.jpg">
|
||||
<img src="thumbnails/20190605193948097682.jpg" alt="20190605193948097682.jpg"
|
||||
data-title="20190605193948097682.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>62</abbr> <abbr title='exposure'>3377/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.71674165&mlon=-1.87605&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.716742
|
||||
W1.876050</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Wed 05 Jun 2019 07:39:48 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190605193952.jpg">
|
||||
<img src="thumbnails/20190605193952.jpg" alt="20190605193952.jpg"
|
||||
data-title="20190605193952.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7164559167&mlon=-1.87605&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.716456
|
||||
W1.876050</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Wed 05 Jun 2019 07:39:52 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190605221650.jpg">
|
||||
<img src="thumbnails/20190605221650.jpg" alt="20190605221650.jpg"
|
||||
data-title="20190605221650.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7191722&mlon=-1.88126388333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.719172
|
||||
W1.881264</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Wed 05 Jun 2019 10:16:50 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190606055217.jpg">
|
||||
<img src="thumbnails/20190606055217.jpg" alt="20190606055217.jpg"
|
||||
data-title="20190606055217.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.71916665&mlon=-1.88125276667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.719167
|
||||
W1.881253</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Thu 06 Jun 2019 05:52:17 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190606115833.jpg">
|
||||
<img src="thumbnails/20190606115833.jpg" alt="20190606115833.jpg"
|
||||
data-title="20190606115833.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/800</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Thu 06 Jun 2019 11:58:33 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190606122803.jpg">
|
||||
<img src="thumbnails/20190606122803.jpg" alt="20190606122803.jpg"
|
||||
data-title="20190606122803.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/10</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Thu 06 Jun 2019 12:28:03 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190606182439334687.jpg">
|
||||
<img src="thumbnails/20190606182439334687.jpg" alt="20190606182439334687.jpg"
|
||||
data-title="20190606182439334687.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>39</abbr> <abbr title='exposure'>7993/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7286194333&mlon=-1.86245555&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.728619
|
||||
W1.862456</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Thu 06 Jun 2019 06:24:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190606185529914299.jpg">
|
||||
<img src="thumbnails/20190606185529914299.jpg" alt="20190606185529914299.jpg"
|
||||
data-title="20190606185529914299.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>614</abbr> <abbr title='exposure'>7491/250000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7286194333&mlon=-1.86245555&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.728619
|
||||
W1.862456</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Thu 06 Jun 2019 06:55:29 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190606212805411429.jpg">
|
||||
<img src="thumbnails/20190606212805411429.jpg" alt="20190606212805411429.jpg"
|
||||
data-title="20190606212805411429.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>186</abbr> <abbr title='exposure'>5001/500000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Thu 06 Jun 2019 09:28:05 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190607220954467374.jpg">
|
||||
<img src="thumbnails/20190607220954467374.jpg" alt="20190607220954467374.jpg"
|
||||
data-title="20190607220954467374.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1529</abbr> <abbr title='exposure'>99981/500000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7202944333&mlon=-1.87204445&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.720294
|
||||
W1.872044</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Fri 07 Jun 2019 10:09:54 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190608083854.jpg">
|
||||
<img src="thumbnails/20190608083854.jpg" alt="20190608083854.jpg"
|
||||
data-title="20190608083854.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>18.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 08 Jun 2019 08:38:54 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190608084830.jpg">
|
||||
<img src="thumbnails/20190608084830.jpg" alt="20190608084830.jpg"
|
||||
data-title="20190608084830.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/1600</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7153083167&mlon=-1.88123055&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715308
|
||||
W1.881231</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 08 Jun 2019 08:48:30 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190608084858.jpg">
|
||||
<img src="thumbnails/20190608084858.jpg" alt="20190608084858.jpg"
|
||||
data-title="20190608084858.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>4.7</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7153083167&mlon=-1.88123055&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715308
|
||||
W1.881231</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 08 Jun 2019 08:48:58 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190608112309.jpg">
|
||||
<img src="thumbnails/20190608112309.jpg" alt="20190608112309.jpg"
|
||||
data-title="20190608112309.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>10.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7159249833&mlon=-1.88266666667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715925
|
||||
W1.882667</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Sat 08 Jun 2019 11:23:09 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190608200752621354.jpg">
|
||||
<img src="thumbnails/20190608200752621354.jpg" alt="20190608200752621354.jpg"
|
||||
data-title="20190608200752621354.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>55</abbr> <abbr title='exposure'>299/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.73994445&mlon=-1.85811111667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.739944
|
||||
W1.858111</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 08 Jun 2019 08:07:52 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190609131508.jpg">
|
||||
<img src="thumbnails/20190609131508.jpg" alt="20190609131508.jpg"
|
||||
data-title="20190609131508.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7150249833&mlon=-1.88322778333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715025
|
||||
W1.883228</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sun 09 Jun 2019 01:15:08 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190609131511.jpg">
|
||||
<img src="thumbnails/20190609131511.jpg" alt="20190609131511.jpg"
|
||||
data-title="20190609131511.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7150249833&mlon=-1.88322778333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715025
|
||||
W1.883228</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sun 09 Jun 2019 01:15:11 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190610201331142833.jpg">
|
||||
<img src="thumbnails/20190610201331142833.jpg" alt="20190610201331142833.jpg"
|
||||
data-title="20190610201331142833.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>146</abbr> <abbr title='exposure'>8293/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Mon 10 Jun 2019 08:13:31 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190611074227866846.jpg">
|
||||
<img src="thumbnails/20190611074227866846.jpg" alt="20190611074227866846.jpg"
|
||||
data-title="20190611074227866846.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>55</abbr> <abbr title='exposure'>47/50000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.71528055&mlon=-1.88248053333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.715281
|
||||
W1.882481</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Tue 11 Jun 2019 07:42:27 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190611170505912031.jpg">
|
||||
<img src="thumbnails/20190611170505912031.jpg" alt="20190611170505912031.jpg"
|
||||
data-title="20190611170505912031.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>64</abbr> <abbr title='exposure'>2137/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=50.7404222&mlon=-1.75773611667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N50.740422
|
||||
W1.757736</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Tue 11 Jun 2019 05:05:05 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190612103041809355.jpg">
|
||||
<img src="thumbnails/20190612103041809355.jpg" alt="20190612103041809355.jpg"
|
||||
data-title="20190612103041809355.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>275</abbr> <abbr title='exposure'>4001/200000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=51.5431&mlon=-0.00385278333333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N51.543100
|
||||
W0.003853</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Wed 12 Jun 2019 10:30:41 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190612123306967345.jpg">
|
||||
<img src="thumbnails/20190612123306967345.jpg" alt="20190612123306967345.jpg"
|
||||
data-title="20190612123306967345.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>49</abbr> <abbr title='exposure'>171/200000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Wed 12 Jun 2019 12:33:06 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20190603161426546845.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>48</abbr><abbr title='exposure'>47/50000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.98561665&mlon=-95.33362776666667&zoom=12&layers=M' target='_blank' class='map' >N29.985617W95.333628</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Mon 03 Jun 2019 04:14:26 PM </abbr>",
|
||||
thumb: "thumbnails/20190603161426546845.jpg",
|
||||
image: "20190603161426546845.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190603172008627294.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>303</abbr><abbr title='exposure'>16671/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Mon 03 Jun 2019 05:20:08 PM </abbr>",
|
||||
thumb: "thumbnails/20190603172008627294.jpg",
|
||||
image: "20190603172008627294.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190604134535.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 04 Jun 2019 01:45:35 PM </abbr>",
|
||||
thumb: "thumbnails/20190604134535.jpg",
|
||||
image: "20190604134535.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190604152029.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/8</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>36</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Tue 04 Jun 2019 03:20:29 PM </abbr>",
|
||||
thumb: "thumbnails/20190604152029.jpg",
|
||||
image: "20190604152029.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190604194739438825.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>54</abbr><abbr title='exposure'>3377/500000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71961945&mlon=-1.88368055&zoom=12&layers=M' target='_blank' class='map' >N50.719619W1.883681</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Tue 04 Jun 2019 07:47:39 PM </abbr>",
|
||||
thumb: "thumbnails/20190604194739438825.jpg",
|
||||
image: "20190604194739438825.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190605075253.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.719499983333336&mlon=-1.8826916666666667&zoom=12&layers=M' target='_blank' class='map' >N50.719500W1.882692</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 05 Jun 2019 07:52:53 AM </abbr>",
|
||||
thumb: "thumbnails/20190605075253.jpg",
|
||||
image: "20190605075253.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190605130930.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>7.1</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 05 Jun 2019 01:09:30 PM </abbr>",
|
||||
thumb: "thumbnails/20190605130930.jpg",
|
||||
image: "20190605130930.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190605193948097682.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>62</abbr><abbr title='exposure'>3377/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71674165&mlon=-1.87605&zoom=12&layers=M' target='_blank' class='map' >N50.716742W1.876050</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 05 Jun 2019 07:39:48 PM </abbr>",
|
||||
thumb: "thumbnails/20190605193948097682.jpg",
|
||||
image: "20190605193948097682.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190605193952.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71645591666667&mlon=-1.87605&zoom=12&layers=M' target='_blank' class='map' >N50.716456W1.876050</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 05 Jun 2019 07:39:52 PM </abbr>",
|
||||
thumb: "thumbnails/20190605193952.jpg",
|
||||
image: "20190605193952.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190605221650.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.7191722&mlon=-1.8812638833333333&zoom=12&layers=M' target='_blank' class='map' >N50.719172W1.881264</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 05 Jun 2019 10:16:50 PM </abbr>",
|
||||
thumb: "thumbnails/20190605221650.jpg",
|
||||
image: "20190605221650.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190606055217.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71916665&mlon=-1.8812527666666665&zoom=12&layers=M' target='_blank' class='map' >N50.719167W1.881253</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Thu 06 Jun 2019 05:52:17 AM </abbr>",
|
||||
thumb: "thumbnails/20190606055217.jpg",
|
||||
image: "20190606055217.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190606115833.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/800</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Thu 06 Jun 2019 11:58:33 AM </abbr>",
|
||||
thumb: "thumbnails/20190606115833.jpg",
|
||||
image: "20190606115833.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190606122803.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/10</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Thu 06 Jun 2019 12:28:03 PM </abbr>",
|
||||
thumb: "thumbnails/20190606122803.jpg",
|
||||
image: "20190606122803.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190606182439334687.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>39</abbr><abbr title='exposure'>7993/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.728619433333336&mlon=-1.86245555&zoom=12&layers=M' target='_blank' class='map' >N50.728619W1.862456</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Thu 06 Jun 2019 06:24:39 PM </abbr>",
|
||||
thumb: "thumbnails/20190606182439334687.jpg",
|
||||
image: "20190606182439334687.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190606185529914299.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>614</abbr><abbr title='exposure'>7491/250000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.728619433333336&mlon=-1.86245555&zoom=12&layers=M' target='_blank' class='map' >N50.728619W1.862456</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Thu 06 Jun 2019 06:55:29 PM </abbr>",
|
||||
thumb: "thumbnails/20190606185529914299.jpg",
|
||||
image: "20190606185529914299.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190606212805411429.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>186</abbr><abbr title='exposure'>5001/500000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Thu 06 Jun 2019 09:28:05 PM </abbr>",
|
||||
thumb: "thumbnails/20190606212805411429.jpg",
|
||||
image: "20190606212805411429.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190607220954467374.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1529</abbr><abbr title='exposure'>99981/500000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.720294433333336&mlon=-1.8720444500000002&zoom=12&layers=M' target='_blank' class='map' >N50.720294W1.872044</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Fri 07 Jun 2019 10:09:54 PM </abbr>",
|
||||
thumb: "thumbnails/20190607220954467374.jpg",
|
||||
image: "20190607220954467374.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190608083854.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>18</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 08 Jun 2019 08:38:54 AM </abbr>",
|
||||
thumb: "thumbnails/20190608083854.jpg",
|
||||
image: "20190608083854.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190608084830.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/1600</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715308316666665&mlon=-1.88123055&zoom=12&layers=M' target='_blank' class='map' >N50.715308W1.881231</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 08 Jun 2019 08:48:30 AM </abbr>",
|
||||
thumb: "thumbnails/20190608084830.jpg",
|
||||
image: "20190608084830.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190608084858.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>4.7</abbr><abbr title='focal length'>14</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715308316666665&mlon=-1.88123055&zoom=12&layers=M' target='_blank' class='map' >N50.715308W1.881231</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 08 Jun 2019 08:48:58 AM </abbr>",
|
||||
thumb: "thumbnails/20190608084858.jpg",
|
||||
image: "20190608084858.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190608112309.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>10</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71592498333333&mlon=-1.8826666666666667&zoom=12&layers=M' target='_blank' class='map' >N50.715925W1.882667</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Sat 08 Jun 2019 11:23:09 AM </abbr>",
|
||||
thumb: "thumbnails/20190608112309.jpg",
|
||||
image: "20190608112309.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190608200752621354.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>55</abbr><abbr title='exposure'>299/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.73994445&mlon=-1.8581111166666666&zoom=12&layers=M' target='_blank' class='map' >N50.739944W1.858111</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 08 Jun 2019 08:07:52 PM </abbr>",
|
||||
thumb: "thumbnails/20190608200752621354.jpg",
|
||||
image: "20190608200752621354.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190609131508.jpg",
|
||||
description: "<div class='film-meta'></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715024983333336&mlon=-1.8832277833333335&zoom=12&layers=M' target='_blank' class='map' >N50.715025W1.883228</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sun 09 Jun 2019 01:15:08 PM </abbr>",
|
||||
thumb: "thumbnails/20190609131508.jpg",
|
||||
image: "20190609131508.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190609131511.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.715024983333336&mlon=-1.8832277833333335&zoom=12&layers=M' target='_blank' class='map' >N50.715025W1.883228</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sun 09 Jun 2019 01:15:11 PM </abbr>",
|
||||
thumb: "thumbnails/20190609131511.jpg",
|
||||
image: "20190609131511.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190610201331142833.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>146</abbr><abbr title='exposure'>8293/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Mon 10 Jun 2019 08:13:31 PM </abbr>",
|
||||
thumb: "thumbnails/20190610201331142833.jpg",
|
||||
image: "20190610201331142833.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190611074227866846.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>55</abbr><abbr title='exposure'>47/50000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.71528055&mlon=-1.8824805333333334&zoom=12&layers=M' target='_blank' class='map' >N50.715281W1.882481</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Tue 11 Jun 2019 07:42:27 AM </abbr>",
|
||||
thumb: "thumbnails/20190611074227866846.jpg",
|
||||
image: "20190611074227866846.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190611170505912031.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>64</abbr><abbr title='exposure'>2137/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=50.7404222&mlon=-1.7577361166666667&zoom=12&layers=M' target='_blank' class='map' >N50.740422W1.757736</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Tue 11 Jun 2019 05:05:05 PM </abbr>",
|
||||
thumb: "thumbnails/20190611170505912031.jpg",
|
||||
image: "20190611170505912031.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190612103041809355.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>275</abbr><abbr title='exposure'>4001/200000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=51.5431&mlon=-0.0038527833333333334&zoom=12&layers=M' target='_blank' class='map' >N51.543100W0.003853</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 12 Jun 2019 10:30:41 AM </abbr>",
|
||||
thumb: "thumbnails/20190612103041809355.jpg",
|
||||
image: "20190612103041809355.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190612123306967345.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>49</abbr><abbr title='exposure'>171/200000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Wed 12 Jun 2019 12:33:06 PM </abbr>",
|
||||
thumb: "thumbnails/20190612123306967345.jpg",
|
||||
image: "20190612123306967345.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,
|
||||
|
|
@ -436,7 +261,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,215 +12,163 @@
|
|||
<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(14-1%281%29.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">UK</a> » <a href=".">London-2014-03</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">UK</a> » <a href=".">London-2014-03</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="14-1(1).jpg">
|
||||
<img src="thumbnails/14-1(1).jpg" alt="14-1(1).jpg"
|
||||
data-title="14-1(1).jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>50</abbr> <abbr title='exposure'>2/1361</abbr> <abbr title='aperture'>2.39453125</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LG Electronics LG-E980</abbr>
|
||||
<abbr title='date'>Sun 30 Mar 2014 01:15:49 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20130120103459.jpg">
|
||||
<img src="thumbnails/20130120103459.jpg" alt="20130120103459.jpg"
|
||||
data-title="20130120103459.jpg"
|
||||
data-description="<br>Wings to China <div class='film-meta'>
|
||||
<abbr title='film speed'>101</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>HTC HTC One X</abbr>
|
||||
<abbr title='date'>Sun 20 Jan 2013 10:34:59 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331115526.jpg">
|
||||
<img src="thumbnails/20140331115526.jpg" alt="20140331115526.jpg"
|
||||
data-title="20140331115526.jpg"
|
||||
data-description="<br>Phone Booth <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Mon 31 Mar 2014 11:55:26 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331124000.jpg">
|
||||
<img src="thumbnails/20140331124000.jpg" alt="20140331124000.jpg"
|
||||
data-title="20140331124000.jpg"
|
||||
data-description="<br>Selfie <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-PL5</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331124111.jpg">
|
||||
<img src="thumbnails/20140331124111.jpg" alt="20140331124111.jpg"
|
||||
data-title="20140331124111.jpg"
|
||||
data-description="<br>St. Pauls <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>Olympus E-PL5</abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331124850.jpg">
|
||||
<img src="thumbnails/20140331124850.jpg" alt="20140331124850.jpg"
|
||||
data-title="20140331124850.jpg"
|
||||
data-description="<br>St. Pauls Collumn <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Mon 31 Mar 2014 12:48:50 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331160537.jpg">
|
||||
<img src="thumbnails/20140331160537.jpg" alt="20140331160537.jpg"
|
||||
data-title="20140331160537.jpg"
|
||||
data-description="<br>Mayor Window <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/6</abbr> <abbr title='aperture'>4.8</abbr> <abbr title='focal length'>29.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Mon 31 Mar 2014 04:05:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331161614.jpg">
|
||||
<img src="thumbnails/20140331161614.jpg" alt="20140331161614.jpg"
|
||||
data-title="20140331161614.jpg"
|
||||
data-description="<br>Guild Hall <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/4</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Mon 31 Mar 2014 04:16:14 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331172852.jpg">
|
||||
<img src="thumbnails/20140331172852.jpg" alt="20140331172852.jpg"
|
||||
data-title="20140331172852.jpg"
|
||||
data-description="<br>Head? <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>33.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Mon 31 Mar 2014 05:28:52 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140331172939.jpg">
|
||||
<img src="thumbnails/20140331172939.jpg" alt="20140331172939.jpg"
|
||||
data-title="20140331172939.jpg"
|
||||
data-description="<br>Who Needs A Head? <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>3.8</abbr> <abbr title='focal length'>17.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Mon 31 Mar 2014 05:29:39 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140402185635.jpg">
|
||||
<img src="thumbnails/20140402185635.jpg" alt="20140402185635.jpg"
|
||||
data-title="20140402185635.jpg"
|
||||
data-description="<br>Making Art In London <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/3</abbr> <abbr title='aperture'>3.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Wed 02 Apr 2014 06:56:35 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140403140426.jpg">
|
||||
<img src="thumbnails/20140403140426.jpg" alt="20140403140426.jpg"
|
||||
data-title="20140403140426.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>3.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Thu 03 Apr 2014 02:04:26 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140404174934.jpg">
|
||||
<img src="thumbnails/20140404174934.jpg" alt="20140404174934.jpg"
|
||||
data-title="20140404174934.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>10.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Fri 04 Apr 2014 05:49:34 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140406111123.jpg">
|
||||
<img src="thumbnails/20140406111123.jpg" alt="20140406111123.jpg"
|
||||
data-title="20140406111123.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Sun 06 Apr 2014 11:11:23 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140406145724.jpg">
|
||||
<img src="thumbnails/20140406145724.jpg" alt="20140406145724.jpg"
|
||||
data-title="20140406145724.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>37.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr>
|
||||
<abbr title='date'>Sun 06 Apr 2014 02:57:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="CAM00159(1).jpg">
|
||||
<img src="thumbnails/CAM00159(1).jpg" alt="CAM00159(1).jpg"
|
||||
data-title="CAM00159(1).jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>50</abbr> <abbr title='exposure'>16/867</abbr> <abbr title='aperture'>2.39453125</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LG Electronics LG-E980</abbr>
|
||||
<abbr title='date'>Sun 06 Apr 2014 06:41:36 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "14-1(1).jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>50</abbr><abbr title='exposure'>2/1361</abbr><abbr title='aperture'>2.39453125</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>LG Electronics LG-E980</abbr><abbr title='date'>Sun 30 Mar 2014 01:15:49 PM </abbr>",
|
||||
thumb: "thumbnails/14-1%281%29.jpg",
|
||||
image: "14-1%281%29.jpg"
|
||||
},
|
||||
{
|
||||
title: "20130120103459.jpg",
|
||||
description: "<br>Wings to China<div class='film-meta'><abbr title='film speed'>101</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>HTC HTC One X</abbr><abbr title='date'>Sun 20 Jan 2013 10:34:59 AM </abbr>",
|
||||
thumb: "thumbnails/20130120103459.jpg",
|
||||
image: "20130120103459.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331115526.jpg",
|
||||
description: "<br>Phone Booth<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Mon 31 Mar 2014 11:55:26 AM </abbr>",
|
||||
thumb: "thumbnails/20140331115526.jpg",
|
||||
image: "20140331115526.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331124000.jpg",
|
||||
description: "<br>Selfie<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr></div><abbr title='camera make and model'>Olympus E-PL5</abbr>",
|
||||
thumb: "thumbnails/20140331124000.jpg",
|
||||
image: "20140331124000.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331124111.jpg",
|
||||
description: "<br>St. Pauls<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>Olympus E-PL5</abbr>",
|
||||
thumb: "thumbnails/20140331124111.jpg",
|
||||
image: "20140331124111.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331124850.jpg",
|
||||
description: "<br>St. Pauls Collumn<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Mon 31 Mar 2014 12:48:50 PM </abbr>",
|
||||
thumb: "thumbnails/20140331124850.jpg",
|
||||
image: "20140331124850.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331160537.jpg",
|
||||
description: "<br>Mayor Window<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/6</abbr><abbr title='aperture'>4.8</abbr><abbr title='focal length'>29</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Mon 31 Mar 2014 04:05:37 PM </abbr>",
|
||||
thumb: "thumbnails/20140331160537.jpg",
|
||||
image: "20140331160537.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331161614.jpg",
|
||||
description: "<br>Guild Hall<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/4</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Mon 31 Mar 2014 04:16:14 PM </abbr>",
|
||||
thumb: "thumbnails/20140331161614.jpg",
|
||||
image: "20140331161614.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331172852.jpg",
|
||||
description: "<br>Head?<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>33</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Mon 31 Mar 2014 05:28:52 PM </abbr>",
|
||||
thumb: "thumbnails/20140331172852.jpg",
|
||||
image: "20140331172852.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140331172939.jpg",
|
||||
description: "<br>Who Needs A Head?<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>3.8</abbr><abbr title='focal length'>17</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Mon 31 Mar 2014 05:29:39 PM </abbr>",
|
||||
thumb: "thumbnails/20140331172939.jpg",
|
||||
image: "20140331172939.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140402185635.jpg",
|
||||
description: "<br>Making Art In London<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/3</abbr><abbr title='aperture'>3.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Wed 02 Apr 2014 06:56:35 PM </abbr>",
|
||||
thumb: "thumbnails/20140402185635.jpg",
|
||||
image: "20140402185635.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140403140426.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>3.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Thu 03 Apr 2014 02:04:26 PM </abbr>",
|
||||
thumb: "thumbnails/20140403140426.jpg",
|
||||
image: "20140403140426.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140404174934.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>10</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Fri 04 Apr 2014 05:49:34 PM </abbr>",
|
||||
thumb: "thumbnails/20140404174934.jpg",
|
||||
image: "20140404174934.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140406111123.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Sun 06 Apr 2014 11:11:23 AM </abbr>",
|
||||
thumb: "thumbnails/20140406111123.jpg",
|
||||
image: "20140406111123.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140406145724.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>37</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-PL5</abbr><abbr title='date'>Sun 06 Apr 2014 02:57:24 PM </abbr>",
|
||||
thumb: "thumbnails/20140406145724.jpg",
|
||||
image: "20140406145724.jpg"
|
||||
},
|
||||
{
|
||||
title: "CAM00159(1).jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>50</abbr><abbr title='exposure'>16/867</abbr><abbr title='aperture'>2.39453125</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>LG Electronics LG-E980</abbr><abbr title='date'>Sun 06 Apr 2014 06:41:36 PM </abbr>",
|
||||
thumb: "thumbnails/CAM00159%281%29.jpg",
|
||||
image: "CAM00159%281%29.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,
|
||||
|
|
@ -235,7 +183,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Travel</a> » <a href=".">UK</a></h2>
|
||||
<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="../">Travel</a> » <a href=".">UK</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="Bournemouth-2017-05/">
|
||||
<img src="Bournemouth-2017-05/thumbnails/20170506164921393061.jpg" class="album_thumb" alt="Bournemouth-2017-05" title="Bournemouth-2017-05" /></a>
|
||||
|
|
@ -44,21 +47,18 @@
|
|||
<span class="album_title">Bournemouth-2019-06</span>
|
||||
</li>
|
||||
<li><a href="London-2014-03/">
|
||||
<img src="London-2014-03/thumbnails/14-1(1).jpg" class="album_thumb" alt="London-2014-03" title="London-2014-03" /></a>
|
||||
<img src="London-2014-03/thumbnails/14-1%281%29.jpg" class="album_thumb" alt="London-2014-03" title="London-2014-03" /></a>
|
||||
<span class="album_title">London-2014-03</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,470 +12,313 @@
|
|||
<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(20021208120000.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">Galveston-2015-07</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">Galveston-2015-07</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20021208120000.jpg">
|
||||
<img src="thumbnails/20021208120000.jpg" alt="20021208120000.jpg"
|
||||
data-title="20021208120000.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>80</abbr> <abbr title='exposure'>43/100000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Motorola XT1064</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 01:41:58 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704142306.jpg">
|
||||
<img src="thumbnails/20150704142306.jpg" alt="20150704142306.jpg"
|
||||
data-title="20150704142306.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>12800</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:23:06 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704142714.jpg">
|
||||
<img src="thumbnails/20150704142714.jpg" alt="20150704142714.jpg"
|
||||
data-title="20150704142714.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:27:14 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704142830.jpg">
|
||||
<img src="thumbnails/20150704142830.jpg" alt="20150704142830.jpg"
|
||||
data-title="20150704142830.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:28:30 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704142941.jpg">
|
||||
<img src="thumbnails/20150704142941.jpg" alt="20150704142941.jpg"
|
||||
data-title="20150704142941.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:29:41 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704143004.jpg">
|
||||
<img src="thumbnails/20150704143004.jpg" alt="20150704143004.jpg"
|
||||
data-title="20150704143004.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:30:04 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704144519.jpg">
|
||||
<img src="thumbnails/20150704144519.jpg" alt="20150704144519.jpg"
|
||||
data-title="20150704144519.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:45:19 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704144534.jpg">
|
||||
<img src="thumbnails/20150704144534.jpg" alt="20150704144534.jpg"
|
||||
data-title="20150704144534.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/160</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:45:34 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704144600.jpg">
|
||||
<img src="thumbnails/20150704144600.jpg" alt="20150704144600.jpg"
|
||||
data-title="20150704144600.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:46:00 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704145036.jpg">
|
||||
<img src="thumbnails/20150704145036.jpg" alt="20150704145036.jpg"
|
||||
data-title="20150704145036.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/2500</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 02:50:36 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150704153847.jpg">
|
||||
<img src="thumbnails/20150704153847.jpg" alt="20150704153847.jpg"
|
||||
data-title="20150704153847.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 04 Jul 2015 03:38:47 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705115058.jpg">
|
||||
<img src="thumbnails/20150705115058.jpg" alt="20150705115058.jpg"
|
||||
data-title="20150705115058.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/8</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 11:50:58 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705115117.jpg">
|
||||
<img src="thumbnails/20150705115117.jpg" alt="20150705115117.jpg"
|
||||
data-title="20150705115117.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 11:51:17 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705115416.jpg">
|
||||
<img src="thumbnails/20150705115416.jpg" alt="20150705115416.jpg"
|
||||
data-title="20150705115416.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>3.20000004768</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 11:54:16 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705115428.jpg">
|
||||
<img src="thumbnails/20150705115428.jpg" alt="20150705115428.jpg"
|
||||
data-title="20150705115428.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 11:54:28 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705115553.jpg">
|
||||
<img src="thumbnails/20150705115553.jpg" alt="20150705115553.jpg"
|
||||
data-title="20150705115553.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/15</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 11:55:53 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705120816.jpg">
|
||||
<img src="thumbnails/20150705120816.jpg" alt="20150705120816.jpg"
|
||||
data-title="20150705120816.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>6.30000019073</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 12:08:16 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705121513.jpg">
|
||||
<img src="thumbnails/20150705121513.jpg" alt="20150705121513.jpg"
|
||||
data-title="20150705121513.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 12:15:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705122327.jpg">
|
||||
<img src="thumbnails/20150705122327.jpg" alt="20150705122327.jpg"
|
||||
data-title="20150705122327.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 12:23:27 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705122436.jpg">
|
||||
<img src="thumbnails/20150705122436.jpg" alt="20150705122436.jpg"
|
||||
data-title="20150705122436.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 12:24:36 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150705123935.jpg">
|
||||
<img src="thumbnails/20150705123935.jpg" alt="20150705123935.jpg"
|
||||
data-title="20150705123935.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/4</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 05 Jul 2015 12:39:35 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706080810.jpg">
|
||||
<img src="thumbnails/20150706080810.jpg" alt="20150706080810.jpg"
|
||||
data-title="20150706080810.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2668066667&mlon=-94.8267483333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.266807
|
||||
W94.826748</a>
|
||||
<abbr title='camera make and model'>Motorola XT1064</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 08:08:10 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706092540.jpg">
|
||||
<img src="thumbnails/20150706092540.jpg" alt="20150706092540.jpg"
|
||||
data-title="20150706092540.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>80</abbr> <abbr title='exposure'>13/12500</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Motorola XT1064</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 09:25:40 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706135619.jpg">
|
||||
<img src="thumbnails/20150706135619.jpg" alt="20150706135619.jpg"
|
||||
data-title="20150706135619.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/2000</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 01:56:19 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706145430.jpg">
|
||||
<img src="thumbnails/20150706145430.jpg" alt="20150706145430.jpg"
|
||||
data-title="20150706145430.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>150.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 02:54:30 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706151037.jpg">
|
||||
<img src="thumbnails/20150706151037.jpg" alt="20150706151037.jpg"
|
||||
data-title="20150706151037.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/640</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>45.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:10:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706151222.jpg">
|
||||
<img src="thumbnails/20150706151222.jpg" alt="20150706151222.jpg"
|
||||
data-title="20150706151222.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/800</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>89.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:12:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706153259.jpg">
|
||||
<img src="thumbnails/20150706153259.jpg" alt="20150706153259.jpg"
|
||||
data-title="20150706153259.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:32:59 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706153442.jpg">
|
||||
<img src="thumbnails/20150706153442.jpg" alt="20150706153442.jpg"
|
||||
data-title="20150706153442.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/800</abbr> <abbr title='aperture'>9.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:34:42 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706153812.jpg">
|
||||
<img src="thumbnails/20150706153812.jpg" alt="20150706153812.jpg"
|
||||
data-title="20150706153812.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2000</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:38:12 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706153925.jpg">
|
||||
<img src="thumbnails/20150706153925.jpg" alt="20150706153925.jpg"
|
||||
data-title="20150706153925.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/1600</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:39:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706153938.jpg">
|
||||
<img src="thumbnails/20150706153938.jpg" alt="20150706153938.jpg"
|
||||
data-title="20150706153938.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2000</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:39:38 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150706154152.jpg">
|
||||
<img src="thumbnails/20150706154152.jpg" alt="20150706154152.jpg"
|
||||
data-title="20150706154152.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/400</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 06 Jul 2015 03:41:52 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150707110811.jpg">
|
||||
<img src="thumbnails/20150707110811.jpg" alt="20150707110811.jpg"
|
||||
data-title="20150707110811.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>150.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 07 Jul 2015 11:08:11 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150707141537.jpg">
|
||||
<img src="thumbnails/20150707141537.jpg" alt="20150707141537.jpg"
|
||||
data-title="20150707141537.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/50</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 07 Jul 2015 02:15:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150708123602.jpg">
|
||||
<img src="thumbnails/20150708123602.jpg" alt="20150708123602.jpg"
|
||||
data-title="20150708123602.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/1600</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 08 Jul 2015 12:36:02 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150708134205.jpg">
|
||||
<img src="thumbnails/20150708134205.jpg" alt="20150708134205.jpg"
|
||||
data-title="20150708134205.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>6.30000019073</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 08 Jul 2015 01:42:05 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150708134213.jpg">
|
||||
<img src="thumbnails/20150708134213.jpg" alt="20150708134213.jpg"
|
||||
data-title="20150708134213.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 08 Jul 2015 01:42:13 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150708134856.jpg">
|
||||
<img src="thumbnails/20150708134856.jpg" alt="20150708134856.jpg"
|
||||
data-title="20150708134856.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 08 Jul 2015 01:48:56 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150708135001.jpg">
|
||||
<img src="thumbnails/20150708135001.jpg" alt="20150708135001.jpg"
|
||||
data-title="20150708135001.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.59999990463</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 08 Jul 2015 01:50:01 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150708141403.jpg">
|
||||
<img src="thumbnails/20150708141403.jpg" alt="20150708141403.jpg"
|
||||
data-title="20150708141403.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Wed 08 Jul 2015 02:14:03 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20021208120000.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>80</abbr><abbr title='exposure'>43/100000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Motorola XT1064</abbr><abbr title='date'>Sun 05 Jul 2015 01:41:58 PM </abbr>",
|
||||
thumb: "thumbnails/20021208120000.jpg",
|
||||
image: "20021208120000.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704142306.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>12800</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:23:06 PM </abbr>",
|
||||
thumb: "thumbnails/20150704142306.jpg",
|
||||
image: "20150704142306.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704142714.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:27:14 PM </abbr>",
|
||||
thumb: "thumbnails/20150704142714.jpg",
|
||||
image: "20150704142714.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704142830.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:28:30 PM </abbr>",
|
||||
thumb: "thumbnails/20150704142830.jpg",
|
||||
image: "20150704142830.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704142941.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:29:41 PM </abbr>",
|
||||
thumb: "thumbnails/20150704142941.jpg",
|
||||
image: "20150704142941.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704143004.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:30:04 PM </abbr>",
|
||||
thumb: "thumbnails/20150704143004.jpg",
|
||||
image: "20150704143004.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704144519.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:45:19 PM </abbr>",
|
||||
thumb: "thumbnails/20150704144519.jpg",
|
||||
image: "20150704144519.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704144534.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/160</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:45:34 PM </abbr>",
|
||||
thumb: "thumbnails/20150704144534.jpg",
|
||||
image: "20150704144534.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704144600.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:46:00 PM </abbr>",
|
||||
thumb: "thumbnails/20150704144600.jpg",
|
||||
image: "20150704144600.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704145036.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/2500</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 02:50:36 PM </abbr>",
|
||||
thumb: "thumbnails/20150704145036.jpg",
|
||||
image: "20150704145036.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150704153847.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 04 Jul 2015 03:38:47 PM </abbr>",
|
||||
thumb: "thumbnails/20150704153847.jpg",
|
||||
image: "20150704153847.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705115058.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/8</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 11:50:58 AM </abbr>",
|
||||
thumb: "thumbnails/20150705115058.jpg",
|
||||
image: "20150705115058.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705115117.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 11:51:17 AM </abbr>",
|
||||
thumb: "thumbnails/20150705115117.jpg",
|
||||
image: "20150705115117.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705115416.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>3.200000047683716</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 11:54:16 AM </abbr>",
|
||||
thumb: "thumbnails/20150705115416.jpg",
|
||||
image: "20150705115416.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705115428.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 11:54:28 AM </abbr>",
|
||||
thumb: "thumbnails/20150705115428.jpg",
|
||||
image: "20150705115428.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705115553.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/15</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 11:55:53 AM </abbr>",
|
||||
thumb: "thumbnails/20150705115553.jpg",
|
||||
image: "20150705115553.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705120816.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>6.300000190734863</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 12:08:16 PM </abbr>",
|
||||
thumb: "thumbnails/20150705120816.jpg",
|
||||
image: "20150705120816.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705121513.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 12:15:13 PM </abbr>",
|
||||
thumb: "thumbnails/20150705121513.jpg",
|
||||
image: "20150705121513.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705122327.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 12:23:27 PM </abbr>",
|
||||
thumb: "thumbnails/20150705122327.jpg",
|
||||
image: "20150705122327.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705122436.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 12:24:36 PM </abbr>",
|
||||
thumb: "thumbnails/20150705122436.jpg",
|
||||
image: "20150705122436.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150705123935.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/4</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 05 Jul 2015 12:39:35 PM </abbr>",
|
||||
thumb: "thumbnails/20150705123935.jpg",
|
||||
image: "20150705123935.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706080810.jpg",
|
||||
description: "<div class='film-meta'></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.266806666666664&mlon=-94.82674833333333&zoom=12&layers=M' target='_blank' class='map' >N29.266807W94.826748</a><abbr title='camera make and model'>Motorola XT1064</abbr><abbr title='date'>Mon 06 Jul 2015 08:08:10 AM </abbr>",
|
||||
thumb: "thumbnails/20150706080810.jpg",
|
||||
image: "20150706080810.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706092540.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>80</abbr><abbr title='exposure'>13/12500</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Motorola XT1064</abbr><abbr title='date'>Mon 06 Jul 2015 09:25:40 AM </abbr>",
|
||||
thumb: "thumbnails/20150706092540.jpg",
|
||||
image: "20150706092540.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706135619.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/2000</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 01:56:19 PM </abbr>",
|
||||
thumb: "thumbnails/20150706135619.jpg",
|
||||
image: "20150706135619.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706145430.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>150</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 02:54:30 PM </abbr>",
|
||||
thumb: "thumbnails/20150706145430.jpg",
|
||||
image: "20150706145430.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706151037.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/640</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>45</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:10:37 PM </abbr>",
|
||||
thumb: "thumbnails/20150706151037.jpg",
|
||||
image: "20150706151037.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706151222.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/800</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>89</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:12:22 PM </abbr>",
|
||||
thumb: "thumbnails/20150706151222.jpg",
|
||||
image: "20150706151222.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706153259.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:32:59 PM </abbr>",
|
||||
thumb: "thumbnails/20150706153259.jpg",
|
||||
image: "20150706153259.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706153442.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/800</abbr><abbr title='aperture'>9.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:34:42 PM </abbr>",
|
||||
thumb: "thumbnails/20150706153442.jpg",
|
||||
image: "20150706153442.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706153812.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2000</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:38:12 PM </abbr>",
|
||||
thumb: "thumbnails/20150706153812.jpg",
|
||||
image: "20150706153812.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706153925.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/1600</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:39:25 PM </abbr>",
|
||||
thumb: "thumbnails/20150706153925.jpg",
|
||||
image: "20150706153925.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706153938.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2000</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:39:38 PM </abbr>",
|
||||
thumb: "thumbnails/20150706153938.jpg",
|
||||
image: "20150706153938.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150706154152.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/400</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 06 Jul 2015 03:41:52 PM </abbr>",
|
||||
thumb: "thumbnails/20150706154152.jpg",
|
||||
image: "20150706154152.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150707110811.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>150</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 07 Jul 2015 11:08:11 AM </abbr>",
|
||||
thumb: "thumbnails/20150707110811.jpg",
|
||||
image: "20150707110811.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150707141537.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/50</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 07 Jul 2015 02:15:37 PM </abbr>",
|
||||
thumb: "thumbnails/20150707141537.jpg",
|
||||
image: "20150707141537.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150708123602.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/1600</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 08 Jul 2015 12:36:02 PM </abbr>",
|
||||
thumb: "thumbnails/20150708123602.jpg",
|
||||
image: "20150708123602.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150708134205.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/320</abbr><abbr title='aperture'>6.300000190734863</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 08 Jul 2015 01:42:05 PM </abbr>",
|
||||
thumb: "thumbnails/20150708134205.jpg",
|
||||
image: "20150708134205.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150708134213.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 08 Jul 2015 01:42:13 PM </abbr>",
|
||||
thumb: "thumbnails/20150708134213.jpg",
|
||||
image: "20150708134213.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150708134856.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/60</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 08 Jul 2015 01:48:56 PM </abbr>",
|
||||
thumb: "thumbnails/20150708134856.jpg",
|
||||
image: "20150708134856.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150708135001.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.599999904632568</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 08 Jul 2015 01:50:01 PM </abbr>",
|
||||
thumb: "thumbnails/20150708135001.jpg",
|
||||
image: "20150708135001.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150708141403.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Wed 08 Jul 2015 02:14:03 PM </abbr>",
|
||||
thumb: "thumbnails/20150708141403.jpg",
|
||||
image: "20150708141403.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,
|
||||
|
|
@ -490,7 +333,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,248 +12,157 @@
|
|||
<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(20170703172025.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">Galveston-2017-07</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">Galveston-2017-07</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20170703172025.jpg">
|
||||
<img src="thumbnails/20170703172025.jpg" alt="20170703172025.jpg"
|
||||
data-title="20170703172025.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>36.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2638861&mlon=-94.8297444333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263886
|
||||
W94.829744</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:20:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703172102.jpg">
|
||||
<img src="thumbnails/20170703172102.jpg" alt="20170703172102.jpg"
|
||||
data-title="20170703172102.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>5.8</abbr> <abbr title='focal length'>54.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2639722167&mlon=-94.8297194333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263972
|
||||
W94.829719</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:21:02 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703172337.jpg">
|
||||
<img src="thumbnails/20170703172337.jpg" alt="20170703172337.jpg"
|
||||
data-title="20170703172337.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.4</abbr> <abbr title='focal length'>129.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2637833167&mlon=-94.8295972167&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263783
|
||||
W94.829597</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:23:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703172343.jpg">
|
||||
<img src="thumbnails/20170703172343.jpg" alt="20170703172343.jpg"
|
||||
data-title="20170703172343.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>6.4</abbr> <abbr title='focal length'>129.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2637833167&mlon=-94.8295972167&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263783
|
||||
W94.829597</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:23:43 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703173122.jpg">
|
||||
<img src="thumbnails/20170703173122.jpg" alt="20170703173122.jpg"
|
||||
data-title="20170703173122.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>6.0</abbr> <abbr title='focal length'>90.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2637638833&mlon=-94.82959165&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263764
|
||||
W94.829592</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:31:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703173436.jpg">
|
||||
<img src="thumbnails/20170703173436.jpg" alt="20170703173436.jpg"
|
||||
data-title="20170703173436.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/2000</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>6.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2636944333&mlon=-94.8295083333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263694
|
||||
W94.829508</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:34:36 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703173629.jpg">
|
||||
<img src="thumbnails/20170703173629.jpg" alt="20170703173629.jpg"
|
||||
data-title="20170703173629.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>4.3</abbr> <abbr title='focal length'>11.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.26398055&mlon=-94.82994165&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263981
|
||||
W94.829942</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 05:36:29 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170703200507531478.jpg">
|
||||
<img src="thumbnails/20170703200507531478.jpg" alt="20170703200507531478.jpg"
|
||||
data-title="20170703200507531478.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>533/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2656361&mlon=-94.8304972167&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.265636
|
||||
W94.830497</a>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Mon 03 Jul 2017 08:05:07 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170704105906.jpg">
|
||||
<img src="thumbnails/20170704105906.jpg" alt="20170704105906.jpg"
|
||||
data-title="20170704105906.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/1600</abbr> <abbr title='aperture'>3.6</abbr> <abbr title='focal length'>6.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2638611&mlon=-94.83024165&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263861
|
||||
W94.830242</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Tue 04 Jul 2017 10:59:06 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170704105924.jpg">
|
||||
<img src="thumbnails/20170704105924.jpg" alt="20170704105924.jpg"
|
||||
data-title="20170704105924.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/1600</abbr> <abbr title='aperture'>3.3</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.2638999833&mlon=-94.8300638833&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263900
|
||||
W94.830064</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Tue 04 Jul 2017 10:59:24 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170704171837.jpg">
|
||||
<img src="thumbnails/20170704171837.jpg" alt="20170704171837.jpg"
|
||||
data-title="20170704171837.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/800</abbr> <abbr title='aperture'>6.1</abbr> <abbr title='focal length'>96.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.26389165&mlon=-94.8297944333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263892
|
||||
W94.829794</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Tue 04 Jul 2017 05:18:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170704171856.jpg">
|
||||
<img src="thumbnails/20170704171856.jpg" alt="20170704171856.jpg"
|
||||
data-title="20170704171856.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>6.4</abbr> <abbr title='focal length'>129.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=29.26389165&mlon=-94.8297944333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N29.263892
|
||||
W94.829794</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Tue 04 Jul 2017 05:18:56 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170705091522.jpg">
|
||||
<img src="thumbnails/20170705091522.jpg" alt="20170705091522.jpg"
|
||||
data-title="20170705091522.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
</div>
|
||||
<abbr title='date'>Wed 05 Jul 2017 04:10:58 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170705092723.jpg">
|
||||
<img src="thumbnails/20170705092723.jpg" alt="20170705092723.jpg"
|
||||
data-title="20170705092723.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>5.5</abbr> <abbr title='focal length'>29.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Wed 05 Jul 2017 09:27:23 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20170705111348.jpg">
|
||||
<img src="thumbnails/20170705111348.jpg" alt="20170705111348.jpg"
|
||||
data-title="20170705111348.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>100</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>4.2</abbr> <abbr title='focal length'>10.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=17056881.8534&mlon=17056881.8534&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N17056881.853375
|
||||
E17056881.853375</a>
|
||||
<abbr title='camera make and model'>Panasonic DMC-ZS40</abbr>
|
||||
<abbr title='date'>Wed 05 Jul 2017 11:13:48 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20170703172025.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>36</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.2638861&mlon=-94.82974443333333&zoom=12&layers=M' target='_blank' class='map' >N29.263886W94.829744</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:20:25 PM </abbr>",
|
||||
thumb: "thumbnails/20170703172025.jpg",
|
||||
image: "20170703172025.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703172102.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>5.8</abbr><abbr title='focal length'>54</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.263972216666666&mlon=-94.82971943333334&zoom=12&layers=M' target='_blank' class='map' >N29.263972W94.829719</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:21:02 PM </abbr>",
|
||||
thumb: "thumbnails/20170703172102.jpg",
|
||||
image: "20170703172102.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703172337.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.263783316666668&mlon=-94.82959721666667&zoom=12&layers=M' target='_blank' class='map' >N29.263783W94.829597</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:23:37 PM </abbr>",
|
||||
thumb: "thumbnails/20170703172337.jpg",
|
||||
image: "20170703172337.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703172343.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.263783316666668&mlon=-94.82959721666667&zoom=12&layers=M' target='_blank' class='map' >N29.263783W94.829597</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:23:43 PM </abbr>",
|
||||
thumb: "thumbnails/20170703172343.jpg",
|
||||
image: "20170703172343.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703173122.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/320</abbr><abbr title='aperture'>6.0</abbr><abbr title='focal length'>90</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.263763883333333&mlon=-94.82959165&zoom=12&layers=M' target='_blank' class='map' >N29.263764W94.829592</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:31:22 PM </abbr>",
|
||||
thumb: "thumbnails/20170703173122.jpg",
|
||||
image: "20170703173122.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703173436.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/2000</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>6</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.263694433333335&mlon=-94.82950833333334&zoom=12&layers=M' target='_blank' class='map' >N29.263694W94.829508</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:34:36 PM </abbr>",
|
||||
thumb: "thumbnails/20170703173436.jpg",
|
||||
image: "20170703173436.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703173629.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>4.3</abbr><abbr title='focal length'>11</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.26398055&mlon=-94.82994165&zoom=12&layers=M' target='_blank' class='map' >N29.263981W94.829942</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Mon 03 Jul 2017 05:36:29 PM </abbr>",
|
||||
thumb: "thumbnails/20170703173629.jpg",
|
||||
image: "20170703173629.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170703200507531478.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>533/500000</abbr><abbr title='aperture'>2.0</abbr><abbr title='focal length'>5</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.2656361&mlon=-94.83049721666667&zoom=12&layers=M' target='_blank' class='map' >N29.265636W94.830497</a><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Mon 03 Jul 2017 08:05:07 PM </abbr>",
|
||||
thumb: "thumbnails/20170703200507531478.jpg",
|
||||
image: "20170703200507531478.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170704105906.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/1600</abbr><abbr title='aperture'>3.6</abbr><abbr title='focal length'>6</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.2638611&mlon=-94.83024165&zoom=12&layers=M' target='_blank' class='map' >N29.263861W94.830242</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Tue 04 Jul 2017 10:59:06 AM </abbr>",
|
||||
thumb: "thumbnails/20170704105906.jpg",
|
||||
image: "20170704105906.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170704105924.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/1600</abbr><abbr title='aperture'>3.3</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.263899983333335&mlon=-94.83006388333334&zoom=12&layers=M' target='_blank' class='map' >N29.263900W94.830064</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Tue 04 Jul 2017 10:59:24 AM </abbr>",
|
||||
thumb: "thumbnails/20170704105924.jpg",
|
||||
image: "20170704105924.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170704171837.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/800</abbr><abbr title='aperture'>6.1</abbr><abbr title='focal length'>96</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.26389165&mlon=-94.82979443333333&zoom=12&layers=M' target='_blank' class='map' >N29.263892W94.829794</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Tue 04 Jul 2017 05:18:37 PM </abbr>",
|
||||
thumb: "thumbnails/20170704171837.jpg",
|
||||
image: "20170704171837.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170704171856.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>6.4</abbr><abbr title='focal length'>129</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=29.26389165&mlon=-94.82979443333333&zoom=12&layers=M' target='_blank' class='map' >N29.263892W94.829794</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Tue 04 Jul 2017 05:18:56 PM </abbr>",
|
||||
thumb: "thumbnails/20170704171856.jpg",
|
||||
image: "20170704171856.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170705091522.jpg",
|
||||
description: "<div class='film-meta'></div><abbr title='date'>Wed 05 Jul 2017 04:10:58 PM </abbr>",
|
||||
thumb: "thumbnails/20170705091522.jpg",
|
||||
image: "20170705091522.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170705092723.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>5.5</abbr><abbr title='focal length'>29</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Wed 05 Jul 2017 09:27:23 AM </abbr>",
|
||||
thumb: "thumbnails/20170705092723.jpg",
|
||||
image: "20170705092723.jpg"
|
||||
},
|
||||
{
|
||||
title: "20170705111348.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>100</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>4.2</abbr><abbr title='focal length'>10</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=17056881.853374984&mlon=17056881.853374984&zoom=12&layers=M' target='_blank' class='map' >N17056881.853375E17056881.853375</a><abbr title='camera make and model'>Panasonic DMC-ZS40</abbr><abbr title='date'>Wed 05 Jul 2017 11:13:48 AM </abbr>",
|
||||
thumb: "thumbnails/20170705111348.jpg",
|
||||
image: "20170705111348.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,
|
||||
|
|
@ -268,7 +177,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,148 +12,109 @@
|
|||
<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(20191019074307.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">Hill-Country-TX-2019-10</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">Hill-Country-TX-2019-10</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20191019074307.jpg">
|
||||
<img src="thumbnails/20191019074307.jpg" alt="20191019074307.jpg"
|
||||
data-title="20191019074307.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.0630777833&mlon=-99.4702166667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.063078
|
||||
W99.470217</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 07:43:07 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191019084734490393-0500.jpg">
|
||||
<img src="thumbnails/20191019084734490393-0500.jpg" alt="20191019084734490393-0500.jpg"
|
||||
data-title="20191019084734490393-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>41</abbr> <abbr title='exposure'>1261/500000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.0623&mlon=-99.4730611167&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.062300
|
||||
W99.473061</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 08:47:34 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191019094157829022-0500.jpg">
|
||||
<img src="thumbnails/20191019094157829022-0500.jpg" alt="20191019094157829022-0500.jpg"
|
||||
data-title="20191019094157829022-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>171/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.0619305333&mlon=-99.469175&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.061931
|
||||
W99.469175</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 09:41:57 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191019101617573433-0500.jpg">
|
||||
<img src="thumbnails/20191019101617573433-0500.jpg" alt="20191019101617573433-0500.jpg"
|
||||
data-title="20191019101617573433-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>46</abbr> <abbr title='exposure'>47/100000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.0619305333&mlon=-99.469175&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.061931
|
||||
W99.469175</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 10:16:17 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191019101619695569-0500.jpg">
|
||||
<img src="thumbnails/20191019101619695569-0500.jpg" alt="20191019101619695569-0500.jpg"
|
||||
data-title="20191019101619695569-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>45</abbr> <abbr title='exposure'>513/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.0619305333&mlon=-99.469175&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.061931
|
||||
W99.469175</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 10:16:19 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191019170606688516-0500.jpg">
|
||||
<img src="thumbnails/20191019170606688516-0500.jpg" alt="20191019170606688516-0500.jpg"
|
||||
data-title="20191019170606688516-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>40</abbr> <abbr title='exposure'>2/15625</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.06431665&mlon=-99.4674194333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.064317
|
||||
W99.467419</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 05:06:06 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20191019170751050580-0500.jpg">
|
||||
<img src="thumbnails/20191019170751050580-0500.jpg" alt="20191019170751050580-0500.jpg"
|
||||
data-title="20191019170751050580-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>44</abbr> <abbr title='exposure'>17/200000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.0644472167&mlon=-99.4672611&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.064447
|
||||
W99.467261</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 19 Oct 2019 05:07:51 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20191019074307.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.063077783333334&mlon=-99.47021666666667&zoom=12&layers=M' target='_blank' class='map' >N30.063078W99.470217</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 07:43:07 AM </abbr>",
|
||||
thumb: "thumbnails/20191019074307.jpg",
|
||||
image: "20191019074307.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191019084734490393-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>41</abbr><abbr title='exposure'>1261/500000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.0623&mlon=-99.47306111666667&zoom=12&layers=M' target='_blank' class='map' >N30.062300W99.473061</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 08:47:34 AM </abbr>",
|
||||
thumb: "thumbnails/20191019084734490393-0500.jpg",
|
||||
image: "20191019084734490393-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191019094157829022-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>171/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.061930533333335&mlon=-99.469175&zoom=12&layers=M' target='_blank' class='map' >N30.061931W99.469175</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 09:41:57 AM </abbr>",
|
||||
thumb: "thumbnails/20191019094157829022-0500.jpg",
|
||||
image: "20191019094157829022-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191019101617573433-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>46</abbr><abbr title='exposure'>47/100000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.061930533333335&mlon=-99.469175&zoom=12&layers=M' target='_blank' class='map' >N30.061931W99.469175</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 10:16:17 AM </abbr>",
|
||||
thumb: "thumbnails/20191019101617573433-0500.jpg",
|
||||
image: "20191019101617573433-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191019101619695569-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>45</abbr><abbr title='exposure'>513/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.061930533333335&mlon=-99.469175&zoom=12&layers=M' target='_blank' class='map' >N30.061931W99.469175</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 10:16:19 AM </abbr>",
|
||||
thumb: "thumbnails/20191019101619695569-0500.jpg",
|
||||
image: "20191019101619695569-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191019170606688516-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>40</abbr><abbr title='exposure'>2/15625</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.06431665&mlon=-99.46741943333333&zoom=12&layers=M' target='_blank' class='map' >N30.064317W99.467419</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 05:06:06 PM </abbr>",
|
||||
thumb: "thumbnails/20191019170606688516-0500.jpg",
|
||||
image: "20191019170606688516-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20191019170751050580-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>44</abbr><abbr title='exposure'>17/200000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.064447216666668&mlon=-99.4672611&zoom=12&layers=M' target='_blank' class='map' >N30.064447W99.467261</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 19 Oct 2019 05:07:51 PM </abbr>",
|
||||
thumb: "thumbnails/20191019170751050580-0500.jpg",
|
||||
image: "20191019170751050580-0500.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,
|
||||
|
|
@ -168,7 +129,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,171 +12,121 @@
|
|||
<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(20190906194323173851-0500.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">Huntsville-TX-2019-09</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">Huntsville-TX-2019-09</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20190906194323173851-0500.jpg">
|
||||
<img src="thumbnails/20190906194323173851-0500.jpg" alt="20190906194323173851-0500.jpg"
|
||||
data-title="20190906194323173851-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>419</abbr> <abbr title='exposure'>16671/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6198027667&mlon=-95.5357972167&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619803
|
||||
W95.535797</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Fri 06 Sep 2019 07:43:23 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190907082856285622-0500.jpg">
|
||||
<img src="thumbnails/20190907082856285622-0500.jpg" alt="20190907082856285622-0500.jpg"
|
||||
data-title="20190907082856285622-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>80</abbr> <abbr title='exposure'>1111/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6199611&mlon=-95.5356694333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619961
|
||||
W95.535669</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 07 Sep 2019 08:28:56 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190907084846907632-0500.jpg">
|
||||
<img src="thumbnails/20190907084846907632-0500.jpg" alt="20190907084846907632-0500.jpg"
|
||||
data-title="20190907084846907632-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>324</abbr> <abbr title='exposure'>16671/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6199277667&mlon=-95.5345999833&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619928
|
||||
W95.534600</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 07 Sep 2019 08:48:46 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190907143925239459-0500.jpg">
|
||||
<img src="thumbnails/20190907143925239459-0500.jpg" alt="20190907143925239459-0500.jpg"
|
||||
data-title="20190907143925239459-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>54</abbr> <abbr title='exposure'>7993/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.63155&mlon=-95.5365277667&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.631550
|
||||
W95.536528</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 07 Sep 2019 02:39:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190907200047842851.jpg">
|
||||
<img src="thumbnails/20190907200047842851.jpg" alt="20190907200047842851.jpg"
|
||||
data-title="20190907200047842851.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>274</abbr> <abbr title='exposure'>1/30</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sat 07 Sep 2019 08:00:47 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190908072232154628-0500.jpg">
|
||||
<img src="thumbnails/20190908072232154628-0500.jpg" alt="20190908072232154628-0500.jpg"
|
||||
data-title="20190908072232154628-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>52</abbr> <abbr title='exposure'>2137/1000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6197888833&mlon=-95.5358194333&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619789
|
||||
W95.535819</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sun 08 Sep 2019 07:22:32 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190908073011585-0500.jpg">
|
||||
<img src="thumbnails/20190908073011585-0500.jpg" alt="20190908073011585-0500.jpg"
|
||||
data-title="20190908073011585-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>50</abbr> <abbr title='exposure'>18701/15625000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6193027667&mlon=-95.53688055&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619303
|
||||
W95.536881</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sun 08 Sep 2019 07:30:11 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190908073014492-0500.jpg">
|
||||
<img src="thumbnails/20190908073014492-0500.jpg" alt="20190908073014492-0500.jpg"
|
||||
data-title="20190908073014492-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>51</abbr> <abbr title='exposure'>1239609/1000000000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6193027667&mlon=-95.53688055&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619303
|
||||
W95.536881</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sun 08 Sep 2019 07:30:14 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20190908083806585136-0500.jpg">
|
||||
<img src="thumbnails/20190908083806585136-0500.jpg" alt="20190908083806585136-0500.jpg"
|
||||
data-title="20190908083806585136-0500.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>49</abbr> <abbr title='exposure'>577/500000</abbr> <abbr title='aperture'>1.8</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<a title='location' href='https://www.openstreetmap.org/?mlat=30.6199583167&mlon=-95.5356111&zoom=12&layers=M' target='_blank' class='map'
|
||||
>N30.619958
|
||||
W95.535611</a>
|
||||
<abbr title='camera make and model'>Google Pixel 2</abbr>
|
||||
<abbr title='date'>Sun 08 Sep 2019 08:38:06 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20190906194323173851-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>419</abbr><abbr title='exposure'>16671/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.619802766666666&mlon=-95.53579721666667&zoom=12&layers=M' target='_blank' class='map' >N30.619803W95.535797</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Fri 06 Sep 2019 07:43:23 PM </abbr>",
|
||||
thumb: "thumbnails/20190906194323173851-0500.jpg",
|
||||
image: "20190906194323173851-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190907082856285622-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>80</abbr><abbr title='exposure'>1111/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.6199611&mlon=-95.53566943333334&zoom=12&layers=M' target='_blank' class='map' >N30.619961W95.535669</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 07 Sep 2019 08:28:56 AM </abbr>",
|
||||
thumb: "thumbnails/20190907082856285622-0500.jpg",
|
||||
image: "20190907082856285622-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190907084846907632-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>324</abbr><abbr title='exposure'>16671/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.619927766666667&mlon=-95.53459998333334&zoom=12&layers=M' target='_blank' class='map' >N30.619928W95.534600</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 07 Sep 2019 08:48:46 AM </abbr>",
|
||||
thumb: "thumbnails/20190907084846907632-0500.jpg",
|
||||
image: "20190907084846907632-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190907143925239459-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>54</abbr><abbr title='exposure'>7993/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.63155&mlon=-95.53652776666667&zoom=12&layers=M' target='_blank' class='map' >N30.631550W95.536528</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 07 Sep 2019 02:39:25 PM </abbr>",
|
||||
thumb: "thumbnails/20190907143925239459-0500.jpg",
|
||||
image: "20190907143925239459-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190907200047842851.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>274</abbr><abbr title='exposure'>1/30</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sat 07 Sep 2019 08:00:47 PM </abbr>",
|
||||
thumb: "thumbnails/20190907200047842851.jpg",
|
||||
image: "20190907200047842851.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190908072232154628-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>52</abbr><abbr title='exposure'>2137/1000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.619788883333335&mlon=-95.53581943333333&zoom=12&layers=M' target='_blank' class='map' >N30.619789W95.535819</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sun 08 Sep 2019 07:22:32 AM </abbr>",
|
||||
thumb: "thumbnails/20190908072232154628-0500.jpg",
|
||||
image: "20190908072232154628-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190908073011585-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>50</abbr><abbr title='exposure'>18701/15625000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.619302766666667&mlon=-95.53688055&zoom=12&layers=M' target='_blank' class='map' >N30.619303W95.536881</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sun 08 Sep 2019 07:30:11 AM </abbr>",
|
||||
thumb: "thumbnails/20190908073011585-0500.jpg",
|
||||
image: "20190908073011585-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190908073014492-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>51</abbr><abbr title='exposure'>1239609/1000000000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.619302766666667&mlon=-95.53688055&zoom=12&layers=M' target='_blank' class='map' >N30.619303W95.536881</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sun 08 Sep 2019 07:30:14 AM </abbr>",
|
||||
thumb: "thumbnails/20190908073014492-0500.jpg",
|
||||
image: "20190908073014492-0500.jpg"
|
||||
},
|
||||
{
|
||||
title: "20190908083806585136-0500.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>49</abbr><abbr title='exposure'>577/500000</abbr><abbr title='aperture'>1.8</abbr><abbr title='focal length'>4</abbr></div><a title='location' href='https://www.openstreetmap.org/?mlat=30.61995831666667&mlon=-95.5356111&zoom=12&layers=M' target='_blank' class='map' >N30.619958W95.535611</a><abbr title='camera make and model'>Google Pixel 2</abbr><abbr title='date'>Sun 08 Sep 2019 08:38:06 AM </abbr>",
|
||||
thumb: "thumbnails/20190908083806585136-0500.jpg",
|
||||
image: "20190908083806585136-0500.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,
|
||||
|
|
@ -191,7 +141,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,97 +12,91 @@
|
|||
<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(20140607094949.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">Las-Vegas-2014-06</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">Las-Vegas-2014-06</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20140607094949.jpg">
|
||||
<img src="thumbnails/20140607094949.jpg" alt="20140607094949.jpg"
|
||||
data-title="20140607094949.jpg"
|
||||
data-description="<br>Griffen <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/2500</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 07 Jun 2014 09:49:49 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140607095037.jpg">
|
||||
<img src="thumbnails/20140607095037.jpg" alt="20140607095037.jpg"
|
||||
data-title="20140607095037.jpg"
|
||||
data-description="<br>Quiet Time <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 07 Jun 2014 09:50:37 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140607232925.jpg">
|
||||
<img src="thumbnails/20140607232925.jpg" alt="20140607232925.jpg"
|
||||
data-title="20140607232925.jpg"
|
||||
data-description="<br>Wall <div class='film-meta'>
|
||||
<abbr title='film speed'>5000</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 07 Jun 2014 11:29:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140607234122.jpg">
|
||||
<img src="thumbnails/20140607234122.jpg" alt="20140607234122.jpg"
|
||||
data-title="20140607234122.jpg"
|
||||
data-description="<br>Moon Over Tower <div class='film-meta'>
|
||||
<abbr title='film speed'>5000</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>5.6</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 07 Jun 2014 11:41:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20140607094949.jpg",
|
||||
description: "<br>Griffen<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/2500</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 07 Jun 2014 09:49:49 AM </abbr>",
|
||||
thumb: "thumbnails/20140607094949.jpg",
|
||||
image: "20140607094949.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140607095037.jpg",
|
||||
description: "<br>Quiet Time<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/320</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 07 Jun 2014 09:50:37 AM </abbr>",
|
||||
thumb: "thumbnails/20140607095037.jpg",
|
||||
image: "20140607095037.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140607232925.jpg",
|
||||
description: "<br>Wall<div class='film-meta'><abbr title='film speed'>5000</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 07 Jun 2014 11:29:25 PM </abbr>",
|
||||
thumb: "thumbnails/20140607232925.jpg",
|
||||
image: "20140607232925.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140607234122.jpg",
|
||||
description: "<br>Moon Over Tower<div class='film-meta'><abbr title='film speed'>5000</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>5.6</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 07 Jun 2014 11:41:22 PM </abbr>",
|
||||
thumb: "thumbnails/20140607234122.jpg",
|
||||
image: "20140607234122.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,
|
||||
|
|
@ -117,7 +111,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,99 +12,109 @@
|
|||
<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(20021208120000_1.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">Las-Vegas-2015-06</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">Las-Vegas-2015-06</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20021208120000_1.jpg">
|
||||
<img src="thumbnails/20021208120000_1.jpg" alt="20021208120000_1.jpg"
|
||||
data-title="20021208120000_1.jpg"
|
||||
data-description="<br>Cups To The Sky"
|
||||
/>
|
||||
</a>
|
||||
<a href="20021208120000_2.jpg">
|
||||
<img src="thumbnails/20021208120000_2.jpg" alt="20021208120000_2.jpg"
|
||||
data-title="20021208120000_2.jpg"
|
||||
data-description="<br>Las Vegas, Baby"
|
||||
/>
|
||||
</a>
|
||||
<a href="20021208120000.jpg">
|
||||
<img src="thumbnails/20021208120000.jpg" alt="20021208120000.jpg"
|
||||
data-title="20021208120000.jpg"
|
||||
data-description="<br>Leaving Vegas"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150531194530.jpg">
|
||||
<img src="thumbnails/20150531194530.jpg" alt="20150531194530.jpg"
|
||||
data-title="20150531194530.jpg"
|
||||
data-description="<br>Hello, Las Vegas"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150602214415.jpg">
|
||||
<img src="thumbnails/20150602214415.jpg" alt="20150602214415.jpg"
|
||||
data-title="20150602214415.jpg"
|
||||
data-description="<br>Room with a View"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150603092013.jpg">
|
||||
<img src="thumbnails/20150603092013.jpg" alt="20150603092013.jpg"
|
||||
data-title="20150603092013.jpg"
|
||||
data-description="<br>Reflecting on Vegas I"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150603092026.jpg">
|
||||
<img src="thumbnails/20150603092026.jpg" alt="20150603092026.jpg"
|
||||
data-title="20150603092026.jpg"
|
||||
data-description="<br>Reflecting on Vegas II"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20021208120000_1.jpg",
|
||||
description: "<br>Cups To The Sky",
|
||||
thumb: "thumbnails/20021208120000_1.jpg",
|
||||
image: "20021208120000_1.jpg"
|
||||
},
|
||||
{
|
||||
title: "20021208120000_2.jpg",
|
||||
description: "<br>Las Vegas, Baby",
|
||||
thumb: "thumbnails/20021208120000_2.jpg",
|
||||
image: "20021208120000_2.jpg"
|
||||
},
|
||||
{
|
||||
title: "20021208120000.jpg",
|
||||
description: "<br>Leaving Vegas",
|
||||
thumb: "thumbnails/20021208120000.jpg",
|
||||
image: "20021208120000.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150531194530.jpg",
|
||||
description: "<br>Hello, Las Vegas",
|
||||
thumb: "thumbnails/20150531194530.jpg",
|
||||
image: "20150531194530.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150602214415.jpg",
|
||||
description: "<br>Room with a View",
|
||||
thumb: "thumbnails/20150602214415.jpg",
|
||||
image: "20150602214415.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150603092013.jpg",
|
||||
description: "<br>Reflecting on Vegas I",
|
||||
thumb: "thumbnails/20150603092013.jpg",
|
||||
image: "20150603092013.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150603092026.jpg",
|
||||
description: "<br>Reflecting on Vegas II",
|
||||
thumb: "thumbnails/20150603092026.jpg",
|
||||
image: "20150603092026.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,
|
||||
|
|
@ -119,7 +129,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,189 +12,151 @@
|
|||
<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(IMG_20170611_125221.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">NYC-2017-06</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">NYC-2017-06</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="IMG_20170611_125221.jpg">
|
||||
<img src="thumbnails/IMG_20170611_125221.jpg" alt="IMG_20170611_125221.jpg"
|
||||
data-title="IMG_20170611_125221.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>103</abbr> <abbr title='exposure'>3501</abbr> <abbr title='focal length'>3.0</abbr> </div>
|
||||
<abbr title='camera make and model'>asus Nexus 7</abbr>
|
||||
<abbr title='date'>Sun 11 Jun 2017 12:52:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170612_053817-EFFECTS.jpg">
|
||||
<img src="thumbnails/IMG_20170612_053817-EFFECTS.jpg" alt="IMG_20170612_053817-EFFECTS.jpg"
|
||||
data-title="IMG_20170612_053817-EFFECTS.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Mon 12 Jun 2017 05:38:18 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_194142.jpg">
|
||||
<img src="thumbnails/IMG_20170613_194142.jpg" alt="IMG_20170613_194142.jpg"
|
||||
data-title="IMG_20170613_194142.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>68</abbr> <abbr title='exposure'>7993/1000000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:41:43 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_195026.jpg">
|
||||
<img src="thumbnails/IMG_20170613_195026.jpg" alt="IMG_20170613_195026.jpg"
|
||||
data-title="IMG_20170613_195026.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>62</abbr> <abbr title='exposure'>1/5000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:50:27 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_195039.jpg">
|
||||
<img src="thumbnails/IMG_20170613_195039.jpg" alt="IMG_20170613_195039.jpg"
|
||||
data-title="IMG_20170613_195039.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>61</abbr> <abbr title='exposure'>409/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:50:40 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_195224.jpg">
|
||||
<img src="thumbnails/IMG_20170613_195224.jpg" alt="IMG_20170613_195224.jpg"
|
||||
data-title="IMG_20170613_195224.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>59/20000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:52:25 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_195504.jpg">
|
||||
<img src="thumbnails/IMG_20170613_195504.jpg" alt="IMG_20170613_195504.jpg"
|
||||
data-title="IMG_20170613_195504.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>1551/500000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:55:05 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_195520-EFFECTS.jpg">
|
||||
<img src="thumbnails/IMG_20170613_195520-EFFECTS.jpg" alt="IMG_20170613_195520-EFFECTS.jpg"
|
||||
data-title="IMG_20170613_195520-EFFECTS.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:55:21 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_20170613_200114.jpg">
|
||||
<img src="thumbnails/IMG_20170613_200114.jpg" alt="IMG_20170613_200114.jpg"
|
||||
data-title="IMG_20170613_200114.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>92</abbr> <abbr title='exposure'>7993/1000000</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 08:01:16 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="Ultimate_HDR_Camera_20170612_053909.jpg">
|
||||
<img src="thumbnails/Ultimate_HDR_Camera_20170612_053909.jpg" alt="Ultimate_HDR_Camera_20170612_053909.jpg"
|
||||
data-title="Ultimate_HDR_Camera_20170612_053909.jpg"
|
||||
data-description=""
|
||||
/>
|
||||
</a>
|
||||
<a href="Ultimate_HDR_Camera_20170613_222345.jpg">
|
||||
<img src="thumbnails/Ultimate_HDR_Camera_20170613_222345.jpg" alt="Ultimate_HDR_Camera_20170613_222345.jpg"
|
||||
data-title="Ultimate_HDR_Camera_20170613_222345.jpg"
|
||||
data-description=""
|
||||
/>
|
||||
</a>
|
||||
<a href="Ultimate_HDR_Camera_Original_20170613_194630.jpg">
|
||||
<img src="thumbnails/Ultimate_HDR_Camera_Original_20170613_194630.jpg" alt="Ultimate_HDR_Camera_Original_20170613_194630.jpg"
|
||||
data-title="Ultimate_HDR_Camera_Original_20170613_194630.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>60</abbr> <abbr title='exposure'>1/657</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 07:46:40 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="Ultimate_HDR_Camera_Original_20170613_200527.jpg">
|
||||
<img src="thumbnails/Ultimate_HDR_Camera_Original_20170613_200527.jpg" alt="Ultimate_HDR_Camera_Original_20170613_200527.jpg"
|
||||
data-title="Ultimate_HDR_Camera_Original_20170613_200527.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>78</abbr> <abbr title='exposure'>1/120</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 08:05:42 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="Ultimate_HDR_Camera_Original_20170613_200808.jpg">
|
||||
<img src="thumbnails/Ultimate_HDR_Camera_Original_20170613_200808.jpg" alt="Ultimate_HDR_Camera_Original_20170613_200808.jpg"
|
||||
data-title="Ultimate_HDR_Camera_Original_20170613_200808.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>66</abbr> <abbr title='exposure'>1/60</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>5.0</abbr> </div>
|
||||
<abbr title='camera make and model'>LGE Nexus 5X</abbr>
|
||||
<abbr title='date'>Tue 13 Jun 2017 08:08:22 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "IMG_20170611_125221.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>103</abbr><abbr title='exposure'>3501</abbr><abbr title='focal length'>3</abbr></div><abbr title='camera make and model'>asus Nexus 7</abbr><abbr title='date'>Sun 11 Jun 2017 12:52:22 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170611_125221.jpg",
|
||||
image: "IMG_20170611_125221.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170612_053817-EFFECTS.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>5</abbr></div><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Mon 12 Jun 2017 05:38:18 AM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170612_053817-EFFECTS.jpg",
|
||||
image: "IMG_20170612_053817-EFFECTS.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_194142.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>68</abbr><abbr title='exposure'>7993/1000000</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'>Tue 13 Jun 2017 07:41:43 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_194142.jpg",
|
||||
image: "IMG_20170613_194142.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_195026.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>62</abbr><abbr title='exposure'>1/5000</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'>Tue 13 Jun 2017 07:50:27 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_195026.jpg",
|
||||
image: "IMG_20170613_195026.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_195039.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>61</abbr><abbr title='exposure'>409/500000</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'>Tue 13 Jun 2017 07:50:40 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_195039.jpg",
|
||||
image: "IMG_20170613_195039.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_195224.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>59/20000</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'>Tue 13 Jun 2017 07:52:25 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_195224.jpg",
|
||||
image: "IMG_20170613_195224.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_195504.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>1551/500000</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'>Tue 13 Jun 2017 07:55:05 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_195504.jpg",
|
||||
image: "IMG_20170613_195504.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_195520-EFFECTS.jpg",
|
||||
description: "<div class='film-meta'><abbr title='focal length'>5</abbr></div><abbr title='camera make and model'>LGE Nexus 5X</abbr><abbr title='date'>Tue 13 Jun 2017 07:55:21 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_195520-EFFECTS.jpg",
|
||||
image: "IMG_20170613_195520-EFFECTS.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_20170613_200114.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>92</abbr><abbr title='exposure'>7993/1000000</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'>Tue 13 Jun 2017 08:01:16 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_20170613_200114.jpg",
|
||||
image: "IMG_20170613_200114.jpg"
|
||||
},
|
||||
{
|
||||
title: "Ultimate_HDR_Camera_20170612_053909.jpg",
|
||||
description: "",
|
||||
thumb: "thumbnails/Ultimate_HDR_Camera_20170612_053909.jpg",
|
||||
image: "Ultimate_HDR_Camera_20170612_053909.jpg"
|
||||
},
|
||||
{
|
||||
title: "Ultimate_HDR_Camera_20170613_222345.jpg",
|
||||
description: "",
|
||||
thumb: "thumbnails/Ultimate_HDR_Camera_20170613_222345.jpg",
|
||||
image: "Ultimate_HDR_Camera_20170613_222345.jpg"
|
||||
},
|
||||
{
|
||||
title: "Ultimate_HDR_Camera_Original_20170613_194630.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>60</abbr><abbr title='exposure'>1/657</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'>Tue 13 Jun 2017 07:46:40 PM </abbr>",
|
||||
thumb: "thumbnails/Ultimate_HDR_Camera_Original_20170613_194630.jpg",
|
||||
image: "Ultimate_HDR_Camera_Original_20170613_194630.jpg"
|
||||
},
|
||||
{
|
||||
title: "Ultimate_HDR_Camera_Original_20170613_200527.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>78</abbr><abbr title='exposure'>1/120</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'>Tue 13 Jun 2017 08:05:42 PM </abbr>",
|
||||
thumb: "thumbnails/Ultimate_HDR_Camera_Original_20170613_200527.jpg",
|
||||
image: "Ultimate_HDR_Camera_Original_20170613_200527.jpg"
|
||||
},
|
||||
{
|
||||
title: "Ultimate_HDR_Camera_Original_20170613_200808.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>66</abbr><abbr title='exposure'>1/60</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'>Tue 13 Jun 2017 08:08:22 PM </abbr>",
|
||||
thumb: "thumbnails/Ultimate_HDR_Camera_Original_20170613_200808.jpg",
|
||||
image: "Ultimate_HDR_Camera_Original_20170613_200808.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,
|
||||
|
|
@ -209,7 +171,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,367 +12,253 @@
|
|||
<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(20140703121845.jpg);
|
||||
}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../../">Travel</a> » <a href="../">US</a> » <a href=".">San-Antonio-2014-07</a></h2>
|
||||
<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="../../">Travel</a> » <a href="../">US</a> » <a href=".">San-Antonio-2014-07</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" /></a>
|
||||
</div>
|
||||
<div id="gallery">
|
||||
<a href="20140703121845.jpg">
|
||||
<img src="thumbnails/20140703121845.jpg" alt="20140703121845.jpg"
|
||||
data-title="20140703121845.jpg"
|
||||
data-description="<br>Celling of Railroad Track Cafe <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>3.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 12:18:45 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703121911.jpg">
|
||||
<img src="thumbnails/20140703121911.jpg" alt="20140703121911.jpg"
|
||||
data-title="20140703121911.jpg"
|
||||
data-description="<br>Detail of Celling of Railroad Track Cafe <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/15</abbr> <abbr title='aperture'>3.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 12:19:11 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703132247.jpg">
|
||||
<img src="thumbnails/20140703132247.jpg" alt="20140703132247.jpg"
|
||||
data-title="20140703132247.jpg"
|
||||
data-description="<br>Breakfront at Railroad Track Cafe <div class='film-meta'>
|
||||
<abbr title='film speed'>400</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>5.09999990463</abbr> <abbr title='focal length'>16.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 01:22:47 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703132721.jpg">
|
||||
<img src="thumbnails/20140703132721.jpg" alt="20140703132721.jpg"
|
||||
data-title="20140703132721.jpg"
|
||||
data-description="<br>Flatonia Buildings <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/1250</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 01:27:21 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703180906.jpg">
|
||||
<img src="thumbnails/20140703180906.jpg" alt="20140703180906.jpg"
|
||||
data-title="20140703180906.jpg"
|
||||
data-description="<br>Detail of Awning <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/1600</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>35.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 06:09:06 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703181024.jpg">
|
||||
<img src="thumbnails/20140703181024.jpg" alt="20140703181024.jpg"
|
||||
data-title="20140703181024.jpg"
|
||||
data-description="<br>Sunflower, XXIV <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/4000</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 06:10:24 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703181320.jpg">
|
||||
<img src="thumbnails/20140703181320.jpg" alt="20140703181320.jpg"
|
||||
data-title="20140703181320.jpg"
|
||||
data-description="<br>Entrence to La Villita <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>41.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 06:13:20 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703181517.jpg">
|
||||
<img src="thumbnails/20140703181517.jpg" alt="20140703181517.jpg"
|
||||
data-title="20140703181517.jpg"
|
||||
data-description="<br>Church In La Villita <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/320</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 06:15:17 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703181611.jpg">
|
||||
<img src="thumbnails/20140703181611.jpg" alt="20140703181611.jpg"
|
||||
data-title="20140703181611.jpg"
|
||||
data-description="<br>Yellow! <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 06:16:11 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703203418.jpg">
|
||||
<img src="thumbnails/20140703203418.jpg" alt="20140703203418.jpg"
|
||||
data-title="20140703203418.jpg"
|
||||
data-description="<br>Sneaking up on Día de los Muertos Party <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 08:34:18 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140703203717.jpg">
|
||||
<img src="thumbnails/20140703203717.jpg" alt="20140703203717.jpg"
|
||||
data-title="20140703203717.jpg"
|
||||
data-description="<br>Día de los Muertos Shop <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/100</abbr> <abbr title='aperture'>3.20000004768</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 03 Jul 2014 08:37:17 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140704102958.jpg">
|
||||
<img src="thumbnails/20140704102958.jpg" alt="20140704102958.jpg"
|
||||
data-title="20140704102958.jpg"
|
||||
data-description="<br>Mission Wall <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/2500</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Fri 04 Jul 2014 10:29:58 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140704115156.jpg">
|
||||
<img src="thumbnails/20140704115156.jpg" alt="20140704115156.jpg"
|
||||
data-title="20140704115156.jpg"
|
||||
data-description="<br>Celling Details <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Fri 04 Jul 2014 11:51:56 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140704134921.jpg">
|
||||
<img src="thumbnails/20140704134921.jpg" alt="20140704134921.jpg"
|
||||
data-title="20140704134921.jpg"
|
||||
data-description="<br>Fig Ivy on Coral Wall <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>24.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Fri 04 Jul 2014 01:49:21 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140704215506.jpg">
|
||||
<img src="thumbnails/20140704215506.jpg" alt="20140704215506.jpg"
|
||||
data-title="20140704215506.jpg"
|
||||
data-description="<br>Preparing Fruit Drinks <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>30.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Fri 04 Jul 2014 09:55:06 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140705100455.jpg">
|
||||
<img src="thumbnails/20140705100455.jpg" alt="20140705100455.jpg"
|
||||
data-title="20140705100455.jpg"
|
||||
data-description="<br>Arneson Theater Stage <div class='film-meta'>
|
||||
<abbr title='film speed'>800</abbr> <abbr title='exposure'>1/500</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 05 Jul 2014 10:04:55 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140705102834.jpg">
|
||||
<img src="thumbnails/20140705102834.jpg" alt="20140705102834.jpg"
|
||||
data-title="20140705102834.jpg"
|
||||
data-description="<br>Arneson Theater Bells <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>20.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 05 Jul 2014 10:28:34 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140705113156.jpg">
|
||||
<img src="thumbnails/20140705113156.jpg" alt="20140705113156.jpg"
|
||||
data-title="20140705113156.jpg"
|
||||
data-description="<br>Waiting on the Alamo <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>8.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sat 05 Jul 2014 11:31:56 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140706095606.jpg">
|
||||
<img src="thumbnails/20140706095606.jpg" alt="20140706095606.jpg"
|
||||
data-title="20140706095606.jpg"
|
||||
data-description="<br>Waterfall on River Walk <div class='film-meta'>
|
||||
<abbr title='film speed'>3200</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 06 Jul 2014 09:56:06 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140706100802.jpg">
|
||||
<img src="thumbnails/20140706100802.jpg" alt="20140706100802.jpg"
|
||||
data-title="20140706100802.jpg"
|
||||
data-description="<br>Fence Topper <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>2.79999995232</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 06 Jul 2014 10:08:02 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140706110237.jpg">
|
||||
<img src="thumbnails/20140706110237.jpg" alt="20140706110237.jpg"
|
||||
data-title="20140706110237.jpg"
|
||||
data-description="<br>La Villita Lights <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/125</abbr> <abbr title='aperture'>7.09999990463</abbr> <abbr title='focal length'>42.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 06 Jul 2014 11:02:37 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140706110417.jpg">
|
||||
<img src="thumbnails/20140706110417.jpg" alt="20140706110417.jpg"
|
||||
data-title="20140706110417.jpg"
|
||||
data-description="<br>St. John's Lutheran Church, SA, TX <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/400</abbr> <abbr title='aperture'>10.0</abbr> <abbr title='focal length'>24.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 06 Jul 2014 11:04:17 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140706133615.jpg">
|
||||
<img src="thumbnails/20140706133615.jpg" alt="20140706133615.jpg"
|
||||
data-title="20140706133615.jpg"
|
||||
data-description="<br>Tower of the Americas <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/1000</abbr> <abbr title='aperture'>11.0</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Sun 06 Jul 2014 01:36:15 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20140825073629.jpg">
|
||||
<img src="thumbnails/20140825073629.jpg" alt="20140825073629.jpg"
|
||||
data-title="20140825073629.jpg"
|
||||
data-description="<br>Fence at Sunrise <div class='film-meta'>
|
||||
<abbr title='film speed'>200</abbr> <abbr title='exposure'>1/200</abbr> <abbr title='aperture'>4.5</abbr> <abbr title='focal length'>19.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Mon 25 Aug 2014 07:36:29 AM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150210212620.jpg">
|
||||
<img src="thumbnails/20150210212620.jpg" alt="20150210212620.jpg"
|
||||
data-title="20150210212620.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>3200</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>4.8</abbr> <abbr title='focal length'>82.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 10 Feb 2015 09:26:20 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150210231552.jpg">
|
||||
<img src="thumbnails/20150210231552.jpg" alt="20150210231552.jpg"
|
||||
data-title="20150210231552.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>3200</abbr> <abbr title='exposure'>1/20</abbr> <abbr title='aperture'>4.0</abbr> <abbr title='focal length'>40.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 10 Feb 2015 11:15:52 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150210231910.jpg">
|
||||
<img src="thumbnails/20150210231910.jpg" alt="20150210231910.jpg"
|
||||
data-title="20150210231910.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>3200</abbr> <abbr title='exposure'>1/80</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>27.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Tue 10 Feb 2015 11:19:10 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150212224337.jpg">
|
||||
<img src="thumbnails/20150212224337.jpg" alt="20150212224337.jpg"
|
||||
data-title="20150212224337.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>3200</abbr> <abbr title='exposure'>1/10</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 12 Feb 2015 10:43:37 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150212224516.jpg">
|
||||
<img src="thumbnails/20150212224516.jpg" alt="20150212224516.jpg"
|
||||
data-title="20150212224516.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>3200</abbr> <abbr title='exposure'>1/40</abbr> <abbr title='aperture'>3.79999995232</abbr> <abbr title='focal length'>17.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 12 Feb 2015 10:45:16 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="20150212225431.jpg">
|
||||
<img src="thumbnails/20150212225431.jpg" alt="20150212225431.jpg"
|
||||
data-title="20150212225431.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/25</abbr> <abbr title='aperture'>3.5</abbr> <abbr title='focal length'>14.0</abbr> </div>
|
||||
<abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr>
|
||||
<abbr title='date'>Thu 12 Feb 2015 10:54:31 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
<a href="IMG_1726.jpg">
|
||||
<img src="thumbnails/IMG_1726.jpg" alt="IMG_1726.jpg"
|
||||
data-title="IMG_1726.jpg"
|
||||
data-description=" <div class='film-meta'>
|
||||
<abbr title='film speed'>1600</abbr> <abbr title='exposure'>1/250</abbr> <abbr title='aperture'>5.0</abbr> <abbr title='focal length'>12.0</abbr> </div>
|
||||
<abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr>
|
||||
<abbr title='date'>Tue 10 Feb 2015 01:22:55 PM </abbr>
|
||||
"
|
||||
/>
|
||||
</a>
|
||||
title="Fullscreen" alt="Fullscreen (f)" /></a>
|
||||
</div>
|
||||
<div id="gallery"></div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
<p>
|
||||
<span>© 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/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>
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade"
|
||||
});
|
||||
Galleria.run("#gallery");
|
||||
var data = [
|
||||
{
|
||||
title: "20140703121845.jpg",
|
||||
description: "<br>Celling of Railroad Track Cafe<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>3.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Thu 03 Jul 2014 12:18:45 PM </abbr>",
|
||||
thumb: "thumbnails/20140703121845.jpg",
|
||||
image: "20140703121845.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703121911.jpg",
|
||||
description: "<br>Detail of Celling of Railroad Track Cafe<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/15</abbr><abbr title='aperture'>3.0</abbr><abbr title='focal length'>4</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Thu 03 Jul 2014 12:19:11 PM </abbr>",
|
||||
thumb: "thumbnails/20140703121911.jpg",
|
||||
image: "20140703121911.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703132247.jpg",
|
||||
description: "<br>Breakfront at Railroad Track Cafe<div class='film-meta'><abbr title='film speed'>400</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>5.099999904632568</abbr><abbr title='focal length'>16</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. VR325,VR320,D725</abbr><abbr title='date'>Thu 03 Jul 2014 01:22:47 PM </abbr>",
|
||||
thumb: "thumbnails/20140703132247.jpg",
|
||||
image: "20140703132247.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703132721.jpg",
|
||||
description: "<br>Flatonia Buildings<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/1250</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 01:27:21 PM </abbr>",
|
||||
thumb: "thumbnails/20140703132721.jpg",
|
||||
image: "20140703132721.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703180906.jpg",
|
||||
description: "<br>Detail of Awning<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/1600</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>35</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 06:09:06 PM </abbr>",
|
||||
thumb: "thumbnails/20140703180906.jpg",
|
||||
image: "20140703180906.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703181024.jpg",
|
||||
description: "<br>Sunflower, XXIV<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/4000</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 06:10:24 PM </abbr>",
|
||||
thumb: "thumbnails/20140703181024.jpg",
|
||||
image: "20140703181024.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703181320.jpg",
|
||||
description: "<br>Entrence to La Villita<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>41</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 06:13:20 PM </abbr>",
|
||||
thumb: "thumbnails/20140703181320.jpg",
|
||||
image: "20140703181320.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703181517.jpg",
|
||||
description: "<br>Church In La Villita<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/320</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 06:15:17 PM </abbr>",
|
||||
thumb: "thumbnails/20140703181517.jpg",
|
||||
image: "20140703181517.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703181611.jpg",
|
||||
description: "<br>Yellow!<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 06:16:11 PM </abbr>",
|
||||
thumb: "thumbnails/20140703181611.jpg",
|
||||
image: "20140703181611.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703203418.jpg",
|
||||
description: "<br>Sneaking up on Día de los Muertos Party<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 08:34:18 PM </abbr>",
|
||||
thumb: "thumbnails/20140703203418.jpg",
|
||||
image: "20140703203418.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140703203717.jpg",
|
||||
description: "<br>Día de los Muertos Shop<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/100</abbr><abbr title='aperture'>3.200000047683716</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 03 Jul 2014 08:37:17 PM </abbr>",
|
||||
thumb: "thumbnails/20140703203717.jpg",
|
||||
image: "20140703203717.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140704102958.jpg",
|
||||
description: "<br>Mission Wall<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/2500</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 04 Jul 2014 10:29:58 AM </abbr>",
|
||||
thumb: "thumbnails/20140704102958.jpg",
|
||||
image: "20140704102958.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140704115156.jpg",
|
||||
description: "<br>Celling Details<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 04 Jul 2014 11:51:56 AM </abbr>",
|
||||
thumb: "thumbnails/20140704115156.jpg",
|
||||
image: "20140704115156.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140704134921.jpg",
|
||||
description: "<br>Fig Ivy on Coral Wall<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>24</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 04 Jul 2014 01:49:21 PM </abbr>",
|
||||
thumb: "thumbnails/20140704134921.jpg",
|
||||
image: "20140704134921.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140704215506.jpg",
|
||||
description: "<br>Preparing Fruit Drinks<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>30</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Fri 04 Jul 2014 09:55:06 PM </abbr>",
|
||||
thumb: "thumbnails/20140704215506.jpg",
|
||||
image: "20140704215506.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140705100455.jpg",
|
||||
description: "<br>Arneson Theater Stage<div class='film-meta'><abbr title='film speed'>800</abbr><abbr title='exposure'>1/500</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 05 Jul 2014 10:04:55 AM </abbr>",
|
||||
thumb: "thumbnails/20140705100455.jpg",
|
||||
image: "20140705100455.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140705102834.jpg",
|
||||
description: "<br>Arneson Theater Bells<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>20</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 05 Jul 2014 10:28:34 AM </abbr>",
|
||||
thumb: "thumbnails/20140705102834.jpg",
|
||||
image: "20140705102834.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140705113156.jpg",
|
||||
description: "<br>Waiting on the Alamo<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>8.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sat 05 Jul 2014 11:31:56 AM </abbr>",
|
||||
thumb: "thumbnails/20140705113156.jpg",
|
||||
image: "20140705113156.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140706095606.jpg",
|
||||
description: "<br>Waterfall on River Walk<div class='film-meta'><abbr title='film speed'>3200</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 06 Jul 2014 09:56:06 AM </abbr>",
|
||||
thumb: "thumbnails/20140706095606.jpg",
|
||||
image: "20140706095606.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140706100802.jpg",
|
||||
description: "<br>Fence Topper<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>2.799999952316284</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 06 Jul 2014 10:08:02 AM </abbr>",
|
||||
thumb: "thumbnails/20140706100802.jpg",
|
||||
image: "20140706100802.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140706110237.jpg",
|
||||
description: "<br>La Villita Lights<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/125</abbr><abbr title='aperture'>7.099999904632568</abbr><abbr title='focal length'>42</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 06 Jul 2014 11:02:37 AM </abbr>",
|
||||
thumb: "thumbnails/20140706110237.jpg",
|
||||
image: "20140706110237.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140706110417.jpg",
|
||||
description: "<br>St. John's Lutheran Church, SA, TX<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/400</abbr><abbr title='aperture'>10.0</abbr><abbr title='focal length'>24</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 06 Jul 2014 11:04:17 AM </abbr>",
|
||||
thumb: "thumbnails/20140706110417.jpg",
|
||||
image: "20140706110417.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140706133615.jpg",
|
||||
description: "<br>Tower of the Americas<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/1000</abbr><abbr title='aperture'>11.0</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Sun 06 Jul 2014 01:36:15 PM </abbr>",
|
||||
thumb: "thumbnails/20140706133615.jpg",
|
||||
image: "20140706133615.jpg"
|
||||
},
|
||||
{
|
||||
title: "20140825073629.jpg",
|
||||
description: "<br>Fence at Sunrise<div class='film-meta'><abbr title='film speed'>200</abbr><abbr title='exposure'>1/200</abbr><abbr title='aperture'>4.5</abbr><abbr title='focal length'>19</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Mon 25 Aug 2014 07:36:29 AM </abbr>",
|
||||
thumb: "thumbnails/20140825073629.jpg",
|
||||
image: "20140825073629.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150210212620.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>3200</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>4.8</abbr><abbr title='focal length'>82</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 10 Feb 2015 09:26:20 PM </abbr>",
|
||||
thumb: "thumbnails/20150210212620.jpg",
|
||||
image: "20150210212620.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150210231552.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>3200</abbr><abbr title='exposure'>1/20</abbr><abbr title='aperture'>4.0</abbr><abbr title='focal length'>40</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 10 Feb 2015 11:15:52 PM </abbr>",
|
||||
thumb: "thumbnails/20150210231552.jpg",
|
||||
image: "20150210231552.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150210231910.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>3200</abbr><abbr title='exposure'>1/80</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>27</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Tue 10 Feb 2015 11:19:10 PM </abbr>",
|
||||
thumb: "thumbnails/20150210231910.jpg",
|
||||
image: "20150210231910.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150212224337.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>3200</abbr><abbr title='exposure'>1/10</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 12 Feb 2015 10:43:37 PM </abbr>",
|
||||
thumb: "thumbnails/20150212224337.jpg",
|
||||
image: "20150212224337.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150212224516.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>3200</abbr><abbr title='exposure'>1/40</abbr><abbr title='aperture'>3.799999952316284</abbr><abbr title='focal length'>17</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 12 Feb 2015 10:45:16 PM </abbr>",
|
||||
thumb: "thumbnails/20150212224516.jpg",
|
||||
image: "20150212224516.jpg"
|
||||
},
|
||||
{
|
||||
title: "20150212225431.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/25</abbr><abbr title='aperture'>3.5</abbr><abbr title='focal length'>14</abbr></div><abbr title='camera make and model'>OLYMPUS IMAGING CORP. E-M5</abbr><abbr title='date'>Thu 12 Feb 2015 10:54:31 PM </abbr>",
|
||||
thumb: "thumbnails/20150212225431.jpg",
|
||||
image: "20150212225431.jpg"
|
||||
},
|
||||
{
|
||||
title: "IMG_1726.jpg",
|
||||
description: "<div class='film-meta'><abbr title='film speed'>1600</abbr><abbr title='exposure'>1/250</abbr><abbr title='aperture'>5.0</abbr><abbr title='focal length'>12</abbr></div><abbr title='camera make and model'>Canon Canon PowerShot ELPH 320 HS</abbr><abbr title='date'>Tue 10 Feb 2015 01:22:55 PM </abbr>",
|
||||
thumb: "thumbnails/IMG_1726.jpg",
|
||||
image: "IMG_1726.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,
|
||||
|
|
@ -387,7 +273,14 @@
|
|||
|
||||
$('.icons').appendTo(this.$('container'));
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Galleria.configure({
|
||||
imageCrop: false,
|
||||
transition: "fade",
|
||||
thumbnails: "lazy"
|
||||
});
|
||||
Galleria.run("#gallery", {dataSource: data});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../../">duckland.org'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>
|
||||
|
||||
<h2><a href="../">Travel</a> » <a href=".">US</a></h2>
|
||||
<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="../">Travel</a> » <a href=".">US</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="Galveston-2015-07/">
|
||||
<img src="Galveston-2015-07/thumbnails/20021208120000.jpg" class="album_thumb" alt="Galveston-2015-07" title="Galveston-2015-07" /></a>
|
||||
|
|
@ -70,15 +73,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,28 +12,31 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="../">duckland.org'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>
|
||||
|
||||
<h2><a href=".">Travel</a></h2>
|
||||
<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=".">Travel</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="China/">
|
||||
<img src="China/thumbnails/P1215426.jpg" class="album_thumb" alt="China" title="China" /></a>
|
||||
|
|
@ -54,15 +57,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -12,26 +12,26 @@
|
|||
<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">
|
||||
|
||||
|
||||
<link rel="prefetch" href="static/jquery-3.3.1.min.js" />
|
||||
<link rel="prefetch" href="static/galleria.min.js" />
|
||||
<link rel="prefetch" href="static/themes/classic/galleria.classic.min.js" />
|
||||
<link rel="prefetch" href="static/plugins/history/galleria.history.min.js" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1><a href="./">duckland.org'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>
|
||||
|
||||
<nav id="menu">
|
||||
<ul>
|
||||
<li><a href="/photos/">Photos Home</a></li>
|
||||
<li><a href="/">Home Page</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div id="main" role="main">
|
||||
<div id="albums">
|
||||
<!-- <h1>Albums</h1> -->
|
||||
<ul>
|
||||
<li><a href="Christmas/">
|
||||
<img src="Christmas/2008/thumbnails/20081206091635.jpg" class="album_thumb" alt="Christmas" title="Christmas" /></a>
|
||||
|
|
@ -84,15 +84,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>© Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<span>© Don Harper</span>
|
||||
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
|
||||
</p>
|
||||
</footer> </div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -126,6 +126,9 @@ header h1 a:hover, header h2 a:hover {
|
|||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.galleria-theme-classic .galleria-info-text {
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.icons {
|
||||
top: 10px;
|
||||
|
|
@ -169,6 +172,9 @@ footer a:hover {
|
|||
border-bottom: 1px solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
footer span:not(:last-child):after {
|
||||
content: ' - ';
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 980px) {
|
||||
.container {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 95 B |
Loading…
Add table
Add a link
Reference in a new issue