2023-01-13 00:43:54 +01:00
{% extends "base/frame.twig" %}
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
{% endblock %}
{% block main %}
<section role="about">
2023-01-17 05:17:22 +01:00
<h1>About</h1>
<h2>What is The Bad Space?</h2>
<p>The Bad Space project was born from a need to effectively identify instances that house bad actors and are poorly moderated, which puts marginalized communities at risk.
<p>
It is an extension of the
<strong>#fediblock</strong>
hashtag created by
<a href="https://www.artistmarciax.com/">Artist Marcia X</a>
with additional support from
<a href="https://digital.rooting.garden">Ginger</a>
2023-01-18 00:54:59 +01:00
to provide a catalog of instances that seek to cause harm and reduce the quality of experience in the fediverse.
2023-01-17 05:17:22 +01:00
</p>
2023-01-13 00:43:54 +01:00
</p>
<p>
2023-01-18 00:54:59 +01:00
Technical support provided by
2023-01-13 00:43:54 +01:00
<a href="https://roiskinda.cool/profile.html">Ro</a>.
</p>
</section>
{% endblock %}