From 03fbd00db14c2d13850ee40693d3efae3a57adcf Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 13 Feb 2024 10:24:45 -0600 Subject: [PATCH] Footer tweaks, text adjustments for about, appeals Just a light touch up for the footer and some additional text changes for the about and appeals section --- public/assets/css/global/frame.css | 18 ++++++++++-------- resources/views/frame.blade.php | 6 +++++- resources/views/front/about.blade.php | 19 ++++++++++++++----- resources/views/front/appeals.blade.php | 2 +- 4 files changed, 30 insertions(+), 15 deletions(-) diff --git a/public/assets/css/global/frame.css b/public/assets/css/global/frame.css index f8f0d97..a20eb92 100644 --- a/public/assets/css/global/frame.css +++ b/public/assets/css/global/frame.css @@ -186,25 +186,27 @@ sup { } footer { - width: 100%; color: var(--primary); background: var(--secondary); - height: 200px; - margin-top: 50px; -} - -footer > div:nth-child(1) { display: grid; - grid-template-columns: 50% 50%; + grid-template-columns: 50% 48%; padding: 10px; gap: 10px; height: auto; width: 80%; - margin: 0 auto; + margin: 20px auto; max-width: 1000px; position: relative; } +footer a { + color: var(--white); +} + +footer > div:nth-child(2) { + text-align: right; +} + /* responsive */ diff --git a/resources/views/frame.blade.php b/resources/views/frame.blade.php index b39c6f2..25360cb 100644 --- a/resources/views/frame.blade.php +++ b/resources/views/frame.blade.php @@ -83,7 +83,11 @@ diff --git a/resources/views/front/about.blade.php b/resources/views/front/about.blade.php index 6dcd9e4..7fdbcb0 100644 --- a/resources/views/front/about.blade.php +++ b/resources/views/front/about.blade.php @@ -5,26 +5,35 @@

What is The Bad Space?

-

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. +

The Bad Space arose from a need to identify instances that house bad actors, are poorly moderated, and/or contain inappropriate/offensive content (CSAM, hate speech, fascist ideology, etc.) that puts marginalized communities at risk.

It is an extension of the #fediblock - hashtag created by + hashtag - orginally created by Artist Marcia X with additional support from Ginger to provide a catalog of instances that seek to cause harm and reduce the quality of experience in the fediverse.

- Technical support provided by + The searchable online catalog is built and maintained by Ro. The repo can be found here.

Custom silence and suspend icons graciously provided by puf.

How does it work?

-

The Bad Space is a collaboration of instances committed to actively moderating against racism, sexism, heterosexism, transphobia, ableism, casteism, or religion.

+

The Bad Space is a collaboration of communities, referred to as Current Sources, committed to actively moderating against racism, sexism, heterosexism, transphobia, ableism, casteism, or religion.

-

These instances have permitted The Bad Space to read their respective blocklists to create a composite directory of sites tagged for the behavior above that can be searched and, through a public API, can be integrated into external services.

+

These communities have permitted The Bad Space to ingest their respective blocklists detailing their silences and suspension to create a composite directory of sites that engage in the behavior(s) listed in the section above. For each behavior, the directory of locations can be searched and, through The Bad Space's public API, integrated into external services.

+ +

Adding Locations

+

+ Current Sources continually review the #fediblock hashtag and update their silences and suspensions when warranted. If an instance meets the criteria of a Current Source to be suspended or silenced, The Bad Space will automatically be updated according to said Current Sources' curated data. + + For an instance to be listed on The Bad Space, at least two (2) Current Sources must have that location silenced and/or suspended. Instances will not display in the directory until two (2) Current Sources have taken moderation action against them. +

+

Removing Locations

+ Locations that are displayed in The Bad Space may petition to be removed from the catalog by sending an appeal request to The Bad Space. The appeal process is outlined here.

Current Sources:

Maston:
diff --git a/resources/views/front/appeals.blade.php b/resources/views/front/appeals.blade.php index d633ba6..b8ea236 100644 --- a/resources/views/front/appeals.blade.php +++ b/resources/views/front/appeals.blade.php @@ -10,7 +10,7 @@

Starting the Appeals Process

-

This process can be initiated by sending an Official Appeal to The Bad Space using the Appeal Form (link coming soon) stating why they should not be included. All appeal requests must be sponsored by at least one Current Source, and their name(s) must be included in the submission.

+

This process can be initiated by sending an Official Appeal to The Bad Space using the Appeal Form (found below) stating why they should not be included. All appeal requests must be sponsored by at least one Current Source, and their name(s) must be included in the submission.

The Bad Space will validate the appeal request by contacting a moderator or administrator of the respective instance. If no moderator or administrator is detailed in the appeal request, it will be immediately disqualified.