Nouvelle page d'accueil suivant HTML5UP.net

This commit is contained in:
2018-02-19 23:16:14 +01:00
parent 445a769ce5
commit 56c198f19a
18 changed files with 2155 additions and 3 deletions

View File

@ -0,0 +1,43 @@
{% load static %}
<!DOCTYPE HTML>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>OpenBackloggery</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="{% static 'js/ie/html5shiv.js' %}"></script><![endif]-->
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
<!--[if lte IE 8]><link rel="stylesheet" href="{% static 'css/ie8.css' %}" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="{% static 'css/ie9.css' %}" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1>OpenBackloggery</h1>
<p>Just track games and figurine collection<br />
through a website.</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://forge.o9.re/olivier/openbackloggery" class="icon fa-git-square"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>&copy; OpenBackloggery.</li><li>Credits: <a href="http://unsplash.com/">Unsplash</a> + <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<!--[if lte IE 8]><script src="{% static 'js/ie/respond.min.js' %}"></script><![endif]-->
<script src="{% static 'js/main.js' %}"></script>
</body>
</html>