4
0
Fork 0
laughing-hipster/index.html

136 lines
4.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Facebook & andere soziale Netzwerke<</title>
<meta name="author" content="Chaostreff Chemnitz">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Facebook</h1>
<h3>& andere soziale Netzwerke</h3>
<p>
<small><a href="https://chaoschemnitz.de/index.php?title=Hauptseite">Chaostreff Chemnitz</a></small>
</p>
</section>
<section>
<h2>Gliederung</h2>
<ul>
<li>Vor- & Nachteile</li>
<li>Copyright & Vertragsbedingungen</li>
<li>Wie Facebook Geld verdient!</li>
<li>Alternativen</li>
<li>Diskussionsrunde</li>
</ul>
</section>
<section>
<h2>Vor- & Nachteile</h2>
</section>
<section>
<ul>
<li></li>
<li></li>
</ul>
</section>
<section>
<h2>Copyright & Vertragsbedingungen</h2>
</section>
<section>
<ul>
<li>Wem gehören von mir gepostete Daten?</li>
<li>Was ist das Geschäftsmodell von Facebook?</li>
</ul>
</section>
<section>
<h2>Alternativen</h2>
</section>
<section>
<ul>
<li>andere Webseiten/Software</li>
<ul>
<li>diaspora*</li>
<li>Friendica</li>
<li>GNU social</li>
<li>Twister</li>
</ul>
<li>andere Möglichkeiten</li>
</ul>
</section>
<section>
<h1>Vielen Dank fürs zuhören.</h1>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>