1
0
Fork 0

fix: Small improvements in template and stylesheet

This commit is contained in:
Benedikt Bastin 2021-01-17 03:03:35 +01:00
parent b22419cd1c
commit 9fb8988cf2
2 changed files with 20 additions and 27 deletions

View file

@ -1,19 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head> <head>
<title></title> <title>Dashboard Impfungen</title>
<style>
<![CDATA[
]]>
</style>
<link rel="stylesheet" type="text/css" href="rki-dashboard.css" /> <link rel="stylesheet" type="text/css" href="rki-dashboard.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
</head> </head>
<body> <body>
<h1>Dashboard</h1> <h1>Dashboard Impfungen</h1>
<h2> <h2>
Quelle: <a href="https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquotenmonitoring.xlsx?__blob=publicationFile">Robert-Koch-Institut (RKI)</a><br /> Quelle: <a href="https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Daten/Impfquotenmonitoring.xlsx?__blob=publicationFile">Robert-Koch-Institut (RKI)</a><br />
Stand: {{ stand }} Stand: {{ stand }}
@ -24,8 +17,6 @@
Bislang wurden <em>{{ total_vaccinations }}</em> Impfungen<sup><a href="#footnote-001">1</a></sup> innerhalb von <em>{{ days_since_start }}</em> Tagen<sup><a href="#footnote-002">2</a></sup> vorgenommen. Bislang wurden <em>{{ total_vaccinations }}</em> Impfungen<sup><a href="#footnote-001">1</a></sup> innerhalb von <em>{{ days_since_start }}</em> Tagen<sup><a href="#footnote-002">2</a></sup> vorgenommen.
Das entspricht einem Anteil von <em>{{ total_vaccinations_percentage }} %</em> der Bevölkerung<sup><a href="#footnote-003">3</a></sup>. Das entspricht einem Anteil von <em>{{ total_vaccinations_percentage }} %</em> der Bevölkerung<sup><a href="#footnote-003">3</a></sup>.
</p> </p>
<p class="data-text">
</p>
<p class="data-text"> <p class="data-text">
Durchschnittlich fanden seit Start täglich <em>{{ mean_vaccinations_daily }}</em> Impfungen statt. Durchschnittlich fanden seit Start täglich <em>{{ mean_vaccinations_daily }}</em> Impfungen statt.
Mit dieser durschnittlichen Rate dauert es bis zum <em>{{ mean_vaccinations_daily_herd_immunity }}</em>, bis {{ herd_immunity }} %<sup><a href="#footnote-004">4</a></sup> der Bevölkerung die erste Impfung erhalten haben, Mit dieser durschnittlichen Rate dauert es bis zum <em>{{ mean_vaccinations_daily_herd_immunity }}</em>, bis {{ herd_immunity }} %<sup><a href="#footnote-004">4</a></sup> der Bevölkerung die erste Impfung erhalten haben,
@ -78,11 +69,13 @@
<img <img
src="extrapolated_to_10_percent.png" src="extrapolated_to_10_percent.png"
alt="" /> alt="" />
<figcaption>
<a name="figure-001"><span class="ref">Abbildung 1:</span></a>
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 10 % der Bevölkerung Deutschlands
</figcaption>
</a> </a>
<figcaption>
<a name="figure-001"><span class="ref">Abbildung 1:</span></a>
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 10 % der Bevölkerung Deutschlands<br />
<a href="extrapolated_to_10_percent.png" download="download">Download als PNG</a>
<a href="extrapolated_to_10_percent.pdf" download="download">Download als PDF</a>
</figcaption>
</figure> </figure>
<figure> <figure>
@ -90,22 +83,26 @@
<img <img
src="extrapolated_to_70_percent.png" src="extrapolated_to_70_percent.png"
alt="" /> alt="" />
<figcaption>
<a name="figure-002"><span class="ref">Abbildung 2:</span></a>
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 70 % der Bevölkerung Deutschlands
</figcaption>
</a> </a>
<figcaption>
<a name="figure-002"><span class="ref">Abbildung 2:</span></a>
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 70 % der Bevölkerung Deutschlands<br />
<a href="extrapolated_to_70_percent.png" download="download">Download als PNG</a>
<a href="extrapolated_to_70_percent.pdf" download="download">Download als PDF</a>
</figcaption>
</figure> </figure>
<figure> <figure>
<a href="extrapolated_to_100_percent.png"> <a href="extrapolated_to_100_percent.png">
<img <img
src="extrapolated_to_100_percent.png" src="extrapolated_to_100_percent.png"
alt="" /> alt="" />
<figcaption>
<a name="figure-003"><span class="ref">Abbildung 3:</span></a>
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 100 % der Bevölkerung Deutschlands
</figcaption>
</a> </a>
<figcaption>
<a name="figure-003"><span class="ref">Abbildung 3:</span></a>
Tägliche Impfquote, kumulierte Impfungen und lineare Extrapolation bis 100 % der Bevölkerung Deutschlands<br />
<a href="extrapolated_to_100_percent.png" download="download">Download als PNG</a>
<a href="extrapolated_to_100_percent.pdf" download="download">Download als PDF</a>
</figcaption>
</figure> </figure>
<section> <section>

View file

@ -41,10 +41,6 @@ sup {
figure a {
color: inherit;
}
figure img { figure img {
width: 90%; width: 90%;
height: auto; height: auto;