2015-12-04 14:33:26 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta charset="UTF-8">
|
2015-12-08 05:39:47 +01:00
|
|
|
<link type="text/css" rel="stylesheet" href="../static/css/style-page.css" media="screen,projection"/>
|
2015-12-04 14:33:26 +01:00
|
|
|
|
|
|
|
<!--Let browser know website is optimized for mobile-->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section class="full-picture" style="background: transparent url('./1.png') no-repeat scroll center top / cover;">
|
2015-12-05 01:40:15 +01:00
|
|
|
<div class="picture-text">
|
|
|
|
<div class="picture-text-column">
|
2015-12-08 05:35:58 +01:00
|
|
|
<h1>Some title on the picture</h1>
|
|
|
|
<h2>Some subtitle</h2>
|
|
|
|
<div class="datetime">march 3th 2015</div>
|
2015-12-05 01:40:15 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-04 14:33:26 +01:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="full-picture" style="background: transparent url('./1.png') no-repeat scroll center top / cover;">
|
|
|
|
</section>
|
|
|
|
|
2015-12-04 22:53:49 +01:00
|
|
|
<section class="bordered-picture">
|
|
|
|
<img src="./1.png">
|
2015-12-04 14:33:26 +01:00
|
|
|
</section>
|
|
|
|
|
2015-12-04 23:13:49 +01:00
|
|
|
<section class="pictures-group">
|
|
|
|
<div class="pictures-line">
|
2015-12-05 00:20:45 +01:00
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./1.png">
|
2015-12-05 00:20:45 +01:00
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./2.png">
|
2015-12-05 00:20:45 +01:00
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./1.png">
|
2015-12-05 00:20:45 +01:00
|
|
|
</div>
|
2015-12-04 23:13:49 +01:00
|
|
|
</div>
|
2015-12-05 00:22:05 +01:00
|
|
|
<div class="pictures-line">
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./1.png">
|
2015-12-05 00:22:05 +01:00
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./2.png">
|
2015-12-05 00:22:05 +01:00
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./2.png">
|
2015-12-05 00:22:05 +01:00
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./2.png">
|
2015-12-05 00:22:05 +01:00
|
|
|
</div>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<div class="picture">
|
2015-12-05 00:38:02 +01:00
|
|
|
<img src="./2.png">
|
2015-12-05 00:22:05 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-12-04 23:13:49 +01:00
|
|
|
</section>
|
|
|
|
|
2015-12-08 05:36:05 +01:00
|
|
|
<div class="back-to-home">
|
|
|
|
<hr>
|
|
|
|
<a href="..">
|
2015-12-08 05:39:47 +01:00
|
|
|
<div id="logo" src="./../static/img/logo.svg"/>
|
2015-12-08 05:36:05 +01:00
|
|
|
HOME
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
2015-12-04 22:54:19 +01:00
|
|
|
<footer>
|
|
|
|
<p>Generate using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="CC-BY-SA">CC-BY-SA</a></p>
|
|
|
|
</footer>
|
2015-12-04 14:33:26 +01:00
|
|
|
</body>
|
|
|
|
</html>
|