From 9fb8988cf23f9093b784909ad942f52ae1308652 Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Sun, 17 Jan 2021 03:03:35 +0100 Subject: [PATCH] fix: Small improvements in template and stylesheet --- dashboard_template.xhtml | 43 +++++++++++++++++++--------------------- site/rki-dashboard.css | 4 ---- 2 files changed, 20 insertions(+), 27 deletions(-) diff --git a/dashboard_template.xhtml b/dashboard_template.xhtml index bc1ecf2..f6e65f0 100644 --- a/dashboard_template.xhtml +++ b/dashboard_template.xhtml @@ -1,19 +1,12 @@ - - + Dashboard Impfungen -

Dashboard

+

Dashboard Impfungen

Quelle: Robert-Koch-Institut (RKI)
Stand: {{ stand }} @@ -24,8 +17,6 @@ Bislang wurden {{ total_vaccinations }} Impfungen1 innerhalb von {{ days_since_start }} Tagen2 vorgenommen. Das entspricht einem Anteil von {{ total_vaccinations_percentage }} % der Bevölkerung3.

-

-

Durchschnittlich fanden seit Start täglich {{ mean_vaccinations_daily }} Impfungen statt. Mit dieser durschnittlichen Rate dauert es bis zum {{ mean_vaccinations_daily_herd_immunity }}, bis {{ herd_immunity }} %4 der Bevölkerung die erste Impfung erhalten haben, @@ -78,11 +69,13 @@ -

- Abbildung 1: - Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 10 % der Bevölkerung Deutschlands -
+
+ Abbildung 1: + Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 10 % der Bevölkerung Deutschlands
+ Download als PNG + Download als PDF +
@@ -90,22 +83,26 @@ -
- Abbildung 2: - Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 70 % der Bevölkerung Deutschlands -
+
+ Abbildung 2: + Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 70 % der Bevölkerung Deutschlands
+ Download als PNG + Download als PDF +
-
- Abbildung 3: - Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 100 % der Bevölkerung Deutschlands -
+
+ Abbildung 3: + Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 100 % der Bevölkerung Deutschlands
+ Download als PNG + Download als PDF +
diff --git a/site/rki-dashboard.css b/site/rki-dashboard.css index 759bdcb..c441a0a 100644 --- a/site/rki-dashboard.css +++ b/site/rki-dashboard.css @@ -41,10 +41,6 @@ sup { -figure a { - color: inherit; -} - figure img { width: 90%; height: auto;