kif465/Slides/index.html
2018-11-14 19:02:27 +01:00

66 lines
2.2 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KIF 465</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/custom.css">
<style>
body, h1, h2, h3, h4, h5, h6, section {
color: deeppink !important;
}
.larger img {
width: 100%;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="sections/intro.md"
data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:">
</section>
<section data-markdown="sections/ablauf.md"
data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:">
</section>
<section data-markdown="sections/resolutionen.md"
data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:">
</section>
<section data-markdown="sections/ende.md"
data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n---\r?\n$"
data-separator-notes="^Note:">
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
Reveal.initialize({
history: true,
fragmentInURL: true,
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
],
});
</script>
</body>
</html>