diff --git a/2024-09-21/index.html b/2024-09-21/index.html new file mode 100644 index 0000000..f8479e9 --- /dev/null +++ b/2024-09-21/index.html @@ -0,0 +1,59 @@ + + + + + KLANKSCHOOL + + + + + +
+
+1st KLANKSCHOOL DAG&AVOND
+			
+Datum:      21st September 2024
+Locatie:    Klankschool at Catu,
+            Catullusweg 11,
+            3076 KB Rotterdam
+			
+🚪 no entrance! free! gratis 
+
+🥤 BYOD -  bring your own drinks  
+
+🪑 If you have a spare chair, bring it over. we still need chairs :)
+
+Dag programma
+14:00 - 16:00: DIY MICROPHONE WORKSHOP
+
+16:00 - 18:00: Collective Composing Workshop 
+
+
+19:00 Dinner
+join a vegan dinner
+
+Avond programma
+noise - drones - improvisation - cutups - nongenre - acidambientdocumentaryhouse - extratonal
+20:00 - 22:00 short performances by ...
+... 🫥    mitsitron
+... 🎸    Daniel Bierdümpfl
+... 👲🏻🧑‍🦽  HOLLOWMIST
+... 🌋    Sangue di Drago
+... 💻    Riviera Taylor
+... 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.
+
+ +[.gif] + + +
+ + + diff --git a/2024-09-21/klankschool.gif b/2024-09-21/klankschool.gif new file mode 100644 index 0000000..c9d0091 Binary files /dev/null and b/2024-09-21/klankschool.gif differ diff --git a/2024-09-21/klankschool.png b/2024-09-21/klankschool.png new file mode 100644 index 0000000..34f1af1 Binary files /dev/null and b/2024-09-21/klankschool.png differ diff --git a/2024-09-21/style.css b/2024-09-21/style.css new file mode 100644 index 0000000..52288ee --- /dev/null +++ b/2024-09-21/style.css @@ -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; +}