2020-07-29 13:05:02 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
lang: en
|
|
|
|
ref: going-online
|
|
|
|
---
|
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
<article class="page-content margin-128-bottom participant">
|
2020-07-29 13:05:02 +00:00
|
|
|
<div class="content post-item">
|
|
|
|
<header class="post-header">
|
2020-07-29 16:24:30 +00:00
|
|
|
<h2>{{ page.fullname }}</h2>
|
2020-08-16 23:00:02 +00:00
|
|
|
<img src="{{page.pic}}" alt="" class="participant-profile">
|
2020-07-29 13:05:02 +00:00
|
|
|
</header>
|
|
|
|
|
2020-08-16 09:54:33 +00:00
|
|
|
<div class="post-content margin-16-bottom">
|
2020-07-29 13:05:02 +00:00
|
|
|
<h2>
|
|
|
|
About {{ page.fullname }}
|
|
|
|
</h2>
|
2020-07-29 16:24:30 +00:00
|
|
|
<p>
|
2020-08-16 09:54:33 +00:00
|
|
|
{{ page.bio }}
|
2020-07-29 16:24:30 +00:00
|
|
|
</p>
|
2020-08-16 09:54:33 +00:00
|
|
|
{% for site in page.links %}
|
|
|
|
<a class="block with-url-arrow" href="{{ site }}">{{ site | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }}</a>
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="post-content margin-16-bottom inline-block">
|
|
|
|
<h3>
|
|
|
|
{{ page.fullname }}'s Events:
|
|
|
|
</h3>
|
2020-08-16 16:03:53 +00:00
|
|
|
{% for event in site.data.rf2020.events %}
|
|
|
|
{% for id in event.participants %}
|
|
|
|
{% if page.id == id %}
|
|
|
|
<a class="block with-url-arrow" href="/rf2020/events/{{ event.ref }}.html">{{ event.title_ }}</a>
|
2020-07-29 16:24:30 +00:00
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
2020-07-29 13:05:02 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-08-16 09:54:33 +00:00
|
|
|
|
|
|
|
|
2020-07-29 13:05:02 +00:00
|
|
|
</article>
|