Anton Linus
4 years ago
8 changed files with 191 additions and 26 deletions
File diff suppressed because one or more lines are too long
@ -1 +1 @@ |
|||
{"0":{"ID":0,"lastPos":"52.516891, 13.493958","lastLocationUpdate":"2020-10-15T13:52:13Z","isRentable":true,"state":"ACTIVE","name":"artist name 0","title":"title","desc":"desciption"},"1":{"ID":1,"lastPos":"52.461506, 13.321215","lastLocationUpdate":"2020-10-15T13:44:47Z","isRentable":true,"state":"ACTIVE","name":"artist name 1","title":"title","desc":"desciption"},"2":{"ID":2,"lastPos":"52.491261, 13.385951","lastLocationUpdate":"2020-10-15T13:50:28Z","isRentable":true,"state":"ACTIVE","name":"artist name 2","title":"title","desc":"desciption"},"3":{"ID":3,"lastPos":"52.474423, 13.365387","lastLocationUpdate":"2020-10-15T12:22:59Z","isRentable":false,"state":"INACTIVE","name":"artist name 3","title":"title","desc":"desciption"},"4":{"ID":4,"lastPos":"52.512192, 13.376707","lastLocationUpdate":"2020-10-15T13:52:38Z","isRentable":true,"state":"ACTIVE","name":"artist name 4","title":"title","desc":"desciption"},"5":{"ID":5,"lastPos":"52.529744, 13.401148","lastLocationUpdate":"2020-10-15T13:49:15Z","isRentable":true,"state":"ACTIVE","name":"artist name 5","title":"title","desc":"desciption"},"6":{"ID":6,"lastPos":"52.507063, 13.31256","lastLocationUpdate":"2020-10-15T13:43:28Z","isRentable":true,"state":"ACTIVE","name":"artist name 6","title":"title","desc":"desciption"},"7":{"ID":7,"lastPos":"52.545101, 13.359419","lastLocationUpdate":"2020-10-15T13:43:50Z","isRentable":true,"state":"ACTIVE","name":"artist name 7","title":"title","desc":"desciption"},"8":{"ID":8,"lastPos":"52.511562, 13.310639","lastLocationUpdate":"2020-10-13T00:02:27Z","isRentable":false,"state":"GPS_ISSUE","name":"artist name 8","title":"title","desc":"desciption"},"9":{"ID":9,"lastPos":"52.533219, 13.366878","lastLocationUpdate":"2020-10-15T13:43:59Z","isRentable":true,"state":"ACTIVE","name":"artist name 9","title":"title","desc":"desciption"}} |
|||
{"0":{"ID":0,"lastPos":"52.49476, 13.414632","lastLocationUpdate":"2020-10-16T01:13:22Z","isRentable":true,"state":"ACTIVE","name":"Aram Bartholl","title":"Fossils of late capitalism","desc":"Aram Bartholl has salvaged rental bikes and scooters from the Spree River and is now exhibiting them as material relics of the platform economy."},"1":{"ID":1,"lastPos":"52.486115, 13.42911","lastLocationUpdate":"2020-10-16T01:14:35Z","isRentable":true,"state":"ACTIVE","name":"!Mediengruppe Bitnik","title":"Follow the Rider \u01aa(\u0693\u05f2)\u01aa","desc":"Follow the next person you see on an e-scooter. \ud83d\udc60 Keep distance but don't lose your guide."},"2":{"ID":2,"lastPos":"52.490257, 13.426271","lastLocationUpdate":"2020-10-16T01:13:31Z","isRentable":true,"state":"ACTIVE","name":"Jonas Lund","title":"Hello Capitalism","desc":"'Hello Capitalism' is a text-based work by Jonas Lund, exploring a wide range of different types of capitalistic systems."},"3":{"ID":3,"lastPos":"52.479766, 13.444183","lastLocationUpdate":"2020-10-16T01:13:18Z","isRentable":true,"state":"ACTIVE","name":"Martin Howse","title":"wok_the_cables","desc":"Adventure game for psychogeophysical divination of portals, realtime instructions to follow #wokthecables"},"4":{"ID":4,"lastPos":"52.476657, 13.418607","lastLocationUpdate":"2020-10-16T01:13:10Z","isRentable":true,"state":"ACTIVE","name":"Sofya Aleynikova","title":"followers","desc":"Eine weibliche Protagonistin manifestiert sich als Meme im Web und stellt die richtigen Fragen."},"5":{"ID":5,"lastPos":"52.485425, 13.430225","lastLocationUpdate":"2020-10-16T01:09:09Z","isRentable":true,"state":"ACTIVE","name":"JODI","title":"%Location????????","desc":"XXXXXXXXXXXXXX"},"6":{"ID":6,"lastPos":"52.532667, 13.430166","lastLocationUpdate":"2020-10-16T01:16:22Z","isRentable":true,"state":"ACTIVE","name":"Rosa Menkmann","title":"title","desc":"desciption"},"7":{"ID":7,"lastPos":"52.545101, 13.359419","lastLocationUpdate":"2020-10-16T01:10:18Z","isRentable":true,"state":"ACTIVE","name":"Sarah Grant","title":"title","desc":"desciption"},"8":{"ID":8,"lastPos":"52.511562, 13.310639","lastLocationUpdate":"2020-10-13T00:02:27Z","isRentable":false,"state":"GPS_ISSUE","name":"Danja Vasiliev","title":"title","desc":"desciption"},"9":{"ID":9,"lastPos":"52.5331, 13.367352","lastLocationUpdate":"2020-10-16T01:10:28Z","isRentable":true,"state":"ACTIVE","name":"Constant Dullaart","title":"clock","desc":"ssid that tells the time"},"10":{"ID":10,"lastPos":"52.501327, 13.419824","lastLocationUpdate":"2020-10-16T01:16:19Z","isRentable":true,"state":"ACTIVE","name":"Dennis de Bel & Anton Jehle","title":"Paracity Gallery v0.41","desc":"HOW TO: diy scooter gallery"}} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,106 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
|
|||
<head> |
|||
<title>Fossils of late capitalism</title> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> |
|||
<style type="text/css"> |
|||
body { |
|||
margin: 0; |
|||
height: 100vh; |
|||
width: 100vw; |
|||
max-height: 100vh; |
|||
max-width: 100vw; |
|||
overflow-y: scroll; |
|||
} |
|||
|
|||
img { |
|||
width: 100%; |
|||
} |
|||
|
|||
.artwork { |
|||
display: flex; |
|||
flex-direction: column; |
|||
width: 90%; |
|||
height: 100%; |
|||
max-height: 100vh; |
|||
max-width: 90vw; |
|||
padding-top: 30vh; |
|||
padding-left: 5vw; |
|||
} |
|||
|
|||
.artwork a { |
|||
max-width: 100vw; |
|||
} |
|||
|
|||
#inviteDiv { |
|||
max-height: 100vh; |
|||
max-width: 100vw; |
|||
white-space: pre; |
|||
} |
|||
|
|||
#inviteDiv h1, h2 { |
|||
max-height: 100vh; |
|||
max-width: 100vw; |
|||
text-align: center; |
|||
font-family: monospace; |
|||
max-width: 100%; |
|||
margin: 0; |
|||
word-wrap: break-word; |
|||
text-shadow: 3px 3px 1px rgba(75, 75, 75, 1); |
|||
color: #d152b8; |
|||
} |
|||
|
|||
#inviteDiv h1 { |
|||
position: absolute; |
|||
padding-left: 2.5vw; |
|||
font-size: 2.5vw; |
|||
align-self: flex-start; |
|||
} |
|||
|
|||
#inviteDiv h2 { |
|||
position: absolute; |
|||
font-size: 1vw; |
|||
padding-left: 5vw; |
|||
padding-top: 25vh; |
|||
align-self: flex-start; |
|||
} |
|||
|
|||
</style> |
|||
</head> |
|||
|
|||
<body> |
|||
<div id="inviteDiv"> |
|||
<h1> |
|||
###### |
|||
# # ## ##### ## #### # ##### # # |
|||
# # # # # # # # # # # # # # |
|||
###### # # # # # # # # # # |
|||
# ###### ##### ###### # # # # |
|||
# # # # # # # # # # # # |
|||
# # # # # # # #### # # # |
|||
|
|||
##### |
|||
# # ## # # ###### ##### # # |
|||
# # # # # # # # # # |
|||
# #### # # # # ##### # # # |
|||
# # ###### # # # ##### # |
|||
# # # # # # # # # # |
|||
##### # # ###### ###### ###### # # # |
|||
</h1> |
|||
<h2> |
|||
### # # |
|||
# # # # # # ## |
|||
# # # # # # # # |
|||
# # # # # # # |
|||
# # ### # # ####### # |
|||
# # ### # # # # |
|||
## ### ### # ##### |
|||
</h2> |
|||
</div> |
|||
<div class="artwork"> |
|||
<a href="adaptor-lasercut-template-snap.zip">Download</a> |
|||
</div> |
|||
</body> |
|||
|
|||
</html> |
Loading…
Reference in new issue