deleted some old files

This commit is contained in:
Benjamin Jones 2020-08-17 10:25:56 +02:00
parent 6e1dd3c811
commit 182d897291
2 changed files with 0 additions and 68 deletions

View File

@ -1,45 +0,0 @@
---
layout: page
lang: en
ref: going-online
---
<article class="page-content news-post">
<div class="content post-item">
<img src="{{ page.profile-img}}" alt="">
<header class="post-header">
<h2>{{ page.fullname }} - {{ page.presentaionName }}</h2>
<label class="titlecase">
{% include utils/translated-date.html date=page.dateTime lang=page.lang %}
</label>
</header>
<p class="block">
</p>
<div class="post-content">
{{ content }}
</div>
<div class="post-content">
<h2>
About {{ page.fullname }}
</h2>
<p>
{{ page.bio }}
</p>
{% for site in page.websites %}
<a class="block with-url-arrow" href="{{ site }}">{{ site | remove_first: "https://" | remove_first: "http://" | remove_first: "www." }}</a>
{% endfor %}
</div>
{% for tag in page.tags %}
<p class="tag">
#{{ tag }}
</p>
{% endfor %}
</div>
</article>

View File

@ -1,23 +0,0 @@
---
layout: page
lang: fr
ref: 2020-participants
---
{% assign participants = site.data.rf2020.participants | sort: "fullname" %}
<article class="page-content news-post">
<div class="content post-item">
<div class="post-header">
<h2>Participants</h2>
</div>
<div class="post-content margin-16-bottom">
<ul>
{% for participant in participants %}
<li><a class="block with-url-arrow" href="/rf2020/participants/{{ participant.ref }}.html">{{ participant.fullname }}</a></li>
{% endfor %}
</ul>
</div>
</div>
</article>