Prettify frontend with a CSS template

This commit is contained in:
2020-01-09 08:06:18 +01:00
parent 667bed6edf
commit 6caca22472
5 changed files with 81 additions and 38 deletions

View File

@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div class="jumbotron">
<h1 id="igdb-internation-glacier-database">IGDB: Internation Glacier Database</h1>
<p>The IGDB is a database, that uses data from the <a href="http://dx.doi.org/10.5904/wgms-fog-2018-11">WGMS</a> to illustrate the consequences of climate change.</p>
</div>
{% endblock %}