---
title: Contributors
permalink: /contributors
description: 'Everyone who contributed 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 website’s content:
{% for person in site.data.people %}
{% if person.what contains 'l10n' %}
-
{% if person.url != nil %}
{{ person.name }} {{ person.surname }}
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
{% endif %}
{% endfor %}
## Reviews and consulting
Anyone who was consulted and contacted with questions regarding the website.
{% for person in site.data.people %}
{% if person.what contains 'help' %}
-
{% if person.url != nil %}
{{ person.name }} {{ person.surname }}
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
{% endif %}
{% endfor %}
## Illustrations
The authors of the drawings and illustrations displayed in the website.
{% for person in site.data.people %}
{% if person.what contains 'draw' %}
-
{% if person.url != nil %}
{{ person.name }} {{ person.surname }}
{% else %}
{{ person.name }} {{ person.surname }}
{% endif %}
{% endif %}
{% endfor %}