quitsocialmedia.club/pages/Press.md

32 lines
972 B
Markdown
Raw Normal View History

---
title: Press Kit
permalink: /press
redirect_from: ["/presskit", "/press-kit"]
ref: press
description: "Articles and publications containing a reference to this website, plus some basic infos for journalists and press interested in publishing something about the website"
toc: false
---
## Press kit
Please [contact tommi via email]({{ "tommi@quitsocialmedia.club" | uri_encode }} "Write Tommi an email") for any question not answered in the [About page](/about "About quitsocialmedia.club").
<br>
<br>
## Mentions
A list of links to publications where quitsocialmedia appears:
<ul>
{% for article in site.data.press %}
<li>
{% if article.lang == 'it' %}
🇮🇹
{% else %}
🇬🇧
{% endif %}
2021-03-29 11:42:54 +02:00
<a href="{{ article.url }}" rel="noopener noreferrer" target="_blank" title="{{ article.title }}">{{ article.title }}</a> by {{ article.author }} on {{ article.amasthead }}, {{ article.date | date_to_long_string }}
</li>
{% endfor %}
</ul>