62 lines
1.7 KiB
HTML
62 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
|
|
<link type="text/css" rel="stylesheet" href="static/css/fonts.css" media="screen,projection"/>
|
|
<link type="text/css" rel="stylesheet" href="static/css/style.css" media="screen,projection"/>
|
|
|
|
<!--Let browser know website is optimized for mobile-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<title>Example gallery</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="gallery-header">
|
|
|
|
<img id="logo" src="static/img/logo.svg" />
|
|
|
|
<h1>Example gallery</h1>
|
|
<h4>The subtitle</h4><hr>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="galleries-grid">
|
|
|
|
<div class="galleries-line covers-1">
|
|
<!-- comment tricks against space between inline-block
|
|
--><div class="gallery-square">
|
|
<a href="first_gallery">
|
|
<div class="gallery-title">
|
|
<h2>my first gallery</h2>
|
|
<h3>some subtitle</h3>
|
|
<div class="gallery-datetime">08 December 2015</div>
|
|
|
|
</div>
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="gallery-cover" style="background-image: url('first_gallery/stuff-x900.png');"></div>
|
|
|
|
</div><!-- comment tricks against space between inline-block
|
|
-->
|
|
</div>
|
|
|
|
</div>
|
|
<p style="visibility: hidden">.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
<p>Generated using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a> · atom logo by <a href="https://thenounproject.com/jjjon/">Jonathan Li</a> under <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY</a></p>
|
|
</footer>
|
|
|
|
</body>
|
|
</html> |