Update the home page with more info
This commit is contained in:
parent
34b9f76cf1
commit
57c536e909
|
@ -1,6 +1,6 @@
|
|||
* graphPaname
|
||||
|
||||
graphPaname is a system that collects real-time data, relevant to the COVID-19 epidemic de-escalation, from the city of Paris.
|
||||
graphPaname is a system that collects real-time data, relevant to the COVID-19 pandemic de-escalation, from the city of Paris.
|
||||
|
||||
It works with 4 datasets about the de-escalation:
|
||||
|
||||
|
@ -9,7 +9,7 @@ It works with 4 datasets about the de-escalation:
|
|||
- Temporary cycling paths
|
||||
- Temporary pedestrian streets
|
||||
|
||||
For each dataset, we offer a table with the data, and a map of Paris with markers.
|
||||
For each dataset, we offer a table with the data, and a map of Paris with markers. Additionally, there's a section with photos related to the COVID-19 pandemic.
|
||||
|
||||
** Technologies
|
||||
|
||||
|
|
|
@ -3,6 +3,24 @@
|
|||
{% block content %}
|
||||
<div class="jumbotron">
|
||||
<h1 id="graphPaname">graphPaname</h1>
|
||||
<p>graphPaname is an information system that aims to show real-time data, related to the COVID-19 outbreak, in the city of Paris</p>
|
||||
<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’s a section with photos related to the COVID-19 pandemic.
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue