www.duckland.org/static/photos/First-Day/index.html
2020-03-21 12:56:55 -05:00

93 lines
No EOL
2.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>First-Day</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=".">First-Day</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="signpost.jpg">
<img src="thumbnails/signpost.jpg" alt="signpost.jpg"
data-title="signpost.jpg"
data-description=" <div class='film-meta'>
<abbr title='film speed'>80</abbr> <abbr title='exposure'>2/625</abbr> <abbr title='aperture'>2.0</abbr> <abbr title='focal length'>4.0</abbr> </div>
<abbr title='camera make and model'>Motorola XT1064</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>