new post: lockdown,-week-4

This commit is contained in:
Don Harper 2020-04-09 20:46:08 -05:00
parent 6b1106c346
commit e7c009ba01
4 changed files with 113 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 KiB

View file

@ -0,0 +1,97 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Corona-2020</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">
</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>
<h2><a href="../">Local</a> » <a href=".">Corona-2020</a></h2>
<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&amp;mlon=-95.77144165&amp;zoom=12&amp;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>
</div>
</div>
<footer>
<p>&copy; Don Harper - Generated by <a href="https://github.com/saimn/sigal">sigal</a>
</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>
Galleria.configure({
imageCrop: false,
transition: "fade"
});
Galleria.run("#gallery");
Galleria.ready(function() {
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'));
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB