Upload files to "2024-09-21"

This commit is contained in:
joak 2024-10-13 12:56:17 +00:00
parent 96ac2a694e
commit ff463cc47e
4 changed files with 91 additions and 0 deletions

59
2024-09-21/index.html Normal file
View File

@ -0,0 +1,59 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>KLANKSCHOOL</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="main">
<pre>
<b>1<sup>st</sup> KLANKSCHOOL DAG&AVOND</b>
<b>Datum:</b> 21<sup>st</sup> September 2024
<b>Locatie:</b> Klankschool at <a href="https://radar.squat.net/en/rotterdam/catu">Catu</a>,
Catullusweg 11,
3076 KB Rotterdam
<span class="rotate">🚪</span> no entrance! free! gratis
<span class="rotate">🥤</span> BYOD - bring your own drinks
<span class="rotate">🪑</span> If you have a spare chair, bring it over. we still need chairs :)
<b>Dag programma</b>
<b>14:00 - 16:00: DIY MICROPHONE WORKSHOP</b>
<b>16:00 - 18:00: Collective Composing Workshop</b>
<b>19:00 Dinner</b>
join a vegan dinner
<b>Avond programma</b>
noise - drones - improvisation - cutups - nongenre - acidambientdocumentaryhouse - extratonal
<b>20:00 - 22:00 short performances by ...</b>
... <span class="rotate">🫥</span> <a href="https://www.mitsitron.com/">mitsitron</a>
... <span class="rotate">🎸</span> <a href="https://bieri-bieri.com/">Daniel Bierdümpfl</a>
... <span class="rotate">👲🏻</span><span class="rotate">🧑‍🦽</span> <a href="https://hollowmist.bandcamp.com/">HOLLOWMIST</a>
... <span class="rotate">🌋</span> <a href="https://www.instagram.com/juliangofuckyourself/">Sangue di Drago</a></li>
... <span class="rotate">💻</span> <a href="https://rivierataylor.info/">Riviera Taylor</a></li>
... and more
❗Important:
Catu (like Klankschool) will be a place to learn outside of institutionalised education. We want to create a space where everybody can feel safe, no matter the colour of your skin, sexual orientation, gender, class, or any such characteristic. Our house and common spaces are vegan, because we are also against the oppression of other species.
</pre>
<img src="./klankschool.png">
<a href="./klankschool.gif">[.gif]</a>
</div>
</body>
</html>

BIN
2024-09-21/klankschool.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
2024-09-21/klankschool.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB

32
2024-09-21/style.css Normal file
View File

@ -0,0 +1,32 @@
body{
font-size: 100%;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.rotate{
animation: spin 10s infinite linear;
display: inline-block;
font-size: 126%;
line-height: 1;
transform-origin: center center;
}
pre{
white-space: pre-wrap;
max-width: 600px;
}
img{
max-width: 600px;
}