igdb/code/app/templates/index.html

10 lines
451 B
HTML
Raw Normal View History

2020-01-08 05:51:10 +01:00
{% extends "base.html" %}
{% block content %}
2020-01-09 08:06:18 +01:00
<div class="jumbotron">
2020-01-10 23:29:23 +01:00
<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>
<p>Our system allows you to visualize data with tables and plots, via our intuitive Web UI.</p>
2020-01-09 08:06:18 +01:00
</div>
2020-01-08 05:51:10 +01:00
{% endblock %}