opencoil-paracity/graphics/falling-scooters/index.html

88 lines
3.9 KiB
HTML
Raw Normal View History

2020-10-08 19:04:57 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2020-10-09 23:26:50 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=PT+Sans" />
<link rel="stylesheet" type="text/css" href="invite.css">
2020-10-08 19:04:57 +02:00
</head>
<body>
<script src="phaser.min.js?v=3100" charset="utf-8"></script>
<script src="index.js" charset="utf-8"></script>
2020-10-09 23:26:50 +02:00
<div id="inviteDiv">
<h1>
_|_| _|_|_| _|_|_|_| _| _| _|_|_| _|_| _|_|_| _|
_| _| _| _| _| _|_| _| _| _| _| _| _|
_| _| _|_|_| _|_|_| _| _| _| _| _| _| _| _|
_| _| _| _| _| _|_| _| _| _| _| _|
_|_| _| _|_|_|_| _| _| _|_|_| _|_| _|_|_| _|_|_|_|
</h1>
<h2>
_ _ _
(_) | | | |
__ _ _ __ ___ __ _ _ __ ___ _ _ __ __ _ ___ _ __ ___ ___ __| |___| |__ _____ __
/ _` | | '__/ _ \ / _` | '_ ` _ \| | '_ \ / _` | / __| '_ \ / _ \/ _ \/ _` / __| '_ \ / _ \ \ /\ / /
| (_| | | | | (_) | (_| | | | | | | | | | | (_| | \__ \ |_) | __/ __/ (_| \__ \ | | | (_) \ V V /
\__,_| |_| \___/ \__,_|_| |_| |_|_|_| |_|\__, | |___/ .__/ \___|\___|\__,_|___/_| |_|\___/ \_/\_/
__/ | | |
|___/ |_|
</h2>
</div>
<div id="invitetextDiv">
<p>
2020-10-09 23:26:50 +02:00
you are hereby invited to the opening of OPENCOIL<br><br>
with most cities pavements flooded by 'dockless sharing vehicles', OPENCOIL presents works by 10 artists specially selected to fill the vacuum between private and public space. this art show is an experimental attempt to physically engage with the rise of 'landfill capitalism' by reclaiming 'micro-mobility' infrastructure. <br><br>decentralised and climate neutral.<br>helmets not included.<br><br>opening:<br>oct 16th, 7pm / zentrum f netzkunst, haus d statistik<br><br>showcase:<br>oct 17th / ko-markt, haus d statistik<br><br>roaming speedshow:<br>oct 26th - nov 1st / berlin<br><br>more soon &nbsp; <span id="link"> ---> <a href="https://opencoil.show">opencoil.show</a> <--- </span>
2020-10-09 23:26:50 +02:00
</p>
</div>
<!--<div id="backgroundDiv">
<h3>
__,aaPPPPPPPPaa,__
,adP"""' `""Yb,_
,adP' `"Yb,
,dP' ,aadPP"""""YYba,_ `"Y,
,P' ,aP"' `""Ya, "Y,
,P' aP' _________ `"Ya `Yb,
,P' d" ,adP""""""""Yba, `Y, "Y,
,d' ,d' ,dP" `Yb, `Y, `Y,
d' ,d' ,d' ,dP""Yb, `Y, `Y, `b
8 d' d' ,d" "b, `Y, `8, Y,
8 8 8 d' _ `Y, `8 `8 `b
2020-10-08 19:04:57 +02:00
2020-10-09 23:26:50 +02:00
8 8 8 8 8 `8 8 8 8
8 Y, Y, `b, ,aP P 8 ,P 8
I, `Y, `Ya """" d' ,P d" ,P
`Y, `8, `Ya ,8" ,P' ,P' d'
`Y, `Ya, `Ya,,__,,d"' ,P' ,P" ,P
`Y, `Ya, `""""' ,P' ,d" ,P'
`Yb, `"Ya,_ ,d" ,P' ,P'
`Yb, ""YbaaaaaadP" ,P' ,P'
`Yba, ,d' ,dP'
`"Yba,__ __,adP" dP"
`"""""""""""""'
</h3>
</div>
-->
<div id="game"></div>
2020-10-08 19:04:57 +02:00
</body>
</html>