-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
143 lines (102 loc) · 4.1 KB
/
archives.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
<html>
<head>
<title>Archive sites</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' href='assets/css/main.css'>
<link rel='stylesheet' href='assets/css/archives.css'>
<style>
</style>
</head>
<body>
<header>
<a href='./'><p>🗃️ Archiving Artist-Run Spaces</p></a>
<nav>
<p>
<p><a href='.'>Home</a> <a href='./about.html'>About</a> <a href='./archives.html'>Archives</a> <a href='./resources.html'>Resources</a> <a href='./reading.html'>Reading</a> <a href='./devlog.html'>Log</a> </p>
</nav>
</header>
<main>
<div>
<h1>Archives</h1>
<p>
A personally-collected list of digital archives of artist-run spaces, alternative spaces, DIY print and digital archives and collections, and digitally-born online-only digital creative art-making communities.
</p>
</div>
<div>
<a href='https://web.archive.org/web/20190208082004/https://as-ap.org/' ><img src='assets/img/screenshots/as-ap.jpg' alt='AS AP'></a>
<p>AS-AP on Internet Archive</p>
</div>
<div>
<a href='https://www.donedler.com/index.php?/elevator/elevator-mondays/'><img src='assets/img/screenshots/elevator-mondays.jpg' alt='Elevator Mondays'></a>
<p>Elevator Mondays</p>
</div>
<div>
<a href='https://gas.gallery'><img src='assets/img/screenshots/gas.jpg' alt='Gas gallery'></a>
</p>Gas gallery</p>
</div>
<div>
<a href='https://experimentalarchive.space'>
<img src='assets/img/screenshots/1026.jpg' alt='Experimental Archive Space'></a>
<p>Experimental Archive Space</p>
</div>
<div>
<a href='http://www.rf5.org/hbml/'><img src='assets/img/screenshots/hbml.jpg' alt='HBML'></a>
<p>HBML</p>
</div>
<div>
<a href='https://lacarchive.com/'><img src='assets/img/screenshots/laca.jpg' alt='Los Angeles Contemporary Archive'></a>
<p>Los Angeles Contemporary Archive (LACA)</p>
</div>
<div>
<a href='https://circusfreaks.org/portfolio/open-stage/'><img src='assets/img/screenshots/open-stage.jpg'></a>
<p>Open Stage</p>
</div>
<div>
<a href='https://theportal.place/'><img src='assets/img/screenshots/portal.jpg'></a>
<p>The Portal</p>
</div>
<div>
<a href='https://archive.org/details/prelinger'><img src='assets/img/screenshots/prelinger.jpg'></a>
<p>Prelinger Archives</p>
</div>
<div>
<a href='http://www.ravepreservationproject.com/'><img src='assets/img/screenshots/rave.jpg'></a>
<p>Rave Preservation Project</p>
</div>
<div>
<a href='https://archive.qzap.org/'><img src='assets/img/screenshots/qzap.jpg'></a>
<p>Queer Zine Archive Project</p>
</div>
<div>
<a href='https://www.spacesarchives.org/'><img src='assets/img/screenshots/spaces.jpg'></a>
<p>SPACES project</p>
</div>
<div>
<a href='https://collection.eliterature.org/'><img src='assets/img/screenshots/elc.jpg'></a>
<p>Electronic Literature Collection</p>
</div>
<div>
<a href='https://textfiles.com'><img src='assets/img/screenshots/textfiles.jpg'></a>
<p>Textfiles</p>
</div>
<div>
<a href='https://museumofzzt.com/'><img src='assets/img/screenshots/zzt.jpg'></a>
<p>Museum of ZZT</p>
</div>
<div>
<a href='https://archive.org/details/glorious_trainwrecks'><img src='assets/img/screenshots/gt.jpg'></a>
<p>The Glorious Trainwrecks Software Collection</p>
</div>
<div >
<a href='https://ubuweb.com/' alt='UbuWeb'><img src='assets/img/screenshots/ubuweb.jpg' alt='UbuWeb'></a>
<p>UbuWeb</p>
</div>
</main>
<footer>
<hr/>
<p><a href='.'>Home</a> <a href='./about.html'>About</a> <a href='./archives.html'>Archives</a> <a href='./resources.html'>Resources</a> <a href='./reading.html'>Reading</a> <a href='./devlog.html'>Log</a> </p>
<p>Texts, images, and site code are shared with the <a href='https://wiki.p2pfoundation.net/Peer_Production_License' target=_blank rel='external noreferrer noopener' title='Peer Production License'>Peer Production License</a>.</p>
<p><a href="https://leetusman.com/archiving-artist-spaces"><img src="assets/img/banner.jpg" /></a></p>
</footer>
</body>
</html>