From 982680c3ed669969c1a9725ec97cedee9e6a181c Mon Sep 17 00:00:00 2001 From: alicestrt Date: Tue, 1 Jun 2021 13:15:13 +0300 Subject: [PATCH] changed fonts --- index.html | 10 +++++++--- style.css | 17 +++++++++++++++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c33a942..8d6349a 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,7 @@

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. @@ -40,15 +39,20 @@

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.

-

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

Our "anarchive" can be defined in many ways. An autonomous place for the Relearn community to dialogue without words. As the traces of our collective thinking-out-loud. A collective warm up exercise familiar to the materialities of the everyday group chat. A clutter of information that is not the documentation of a past activity but of something that evokes the not yet known. An unhierarchical accumulation of images, documents and links to spark the tracks that perhaps will run through Relearn.

diff --git a/style.css b/style.css index 14c98f0..c57de92 100644 --- a/style.css +++ b/style.css @@ -58,12 +58,14 @@ img { #subtitle { font-size: 30px; padding-left: 20px; - font-family: "Combine"; + font-family: "ARK-ES"; + margin-top: -40px; } .description { font-size: 16px; padding-left: 20px; padding-right: 60px; + margin-top: 40px; } .anarchive { @@ -76,10 +78,21 @@ h1 { .question { font-size: 22px; - font-family: "Combine"; + font-family: "ARK-ES"; } .details { display: none; margin-top: 1em; } + +a { + text-decoration-style: dashed; + text-decoration-skip-ink: none; + text-decoration-color: blue; + color: black; +} + +.dash { + font-family: "ARK-ES"; +}