-
Notifications
You must be signed in to change notification settings - Fork 0
/
closed.html
125 lines (92 loc) · 5.07 KB
/
closed.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>School for Poetic Computation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="title" content="School for Poetic Computation">
<meta name="description" content="The School for Poetic Computation is changing. This summer, we are making a temporary space together: a COCOON. We invite you into our collective studies as we work towards an experimental curriculum that can grow and transform over time.">
<meta property="og:type" content="website">
<meta property="og:url" content="http://sfpc.io/">
<meta property="og:title" content="SFPC Summer 2021 Cocoon">
<meta property="og:description" content="The School for Poetic Computation is changing. This summer, we are making a temporary space together: a COCOON. We invite you into our collective studies as we work towards an experimental curriculum that can grow and transform over time.">
<meta property="og:image" content="http://sfpc.io/cocoon/sfpc-cocoon.jpg">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://sfpc.io/">
<meta property="twitter:title" content="SFPC Summer 2021 Cocoon">
<meta property="twitter:description" content="The School for Poetic Computation is changing. This summer, we are making a temporary space together: a COCOON. We invite you into our collective studies as we work towards an experimental curriculum that can grow and transform over time.">
<meta property="twitter:image" content="http://sfpc.io/cocoon/sfpc-cocoon.jpg">
<link href="styles.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="crt.css">
<link rel="shortcut icon" type="image/png" href="favicon.ico"/>
<script src="jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="animsition.css">
<script src="animsition.js"></script>
</head>
<body>
<div id="header">
<div class="definition-marquee">
<marquee id="marquee-definition"></marquee>
</div>
<div class="grid-2">
<div class="grid-2 def-div">
<span id="definition" class="defintion"></span>
<nav class="mobile-menu"><h1>Closed!</h1></nav>
</div>
</div>
<div class="grid-2">
<div class="grid-4">
<ul class="nav">
<!-- <li><a id="link-participate" href="participate.html">participate</a></li> -->
</ul>
</div>
<div class="grid-4">
<ul class="nav">
<!-- <li><a id="link-about" href="about.html">about</a></li> -->
<!-- <li><a id="link-blog" href="https://medium.com/@sfpc" target="_blank">blog</a></li> -->
<!-- <li><a id="link-support" href="https://withfriends.co/school_for_poetic_computation" target="_blank">support us</a></li> -->
</ul>
</div>
<div class="grid-4">
<ul class="nav">
<!-- <li><a id="link-newsletter" href="https://stats.sender.net/forms/e09QVa/view" target="_blank">newsletter</a></li> -->
<!-- <li><a id="" href="mailto:[email protected]">email</a></li> -->
<!-- <li><a id="" href="https://instagram.com/sfpc_nyc" target="_blank">IG</a> / <a href="https://twitter.com/sfpc" target="_blank">TW</a> / <a href="https://www.are.na/school-for-poetic-computation" target="_blank">**</a></li> -->
</ul>
</div>
<div class="grid-4">
<div class="nav logo">
<a href="index.html"><img src="images/sfpc-logo.svg"></a>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="mode">only cathode-ray mode is available. <strike>liquid crystal mode</strike></div>
</div>
<div class="crt-overlay crt-overlay-fullsize"></div>
<div id="shell" class="shell shell-fullsize closed animsition">
<div id="closed" class="shell-content">
<section class="closed">
<p tabindex="0" class="large letter">
Dear visitor,
<BR><BR>
<img src="" class="left c1">
The School for Poetic Computation is currently closed, and so is our website.
Our open hours are Monday to Friday, 9am to 9pm.
We are currently resting, and we hope you are resting, too.
In the meantime, join our <a href="">newsletter</a> to stay up to date on future sessions and events, and follow us on <a href="">Instagram</a> and <a href="">Twitter</a>. Support our programming through <a href="">scholarships</a>.
You may get in touch with us over <a href="">email</a> and we will get back to you when we are open.
<BR><br>
Thank you!
<BR><BR>
In collective study, <BR>
SFPC Stewards
</p>
</section>
</div>
<script src="outside.js"></script>
</p>
</body>
</html>