From 24e7da7f7e104218e8d77d754e587989871c295e Mon Sep 17 00:00:00 2001 From: alicestrt Date: Tue, 1 Jun 2021 12:57:20 +0300 Subject: [PATCH] added details and year selection --- index.html | 34 ++++++++++++++++++++++++++++++++-- style.css | 5 +++++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 27eeb90..c33a942 100644 --- a/index.html +++ b/index.html @@ -14,15 +14,40 @@
-

Relearn 2021

+

Relearn + +

Relearning relearn

+

+ Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning. Read more about Relearn. +

+

////////////////////////////////////

+
+

+ Relearn is a summerschool which welcomes persons, artists, students, teachers from all backgrounds and disciplines. Participants will gather to learn from and teach to each other, beyond the traditional paradigms of education. + Relearn researches convivial, experimental and deviant methods and means in the fields of design, computing and education, challenging the normal roles and separations in them (teacher/student, developer/user, art/life…). +

+

+ Free, Libre and Open Source Software plays a fundamental role at Relearn, as it facilitates a different approach to the tools we commonly use in our practices and lives. For instance, it can allow us to understand the influence that tools themselves exert on the way they are used, or the different social relations and economies that are formed between who creates and uses them. Such a questioning approach to technology feels urgent, in a time in which more and more social, political and personal issues are addressed by solely technological means. +

+
+

Right now there is so very much to relearn. We can't assume that we will be able to travel, cross borders, be together indoors, all things that were a given in the previous editions of Relearn. Read more about the 2021 edition.

-

Right now there is so very much to relearn. We can't assume that we will be able to travel, cross borders, be together indoors, all things that were a given in the previous editions of Relearn. This year, the material conditions of public moments of gathering such as Relearn come under scrutiny: the amount of energy, fuel, safety measures, etc. to make it possible with people coming from different places for a short amount of time.

+

This year, the material conditions of public moments of gathering such as Relearn come under scrutiny: the amount of energy, fuel, safety measures, etc. to make it possible with people coming from different places for a short amount of time.

This is why we are thinking of this edition in terms of focusing on our local, Rotterdam. We do not see this as a turn towards some purely localist vision. We still wish to summon the best of what Relearn can offer: an transnationalist perspective and a chance to experience new and old ideas. We aim to explore the importance of self-organisation and the use of experimental tools to build alternative systems and economies within the urban fabric of Rotterdam. We will be focusing on the materialities of the everyday — e.g. even the most modest of actions, such as purchasing or disposing of any of the trillions of plastic objects causes them to circulate through the twenty-first century and thousands of years into the future.

+

What is the anarchive

@@ -41,5 +66,10 @@ This is why we are thinking of this edition in terms of focusing on our local, R
+ diff --git a/style.css b/style.css index a2c36a2..14c98f0 100644 --- a/style.css +++ b/style.css @@ -78,3 +78,8 @@ h1 { font-size: 22px; font-family: "Combine"; } + +.details { + display: none; + margin-top: 1em; +}