From 57c536e909cdc42af964171e16834a8e05e51ab6 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 15 Jun 2020 19:46:22 +0200 Subject: [PATCH] Update the home page with more info --- README.org | 4 ++-- app/templates/index.html | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 50e9098..d83925b 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/app/templates/index.html b/app/templates/index.html index fe113f8..d16df93 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -3,6 +3,24 @@ {% block content %}

graphPaname

-

graphPaname is an information system that aims to show real-time data, related to the COVID-19 outbreak, in 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: +

+ + + +

+ 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. +

{% endblock %}