quitsocialmedia.club/pages/Contributors.md

64 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Contributors
permalink: /contributors/
description: |
Everyone who <a href='/contribute' title='Contribute'>contributed</a> to this website
redirect_from: [/people/]
ref: people
---
This website [was created](/about 'About quitsocialmedia.club') by [Tommi](https://tommi.space 'Tommi's personal website').
## Localization
Everyone who [localized](/l10n 'Localization') this websites content:
<ul>
{% for person in people %}
{% if person.what contains 'l10n' %}
<li>
{% if person.url != nil %}
<a href='{{ person.url }}' target='_blank' title='{{ person.title }}'>{{ person.name }} {{ person.surname }}</a>
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
</li>
{% endif %}
{% endfor %}
</ul>
## Reviews and consulting
Anyone who was consulted and contacted with questions regarding the website.
<ul>
{% for person in people %}
{% if person.what contains 'help' %}
<li>
{% if person.url != nil %}
<a href='{{ person.url }}' target='_blank' title='{{ person.title }}'>{{ person.name }} {{ person.surname }}</a>
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
</li>
{% endif %}
{% endfor %}
</ul>
## Illustrations
The authors of the drawings and illustrations displayed in the website.
<ul>
{% for person in people %}
{% if person.what contains 'draw' %}
<li>
{% if person.url != nil %}
<a href='{{ person.url }}' target='_blank' title='{{ person.title }}'>{{ person.name }} {{ person.surname }}</a>
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
</li>
{% endif %}
{% endfor %}
</ul>