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

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>