-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
87 lines (87 loc) · 2.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<head>
<script src="https://unpkg.com/telescopic-text/lib/index.js"></script>
<link
href="https://unpkg.com/telescopic-text/lib/index.css"
rel="stylesheet"
/>
<title>verses</title>
<meta
name="description"
content="a collective of artists, writers, researchers, and technologists co-imagining, practicing, and building an interdependent cyberspace"
/>
<meta property="og:image" content="/assets/android-chrome-512x512.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400&family=Roboto+Mono&display=swap"
rel="stylesheet"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./assets/favicon-16x16.png"
/>
<link rel="manifest" href="./assets/site.webmanifest" />
<meta name="theme-color" content="#e6e1d4" />
<link rel="stylesheet" type="text/css" href="./index.css" />
</head>
<body>
<div class="noise-gradient"></div>
<div id="cursor-chat-layer">
<input type="text" id="cursor-chat-box" />
</div>
<script src="https://unpkg.com/cursor-chat"></script>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/cursor-chat/dist/style.css"
/>
<div class="two-pane">
<div id="main-content">
<img src="./assets/logo.png" alt="verses logo" id="main-logo" />
<ol>
<li>(abbreviation) <em>universes</em></li>
<li>(singular) a <em>poem</em>, or piece of poetry</li>
<li>
<b
>a collective of writers, researchers, and technologists
co-imagining, practicing, and building a healthier cyberspace</b
>
</li>
</ol>
<div id="about"></div>
<ul class="socials desktop-only">
<li><a href="https://twitter.com/verses_xyz">Twitter ↗</a></li>
<li><a href="https://github.com/verses-xyz">GitHub ↗</a></li>
</ul>
</div>
<div id="context-pane">
<canvas id="canvas"></canvas>
<div id="contexts">
<h2>Artifacts</h2>
<div id="artifact-about"></div>
<p>
Below are some of the artifacts that we have released into the world.
</p>
<ul id="artifact-list"></ul>
<ul class="socials mobile-only">
<li><a href="https://twitter.com/verses_xyz">Twitter ↗</a></li>
<li><a href="https://github.com/verses-xyz">GitHub ↗</a></li>
</ul>
</div>
</div>
</div>
<script src="./index.js"></script>
</body>