forked from are0h/TheBadSpace
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
955 B
Twig
29 lines
955 B
Twig
{% 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">
|
|
<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>
|
|
to provide a catalog of instances that seek to cause harm and reduce the quality of experience in the fediverse.
|
|
</p>
|
|
|
|
</p>
|
|
<p>
|
|
Technical support provided by
|
|
<a href="https://roiskinda.cool/profile.html">Ro</a>.
|
|
</p>
|
|
</section>
|
|
{% endblock %}
|