magcms/example/build/index.html

62 lines
1.7 KiB
HTML
Raw Normal View History

2015-12-09 09:33:17 +01:00
<!DOCTYPE html>
<html>
2016-04-18 19:45:06 +02:00
<head>
<meta charset="UTF-8">
2016-02-16 09:56:31 +01:00
<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"/>
2016-04-18 19:45:06 +02:00
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Example gallery</title>
</head>
2015-12-09 09:33:17 +01:00
2016-04-18 19:45:06 +02:00
<body>
2015-12-09 09:33:17 +01:00
2016-04-18 19:45:06 +02:00
<div class="gallery-header">
2016-02-16 09:56:31 +01:00
<img id="logo" src="static/img/logo.svg" />
2016-04-18 19:45:06 +02:00
<h1>Example gallery</h1>
<h4>The subtitle</h4><hr>
</div>
2015-12-09 09:33:17 +01:00
2016-02-09 22:06:34 +01:00
2016-04-18 19:45:06 +02:00
2016-02-09 22:06:34 +01:00
<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">
2016-05-11 18:00:50 +02:00
<h2>my first gallery</h2>
2016-02-09 22:06:34 +01:00
<h3>some subtitle</h3>
2016-04-18 19:45:06 +02:00
<div class="gallery-datetime">08 December 2015</div>
2016-02-16 09:56:31 +01:00
2016-02-09 22:06:34 +01:00
</div>
</a>
2015-12-09 09:33:17 +01:00
2016-05-11 18:00:50 +02:00
2016-05-11 18:02:41 +02:00
<div class="gallery-cover" style="background-image: url('first_gallery/stuff-x900.png');"></div>
2016-05-11 18:00:50 +02:00
2016-02-09 22:06:34 +01:00
</div><!-- comment tricks against space between inline-block
-->
2015-12-09 09:33:17 +01:00
</div>
2016-02-09 22:06:34 +01:00
</div>
<p style="visibility: hidden">.</p>
2015-12-09 09:33:17 +01:00
2016-04-18 19:45:06 +02:00
<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>
2015-12-09 09:33:17 +01:00
</html>