quitsocialmedia.club/pages/Contributors.md

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 %}