-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·51 lines (44 loc) · 2.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Online together.">
<title>Simon Freund – aplaceweshare.com, 2020</title>
<link rel="stylesheet" href="css/color.css">
<link rel="stylesheet" href="css/canvas.css">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<meta property="og:image" content="images/simon_freund_aplaceweshare_com_screenshot.gif">
<meta property="og:title" content="aplaceweshare.com">
</head>
<body>
<div id="grid"></div>
<div class="wrapper" id="color-canvas-select">
<div id="colorPicker"></div>
<div id="navigation">
<span id="inform" onclick="toggleInfo()">info</span> / <span id="enter">enter</span>
</div>
</div>
<div id="canvas" onclick="toggleInfo()"></div>
<div id="info" style="display: none;" onclick="toggleInfo()">
<div style="margin-bottom: 40px;">
<a href="https://aplaceweshare.com" target="_self" rel="noopener">aplaceweshare.com</a> is a participatory
online installation by <a href="https://simonfreund.com" target="_blank" rel="noopener">Simon Freund</a>.
Select
a colour of your choice and press ENTER to join a utopian place that is equally shared by everyone who is
present in that very moment.
</div>
<div style="margin-bottom: 40px;">
Code by <a href="https://roark.at/about/marcello-curto/" target="_blank" rel="noopener">Marcello
Curto</a>
</div>
</div>
<script src="js/firebase.js"></script>
<script src='js/color.js'></script>
<script src='js/aplaceweshare.js'></script>
</body>
</html>