mirror of
https://github.com/xplosionmind/quitsocialmedia.club.git
synced 2025-01-28 14:49:20 +01:00
1.8 KiB
1.8 KiB
title | permalink | description | redirect_from | ref | |
---|---|---|---|---|---|
Contributors | /contributors | Everyone who <a href="/contribute" target="_blank" title="Contribute">contributed</a> to this website |
|
people |
This website was created by Tommi.
Localization
Everyone who localized 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 %}