diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..516b2f0 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..9716b71 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + + + +
+

Visualisierung zu Corona2020

+
+
+ +

Idee

+Überall kursieren tolle Graphiken, aber nirgends sieht man die logarithmischen Plots, aus denen man die Entwicklung besser abschätzen könnte. +Daher hab ich hier ein paar täglich automatisch neu generierte Plots hingestellt. + +Nicht schön, aber informativ. + +

Absolute Fälle

+ + +

Absolute Tote pro Fall

+ + +
+
+Ein Infoservice von dukun.de; Anregungen gern per Mail. +
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..e4da8c8 --- /dev/null +++ b/style.css @@ -0,0 +1,36 @@ +div.box { + color:#cecece; + background-image: url('/linen_login.jpg'); + background-size: 100%; + width: 90%; + height: 90%; + margin: 0px auto; + overflow: auto; + padding:10px; + border-radius:10px; + box-shadow: 0px 0px 20px #000; +} + +body { + background-image:url('/linen.jpg'); + background-repeat:repeat; +} + +div.head { + width: 90%; + margin: auto; +} + +div.foot { + width: 90%; + margin:auto; + margin-top:20px; +} + +div.foot a { + color: #0000aa; +} + +a { + color:#8080ee; +}