2020-09-23 14:47:53 +02:00
<!doctype html>
< html >
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" >
< 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 >
< div class = "typed-content" " >< p > Hi! Following the crisis</ p ></ div >
< span class = "typed-insert" ></ span >
</ section >
< section >
< div class = "typed-content" " >< p > Second slide</ p ></ div >
< span class = " typed-insert" ></ span >
</ section >
< section data-background-color = "#82CFAD" >
< h3 > Great!</ h3 >
</ section >
< section >
< h2 > You will be exploring the state of Berlin's subcultural networks with us.</ h2 >
</ 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 src = "main.js" ></ script >
</ body >
2020-09-23 14:47:53 +02:00
</ html >