quitsocialmedia.club/pages/Contributors.md

72 lines
1.8 KiB
Markdown
Raw Normal View History

2020-12-31 20:03:57 +01:00
---
2021-03-29 12:14:43 +02:00
title: Contributors
2020-12-31 20:03:57 +01:00
permalink: /contributors
2021-03-29 12:14:43 +02:00
description: 'Everyone who <a href="/contribute" target="_blank" title="Contribute">contributed</a> to this website'
2021-02-24 08:03:12 +01:00
redirect_from: ["/people"]
2021-03-29 12:14:43 +02:00
ref: people
2020-12-31 20:03:57 +01:00
---
2021-03-29 12:14:43 +02:00
This website [was created](/about "About quitsocialmedia.club") by [Tommi](https://tommi.space "Tommi's personal website").
2020-12-31 20:03:57 +01:00
2021-01-01 12:53:46 +01:00
<br>
<br>
2020-12-31 20:03:57 +01:00
## Localization
2021-03-29 12:14:43 +02:00
Everyone who [localized](/l10n "Localization") this websites content:
2020-12-31 20:03:57 +01:00
2021-03-29 12:14:43 +02:00
<ul>
{% for person in site.data.people %}
{% if person.what contains 'l10n' %}
<li>
{% if person.url != nil %}
<a href="{{ person.url }}" rel="noopener noreferrer" target="_blank" title="{{ person.title }}">{{ person.name }} {{ person.surname }}</a>
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
</li>
{% endif %}
{% endfor %}
</ul>
2021-02-24 08:03:12 +01:00
<br>
<br>
## Reviews and consulting
Anyone who was consulted and contacted with questions regarding the website.
2021-03-29 12:14:43 +02:00
<ul>
{% for person in site.data.people %}
{% if person.what contains 'help' %}
<li>
{% if person.url != nil %}
<a href="{{ person.url }}" rel="noopener noreferrer" target="_blank" title="{{ person.title }}">{{ person.name }} {{ person.surname }}</a>
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
</li>
{% endif %}
{% endfor %}
</ul>
<br>
<br>
## Illustrations
The authors of the drawings and illustrations displayed in the website.
<ul>
{% for person in site.data.people %}
{% if person.what contains 'draw' %}
<li>
{% if person.url != nil %}
<a href="{{ person.url }}" rel="noopener noreferrer" target="_blank" title="{{ person.title }}">{{ person.name }} {{ person.surname }}</a>
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
</li>
{% endif %}
{% endfor %}
</ul>