diff --git a/404.html b/404.html index 18e210f..14baaac 100644 --- a/404.html +++ b/404.html @@ -10,6 +10,5 @@ layout: default

4

Page not found

-

¯\_(ツ)_/¯

return home diff --git a/_data/menu-variants.yml b/_data/menu-variants.yml index 1dd4d8c..946f4a6 100644 --- a/_data/menu-variants.yml +++ b/_data/menu-variants.yml @@ -1,14 +1,14 @@ main: - conference: en: - name: conference 2020 + name: 2020 fr: - name: conference 2020 + name: 2020 items: - program: en: - name: program - url: "/rf2020/program" + name: archive + url: "/rf2020/archive" fr: name: programme url: /rf2020/programme diff --git a/_data/rf2020/events.yml b/_data/rf2020/events.yml index 1e4d39a..b42596b 100644 --- a/_data/rf2020/events.yml +++ b/_data/rf2020/events.yml @@ -13,6 +13,7 @@ In this participatory workshop, we'll explore the major contributors to the internet's carbon emissions as well as build upon and dream of positive steps towards a more sustainable internet. participants: [0] + archive: 4db36fd0-c08b-447d-b613-dd8285288f97 - id : 1 title_ : Peek- creating games for understanding futures diff --git a/_data/translations.yml b/_data/translations.yml index 109ba52..eab9a25 100644 --- a/_data/translations.yml +++ b/_data/translations.yml @@ -24,6 +24,9 @@ program: participants: en: Participants fr: Intervenant·e·x +archive: + en: Archive + fr: Archive join-discord: en: → Join the ReclaimFutures community on Discord. fr: → Join the ReclaimFutures community on Discord. \ No newline at end of file diff --git a/_includes/common/logo.html b/_includes/common/logo.html index 9ccde55..bbada8a 100644 --- a/_includes/common/logo.html +++ b/_includes/common/logo.html @@ -3,7 +3,6 @@ {% else %}

Reclaim
Futures - 18 → 20 {{ site.data.date-locales[page.lang]full_month[8] }} 2020

{% endif %} \ No newline at end of file diff --git a/_includes/program/program-item.html b/_includes/program/program-item.html index 8112a39..15009ac 100644 --- a/_includes/program/program-item.html +++ b/_includes/program/program-item.html @@ -1,4 +1,3 @@ -{% assign event = include.common/program/full-program.html %} {% assign time = event.date | date: "%H:%M" %} {% assign endTime = event.endDate | date: "%H:%M" %} diff --git a/_layouts/page.html b/_layouts/page.html index e35074c..a58895b 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -18,4 +18,4 @@ layout: default {% include common/footer.html %} -{% include common/banner.html %} \ No newline at end of file + \ No newline at end of file diff --git a/_sass/includes/header.scss b/_sass/includes/header.scss index d12dfc4..ea8c1fb 100644 --- a/_sass/includes/header.scss +++ b/_sass/includes/header.scss @@ -84,7 +84,7 @@ header.page-header { filter: drop-shadow(0px 0px 8px var(--colour-grey-light)); @include touch { - margin: var(--size-128) 0 var(--size-64) 0; + margin: var(--size-64) 0; } .subtitle { diff --git a/_sass/pages/rf2020.scss b/_sass/pages/rf2020.scss index 1ded295..a95d932 100644 --- a/_sass/pages/rf2020.scss +++ b/_sass/pages/rf2020.scss @@ -1,6 +1,29 @@ #page-rf2020 { - a { + .content img { + max-width: calc(var(--size-512) + var(--size-128)); + + @include touch { + width: 100%; + } + } + + li { + font-size: var(--size-14); + + &:last-of-type { + margin-bottom: 0; + } + + &::before { + content: '-> '; + } + } + .rf2020-nav { + display: flex; + } + .rf2020-nav a { display: block; + margin-right: var(--size-14); button { -webkit-appearance: none; diff --git a/assets/img/posts/rf2020-full.jpg b/assets/img/posts/rf2020-full.jpg new file mode 100644 index 0000000..6ee7ae3 Binary files /dev/null and b/assets/img/posts/rf2020-full.jpg differ diff --git a/assets/img/posts/rf2020.png b/assets/img/posts/rf2020.png new file mode 100644 index 0000000..dfd98f6 Binary files /dev/null and b/assets/img/posts/rf2020.png differ diff --git a/assets/js/index.js b/assets/js/index.js index 8751760..1d66f12 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -4439,7 +4439,7 @@ var parent = module.bundle.parent; if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') { var hostname = "" || location.hostname; var protocol = location.protocol === 'https:' ? 'wss' : 'ws'; - var ws = new WebSocket(protocol + '://' + hostname + ':' + "56406" + '/'); + var ws = new WebSocket(protocol + '://' + hostname + ':' + "53214" + '/'); ws.onmessage = function (event) { checkedAssets = {}; diff --git a/rf2020/index.html b/rf2020/index.html index 6477be7..d786b55 100644 --- a/rf2020/index.html +++ b/rf2020/index.html @@ -7,9 +7,20 @@ className: rf2020
-

ReclaimFutures 2020

-
- - +

ReclaimFutures 2020

+
+ +

The inaugural edition of ReclaimFutures conference took place on the 18th, 19th and 20th September 2020, live-streamed on Twitch, from our studio in Lasuanne, Switzerland:

+
    +
  • 30 events were presented by 34 speakers and workshop hosts.
  • +
  • Over 1,400 viewers watched.
  • +
  • We live-streamed for over 24 hours across 3 days.
  • +
  • Countless messages were sent on the public discord channel.
  • +
+

Rewatch and rediscover:

+
+
\ No newline at end of file