2015-12-09 09:33:17 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
< 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 >
< hr >
< / div >
< div class = "galleries-grid" >
< div class = "galleries-line covers-1" >
<!-- comment tricks against space between inline - block
-->< div class = "gallery-square" >
2015-12-10 00:51:21 +01:00
< a href = "first_gallery" >
2015-12-09 09:33:17 +01:00
< div class = "gallery-title" >
< h2 > my first gallery< / h2 >
< h3 > some subtitle< / h3 >
< div class = "gallery-datetime" > 08 December 2015< / div >
< / div >
< / a >
2015-12-10 01:57:52 +01:00
< div class = "gallery-cover" style = "background-image: url('first_gallery/stuff-small.png');" > < / div >
2015-12-09 09:33:17 +01:00
< / div > <!-- comment tricks against space between inline - block
-->
< / div >
< / div >
< p style = "visibility: hidden" > .< / p >
< footer >
2015-12-10 01:57:52 +01:00
< p > Generate 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 >
2015-12-09 09:33:17 +01:00
< / footer >
< / body >
< / html >