remove useless files

This commit is contained in:
Adrien Beudin 2016-02-22 14:14:50 +01:00
parent 8c7dbc5a4a
commit 095034b117
5 changed files with 0 additions and 74 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

View File

@ -1,74 +0,0 @@
<!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"/>
</head>
<body>
<div class="gallery-header">
<img id="logo" src="../static/img/logo.svg" />
<h1>Gallery Name</h1>
<h4>Subtext of the gallery name</h4>
<hr>
</div>
<div class="galleries-grid">
<div class="galleries-line">
<div class="gallery-square">
<a href="#">
<div class="gallery-title">
<h2>First Gallery Title</h2>
<h3>Sub gallery title</h3>
<div class="gallery-datetime">3 march 2015</div>
</div>
</a>
<div class="gallery-cover" style="background-image: url('./1.png');"></div>
</div>
<div class="gallery-square">
<a href="#">
<div class="gallery-title">
<h2>Second Gallery Title</h2>
<h3>Sub gallery title</h3>
<div class="gallery-datetime">3 march 2015</div>
</div>
</a>
<div class="gallery-cover" style="background-image: url('./1.png');"></div>
</div>
</div>
<div class="galleries-line">
<div class="gallery-square">
<a href="#">
<div class="gallery-title">
<h2>First Gallery Title</h2>
<h3>Sub gallery title</h3>
<div class="gallery-datetime">3 march 2015</div>
</div>
</a>
<div class="gallery-cover" style="background-image: url('./1.png');"></div>
</div>
<div class="gallery-square">
<a href="#">
<div class="gallery-title">
<h2>Second Gallery Title</h2>
<h3>Sub gallery title</h3>
<div class="gallery-datetime">3 march 2015</div>
</div>
</a>
<div class="gallery-cover" style="background-image: url('./1.png');"></div>
</div>
</div>
</div>
<p style="visibility: hidden">.</p>
<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>
</body>
</html>