-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
543 lines (446 loc) · 19.1 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Viewport for responsive web design -->
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
<link rel="stylesheet" href="tachyons.css" />
<title>Prototype Web Residency</title>
<style>
@font-face {
font-family: 'GTA';
font-display: swap;
src:
url('fonts/GT-America-Standard-Regular.otf') format('otf'),
url('fonts/GT-America-Standard-Regular.ttf') format('ttf'),
url('fonts/GT-America-Standard-Regular.woff') format('woff'),
url('fonts/GT-America-Standard-Regular.woff2') format('woff2');
}
@font-face {
font-family: 'Favorit';
font-display: swap;
src:
url('fonts/favorit-regular.woff2') format('woff2'), /* Pretty Modern Browsers */
url('fonts/favorit-regular.ttf') format('ttf'); /* Pretty Modern Browsers */
}
p, ul, li {
font-family: 'GTA', 'Helvetica Neue', sans-serif;
font-weight: 200;
text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 {
font-family: 'GTA', 'Helvetica Neue', sans-serif;
font-weight: 400;
text-rendering: optimizeLegibility;
}
.font-favorit {
font-family: 'Favorit', 'Helvetica Neue', sans-serif;
font-weight: 400;
}
.headline-prototype {
font-size: 14vw;
}
@media screen and (max-width: 1040px) {
.headline-prototype {
font-size: 10rem;
}
}
@media screen and (max-width: 800px) {
.headline-prototype {
font-size: 20vw;
}
}
@media screen and (max-width: 600px) {
.headline-prototype {
font-size: 4rem;
}
.p {
display: inline-block !important;
}
}
@media screen and (min-width: 375px) {
.o-2 {
margin-right:2rem;
}
}
.deep-blue {
color: hsla(249, 100%, 40%, 1);
}
.pale-blue {
color: hsla(249, 60%, 30%, 1);
}
.purple-blue {
color: hsla(249, 70%, 45%, 1);
}
.sky {
animation: moveXsky 10.05s linear 0s infinite alternate,
moveYsky 10.05s linear 0s infinite alternate;
}
@keyframes moveXsky {
from { left: 0; } to { left: 85%; }
}
@keyframes moveYsky {
from { top: 0%; } to { top: 20%; }
}
.holdinghands {
animation: moveXholdinghands 15.05s linear 0s infinite alternate,
moveYholdinghands 4.4s linear 0s infinite alternate;
}
@keyframes moveXholdinghands {
from { left: 0; } to { left: 85%; }
}
@keyframes moveYholdinghands {
from { top: 50%; } to { top: 40%; }
}
.cows {
animation: moveXcows 20.05s linear 0s infinite alternate,
moveYcows 4.8s linear 0s infinite alternate;
}
@keyframes moveXcows {
from { right: -30%; } to { right: 100%; }
}
@keyframes moveYcows {
from { top: -10%; } to { top: 60%; }
}
.flower {
animation: moveXflower 15.05s linear 0s infinite alternate,
moveYflower 20.4s linear 0s infinite alternate;
}
@keyframes moveXflower {
from { left: 0; } to { left: 105%; }
}
@keyframes moveYflower {
from { top: 0; } to { top: 80%; }
}
.beeman {
animation: moveXbeeman 25.05s linear 0s infinite alternate,
moveYbeeman 30.4s linear 0s infinite alternate;
}
@keyframes moveXbeeman {
from { left: 0%; } to { left: 85%; }
}
@keyframes moveYbeeman {
from { top: 8%; } to { top: 90%; }
}
.buzzsaw {
animation: moveXbuzzsaw 18.05s linear 0s infinite alternate,
moveYbuzzsaw 14.4s linear 0s infinite alternate;
}
@keyframes moveXbuzzsaw {
from { right: 0; } to { left: 95%; }
}
@keyframes moveYbuzzsaw {
from { bottom: 0; } to { bottom: 20%; }
}
.risingsun {
animation: moveXrisingsun 18.05s linear 0s infinite alternate,
moveYrisingsun 14.4s linear 0s infinite alternate;
}
@keyframes moveXrisingsun {
from { right: 0; } to { left: 95%; }
}
@keyframes moveYrisingsun {
from { bottom: 0; } to { top: 50%; }
}
.alert {
animation: alert 1s ease-in-out infinite;
}
@keyframes alert {
from { transform:translateY(0%); } to { transform:translateY(10%); }
}
.bg-soft-pink {
background:hsla(324, 100%, 90%, 1);
}
.bg-soft-orange {
background:hsl(36, 100%, 90%);
}
.p {
display: inline-flex;
transform:translateY(0%) rotate(-4deg);
}
.r {
display: inline-flex;
transform:translateY(0%) rotate(0) skew(3deg, 14deg);
}
.o {
display: inline-flex;
transform:skew(-3deg, -10deg);
letter-spacing: 0rem;
}
.t {
display: inline-flex;
transform:translateY(0%) rotate(0deg) skew(3deg, 14deg);
letter-spacing: 1rem;
}
.o-2 {
display: inline-flex;
transform:translateY(10%) rotate(24deg);
letter-spacing:-1rem;
}
.t-2 {
display: inline-flex;
transform:translateY(-10%) rotate(-6deg) skew(3deg, 3deg);
letter-spacing:-1rem;
}
.y {
display: inline-flex;
transform:translateY(15.5%) rotate(-6deg);
}
.p-2 {
display: inline-flex;
transform:translateY(-16%) rotate(-8deg) skew(-3deg, -14deg);
}
.e {
display: inline-flex;
transform:translateY(-15%) rotate(-16deg) skew(3deg, 14deg);
}
.marquee span {
animation: 240s linear 10ms normal forwards infinite running animate-marquee;
display: inline-block;
padding-right: 20%;
}
@keyframes animate-marquee {
0% {
transform: translate3d(0px, 0px, 0px);
}
100% {
transform: translate3d(-100%, 0px, 0px);
}
}
</style>
</head>
<body class="relative flex w-100 h-100 bg-white pa3">
<section class="relative
flex flex-column w-100 items-center justify-start content-start deep-blue hidden" style="overflow:hidden;">
<div class="absolute w-100 h-auto" style="transform:skew(0deg, 20deg);">
<div class="relative marquee w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>Prototype</span><span>Prototype</span><span>Prototype</span><span>Prototype</span><span>Prototype</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>IS</span><span>IS</span><span>IS</span><span>IS</span><span>IS</span><span>IS</span><span>IS</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span><span>A</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>Prototype</span><span>Prototype</span><span>Prototype</span><span>Prototype</span><span>Prototype</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>Web</span><span>Web</span><span>Web</span><span>Web</span><span>Web</span><span>Web</span><span>Web</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>Residency</span><span>Residency</span><span>Residency</span><span>Residency</span><span>Residency</span><span>Residency</span><span>Residency</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>For</span><span>For</span><span>For</span><span>For</span><span>For</span><span>For</span><span>For</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>Inconsistent</span><span>Inconsistent</span><span>Inconsistent</span><span>Inconsistent</span><span>Inconsistent</span><span>Inconsistent</span><span>Inconsistent</span>
</h1>
</div>
<div class="relative w-100 h-auto hidden" style="white-space:nowrap;">
<h1 class="relative deep-blue ttu uppercase mw7 mv0 self-center lh-title o-10" style="top:0px; left:0px; font-size:30rem; z-index:-9; opacity:0.05;">
<span>Antagonism</span><span>Antagonism</span><span>Antagonism</span><span>Antagonism</span><span>Antagonism</span><span>Antagonism</span><span>Antagonism</span>
</h1>
</div>
</div>
<div class="relative flex flex-column w-100 mw7 justify-center lh-copy f3 deep-blue">
<img src="sky.jpg" class="sky w4 z-9" style="position: absolute; z-index:-9" />
<section class="flex flex-column w-100 self-center justify-around-ns justify-start min-vh-100 bw1 b--gray self-start">
<h1 class="f-subheadline-ns f2-ns f3 mv0">I am
</h1>
<h1 class="font-favorit relative flex flex-row f-headline-ns f2 mv0-ns mb5">
<span class="headline-prototype relative p ">
<span style="transform:skew(3deg, 4deg);">
P
</span>
<span class="relative r">r
</span>
<span class="o">o</span>
<span class="t">t</span>
<span class="o-2">o</span>
<span class="t-2">t</span>
<span class="y">y</span>
<span class="p-2">p</span>
<span class="e">e</span>,
</span>
</h1>
<h1 class="f2-ns f3 mv0">
A tranquil web residency for casual investigations into how we (from people to plants) interface with our planetary computer.</h1>
<img src="holdinghands.jpeg" class="holdinghands w4 z-9" style="position: absolute; bottom: 48px; right:48px; z-index: -9;" />
</section>
<section class="f3 relative pv4 dark-gray f2">
<h2>
Our technology has surpassed our comprehension of it.<sup><a class="link pink" href="https://youtu.be/QuEO-iTf4C4?t=34" target="_blank">1</a></sup>
</h2>
<p>
We're reasoning with anachronistic metaphors. <span class="o-20">(Digital)</span> Design is mostly a paint-by-numbers affair. Silicon Valley's stigmergy has sapped us of our imagination. Milking dopamine is de rigeur. The Monoculture has emerged.
</p>
<p>
Yet it's not all bad: The memeplex has matured. Strange ideas keep sabotaging the status quo. There are still sublime oases' in cyberspace. You can even have fun, if you know where to look.
</p>
<p>
If you're interested in exploring how we got into this mess, coding your way out of it, engaging in platform dissent, making up words, or just coloring outside the lines, then: welcome. You're one of us.
</p>
</section>
</div>
<section class="flex flex-column w-100 mw7 justify-start f3 dark-gray lh-copy">
<section class="relative w-auto mv5-ns mv2">
<h1 class="relative f2 deep-blue">
Who can participate?
</h1>
<span class="content">
<p>
You. The strength of this project exists in plurality: many people with many ideas, experiences, thoughts and opinions. Everyone is welcome.
</p>
</span>
</section>
<section class="relative w-auto mv5-ns mv2">
<h1 class="relative f2 deep-blue">
What can I create?
</h1>
<span class="content">
<p>
All interventions in the internet are valid. Any technical, socio-cultural, historical, geopolitical, ecological or anthropological cross section can be traversed. The canvas is intentionally broad. Have fun. Break preconceptions. Distort bias. Do your thing.
</p>
<p>
Your project could take the form of discordant interfaces<span class="ph3">•</span>
ethnographic studies<span class="ph3">•</span>
communications in compassion<span class="ph3">•</span> <a class="link hot-pink" href="https://shiba.computer/essay/on-weaponised-design/" target="_blank">
critical essays on the status quo<sup class="font-favorit">↗</sup>
</a>
<span class="ph3">•</span> experiments in space and time
<span class="ph3">•</span> <a class="link hot-pink" href="https://www.are.na/lukas-w/ritual-design" target="_blank">ritual design<sup class="font-favorit">↗</sup></a>
<span class="ph3">•</span> warping Identity
<span class="ph3">•</span> theatre
<span class="ph3">•</span> matter-of-fact monologues
<span class="ph3">•</span> <a class="link hot-pink" href="https://peer-to-peer-web.com/" target="_blank">hosting offline hangs at being online better<sup class="font-favorit">↗</sup></a>
<span class="ph3">•</span> creating new metaphors
<span class="ph3">•</span> burning A Pattern Language
<span class="ph3">•</span> throwing your phone out the window
<span class="ph3">•</span> <a class="link hot-pink" href="https://walking.jon-kyle.com/" target="_blank">walking<sup class="font-favorit">↗</sup>
</a>
<span class="ph3">•</span> or refining the art of <a class="link hot-pink" href="http://zuckerbergreview.com/" target="_blank">Zuckerbergian Inquiry<sup class="font-favorit">↗</sup></a>
</p>
</span>
</section>
<section class="relative w-auto mv5-ns mv2">
<h1 class="relative f2 deep-blue">
How intensive is it?
</h1>
<span class="content">
<p>
Do you have 1 hour a week? Sure, the more time the better but I'm as flexible as you need me to be. My goal is to encourage you to explore a question. Travel as far as you can. Answers are unimportant.
</p>
</span>
</section>
<section class="relative w-100 mv5-ns mv2">
<h1 class="f2 deep-blue">
How does it work?
</h1>
<ul class="list pl0 mv3">
<li class="flex content-center mv3">
There are enough casual online communities in the world. Instead, I am a temporary structure to help you ask a question and discover where it takes you.</li>
<li class="mv4">
<span class="light-red f1">☇</span> I last for 3 months, then fade to black.
</li>
<li class="mv4">
<span class="light-red f1">☇</span> Each week, we'll convene for a chill online hang to break bread, discuss our projects and share feedback.
</li>
<li class="relative mv4">
<span class="light-red f1">☇</span> Between these hangs, we idle in the <span class="blue">#prototype</span> channel on the <a class="hot-pink link" href="https://www.learning-gardens.co" target="_blank">Learning Garden's<sup class="font-favorit">↗</sup></a> slack: a safe space for intermittent conversion and feedback.
</li>
<li class="mv4">
<span class="light-red f1">☇</span> And every two weeks, we'll release a small update to our projects to help build momentum while softly encouraging accountability.
</li>
<li>
<span class="light-red f1">☇</span> At the end, we'll livestream our projects to a captive global audience <span class="o-50">
</li>
</ul>
<ul class="dn list pl0 mv5">
<li class="mv4 lh-copy">
<span class="light-red">1.</span> Each week we will meet for a chill online hang to share our progress, ask questions and seek feedback.
</li>
<li class="mv4 lh-copy">
<span class="light-red">2.</span> Intermittently, we can ask questions & seek/share feedback via the LG slack.
</li>
<li class="mv4 lh-copy">
<span class="light-red">3.</span> Every 2 weeks we will release a new piece of our project - either an updated version, a new aspect of the total project, the results of your research, a reading list or whatever most suits your endeavor.
</li>
<li>
This is to ensure we build and sustain momentum, and remain accountable to ourselves & each other. After each release, we share our goal/plan for the next release in the following 2 weeks, and so on.
</li>
</ul>
<ul class="dn list pl0 mv5">
<li class="mv4 lh-copy">
<span class="light-red">*</span>We encourage research and references be published on <a class="hot-pink" href="https://www.are.na" target="_blank">Are.na<sup class="font-favorit">↗</sup></a> An index channel will collate and organize everyone's contributions.
</li>
<li class="mv4 lh-copy">
<span class="light-red">NB:</span> This is an experiment and all participants are welcome to propose changes. We want to keep this as flat & flexible as possible.
</li>
</ul>
</section>
<section class="relative mv5-ns mv2">
<h1 class="f2 deep-blue">
Why do you exist?
</h1>
<p>
Many of us are agitating against our new normal.
</p>
<p>
We see the symptoms of our troubles everywhere: our shallow design discourse. The littany of derivative apps. Global attention farming. Cultural homogeneity. An extremist pragmatism that discourages poetics. And so on.
</p>
<p>
An accidental community has emerged to explore new alternatives: they just don't know it. This is an attempt to bring them together.
</p>
</section>
<section class="relative mv5-ns mv2">
<h1 class="f2 deep-blue">
When does it start?
</h1>
<p>
January 2019 → April.
</p>
</section>
<section class="relative mv5-ns mv2">
<h1 class="f2 deep-blue">
How do I join?
</h1>
<ul class="list pl0 mv0">
<li class="mv0 lh-copy strike">
Just head on over to <a class="link hot-pink" href="https://www.are.na/prototype-web-residency/pwr01-submissions" target="_blank">this Are.na channel<sup class="font-favorit">↗</sup></a><span class="alert light-red"> before January 7 2019</span> and add a text block with the following information:
</li>
<li class="mv4 lh-copy">
<span class="light-red">1.</span> The name of your project
</li>
<li class="mv4 lh-copy">
<span class="light-red">2.</span> A two sentence outline.
</li>
<li class="mv4 lh-copy">
<span class="light-red">3.</span> What you want to have at the end of the 3 months (a document, a functional prototype, a dysfunctional prototype, some complicated drawings on blue technical paper, etc.)
</li>
<li class="mv4 lh-copy">
<span class="light-red">4.</span> The email address you want the Learning Gardens slack invite to be sent to (if you're not a member already)
</li>
</ul>
</section>
</section>
</section>
</body>
</html>