WIP: Add thuringia election
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e231d62ee2
commit
1bd379a9da
|
@ -21,6 +21,7 @@
|
|||
<tr><td>✓</td><td><a href="revealjs/laser/">Laser in optischen Laufwerken</a></td></tr>
|
||||
<tr><td>✓</td><td><a href="revealjs/suchmaschine/">Suchmaschine</a></td></tr>
|
||||
<tr><td>✓</td><td><a href="latex/machine-learning/index.pdf">Machine Learning</a></td></tr>
|
||||
<tr><td>WIP</td><td><a href="revealjs/wahl-thüringen/">Wochenbericht: Wahl in Thüringen</a></td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
11
revealjs/wahl-thüringen/1-ergebnisse.md
Normal file
11
revealjs/wahl-thüringen/1-ergebnisse.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
## Ergebnisse
|
||||
|
||||
![](img/results.svg)
|
||||
|
||||
<notes>
|
||||
* (An Graphik erklären, was sie darstellt)
|
||||
* Trotz typischen Ergebnissen für andere Bundesländer Besonderheiten:
|
||||
+ Linke außergewöhnlich stark (Geschichte, siehe DDR)
|
||||
* FDP nur 424 Stimmen über 5-%-Hürde
|
||||
</notes>
|
9
revealjs/wahl-thüringen/2-wählerwanderung.md
Normal file
9
revealjs/wahl-thüringen/2-wählerwanderung.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
## Wählerwanderung
|
||||
|
||||
<iframe height="640" width="1200" src="https://wahl.tagesschau.de/wahlen/2019-10-27-LT-DE-TH/wanderung_embed.shtml" style="background-color: white; border: none;"></iframe>
|
||||
|
||||
<notes>
|
||||
* CDU+SPD → Linke+AfD (klarere Positionierung)
|
||||
* Weniger Nichtwähler (870k → 612k)
|
||||
</notes>
|
17
revealjs/wahl-thüringen/3-koalitionsbildung.md
Normal file
17
revealjs/wahl-thüringen/3-koalitionsbildung.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
## Koalitionsbildung
|
||||
|
||||
* Linke und SPD wollen Rot-Rot-Grüne Minderheitsregierung
|
||||
* CDU und FDP wollen nicht mit AfD und Linken koalieren
|
||||
* CDU will mit SPD, Grünen und FDP koalieren
|
||||
|
||||
<notes>
|
||||
* Minderheitsregierung (weil nur noch 44 %)
|
||||
* Keine wirkliche Lösung in Sicht
|
||||
* 17 CDU-Funktionäre: Wollen „ergebnisoffen[e]“ Gespräche mit AfD, jedoch
|
||||
keine formale Koalition
|
||||
* Starke Kritik
|
||||
+ Paul Ziemiak: „irre“/„absurd“
|
||||
+ Ruprecht Polenz: Auseindersetzung mit „skrupellose[m] rechten Rand“, der
|
||||
gegen Beschluss des BPT verstößt
|
||||
</notes>
|
BIN
revealjs/wahl-thüringen/img/cover.jpg
Normal file
BIN
revealjs/wahl-thüringen/img/cover.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 394 KiB |
1
revealjs/wahl-thüringen/img/results.svg
Normal file
1
revealjs/wahl-thüringen/img/results.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 25 KiB |
14
revealjs/wahl-thüringen/index.md
Normal file
14
revealjs/wahl-thüringen/index.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
title: "Wochenbericht: Wahl in Thüringen"
|
||||
theme: "theme.css"
|
||||
---
|
||||
background-image="img/cover.jpg"
|
||||
|
||||
# Landtagswahl in Thüringen
|
||||
|
||||
### Wochenbericht
|
||||
|
||||
<notes>
|
||||
* 27. Oktober
|
||||
* Immer noch relevant; Koalitionsverhandlungen → später
|
||||
* Ergebnisse
|
||||
</notes>
|
19
revealjs/wahl-thüringen/theme.css
Normal file
19
revealjs/wahl-thüringen/theme.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
@import "../_assets/reveal.js/css/theme/black.css";
|
||||
@import "../_assets/fonts/Fira Sans/index.css";
|
||||
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6,
|
||||
.reveal {
|
||||
font-family: "Fira Sans", sans-serif;
|
||||
}
|
||||
|
||||
/*.reveal section img {
|
||||
margin: none;
|
||||
background: inherit;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}*/
|
Reference in a new issue