Update 'index.html'
This commit is contained in:
parent
b717f386f5
commit
6ec91d6d99
13
index.html
13
index.html
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</p>
|
||||
<h2>The servers are down. The Streaming has stopped.<br> The cloud is gone.<br> Welcome to a Video Store After the End of the World.</h2>
|
||||
A Video Store After the End of the World is an analogue video store, not a nostalgic but alternative infrastructure set in an imaginary retro-future when cloud networks having ceased to exist. The world that has ended here is <em>the</em> world as a coherent narrative and cultural imaginary in a time of complex ecological disaster. The store becomes a temporary infrastructure that gathers materials into an evolving archive of practices within computation that resist the extractivist spatio-temporal regime of the cloud, with a focus on collaboratively maintained and de-scaled services of transversal and trans★feminist activists, artists and designers.</p>
|
||||
A Video Store After the End of the World is an analogue video store, not a nostalgic but an alternative infrastructure set in an imaginary retro-future when cloud networks have ceased to exist. The world that has ended here is <em>the</em> world as a coherent narrative and cultural imaginary in a time of complex ecological disaster. The store becomes a temporary infrastructure that gathers materials into an evolving archive of practices within computation that resist the extractivist spatio-temporal regime of the cloud, with a focus on collaboratively maintained and de-scaled services of transversal and trans★feminist activists, artists and designers.</p>
|
||||
<br>
|
||||
<p><em><strong>Activities</em></strong></p>
|
||||
<strong>_ 8th of March 2023: Counter Cloud Action Day</strong><br>
|
||||
|
@ -54,6 +54,17 @@ font-family: "Freesans", sans-serif;
|
|||
}
|
||||
a {
|
||||
color: blue;
|
||||
@media only screen and (max-width: 875px) {
|
||||
body {
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
}
|
||||
p, h1, h2, h3, h4 {
|
||||
padding: 1rem;
|
||||
}
|
||||
li {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue