2020-07-29 16:24:30 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
lang: en
|
2020-08-22 12:49:01 +00:00
|
|
|
parentEn: /rf2020/program
|
|
|
|
parentFr: /fr/rf2020/programme
|
|
|
|
parentNameEn: program
|
|
|
|
parentNameFr: programme
|
2020-07-29 16:24:30 +00:00
|
|
|
---
|
|
|
|
|
2020-08-17 20:11:19 +00:00
|
|
|
{% assign format=page.format | downcase %}
|
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
|
|
|
|
<article class="page-content margin-64-bottom event">
|
2020-07-29 16:24:30 +00:00
|
|
|
<div class="content post-item">
|
2020-08-22 18:45:22 +00:00
|
|
|
<header class="post-header flex flex-align-end">
|
2020-08-16 09:54:33 +00:00
|
|
|
<div class="flex flex-col">
|
2020-08-16 16:03:53 +00:00
|
|
|
<h2>
|
|
|
|
{{ page.title_ | strip }}
|
|
|
|
<small>
|
|
|
|
[{{ page.format | strip }}]
|
|
|
|
</small>
|
|
|
|
</h2>
|
2020-08-16 09:54:33 +00:00
|
|
|
</div>
|
2020-08-22 12:49:01 +00:00
|
|
|
<img src="{{ page.pic }}" alt="" class="participant-profile">
|
2020-08-16 09:54:33 +00:00
|
|
|
</header>
|
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
<div class="post-content margin-16-bottom">
|
2020-08-17 20:11:19 +00:00
|
|
|
{% if page.youtube %}
|
2020-08-21 18:25:52 +00:00
|
|
|
{% include embeds/youtube.html slug=page.youtube %}
|
2020-08-17 20:11:19 +00:00
|
|
|
{% endif %}
|
2020-07-29 16:24:30 +00:00
|
|
|
<p>
|
2020-07-30 10:06:45 +00:00
|
|
|
{{ page.description | markdownify }}
|
|
|
|
</p>
|
2020-08-31 11:45:05 +00:00
|
|
|
{% for link in page.links %}
|
|
|
|
<a class="block with-url-arrow" href="{{ link }}">{{ link | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }}</a>
|
|
|
|
{% endfor %}
|
2020-07-29 16:24:30 +00:00
|
|
|
</div>
|
2020-08-17 20:11:19 +00:00
|
|
|
<div class="details">
|
|
|
|
<div class="flex flex-row flex-justify-space-between flex-wrap-m margin-16-bottom">
|
2020-08-21 18:25:52 +00:00
|
|
|
<div class="textbox margin-16-bottom-m flex-1">
|
2020-08-17 20:11:19 +00:00
|
|
|
<h3>
|
|
|
|
In this {{ format }}:
|
|
|
|
</h3>
|
|
|
|
{% for id in page.participants %}
|
|
|
|
{% for participant in site.data.rf2020.participants %}
|
|
|
|
{% if participant.id == id %}
|
|
|
|
<a class="block with-url-arrow" href="/rf2020/participants/{{ participant.ref }}.html">{{ participant.fullname }}</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2020-08-16 16:03:53 +00:00
|
|
|
{% endfor %}
|
2020-08-17 20:11:19 +00:00
|
|
|
</div>
|
2020-08-21 18:25:52 +00:00
|
|
|
{% if format != 'artwork' %}
|
|
|
|
<div class="textbox inline-block margin-16-left-d">
|
|
|
|
<h3>
|
|
|
|
Event date/time<span class="sup">*</span>:
|
|
|
|
</h3>
|
|
|
|
<p>
|
|
|
|
{{ page.date | date: "%d.%m.%y" }}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
2020-08-16 16:03:53 +00:00
|
|
|
</div>
|
2020-08-21 18:25:52 +00:00
|
|
|
<div class="text-right-d flex flex-justify-start"><small class="textbox"><span class="sup">*</span>{{ site.data.translations.event_time_soon[page.lang]}}</small></div>
|
2020-08-17 20:11:19 +00:00
|
|
|
{% if format == 'workshop' %}
|
2020-08-21 18:25:52 +00:00
|
|
|
<div class="text-right-d flex flex-justify-start"><small class="textbox">{{ site.data.translations.registration_coming[page.lang]}}</small></div>
|
2020-08-17 20:11:19 +00:00
|
|
|
{% endif %}
|
2020-08-16 16:03:53 +00:00
|
|
|
</div>
|
2020-07-29 16:24:30 +00:00
|
|
|
</div>
|
|
|
|
</article>
|