58 lines
2.3 KiB
HTML
58 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<title>reveal.js</title>
|
|
|
|
<link rel="stylesheet" href="dist/reset.css">
|
|
<link rel="stylesheet" href="dist/reveal.css">
|
|
<link rel="stylesheet" href="dist/theme/bitnik.css" id="theme">
|
|
|
|
<!-- Theme used for syntax highlighted code -->
|
|
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
|
|
</head>
|
|
<body>
|
|
<div class="reveal">
|
|
<div class="slides">
|
|
<section>
|
|
<h1>Hi! 🌐</h1>
|
|
<h2>Welcome to Following the Scooter<br>🛴🛴🛴</h2>
|
|
</section>
|
|
<section data-prevent-swipe>
|
|
<h2>What's better for you?<br><a class="r-frame" href="#/7">German</a> or <a class="r-frame" href="#/2">English?</a><br><br><a class="r-frame" href="#/7">Deutsch</a> oder <a class="r-frame" href="#/2">Englisch?</a></h2>
|
|
</section>
|
|
<section data-background-color="#82CFAD"><h3>Great!</h3></section>
|
|
<section><h3>You will be exploring the state of Berlin's subcultural networks with us.</h3></section>
|
|
<section><h3>Hopefully being led through spaces unknown or into the river Spree 🤷.</h3></section>
|
|
<section><h3>You will be asked to give up your autonomy by choosing to 👠 follow another person and documenting their movement in stealth mode 💊. Please do this respectfully and discreetly.</h3></section>
|
|
<section><h3>Are you ready?</h3></section>
|
|
<section><h3>Grossartig!</h3></section>
|
|
<section>Are you ready?</section>
|
|
<section>Are you ready?</section>
|
|
<section>Are you ready?</section>
|
|
</div>
|
|
<!--<button class="navigate-next">Next</button>-->
|
|
</div>
|
|
|
|
<script src="dist/reveal.js"></script>
|
|
<script src="plugin/notes/notes.js"></script>
|
|
<script src="plugin/markdown/markdown.js"></script>
|
|
<script src="plugin/highlight/highlight.js"></script>
|
|
<script>
|
|
// More info about initialization & config:
|
|
// - https://revealjs.com/initialization/
|
|
// - https://revealjs.com/config/
|
|
Reveal.initialize({
|
|
width: 375,
|
|
height: 812,
|
|
hash: true,
|
|
controls: false,
|
|
// Learn about plugins: https://revealjs.com/plugins/
|
|
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|