1
1
mirror of https://github.com/xplosionmind/quitsocialmedia.club.git synced 2025-01-28 14:49:20 +01:00
quitsocialmedia.club/pages/Contributors.md
2021-03-29 12:14:43 +02:00

1.8 KiB
Raw Blame History

title permalink description redirect_from ref
Contributors /contributors Everyone who <a href="/contribute" target="_blank" title="Contribute">contributed</a> to this website
/people
people

This website was created by Tommi.



Localization

Everyone who localized this websites 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 %}