first hugo commit

This commit is contained in:
Don Harper 2019-05-26 18:26:26 -05:00
parent dabdd68df3
commit 0e4f2a913d
1459 changed files with 50871 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ __pycache__
output
.doit.*
state_data.json
public

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/nederburg"]
path = themes/nederburg
url = https://github.com/appernetic/hugo-nederburg-theme.git

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

26
config.toml Normal file
View file

@ -0,0 +1,26 @@
baseURL = "https://www.duckland.org/"
languageCode = "en-us"
title = "duckland.org"
theme = "nederburg"
paginate = 5
Copyright = "All rights reserved - 2006-"
canonifyurls = true
[author]
name = "don"
[params]
email = "duck@duckland.org"
description = "Random Quacking"
cover = "images/user.jpg"
author = "don"
authorlocation = ""
authorwebsite = "https://www.duckland.org"
logo = "images/user.png"
# Optional RSS-Link, if not provided it defaults to the standard index.xml
RSSLink = ""
githubName = "duckunix"
twitterName = "duckunix"
# set true if you are not proud of using Hugo (true will hide the footer note "Proudly published with HUGO.....")
hideHUGOSupport = false
showtoc = false

4
content/.htaccess Normal file
View file

@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.duckland.org/$1 [R,L]

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -0,0 +1,113 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2008</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20081206091635.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View file

@ -0,0 +1,113 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2009</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(img_6804.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

View file

@ -0,0 +1,119 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2012</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20121212090451.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -0,0 +1,113 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2014</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20141216161530.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -0,0 +1,107 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>2016</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(Santa-Train.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,72 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Christmas</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../static/css/normalize.css">
<link rel="stylesheet" href="../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../static/css/style.css">
<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&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href=".">Christmas</a></h2>
</div>
<hr>
</header>
<div id="main" role="main">
<div id="albums">
<ul>
<li><a href="2008/">
<img src="2008/thumbnails/20081206091635.jpg" class="album_thumb" alt="2008" title="2008" /></a>
<span class="album_title">2008</span>
</li>
<li><a href="2009/">
<img src="2009/thumbnails/img_6804.jpg" class="album_thumb" alt="2009" title="2009" /></a>
<span class="album_title">2009</span>
</li>
<li><a href="2012/">
<img src="2012/thumbnails/20121212090451.jpg" class="album_thumb" alt="2012" title="2012" /></a>
<span class="album_title">2012</span>
</li>
<li><a href="2014/">
<img src="2014/thumbnails/20141225082357.jpg" class="album_thumb" alt="2014" title="2014" /></a>
<span class="album_title">2014</span>
</li>
<li><a href="2016/">
<img src="2016/thumbnails/Santa-Train.jpg" class="album_thumb" alt="2016" title="2016" /></a>
<span class="album_title">2016</span>
</li>
</ul>
</div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,131 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Houston-Amazing-Comic-Con-2016</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20160911104741.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View file

@ -0,0 +1,143 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Space-City-Comic-Con-2016</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../../static/css/normalize.css">
<link rel="stylesheet" href="../../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20160528110442.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href="../">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../../static/jquery-3.3.1.min.js"></script>
<script src="../../static/galleria.min.js"></script>
<script src="../../static/themes/classic/galleria.classic.min.js"></script>
<script src="../../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,60 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Comic-Cons</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../static/css/normalize.css">
<link rel="stylesheet" href="../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../static/css/style.css">
<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&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href=".">Comic-Cons</a></h2>
</div>
<hr>
</header>
<div id="main" role="main">
<div id="albums">
<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>
<span class="album_title">Houston-Amazing-Comic-Con-2016</span>
</li>
<li><a href="Space-City-Comic-Con-2016/">
<img src="Space-City-Comic-Con-2016/thumbnails/20160528110442.jpg" class="album_thumb" alt="Space-City-Comic-Con-2016" title="Space-City-Comic-Con-2016" /></a>
<span class="album_title">Space-City-Comic-Con-2016</span>
</li>
</ul>
</div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
</body>
</html>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -0,0 +1,179 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Flowers</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../static/css/normalize.css">
<link rel="stylesheet" href="../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20170120174632.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href=".">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../static/jquery-3.3.1.min.js"></script>
<script src="../static/galleria.min.js"></script>
<script src="../static/themes/classic/galleria.classic.min.js"></script>
<script src="../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -0,0 +1,167 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Lego</title>
<meta name="description" content="">
<meta name="author" content="Don Harper">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../static/css/normalize.css">
<link rel="stylesheet" href="../static/themes/classic/galleria.classic.css">
<link rel="stylesheet" href="../static/css/style.css">
<style>
body::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url(20160124213756.jpg);
}</style>
</head>
<body>
<div class="container">
<header>
<h1><a href="../">duckland.org&#39;s photo gallery</a></h1>
<nav id="menu">
<ul>
<li><a href="/photos">Photos Home</a></li>
<li><a href="/">Home Page</a></li>
</ul>
</nav>
<div class="breadcrumb">
<h2>
<a href=".">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 (f)" /></a>
</div>
<div id="gallery"></div>
</div>
<footer>
<p>
<span>&copy; Don Harper</span>
<span>Generated by <a href="https://github.com/saimn/sigal">sigal</a></span>
</p>
</footer> </div>
<script src="../static/jquery-3.3.1.min.js"></script>
<script src="../static/galleria.min.js"></script>
<script src="../static/themes/classic/galleria.classic.min.js"></script>
<script src="../static/plugins/history/galleria.history.min.js"></script>
<script>
var data = [
{
title: "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,
/* Toggle fullscreen display on press of 'f' key */
0x46: this.toggleFullscreen,
});
var gallery = this;
$('#fullscreen').click(function() {
gallery.toggleFullscreen();
});
$('.icons').appendTo(this.$('container'));
});
Galleria.configure({
imageCrop: false,
transition: "fade",
thumbnails: "lazy"
});
Galleria.run("#gallery", {dataSource: data});
</script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show more