graphPaname/app/templates/index.html

27 lines
805 B
HTML
Raw Permalink Normal View History

2020-06-12 20:03:25 +02:00
{% extends "base.html" %}
{% block content %}
<div class="jumbotron">
<h1 id="graphPaname">graphPaname</h1>
2020-06-15 19:46:22 +02:00
<p>
graphPaname is a system that collects real-time data, relevant to the COVID-19 pandemic de-escalation, from the city of Paris.
</p>
<p>
It works with 4 datasets about the de-escalation:
</p>
<ul class="org-ul">
<li>Retailers with home delivery</li>
<li>Additional parking places in relay parkings (parkings connected to public transportation)</li>
<li>Temporary cycling paths</li>
<li>Temporary pedestrian streets</li>
</ul>
<p>
For each dataset, we offer a table with the data, and a map of Paris with markers. Additionally, there&rsquo;s a section with photos related to the COVID-19 pandemic.
</p>
2020-06-12 20:03:25 +02:00
</div>
{% endblock %}