diff --git a/fonts/Aquino.otf b/fonts/Aquino.otf new file mode 100644 index 0000000..da574b8 Binary files /dev/null and b/fonts/Aquino.otf differ diff --git a/fonts/Combine.otf b/fonts/Combine.otf new file mode 100644 index 0000000..8dd5398 Binary files /dev/null and b/fonts/Combine.otf differ diff --git a/fonts/Imperial.otf b/fonts/Imperial.otf new file mode 100644 index 0000000..14c2a86 Binary files /dev/null and b/fonts/Imperial.otf differ diff --git a/fonts/Inconsolata-Regular.ttf b/fonts/Inconsolata-Regular.ttf new file mode 100644 index 0000000..fc981ce Binary files /dev/null and b/fonts/Inconsolata-Regular.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..7004268 --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + + + + test + + +
+
+

Relearn 2021

+

Relearning relearn

+
+ + +

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 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

+

The Relearn anarchive is a collectively generated collection of images, text, references.

+

How does it work?

+

The anarchive is populated using a bot inside an XMPP chat.

+

How to contribute

+

Join our XMPP chat here https://relearn2021.vvvvvvaria.org/

+ +
+
+ +
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..742dda8 --- /dev/null +++ b/style.css @@ -0,0 +1,78 @@ +@font-face { + font-family: "Imperial" format("otf"); + src: url("/fonts/Imperial.otf"); +} + +@font-face { + font-family: "Aquino" format("otf"); + src: url("/fonts/Aquino.otf"); +} + +@font-face { + font-family: "Combine" format("otf"); + src: url("/fonts/Combine.otf"); +} + +@font-face { + font-family: "Inconsolata" format("ttf"); + src: url("/fonts/Inconsolata-Regular.otf"); +} + +.content, html, body { + height: 100%; +} + +#left { + float: left; + width: 50%; + height: 100%; + background: #d1dfc3; + overflow-y: auto; +} +#right { + float: left; + width: 50%; + background: #fdfae3; + height: 100%; + overflow-y: auto; +} + +img { + width: 50%; + padding: 20px; +} + +#caption1 { + float: right; +} + +#title { + padding-left: 20px; + font-family: "Aquino"; + font-size: 50px; + +} + +#subtitle { + font-size: 30px; + padding-left: 20px; + font-family: "Combine"; +} +.description { + font-size: 16px; + padding-left: 20px; + padding-right: 60px; +} + +.anarchive { + padding-left: 20px; +} + +h1 { + padding-left: 20px; +} + +.question { + font-size: 22px; + font-family: "Combine"; +}