2020-12-31 20:03:57 +01:00
|
|
|
|
---
|
2021-03-29 12:14:43 +02:00
|
|
|
|
title: Contributors
|
2022-06-01 10:26:43 +02:00
|
|
|
|
permalink: /contributors/
|
|
|
|
|
description: |
|
|
|
|
|
Everyone who <a href='/contribute' title='Contribute'>contributed</a> to this website
|
|
|
|
|
redirect_from: [/people/]
|
2021-03-29 12:14:43 +02:00
|
|
|
|
ref: people
|
2020-12-31 20:03:57 +01:00
|
|
|
|
---
|
2022-06-01 10:26: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
|
|
|
|
|
|
|
|
|
## Localization
|
|
|
|
|
|
2022-06-01 10:26:43 +02:00
|
|
|
|
Everyone who [localized](/l10n 'Localization') this website’s content:
|
2020-12-31 20:03:57 +01:00
|
|
|
|
|
2021-03-29 12:14:43 +02:00
|
|
|
|
<ul>
|
2022-06-01 10:26:43 +02:00
|
|
|
|
{% for person in people %}
|
2021-03-29 12:14:43 +02:00
|
|
|
|
{% if person.what contains 'l10n' %}
|
|
|
|
|
<li>
|
|
|
|
|
{% if person.url != nil %}
|
2022-06-01 10:26:43 +02:00
|
|
|
|
<a href='{{ person.url }}' target='_blank' title='{{ person.title }}'>{{ person.name }} {{ person.surname }}</a>
|
2021-03-29 12:14:43 +02:00
|
|
|
|
{% else %}
|
|
|
|
|
{{ person.name }} {{ person.surname }}
|
|
|
|
|
{% endif %}
|
|
|
|
|
</li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|
2021-02-24 08:03:12 +01:00
|
|
|
|
|
|
|
|
|
## Reviews and consulting
|
|
|
|
|
|
|
|
|
|
Anyone who was consulted and contacted with questions regarding the website.
|
|
|
|
|
|
2021-03-29 12:14:43 +02:00
|
|
|
|
<ul>
|
2022-06-01 10:26:43 +02:00
|
|
|
|
{% for person in people %}
|
2021-03-29 12:14:43 +02:00
|
|
|
|
{% if person.what contains 'help' %}
|
|
|
|
|
<li>
|
|
|
|
|
{% if person.url != nil %}
|
2022-06-01 10:26:43 +02:00
|
|
|
|
<a href='{{ person.url }}' target='_blank' title='{{ person.title }}'>{{ person.name }} {{ person.surname }}</a>
|
2021-03-29 12:14:43 +02:00
|
|
|
|
{% else %}
|
|
|
|
|
{{ person.name }} {{ person.surname }}
|
|
|
|
|
{% endif %}
|
|
|
|
|
</li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
## Illustrations
|
|
|
|
|
|
|
|
|
|
The authors of the drawings and illustrations displayed in the website.
|
|
|
|
|
|
|
|
|
|
<ul>
|
2022-06-01 10:26:43 +02:00
|
|
|
|
{% for person in people %}
|
2021-03-29 12:14:43 +02:00
|
|
|
|
{% if person.what contains 'draw' %}
|
|
|
|
|
<li>
|
|
|
|
|
{% if person.url != nil %}
|
2022-06-01 10:26:43 +02:00
|
|
|
|
<a href='{{ person.url }}' target='_blank' title='{{ person.title }}'>{{ person.name }} {{ person.surname }}</a>
|
2021-03-29 12:14:43 +02:00
|
|
|
|
{% else %}
|
|
|
|
|
{{ person.name }} {{ person.surname }}
|
|
|
|
|
{% endif %}
|
|
|
|
|
</li>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|