fix: Small improvements in template and stylesheet
This commit is contained in:
parent
b22419cd1c
commit
9fb8988cf2
2 changed files with 20 additions and 27 deletions
|
@ -1,19 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
|
||||
<head>
|
||||
<title></title>
|
||||
<style>
|
||||
<![CDATA[
|
||||
|
||||
|
||||
|
||||
]]>
|
||||
</style>
|
||||
<title>Dashboard Impfungen</title>
|
||||
<link rel="stylesheet" type="text/css" href="rki-dashboard.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Dashboard</h1>
|
||||
<h1>Dashboard Impfungen</h1>
|
||||
<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 />
|
||||
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.
|
||||
Das entspricht einem Anteil von <em>{{ total_vaccinations_percentage }} %</em> der Bevölkerung<sup><a href="#footnote-003">3</a></sup>.
|
||||
</p>
|
||||
<p class="data-text">
|
||||
</p>
|
||||
<p class="data-text">
|
||||
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,
|
||||
|
@ -78,11 +69,13 @@
|
|||
<img
|
||||
src="extrapolated_to_10_percent.png"
|
||||
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>
|
||||
<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>
|
||||
|
@ -90,22 +83,26 @@
|
|||
<img
|
||||
src="extrapolated_to_70_percent.png"
|
||||
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>
|
||||
<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>
|
||||
<a href="extrapolated_to_100_percent.png">
|
||||
<img
|
||||
src="extrapolated_to_100_percent.png"
|
||||
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>
|
||||
<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>
|
||||
|
||||
<section>
|
||||
|
|
|
@ -41,10 +41,6 @@ sup {
|
|||
|
||||
|
||||
|
||||
figure a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
figure img {
|
||||
width: 90%;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue