Browse Source

added details and year selection

master
alicestrt 3 years ago
parent
commit
24e7da7f7e
  1. 34
      index.html
  2. 5
      style.css

34
index.html

@ -14,15 +14,40 @@
<body>
<div class="content">
<div id="left">
<p id="title">Relearn 2021</p>
<p id="title">Relearn
<select onchange="window.location.href=this.value" style="display: inline-block;">
<option value="http://relearn.be/2021/" selected="selected">2021</option>
<option value="http://relearn.be/2019/">2019</option>
<option value="http://relearn.be/2017/">2017</option>
<option value="http://relearn.be/2016/">2016</option>
<option value="http://relearn.be/2015/">2015</option>
<option value="http://relearn.be/2014/">2014</option>
<option value="http://relearn.be/2013/">2013</option>
</select>
</p>
<p id="subtitle">Relearning relearn</p>
<div class="description">
<p>
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. <a href='#' class='more'>Read more about Relearn.</a>
</p>
<p>////////////////////////////////////</p>
<div class='details'>
<p>
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…).
</p>
<p>
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.
</p>
</div>
<p>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. <a href='#' class='more'>Read more about the 2021 edition.</a></p>
<p>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.</p>
<div class="details"><p>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.</p>
<p>
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.</p>
</div>
</div>
<div class="anarchive">
<p class="question">What is the anarchive</p>
@ -41,5 +66,10 @@ This is why we are thinking of this edition in terms of focusing on our local, R
<!--<div id="includedContent"></div>-->
</div>
</div>
<script>
$('a.more').click(function(){
$(this).parent().next().toggle();
});
</script>
</body>
</html>

5
style.css

@ -78,3 +78,8 @@ h1 {
font-size: 22px;
font-family: "Combine";
}
.details {
display: none;
margin-top: 1em;
}

Loading…
Cancel
Save