followtherider/index.html

115 lines
3.4 KiB
HTML
Raw Normal View History

2020-09-23 14:47:53 +02:00
<!doctype html>
2020-10-15 17:05:43 +02:00
<html lang="en">
2020-10-06 11:31:07 +02:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
2020-10-15 17:09:28 +02:00
<title>Follow the Rider ƪ(ړײ)ƪ</title>
2020-10-06 11:31:07 +02:00
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/bitnik.css" id="theme">
</head>
<body>
2020-10-15 17:05:43 +02:00
<div class="reveal" id="game">
2020-10-06 11:31:07 +02:00
<div class="slides">
2020-10-15 17:05:43 +02:00
<section>
<div class="typed-content">
<p>Follow the Rider ƪ(ړײ)ƪ</p>
</div>
<span class="typed-insert"></span>
</section>
<section>
<div class="typed-content">
<p>by !Mediengruppe Bitnik 💻</p>
</div>
<span class="typed-insert"></span>
</section>
2020-10-06 11:31:07 +02:00
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content">
<p>Instructions for a Dérive ⚡💥</p>
</div>
<span class="typed-insert"></span>
</section>
2020-10-06 11:31:07 +02:00
2020-10-15 17:05:43 +02:00
<section>
<div class="typed-content"><p>You will experience the city through the movements of other e-scooter riders 🏴🏁</p></div>
2020-10-06 11:31:07 +02:00
<span class="typed-insert"></span>
</section>
2020-10-15 17:05:43 +02:00
2020-10-06 11:31:07 +02:00
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content"><p>Give up your autonomy by chosing to follow another rider.🙅🏽‍<br> Do this in
stealth mode. Respectfully and descreetly</p></div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
2020-10-15 17:05:43 +02:00
<section>
<div class="typed-content">
<p>Rent an e-scooter 🛠</p>
</div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
2020-10-15 17:05:43 +02:00
2020-10-06 11:31:07 +02:00
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content">
<p>Follow the next person you see on an e-scooter inconspicuously. 💊</p>
</div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
2020-10-15 17:05:43 +02:00
2020-10-06 11:31:07 +02:00
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content">
<p>Let the rider lead 📡 you through Berlin. Let them be your guide. </p>
</div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content">
<p>The tour ends when the rider stops and parks their e-scooter.<br>🕹 Follow a new rider 🕳️ if your ride was too short.</p>
</div>
<span class="typed-insert"></span>
</section>
<section>
<div class="typed-content">
<p>Document your journey with images, videos, voice and text messages 📞📸</p>
</div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content">
<p>Send them to the dedicated telegram group <a href="https://t.me/followtherider">@followtherider</a> </p>
</div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
2020-10-15 17:05:43 +02:00
2020-10-06 11:31:07 +02:00
<section>
2020-10-15 17:05:43 +02:00
<div class="typed-content">
<p>Stay safe! Have fun. 💥 Start now! Keep us up2date. 🌐💄 </p>
</div>
<span class="typed-insert"></span>
2020-10-06 11:31:07 +02:00
</section>
2020-10-15 17:05:43 +02:00
<section>
<div class="typed-content">
<p>Telegram <a href="https://t.me/followtherider">@followtherider</a></p>
</div>
<span class="typed-insert"></span>
</section>
2020-10-06 11:31:07 +02:00
</div>
<!--<button class="navigate-next">Next</button>-->
</div>
<script src="dist/reveal.js"></script>
2020-10-15 17:05:43 +02:00
<script src="dist/phaser.min.js"></script>
2020-10-06 11:31:07 +02:00
<script src="main.js"></script>
</body>
2020-09-23 14:47:53 +02:00
</html>