This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/revealjs/amnesty/index.html

179 lines
5.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Amnesty International</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/print/pdf.css" media="print">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Fira+Mono" rel="stylesheet">
<style>
body * {
font-family: "Fira Sans", Roboto, Helvetica, sans-serif !important;
-webkit-print-color-adjust:exact;
}
</style>
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../node_modules/reveal.js/css/print/pdf.css' : '../node_modules/reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1><img class="plain" style="height: 2em;" src="img/logo.svg"></h1>
<h2>Amnesty International</h2>
<aside class="notes">
<ul>
<li>engl. amnesty = Begnadigung, Straferlass</li>
<li>Menschenrechtsorganisation</li>
<li>Jährlicher Bericht zum Status der Menschenrechte</li>
<li>Gründung 28. Mai 1961 aufgrund von Folterung und Unterdrückung</li>
</ul>
</aside>
</section>
<section data-background-image="img/poster.png">
<aside class="notes">
<ul>
<li>Die Bereiche gibts da halt…</li>
<li>FIXME: Aufzählen!</li>
</ul>
</aside>
</section>
<section data-background-image="img/poster_selected.png">
<aside class="notes">
<ul>
<li>Die Bereiche erklären wir heute</li>
</ul>
</aside>
</section>
<section>
<section>
<h1><img class="plain" style="height: 2em;"src="img/arms-control.svg"></h1>
<h2>Rüstungskontrolle</h2>
</section>
<section>
<ul>
<li>über ¾ aller Wafen aus 6 Ländern</li>
<li>12 Millionen Kugeln jedes Jahr</li>
<li>875 Millionen Schusswaffen</li>
<li>Export in Krisengebiete</li>
</ul>
<aside class="notes">
<h3>Die Länder</h3>
<ul>
<li>China</li>
<li>Frankreich</li>
<li>Deutschland</li>
<li>Russland</li>
<li>Vereinigtes Königreich</li>
<li>USA</li>
</ul>
</aside>
</section>
</section>
<section>
<section>
<h1><img class="plain" style="height: 2em;"src="img/death-penalty.svg"></h1>
<h2>Todesstrafe</h2>
</section>
<section>
<ul>
<li>104 Länder haben sie abgeschafft</li>
<li>1032 Hinrichtungen 2015 ohne China</li>
<li>China: ≫ 1000</li>
</ul>
<aside class="notes">
<ul>
<li>keine genauen Zahlen aus China</li>
</ul>
</aside>
</section>
<section data-background-iframe="./amnesty-dp-2016/index.html">
</section>
</section>
<section>
<section>
<h1><img class="plain" style="height: 2em;"src="img/detention.svg"></h1>
<h2>Inhaftierung</h2>
<aside class="notes">
<ul>
<li>Nicht Haft an sich sondern die Bedingungen und Rechte</li>
</ul>
</aside>
</section>
<section>
<ul>
<li>10 Millionen Gefangene</li>
<li>davon hatten 3.2 Millionen noch kein Gerichtsverfahren</li>
</ul>
<aside class="notes">
<ul>
</ul>
</aside>
</section>
</section>
<section>
<section>
<h1><img class="plain" style="height: 2em;"src="img/freedom-expression.svg"></h1>
<h2>Meinungsfreiheit</h2>
<aside class="notes">
<ul>
</ul>
</aside>
</section>
</section>
<section>
<section>
<h1><img class="plain" style="height: 2em;"src="img/refugees.svg"></h1>
<h2>Flüchtlinge</h2>
<aside class="notes">
<ul>
</ul>
</aside>
</section>
</section>
<section>
<section>
<h1><img class="plain" style="height: 2em;"src="img/torture.svg"></h1>
<h2>Folter</h2>
<aside class="notes">
<ul>
</ul>
</aside>
</section>
</section>
</div>
</div>
<script src="../node_modules/reveal.js/lib/js/head.min.js"></script>
<script src="../node_modules/reveal.js/js/reveal.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
//showNotes: true,
width: 1280,
height: 800,
transition: 'slide', // none, fade, slide, convex, concave, zoom
dependencies: [
// Zoom in and out with Alt+click
{ src: '../node_modules/reveal.js/plugin/zoom-js/zoom.js', async: true },
// Speaker notes
{ src: '../node_modules/reveal.js/plugin/notes/notes.js', async: true },
]
});
</script>
</body>
</html>