- {{ page.fullname }}'s Events: + {{ page.fullname }}'s events:

{% for event in site.data.rf2020.events %} {% for id in event.participants %} diff --git a/_posts/en/2020-08-22-program-announced.markdown b/_posts/en/2020-08-22-program-announced.markdown new file mode 100644 index 0000000..5391768 --- /dev/null +++ b/_posts/en/2020-08-22-program-announced.markdown @@ -0,0 +1,18 @@ +--- +layout: post +author: ReclaimFutures +title: "Program Announced!" +ref: program-2020-announced +date: 2020-08-22 19:50:00 +0200 +lang: en + +--- + +So here it is! After a period of consideration, we are extremely proud to announce the [events](/rf2020/program) and [participants](/rf2020/participants/) for this (inaugural) edition of ReclaimFutures. + +It's been genuinely amazing to have received such a positive response to the call for proposals and inspiring to read through the proposals we've received – we've really got something exciting to share with you. The weekend of 18-20th September, over 30 participants will be presenting their workshops, talks, video essays and performances. + +Specific times of events and registration links coming very soon! + +{{ site.data.translations.program[page.lang] }} +{{ site.data.translations.participants[page.lang] }} \ No newline at end of file diff --git a/_posts/fr/2020-08-22-program-announced.markdown b/_posts/fr/2020-08-22-program-announced.markdown new file mode 100644 index 0000000..29d6520 --- /dev/null +++ b/_posts/fr/2020-08-22-program-announced.markdown @@ -0,0 +1,19 @@ +--- +layout: post +author: ReclaimFutures +title: "Programme annoncé !" +ref: program-2020-announced +date: 2020-08-22 19:50:00 +0200 +lang: fr +categories: fr + +--- + +Alors voilà ! Après une période de réflexion, nous sommes extrêmement fier.e.s d'annoncer [les événements](/fr/rf2020/programme) et le nom [des participant.e.x.s](/fr/rf2020/participants/) de cette édition (inaugurale) de ReclaimFutures. + +Il a été pour nous *incroyable* de recevoir une réponse si positive à l'appel que nous avons lancé et *inspirant* de lire les propositions que nous avons reçues - nous avons vraiment quelque chose d'excitant à partager avec vous. Le week-end du 18 au 20 septembre, **plus de 30 participant.e.x.s** présenteront leurs ateliers, conférences, essais vidéo et performances + +Les horaires spécifiques des événements et liens d'inscription seront bientôt disponibles ! + +{{ site.data.translations.program[page.lang] }} +{{ site.data.translations.participants[page.lang] }} \ No newline at end of file diff --git a/_sass/layouts/participant.scss b/_sass/layouts/participant.scss index 3c24e5c..0f7997f 100644 --- a/_sass/layouts/participant.scss +++ b/_sass/layouts/participant.scss @@ -37,4 +37,8 @@ max-width: 252px; } } + + .post-content h2:first-of-type { + margin-top: 0; + } } diff --git a/_sass/layouts/post.scss b/_sass/layouts/post.scss index e70f860..6e052a7 100644 --- a/_sass/layouts/post.scss +++ b/_sass/layouts/post.scss @@ -84,3 +84,13 @@ display: inline-block; } } + +.post-content { + a.button { + -webkit-appearance: none; + border: none; + box-shadow: none; + font-size: var(--size-16); + cursor: pointer; + } +} diff --git a/_sass/pages/home.scss b/_sass/pages/home.scss index 75d7ce2..f20a8d2 100644 --- a/_sass/pages/home.scss +++ b/_sass/pages/home.scss @@ -9,4 +9,12 @@ display: inline-block; margin-top: 0; } + + button { + -webkit-appearance: none; + border: none; + box-shadow: none; + font-size: var(--size-16); + cursor: pointer; + } } diff --git a/_sass/pages/rf2020.scss b/_sass/pages/rf2020.scss index 0b78bd9..1ded295 100644 --- a/_sass/pages/rf2020.scss +++ b/_sass/pages/rf2020.scss @@ -1,6 +1,7 @@ #page-rf2020 { a { display: block; + button { -webkit-appearance: none; border: none; diff --git a/assets/img/rf2020/events/last-seen-online.png b/assets/img/rf2020/events/last-seen-online.png new file mode 100644 index 0000000..ea9e633 Binary files /dev/null and b/assets/img/rf2020/events/last-seen-online.png differ