Discord Invitations
9 |Invitations to the Discord server are currently closed. Please keep an eye on our Twitter account for updates!
10 |├── .nvmrc ├── .tool-versions ├── .eslintignore ├── .browserslistrc ├── .sassrc ├── assets └── css │ ├── themes │ └── default.scss │ ├── base │ ├── _selection.scss │ ├── _universal-selector.scss │ ├── _fonts.scss │ ├── _code.scss │ ├── _helpers.scss │ ├── _base.scss │ ├── _a.scss │ ├── _radio-buttons.scss │ ├── _typography.scss │ └── _custom-properties.scss │ ├── structures │ ├── _multi-column.scss │ ├── _table-of-content.scss │ ├── _footer.scss │ ├── _header.scss │ ├── _definition-navigation.scss │ └── _grid.scss │ ├── layouts │ ├── _homepage.scss │ └── _pages.scss │ ├── abstracts │ ├── _universal-selector.scss │ ├── _functions.scss │ ├── _mixins.scss │ └── _variables.scss │ ├── components │ ├── _alertbox.scss │ ├── _flag.scss │ ├── _box.scss │ ├── _lists.scss │ └── _definitions.scss │ └── base.scss ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── config.yml │ ├── feature.yml │ ├── translation.yml │ ├── suggestion.yml │ └── bug.yml ├── workflows │ ├── main.yml │ └── a11y.yml └── PULL_REQUEST_TEMPLATE.md ├── 11ty ├── definitions │ ├── fem.md │ ├── poz.md │ ├── bias.md │ ├── brown.md │ ├── burka.md │ ├── definitions.json │ ├── enby.md │ ├── femme.md │ ├── hijab.md │ ├── jihad.md │ ├── power.md │ ├── womxn.md │ ├── equity.md │ ├── impact.md │ ├── intent.md │ ├── racist.md │ ├── tawhid.md │ ├── asexual.md │ ├── colorism.md │ ├── demiboy.md │ ├── demigirl.md │ ├── disabled.md │ ├── empathy.md │ ├── equality.md │ ├── genocide.md │ ├── gray-ace.md │ ├── inherent.md │ ├── intersex.md │ ├── systemic.md │ ├── unqueer.md │ ├── womanism.md │ ├── ancestors.md │ ├── aromantic.md │ ├── disability.md │ ├── ethnicity.md │ ├── hegemonic.md │ ├── homophobia.md │ ├── immigrant.md │ ├── indigenous.md │ ├── matriarchy.md │ ├── misogynoir.md │ ├── patriarchy.md │ ├── positivism.md │ ├── prejudice.md │ ├── privilege.md │ ├── solidarity.md │ ├── systematic.md │ ├── viral-load.md │ ├── egalitarian.md │ ├── entitlement.md │ ├── genderqueer.md │ ├── parachuting.md │ ├── racialized.md │ ├── blerd.md │ ├── deaf-and-deaf.md │ ├── implicit-bias.md │ ├── marginalized.md │ ├── neurodiverse.md │ ├── neurotypical.md │ ├── panic-attacks.md │ ├── two-spirited.md │ ├── undetectable.md │ ├── autism-spectrum.md │ ├── bropropriating.md │ ├── climate-change.md │ ├── discrimination.md │ ├── governmentality.md │ ├── gray-asexuality.md │ ├── militarisation.md │ ├── neurodivergent.md │ ├── serodiscordant.md │ ├── dominant-culture.md │ ├── high-functioning.md │ ├── anxiety-disorders.md │ ├── assigned-at-birth.md │ ├── colonial-narrative.md │ ├── discordant-couples.md │ ├── hard-of-hearing.md │ ├── people-of-color.md │ ├── top-down-approach.md │ ├── intersectionality.md │ ├── medication-sensitive.md │ ├── socially-constructed.md │ ├── vestibular-migraine.md │ ├── ambulatory-wheelchair.md │ ├── child-of-a-deaf-adult.md │ ├── cultural-appropriation.md │ ├── dominant-culture-habits.md │ ├── internalized-oppression.md │ ├── invisible-disabilities.md │ ├── -tard.md │ ├── abuse.md │ ├── ehlers-danlos-syndromes.md │ ├── insane.md │ ├── lame.md │ ├── moron.md │ ├── nuts.md │ ├── people-with-disabilities.md │ ├── psych.md │ ├── rape.md │ ├── ebonics.md │ ├── food.md │ ├── idiot.md │ ├── lunatic.md │ ├── midget.md │ ├── n-word.md │ ├── obese.md │ ├── tranny.md │ ├── trauma.md │ ├── crippled.md │ ├── maniac.md │ ├── nudity.md │ ├── stupid.md │ ├── tribe.md │ ├── bipolar.md │ ├── black-asian-minority-ethnic.md │ ├── bullying.md │ ├── gender-confirmation-surgery.md │ ├── hormone-replacement-therapy.md │ ├── human-immunodeficiency-virus.md │ ├── triggers.md │ ├── xenophoba.md │ ├── alcoholism.md │ ├── depression.md │ ├── pedophilia.md │ ├── psychopath.md │ ├── savior.md │ ├── self-harm.md │ ├── transmisia.md │ ├── illness.md │ ├── platonic.md │ ├── post-traumatic-stress-disorder.md │ ├── transphobia.md │ ├── undetectableuntransmittable-(uu).md │ ├── vertigo.md │ ├── weight-gain.md │ ├── weight-loss.md │ ├── black-indigenous-people-of-color.md │ ├── sexual-assault.md │ ├── totemic-animal.md │ ├── violence-against-women-and-girls.md │ ├── -normative.md │ ├── police-brutality.md │ ├── pride.md │ ├── racist-language.md │ ├── spirit-animal.md │ ├── ableist-language.md │ ├── acquired-immune-deficiency-syndrome.md │ ├── african-american-vernacular-english.md │ ├── childhood-trauma.md │ ├── not-safe-for-work.md │ ├── settler.md │ ├── trans-exclusionary-radical-feminist.md │ ├── oppression.md │ ├── white-supremacist-capitalist-patriarchy.md │ ├── attention-deficithyperactivity-disorder.md │ ├── complex-post-traumatic-stress-disorder.md │ ├── other-specified-feeding-or-eating-disorders.md │ ├── -phile.md │ ├── hermaphrodite.md │ ├── plural.md │ ├── -phobia.md │ ├── -passing.md │ ├── black.md │ ├── prophylaxis.md │ ├── -splaining.md │ ├── attraction.md │ ├── demi.md │ ├── fat.md │ ├── asian.md │ ├── anti-.md │ ├── albino.md │ ├── monoculture.md │ ├── sexual.md │ ├── unreal.md │ ├── fr_FR │ │ ├── monoculture.md │ │ ├── pluriel.md │ │ ├── cisgenre.md │ │ ├── transgenre.md │ │ ├── irreel.md │ │ ├── pansexuel.md │ │ ├── transfeminine.md │ │ ├── bisexuel.md │ │ ├── trouble-dissociatif-de-l-identite.md │ │ ├── non-binaire.md │ │ ├── fragilite-blanche.md │ │ ├── biromantique.md │ │ ├── capacitisme.md │ │ ├── pronoms-genres.md │ │ ├── gaslighting.md │ │ └── femmes-et-personnes-de-couleur.md │ ├── metis.md │ ├── race.md │ ├── gender.md │ ├── racism.md │ ├── american.md │ ├── trans.md │ ├── cisgender.md │ ├── transgender.md │ ├── pt_PT │ │ ├── cisgenero.md │ │ ├── transgenero.md │ │ └── capacitismo.md │ ├── white.md │ ├── pansexual.md │ ├── nl_NL │ │ └── biseksueel.md │ ├── transfeminine.md │ ├── dissociative-identity-disorder.md │ ├── bisexual.md │ ├── hispanic.md │ ├── neopronouns.md │ ├── egonomics.md │ ├── east-asian.md │ ├── south-asian.md │ ├── gender-pronouns.md │ ├── non-binary.md │ ├── agender.md │ ├── women-and-people-of-colour.md │ ├── asian-american.md │ ├── latinx.md │ ├── split-attraction-model.md │ ├── food-desert.md │ ├── latino.md │ ├── junkie.md │ ├── semitic.md │ ├── spaz.md │ ├── polyamory.md │ ├── mx.md │ ├── biromantic.md │ ├── minorities.md │ ├── crazy.md │ ├── southeast-asian.md │ ├── minoritised.md │ ├── white-fragility.md │ ├── bi-erasure.md │ ├── ableism.md │ ├── english-as-second-language.md │ ├── preferred-pronoun.md │ ├── circle-the-wagons.md │ ├── gaslighting.md │ ├── nerd.md │ ├── neo-colonialism.md │ ├── master-slave.md │ ├── guys.md │ ├── oriental.md │ ├── obsessive-compulsive-disorder.md │ ├── barbaric.md │ ├── performative-allyship.md │ ├── fatphobia.md │ ├── colonialism.md │ ├── sane.md │ ├── third-world-country.md │ ├── -misia.md │ ├── optical-allyship.md │ ├── corporate-blackface.md │ ├── hysterical.md │ ├── tone-deaf.md │ └── peanut-gallery.md ├── documentation │ ├── documentation.json │ ├── examples │ │ ├── examples.json │ │ ├── index.md │ │ └── basic.md │ ├── index.md │ ├── development.md │ └── frequently-asked-questions.njk ├── filters │ ├── definitionPermalink.js │ ├── helpers │ │ └── findExistingDefinition.js │ └── _tests │ │ └── definitionPermalink.spec.js ├── helpers │ ├── definitionPermalink.js │ ├── __tests__ │ │ └── definitionPermalink.spec.js │ └── findDefinitionContentNextItems.js ├── content-warning-guidelines │ └── content-warning-guidelines.json ├── _includes │ ├── components │ │ ├── sub-page-header.njk │ │ ├── alertbox.njk │ │ ├── table-of-content.njk │ │ ├── content-warning-flag.njk │ │ ├── table-of-content-item.njk │ │ ├── base │ │ │ └── site-footer.njk │ │ └── definition-content.njk │ └── layouts │ │ ├── documentation.njk │ │ ├── index.njk │ │ └── definition.njk ├── _data │ ├── site.js │ └── metadata.json ├── shortcodes │ ├── metaDescriptionWithFlag.js │ ├── __tests__ │ │ └── metaDescriptionWithFlag.spec.js │ └── renderDefinitionContentNextEntries.js ├── discord │ └── index.njk ├── feed.njk ├── assets │ └── js │ │ └── theme-switcher.js └── index.njk ├── .postcssrc ├── .gitignore ├── ava.config.js ├── .markdownlint.json ├── .prettierrc ├── .editorconfig ├── .eslintrc.json ├── .stylelintrc ├── lighthouserc.js ├── netlify.toml └── _util └── create-empty-definitions.js /.nvmrc: -------------------------------------------------------------------------------- 1 | 14.16 2 | -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | nodejs 14.16.1 2 | -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- 1 | dist/ 2 | !.eleventy.js 3 | -------------------------------------------------------------------------------- /.browserslistrc: -------------------------------------------------------------------------------- 1 | > 1% 2 | last 2 versions 3 | not ie 10 4 | -------------------------------------------------------------------------------- /.sassrc: -------------------------------------------------------------------------------- 1 | { 2 | "includePaths": ["node_modules"] 3 | } 4 | -------------------------------------------------------------------------------- /assets/css/themes/default.scss: -------------------------------------------------------------------------------- 1 | // TODO: Add themes. 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [tatianamac] 2 | patreon: # tatianatmac 3 | -------------------------------------------------------------------------------- /11ty/definitions/fem.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Fem 3 | slug: fem 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/poz.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Poz 3 | slug: poz 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /.postcssrc: -------------------------------------------------------------------------------- 1 | { 2 | "plugins": { 3 | "postcss-preset-env": true 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /11ty/definitions/bias.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bias 3 | slug: bias 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/brown.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Brown 3 | slug: brown 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/burka.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Burka 3 | slug: burka 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/definitions.json: -------------------------------------------------------------------------------- 1 | { 2 | "layout": "layouts/definition.njk" 3 | } 4 | -------------------------------------------------------------------------------- /11ty/definitions/enby.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: enby 3 | slug: enby 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/femme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Femme 3 | slug: femme 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/hijab.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Hijab 3 | slug: hijab 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/jihad.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Jihad 3 | slug: jihad 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/power.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: power 3 | slug: power 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/womxn.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: womxn 3 | slug: womxn 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | # prevent blank issue 2 | blank_issues_enabled: false 3 | -------------------------------------------------------------------------------- /11ty/definitions/equity.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Equity 3 | slug: equity 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/impact.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Impact 3 | slug: impact 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/intent.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Intent 3 | slug: intent 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/racist.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Racist 3 | slug: racist 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/tawhid.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tawhid 3 | slug: tawhid 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/documentation/documentation.json: -------------------------------------------------------------------------------- 1 | { 2 | "layout": "layouts/documentation.njk" 3 | } 4 | -------------------------------------------------------------------------------- /11ty/definitions/asexual.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: asexual 3 | slug: asexual 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/colorism.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: colorism 3 | slug: colorism 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/demiboy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: demiboy 3 | slug: demiboy 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/demigirl.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: demigirl 3 | slug: demigirl 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/disabled.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Disabled 3 | slug: disabled 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/empathy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Empathy 3 | slug: empathy 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/equality.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Equality 3 | slug: equality 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/genocide.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Genocide 3 | slug: genocide 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/gray-ace.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: gray ace 3 | slug: gray-ace 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/inherent.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Inherent 3 | slug: inherent 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/intersex.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: intersex 3 | slug: intersex 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/systemic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Systemic 3 | slug: systemic 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/unqueer.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Unqueer 3 | slug: unqueer 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/womanism.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: womanism 3 | slug: womanism 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/documentation/examples/examples.json: -------------------------------------------------------------------------------- 1 | { 2 | "layout": "layouts/documentation.njk" 3 | } 4 | -------------------------------------------------------------------------------- /11ty/definitions/ancestors.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ancestors 3 | slug: ancestors 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/aromantic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: aromantic 3 | slug: aromantic 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/disability.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Disability 3 | slug: disability 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/ethnicity.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ethnicity 3 | slug: ethnicity 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/hegemonic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: hegemonic 3 | slug: hegemonic 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/homophobia.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Homophobia 3 | slug: homophobia 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/immigrant.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Immigrant 3 | slug: immigrant 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/indigenous.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Indigenous 3 | slug: indigenous 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/matriarchy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Matriarchy 3 | slug: matriarchy 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/misogynoir.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Misogynoir 3 | slug: misogynoir 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/patriarchy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Patriarchy 3 | slug: patriarchy 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/positivism.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Positivism 3 | slug: positivism 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/prejudice.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Prejudice 3 | slug: prejudice 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/privilege.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Privilege 3 | slug: privilege 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/solidarity.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Solidarity 3 | slug: solidarity 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/systematic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Systematic 3 | slug: systematic 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/viral-load.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Viral Load 3 | slug: viral-load 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/egalitarian.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Egalitarian 3 | slug: egalitarian 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/entitlement.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Entitlement 3 | slug: entitlement 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/genderqueer.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: genderqueer 3 | slug: genderqueer 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/parachuting.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Parachuting 3 | slug: parachuting 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/racialized.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: racialised 3 | slug: racialised 4 | defined: false 5 | --- 6 | -------------------------------------------------------------------------------- /11ty/filters/definitionPermalink.js: -------------------------------------------------------------------------------- 1 | module.exports = function(slug) { 2 | return `/#${slug}`; 3 | }; 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | dist 4 | config.codekit3 5 | .cache 6 | .sass-cache 7 | .vscode 8 | -------------------------------------------------------------------------------- /11ty/definitions/blerd.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Blerd 3 | slug: blerd 4 | defined: false 5 | speech: noun 6 | --- 7 | -------------------------------------------------------------------------------- /11ty/definitions/deaf-and-deaf.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: deaf and Deaf 3 | slug: deaf-and-deaf 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/implicit-bias.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Implicit bias 3 | slug: implicit-bias 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/marginalized.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Marginalized 3 | slug: marginalized 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/neurodiverse.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Neurodiverse 3 | slug: neurodiverse 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/neurotypical.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Neurotypical 3 | slug: neurotypical 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/panic-attacks.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Panic attacks 3 | slug: panic-attacks 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/two-spirited.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Two-spirited 3 | slug: two-spirited 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/undetectable.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Undetectable 3 | slug: undetectable 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/autism-spectrum.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Autism spectrum 3 | slug: autism-spectrum 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/bropropriating.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bropropriating 3 | slug: bropropriating 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/climate-change.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Climate change 3 | slug: climate-change 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/discrimination.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Discrimination 3 | slug: discrimination 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/governmentality.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Governmentality 3 | slug: governmentality 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/gray-asexuality.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gray asexuality 3 | slug: gray-asexuality 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/militarisation.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Militarisation 3 | slug: militarisation 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/neurodivergent.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Neurodivergent 3 | slug: neurodivergent 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/serodiscordant.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Serodiscordant 3 | slug: serodiscordant 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/helpers/definitionPermalink.js: -------------------------------------------------------------------------------- 1 | module.exports = function(slug) { 2 | return `/definitions/${slug}/`; 3 | }; 4 | -------------------------------------------------------------------------------- /ava.config.js: -------------------------------------------------------------------------------- 1 | export default { 2 | files: ['./**/*.spec.js'], 3 | require: ['esm'], 4 | verbose: true 5 | }; 6 | -------------------------------------------------------------------------------- /11ty/content-warning-guidelines/content-warning-guidelines.json: -------------------------------------------------------------------------------- 1 | { 2 | "layout": "layouts/documentation.njk" 3 | } 4 | -------------------------------------------------------------------------------- /11ty/definitions/dominant-culture.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Dominant culture 3 | slug: dominant-culture 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/high-functioning.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: High-Functioning 3 | slug: high-functioning 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- 1 | { 2 | "MD004": {"style": "dash"}, 3 | "MD013": false, 4 | "MD024": false, 5 | "MD033": false 6 | } -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "semi": true, 3 | "singleQuote": true, 4 | "useTabs": false, 5 | "arrowParens": "always" 6 | } 7 | -------------------------------------------------------------------------------- /11ty/definitions/anxiety-disorders.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Anxiety disorders 3 | slug: anxiety-disorders 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/assigned-at-birth.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: assigned at birth 3 | slug: assigned-at-birth 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/colonial-narrative.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Colonial narrative 3 | slug: colonial-narrative 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/discordant-couples.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Discordant couples 3 | slug: discordant-couples 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/hard-of-hearing.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Hard of Hearing (HOH) 3 | slug: hard-of-hearing 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/people-of-color.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: People of Color (PoC) 3 | slug: people-of-color 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/top-down-approach.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Top-down approach 3 | slug: top-down-approach 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/intersectionality.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Intersectionality 3 | slug: intersectionality 4 | defined: false 5 | --- 6 | -------------------------------------------------------------------------------- /11ty/definitions/medication-sensitive.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Medication sensitive 3 | slug: medication-sensitive 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/socially-constructed.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Socially constructed 3 | slug: socially-constructed 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/vestibular-migraine.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Vestibular migraine 3 | slug: vestibular-migraine 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/ambulatory-wheelchair.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ambulatory Wheelchair 3 | slug: ambulatory-wheelchair 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/child-of-a-deaf-adult.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Child of a Deaf Adult (CODA) 3 | slug: child-of-a-deaf-adult 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/cultural-appropriation.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: cultural appropriation 3 | slug: cultural-appropriation 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/dominant-culture-habits.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Dominant culture habits 3 | slug: dominant-culture-habits 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/internalized-oppression.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: internalized oppression 3 | slug: internalized-oppression 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/invisible-disabilities.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: invisible disabilities 3 | slug: invisible-disabilities 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/-tard.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: -tard 3 | slug: -tard 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/abuse.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Abuse 3 | slug: abuse 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/ehlers-danlos-syndromes.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ehlers-Danlos Syndromes (EDS) 3 | slug: ehlers-danlos-syndromes 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/insane.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Insane 3 | slug: insane 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist language 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/lame.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Lame 3 | slug: lame 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: 'ableist slur' 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/moron.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Moron 3 | slug: moron 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/nuts.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: nuts 3 | slug: nuts 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist language 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/people-with-disabilities.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: People with disabilities 3 | slug: people-with-disabilities 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/psych.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Psych 3 | slug: psych 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist language 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/rape.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Rape 3 | slug: rape 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- -------------------------------------------------------------------------------- /11ty/filters/helpers/findExistingDefinition.js: -------------------------------------------------------------------------------- 1 | module.exports = (word, collection) => 2 | collection.find((item) => item.data.title === word); 3 | -------------------------------------------------------------------------------- /11ty/definitions/ebonics.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ebonics 3 | slug: ebonics 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: racist language 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/food.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Food 3 | slug: food 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/idiot.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Idiot 3 | slug: idiot 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: 'Ableist language' 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/lunatic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Lunatic 3 | slug: lunatic 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/midget.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Midget 3 | slug: midget 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/n-word.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: N-word 3 | slug: n-word 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: racist slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/obese.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Obese 3 | slug: obese 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: anti-fat language 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/tranny.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tranny 3 | slug: tranny 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: anti-trans slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/trauma.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: trauma 3 | slug: trauma 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- -------------------------------------------------------------------------------- /assets/css/base/_selection.scss: -------------------------------------------------------------------------------- 1 | ::selection { 2 | background-color: var(--clr-foreground-transparent); 3 | color: var(--clr-background); 4 | } 5 | -------------------------------------------------------------------------------- /11ty/definitions/crippled.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Crippled 3 | slug: crippled 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist slur 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/maniac.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Maniac 3 | slug: maniac 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist language 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/nudity.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Nudity 3 | slug: nudity 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/stupid.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Stupid 3 | slug: stupid 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: ableist language 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/tribe.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tribe 3 | slug: tribe 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: cultural appropriation 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/bipolar.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bipolar 3 | slug: bipolar 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: medical appropriation 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/black-asian-minority-ethnic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Black Asian Minority Ethnic (BAME) 3 | slug: black-asian-minority-ethnic 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/bullying.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bullying 3 | slug: bullying 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/gender-confirmation-surgery.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Gender confirmation surgery (GCS) 3 | slug: gender-confirmation-surgery 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/hormone-replacement-therapy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Hormone Replacement Therapy (HRT) 3 | slug: hormone-replacement-therapy 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/human-immunodeficiency-virus.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Human Immunodeficiency Virus (HIV) 3 | slug: human-immunodeficiency-virus 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/triggers.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Triggers 3 | slug: triggers 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: medical appropriation 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/xenophoba.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: xenophobia 3 | slug: xenophobia 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/alcoholism.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: alcoholism 3 | slug: alcoholism 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/depression.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Depression 3 | slug: depression 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/pedophilia.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: pedophilia 3 | slug: pedophilia 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/psychopath.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Psychopath 3 | slug: psychopath 4 | flag: 5 | text: 'Ableist Slur' 6 | level: avoid 7 | defined: false 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/savior.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Savior 3 | slug: savior 4 | defined: false 5 | sub_terms: 6 | - text: White 7 | full_title: White Savior 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/self-harm.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Self-harm 3 | slug: self-harm 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/transmisia.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: transmisia 3 | slug: transmisia 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root=true 2 | 3 | [*] 4 | indent_size = 2 5 | indent_style = space 6 | trim_trailing_whitespace = true 7 | insert_final_newline = true 8 | line_length = 120 -------------------------------------------------------------------------------- /11ty/definitions/illness.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Illness 3 | slug: illness 4 | defined: false 5 | sub_terms: 6 | - text: Chronic 7 | full_title: Chronic Illness 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/platonic.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Platonic 3 | slug: platonic 4 | defined: false 5 | sub_terms: 6 | - text: Queer 7 | full_title: Queer Platonic 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/post-traumatic-stress-disorder.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Post-Traumatic Stress Disorder (PTSD) 3 | slug: post-traumatic-stress-disorder 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/transphobia.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: transphobia 3 | slug: transphobia 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/undetectableuntransmittable-(uu).md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Undetectable=Untransmittable (U=U) 3 | slug: undetectableuntransmittable-(uu) 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/vertigo.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Vertigo 3 | slug: vertigo 4 | defined: false 5 | sub_terms: 6 | - text: Visual 7 | full_title: Visual Vertigo 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/weight-gain.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: weight gain 3 | slug: weight-gain 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/weight-loss.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: weight loss 3 | slug: weight-loss 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /assets/css/structures/_multi-column.scss: -------------------------------------------------------------------------------- 1 | .multi-column { 2 | column-count: auto; 3 | column-gap: var(--l-gap); 4 | column-width: var(--auto-grid-min-size); 5 | } 6 | -------------------------------------------------------------------------------- /assets/css/structures/_table-of-content.scss: -------------------------------------------------------------------------------- 1 | .toc__list-item { 2 | break-inside: avoid; 3 | 4 | > span, > a { 5 | margin-right: 0.75rem; 6 | } 7 | 8 | } 9 | -------------------------------------------------------------------------------- /11ty/definitions/black-indigenous-people-of-color.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Black Indigenous People of Color (BIPOC) 3 | slug: black-indigenous-people-of-color 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/sexual-assault.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: sexual assault 3 | slug: sexual-assault 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/totemic-animal.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Totemic animal 3 | slug: totemic-animal 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: cultural appropriation 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/violence-against-women-and-girls.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Violence against women and girls (VAWG) 3 | slug: violence-against-women-and-girls 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/-normative.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: -normative 3 | slug: -normative 4 | defined: false 5 | sub_terms: 6 | - text: Hetero 7 | full_title: heternormative 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/police-brutality.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: police brutality 3 | slug: police-brutality 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/pride.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Pride 3 | slug: pride 4 | defined: false 5 | sub_terms: 6 | - text: First 7 | full_title: First Pride (Anti-Police Riots) 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/racist-language.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Racist language 3 | slug: racist-language 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/spirit-animal.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Spirit animal 3 | slug: spirit-animal 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: cultural appropriation 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/ableist-language.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ableist language 3 | slug: ableist-language 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/acquired-immune-deficiency-syndrome.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Acquired Immune Deficiency Syndrome (AIDS) 3 | slug: acquired-immune-deficiency-syndrome 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/african-american-vernacular-english.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: African American Vernacular English (AAVE) 3 | slug: african-american-vernacular-english 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/childhood-trauma.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: childhood trauma 3 | slug: childhood-trauma 4 | defined: false 5 | flag: 6 | level: warning 7 | text: content warning 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/not-safe-for-work.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Not Safe For Work (NSFW) 3 | slug: not-safe-for-work 4 | defined: false 5 | flag: 6 | level: avoid 7 | text: 'anti-sex work' 8 | --- -------------------------------------------------------------------------------- /11ty/definitions/settler.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: settler 3 | slug: settler 4 | defined: false 5 | sub_terms: 6 | - text: colonial mentality 7 | full_title: colonial mentality 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/trans-exclusionary-radical-feminist.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Trans Exclusionary Radical Feminist (TERF) 3 | slug: trans-exclusionary-radical-feminist 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/oppression.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Oppression 3 | slug: oppression 4 | defined: false 5 | sub_terms: 6 | - text: Iternalised 7 | full_title: Internalised Oppression 8 | --- 9 | -------------------------------------------------------------------------------- /11ty/definitions/white-supremacist-capitalist-patriarchy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: White supremacist capitalist patriarchy 3 | slug: white-supremacist-capitalist-patriarchy 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /assets/css/layouts/_homepage.scss: -------------------------------------------------------------------------------- 1 | .homepage-section { 2 | margin-top: calc(var(--l-gap) * 2); 3 | 4 | @media (min-width: 800px) { 5 | margin-top: calc(var(--l-gap) * 4); 6 | } 7 | } -------------------------------------------------------------------------------- /11ty/definitions/attention-deficithyperactivity-disorder.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Attention-Deficit/Hyperactivity Disorder (ADHD) 3 | slug: attention-deficithyperactivity-disorder 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/definitions/complex-post-traumatic-stress-disorder.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Complex Post-Traumatic Stress Disorder (PTSD) 3 | slug: complex-post-traumatic-stress-disorder 4 | defined: false 5 | --- -------------------------------------------------------------------------------- /11ty/_includes/components/sub-page-header.njk: -------------------------------------------------------------------------------- 1 |
A modern dictionary about us.
We define our words, but they don't define us.
If you found a typo, would like to add another resource, or add nuance to this definition, please feel free to submit an issue or open a pull request.
4 |Invitations to the Discord server are currently closed. Please keep an eye on our Twitter account for updates!
10 |We would recommend adding a content warning when speaking about this term. Please read the guidance on how and when to warn people before using this term in any context.
7 |We would recommend adding a content warning when speaking about this term. Please read the guidance on how and when to warn people before using this term in any context.
14 |{{ speech }}
17 |A modern dictionary about us.
We define our words, but they don't define us.
12 | Self-Defined seeks to provide more inclusive, holistic, and fluid definitions to reflect the diverse perspectives of the modern world. 13 |
14 |15 | With the foundation of vocabulary, we can begin to understand lived experiences of people different than us. Words can provide us with a sense of identity and allow us to find kinship through common experiences. 16 |
17 |Answers to frequently asked questions.
9 | 10 |Open PR
14 |Some examples of when you may want to open a PR:
15 |Generally speaking, if you know how to open a PR in order to fix the issue, doing that is best. However, we recognise that it requires knowledge of GitHub and code to some degree, which is a form of gatekeeping. We're currently working on ways to improve/remove this barrier to entry. We also are always willing to help if you'd like to learn. Reach out via our Slack community
22 |Open Issue
25 |Some examples of when you may want to open an issue:
26 |Related: Contributing Guidelines
36 | -------------------------------------------------------------------------------- /11ty/definitions/sane.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: sane 3 | slug: sane 4 | flag: 5 | text: 'Medical appropriation' 6 | level: avoid 7 | defined: true 8 | excerpt: of sound mind, mentally healthy; the connotation that sanity ((being neurotypical or mentally well and abled) is good implies that insanity (being neurodivergent or mentally ill and disabled) is bad 9 | speech: noun 10 | alt_words: 11 | - logical 12 | - mindful 13 | - reasonable 14 | - sound 15 | - thoughtful 16 | - well-conceived 17 | - well-constructed 18 | - well-tested 19 | reading: 20 | - text: Stack Exchange 21 | href: https://english.stackexchange.com/questions/282282/near-universally-applicable-alternative-to-sanity-check 22 | --- 23 | 24 | of sound mind, mentally healthy 25 | 26 | ## Issues 27 | 28 | While "[insane](/definitions/insane)" might seem more obvious to people as an ableist word to use, the subtle connotation that sanity is good implicitly suggests that _insanity_, its opposite, is bad. 29 | 30 | Connoting sanity (which is an assessment of a person's neurological status—a medical condition that largely can't be changed) with being well-thought out, reasonable, sensible (or mindful of an event or series of events) reinforces the ableist idea that sanity (being neurotypical or mentally well and abled) is good, and its opposite of insanity (being neurodivergent or mentally ill and disabled), is bad. 31 | 32 | ## Impact 33 | 34 | Using "sane" reinforces the system that excludes mentally ill and disabled people, reinforcing negative biases against them. Using this language causes harm to mentally ill, neurodivergent, and disabled people. 35 | 36 | By using this ableist language, we are perpetuating violence against people who experience mental or psychological disabilities. Using this language perpetuates those systems and language of harm, regardless of our intent. 37 | 38 | ## Usage Tip 39 | 40 | Be more specific. Typically we can find an alternate definition by taking time to reflect on what criteria we hope our test can meet and what kind of feedback we're hoping to gain. 41 | 42 | ## Read also 43 | 44 | - [sanity check](/definitions/sanity-check) 45 | -------------------------------------------------------------------------------- /11ty/definitions/third-world-country.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: third-world country 3 | slug: third-world-country 4 | defined: true 5 | speech: noun 6 | flag: 7 | level: avoid 8 | warning: colonialist language 9 | 10 | --- 11 | 12 | describes a country that doesn’t quite align with Western ideology or the Western image of society. (_Also common are terms such as “third-world” (adj.), “first-world”, “developing/developed nations”, etc._) 13 | 14 | ## History 15 | 16 | “Three worlds” terminology originally arose during the cold war to define countries that were aligned with North Atlantic Treaty Organization (NATO) (“1st world”), aligned with the Warsaw Pact (“2nd world”), or non-aligned (“3rd world”). Because many third-world countries were economically poor, it became common to refer to poor countries as third-world. 17 | 18 | ## Issues 19 | 20 | First off, the term is archaic and refers to a /_NATO vs The Communists_/ worldview that is no longer relevant. Secondly, and more importantly, it presupposes a hierarchy between countries, ranked by Western ideals and homogeneity. Western ideology is a fairly narrow way to perceive global socioeconomics. In the words of [Zeeshan Aleem](_https://www.mic.com/articles/107686/why-you-shouldn-t-call-poor-nations-third-world-countries_): “Social democracy in Scandinavia, oil-funded theocracy in Saudi Arabia, and a one-party, partially planned, partially free market economy in China are all vastly different models for generating and harnessing prosperity.” 21 | 22 | ## Impact 23 | 24 | This language is wrought in Western or American/Anglo-centric worldview. It treats any country, region, or culture that didn't or doesn't follow the Western ideal of "progress" or "development", et al., as lesser. It lacks context and is dehumanizing to those people. 25 | 26 | ## Usage Tip 27 | 28 | Be more specific or contextual. If we mean “countries with high infant mortality rates”, or “countries experiencing an HIV/AIDS outbreak”, we probably ought to say that. It’s much more clear to be specific. Further, consider the context of what we replace the phrase with — are we still imposing Western/colonialist values with our language?) 29 | -------------------------------------------------------------------------------- /11ty/definitions/-misia.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: -misia 3 | slug: -misia 4 | speech: noun 5 | defined: true 6 | excerpt: from Greek for hate or hatred 7 | sub_terms: 8 | - text: Fat 9 | full_title: fatmisia 10 | - text: Islam 11 | full_title: Islamomisia 12 | - text: Trans 13 | full_title: transmisia 14 | reading: 15 | - text: Beatley Library Anti-Oppression Guide 16 | href: https://simmons.libguides.com/anti-oppression#s-lib-ctab-10174165-1 17 | - text: "Anti-Oppression: Anti-Fatmisia" 18 | href: https://simmons.libguides.com/anti-oppression/anti-fatmisia 19 | --- 20 | 21 | from Greek for hate or hatred 22 | 23 | ## Use 24 | 25 | -Misia can be appended to minoritised identifiers that are targeted for hate, such as fat (fatmisia), trans (transmisia), or Islam (Islamomisia). 26 | 27 | ## Issues 28 | 29 | -Phobia is Greek for 'fear of'. 30 | 31 | When used as a suffix in the context of Islamophobia, transphobia, or fatphobia, it is implied that the individual or group has a _fear_ of individuals and communities who identify in those ways. Rather than a direct translation, however, the implication and subtext of these terms is one of prejudice and discrimination. Using the term phobia falsely masks hate as fear. 32 | 33 | Additionally, people with anxiety disorders and mental illness can also experience phobias, so conflating prejudice and discrimination (attitudes and behaviours that can be changed) with medical conditions that cannot be changed additionally harms people who experience phobias from their anxiety disorders. 34 | 35 | As such, using the term phobia removes the responsibility from those who exhibit prejudice and discrimination as it implies it is outside of their control. 36 | 37 | ## Impact 38 | 39 | Hateful actions of prejudice and discrimination are unfairly conflated with mental illness. It can create a false parallel where one could imply that actual phobias are something that can be controlled, which harms people who experience actual phobias. 40 | 41 | Meanwhile, people exhibiting prejudice and discrimination are given excuses for their bigoted behaviour and not held accountable for their actions. 42 | 43 | ## Preferable To 44 | 45 | -phobia 46 | -------------------------------------------------------------------------------- /assets/css/base/_custom-properties.scss: -------------------------------------------------------------------------------- 1 | // create variables for all colours 2 | @mixin raw-color-names { 3 | @each $name, $value in $colors { 4 | --clr-#{$name}: #{$value}; 5 | } 6 | } 7 | 8 | // map the raw colours to abstract names in standard color mode 9 | // we map the colour values here to prepare for dark mode 10 | // with these mapping we express the _design intention_ rather than the colour value 11 | @mixin color-scheme-light { 12 | --clr-primary: var(--clr-red); 13 | --clr-secondary: var(--clr-green); 14 | --clr-foreground: var(--clr-black); 15 | --clr-foreground-transparent: var(--clr-black-transparent); 16 | --clr-background: white; 17 | --clr-accent: var(--clr-pink); 18 | --clr-border-main: var(--clr-dark-grey); 19 | 20 | --clr-positive: var(--clr-green); 21 | --clr-positive-text: var(--clr-dark-green); 22 | --clr-positive-background: var(--clr-pale-green); 23 | 24 | --clr-warning: var(--clr-yellow); 25 | --clr-warning-background: var(--clr-pale-yellow); 26 | --clr-warning-text: var(--clr-dark-yellow); 27 | 28 | --clr-avoid: var(--clr-red); 29 | --clr-avoid-background: var(--clr-pink); 30 | --clr-avoid-text: var(--clr-dark-red); 31 | } 32 | 33 | // update colors which need to change in dark mode 34 | @mixin color-scheme-dark { 35 | --clr-foreground: var(--clr-light-grey); 36 | --clr-foreground-transparent: var(--clr-white-transparent); 37 | --clr-background: var(--clr-black); 38 | --clr-accent: var(--clr-berry); 39 | 40 | --clr-positive-text: var(--clr-pale-green); 41 | --clr-positive-background: var(--clr-dark-green); 42 | 43 | --clr-warning-background: var(--clr-dark-yellow); 44 | --clr-warning-text: var(--clr-pale-yellow); 45 | 46 | --clr-avoid-background: var(--clr-dark-red); 47 | --clr-avoid-text: var(--clr-pink); 48 | } 49 | 50 | :root { 51 | @include raw-color-names(); 52 | 53 | @include color-scheme-light(); 54 | 55 | --auto-grid-min-size: 17rem; 56 | --l-gap: 1rem; 57 | } 58 | 59 | @media (prefers-color-scheme: dark) { 60 | :root:not([data-user-theme='light']) { 61 | @include color-scheme-dark(); 62 | } 63 | } 64 | 65 | :root[data-user-theme='dark'] { 66 | @include color-scheme-dark(); 67 | } 68 | -------------------------------------------------------------------------------- /11ty/definitions/optical-allyship.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: optical allyship 3 | slug: optical-allyship 4 | defined: true 5 | speech: noun 6 | flag: 7 | level: tool 8 | text: White Supremacy Tool 9 | reading: 10 | - text: 'We are not interested in Optical Allyship (origin)' 11 | href: https://www.instagram.com/p/BiPDZkbFJFY/?hl=en 12 | - text: 'If You Want To Be Anti-Racist, This Non-Optical Allyship Guide Is Required Reading' 13 | href: https://www.vogue.co.uk/arts-and-lifestyle/article/non-optical-ally-guide 14 | - text: 'What Is Optical Allyship? 3 Ways To Be Actively Anti-Racist' 15 | href: https://www.bustle.com/p/what-is-optical-allyship-3-ways-to-be-actively-anti-racist-22956518 16 | - text: 'What is optical allyship? Ways you can support the BLM movement apart from spreading hashtags' 17 | href: https://www.msn.com/en-ca/news/politics/what-is-optical-allyship-ways-you-can-support-the-blm-movement-apart-from-spreading-hashtags/ar-BB15cJgz 18 | --- 19 | 20 | a form of allyship. 21 | 22 | when an individual or group of power/majority/privilege (e.g., white, male, abled, unqueer, etc) creates a public display in the name of 'allyship,' serving only themselves and not the group they claim to support, often to receive praise and attention, without taking critical action to dismantle the systems of harm. 23 | 24 | > allyship that only serves at the surface level to platform the 'ally,' it makes a statement but doesn’t go beneath the surface and is not aimed at breaking away from the systems of power that oppress. 25 | 26 | ## Related Words 27 | 28 | performative allyship, corporate blackface, non-optical allyship 29 | 30 | ## Impact 31 | 32 | Optical allyship detracts from the stories of the oppressed and the impact that oppression has on them in favour of the stories of the oppressors and their intent to help. Optical allyship centres the perspectives of the oppressor. The cost of optical allyship can also be that the stories of the oppressed people are appropriated, watered down, and inaccurately retold by people who should not be telling those stories. For example, in #BlackOutTuesday, many rushed to publicly respond without understanding the intent which "derailed the conversation." 33 | -------------------------------------------------------------------------------- /11ty/definitions/corporate-blackface.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Corporate Blackface 3 | slug: 'corporate-blackface' 4 | speech: noun 5 | defined: true 6 | excerpt: the idea that corporations publicly declare support of the Black Lives Matter movement, often with vague language, without actually committing to or implementing real, systemic change within their company to support Black employees, clients, customers, and community 7 | reading: 8 | - text: You Can Keep The Corporate Blackface 9 | href: https://www.tanyavital.com/news/keep-the-corporate-black-face 10 | - text: Executives need to move beyond 'corporate blackface' 11 | href: https://www.ft.com/content/77506820-deac-47b8-a44c-e588a5b8b92d 12 | 13 | --- 14 | 15 | the idea that corporations publicly declare support of the Black Lives Matter movement, often with vague language, without actually committing to or implementing real, systemic change within their company to support Black employees, clients, customers, and community 16 | 17 | ## Examples 18 | 19 | When a company: 20 | 21 | - releases statements, claiming to support Black lives, but fails to fix the toxicity and discrimination against Black people within their own company culture 22 | - openly showcases illustrations and or stock photography of Black people in its marketing materials, but doesn't actually include them in any of its teams and/or user research 23 | - has an all-white leadership team and tweets about its support of Black Lives Matter without addressing its complicity within white supremacy 24 | - does little to impact policy that disproportionately and negatively influences their Black employees, clients, and/or customers 25 | - claims to care about diversity and representation, but then retaliates against/terminates a Black employee for identifying and speaking out on anti-Blackness they experience in the workplace 26 | - no longer actively tries to increase diversity and inclusion in their company after Black Lives Matter is no longer trending on social media 27 | 28 | While the list above is finite, there are many more ways that corporations show again and again that they only really care about their image, rather than Black lives. 29 | 30 | ## Related Words 31 | 32 | [digital blackface](/definitions/digital-blackface) 33 | -------------------------------------------------------------------------------- /11ty/definitions/hysterical.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: hysterical 3 | slug: hysterical 4 | defined: true 5 | excerpt: feeling or showing uncontrollable outburst of emotion; casually, very funny 6 | speech: adjective 7 | flag: 8 | level: avoid 9 | text: sexist 10 | reading: 11 | - text: Etymoline 12 | href: https://www.etymonline.com/word/hysterical 13 | - text: On the sexist etimology of “hysteria,” and what academia did about it 14 | href: https://medium.com/@peacelovetrig/on-the-sexist-etimology-of-hysteria-and-what-academia-did-about-it-ef98815ddb6c 15 | - text: Hysteria, Is the Medical Condition Mental, Physical, or Made Up? 16 | href: https://www.newsweek.com/hysteria-medical-condition-mental-physical-or-made-66277 17 | --- 18 | 19 | feeling or showing uncontrollable outburst of emotion; casually: very funny 20 | 21 | ## Issues 22 | 23 | Hysteria originates from the Greek word _hysterikos_ or "of the womb." The Greeks believed that hysteria was something that moved through a woman's body and caused ailments. 24 | 25 | Hysteria was once an official medical condition that was primarily diagnosed in women. (It has since been disbanded into other disorders, such as conversion and disassociative disorders.) So, as medical professionals believed men did not have uteruses\*, medical professionals would not diagnose men with hysteria (even though they were experiencing the same symptoms of conversion disorder). 26 | 27 | \*Editor's Note: This concept that men cannot have uteruses is reflective of the medical context, not the belief of the editor. 28 | 29 | ## Impact 30 | 31 | Gender-codified and sexist language perpetuates harmful stereotypes that reinforce patriarchical ideas. In the case of hysteria, it perpetuates the false stereotype of women as being unreasonable, irrational, and not in control of their emotions. Harmful stereotypes can cause women to not be believed, to have their experiences invalidated, and be tone-policed. 32 | 33 | Defining gender by sexual organs can also perpetuate transphobic and anti-trans definitions, where gender is falsely defined by sexual organs. 34 | 35 | Medical conditions believed to be defined by sex and gender are reductive and can lead to misdiagnosis. 36 | 37 | ## Alt Words 38 | 39 | If intending **funny** connotation, try: funny; hilarious; comedic. 40 | 41 | If intending **panic** connotation, try: panicked, petrified, startled. 42 | -------------------------------------------------------------------------------- /11ty/definitions/tone-deaf.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: tone-deaf 3 | slug: tone-deaf 4 | flag: 5 | text: 'Medical appropriation' 6 | level: avoid 7 | defined: true 8 | excerpt: amusia, a neurological disorder that can be congenital (from birth) or acquired (due to comorbidity or injury) that results in the inability to differentiate speech, loss of ability to sing or produce pitch, or other disassociations with music (like rhythm); colloquially, when something is insensitive or poorly thought through. 9 | speech: adjective 10 | alt_words: 11 | - badly drawn 12 | - in poor taste 13 | - insensitive 14 | - negligent 15 | - not thought through 16 | - unaware 17 | - poorly-conceived 18 | reading: 19 | - text: 'Less well-known ableist language' 20 | href: https://thisisforyoucarrie.blog/2018/01/07/less-well-known-ableist-language/ 21 | - text: 'Quora: Is tone-deaf ableist?' 22 | href: https://www.quora.com/Is-the-term-tone-deaf-ableist?share=1 23 | --- 24 | 25 | amusia, a neurological disorder that can be congenital (from birth) or acquired (due to comorbidity or injury) that results in the inability to differentiate speech, loss of ability to sing or produce pitch, or other disassociations with music (like rhythm); colloquially, when something is insensitive or poorly thought through. 26 | 27 | ## Appropriate Usage 28 | 29 | Referring the medical condition (amusia) as described above 30 | 31 | ## Inappropriate Usage 32 | 33 | As a literary metaphor for insensitive or negligent 34 | 35 | ## Issues 36 | 37 | Connoting negligence with a medical disorder implies that actions we can control (bad choices) are the same as actions that cannot necessarily be controlled (deafness). It reinforces the discriminatory idea that disability is bad. 38 | 39 | ## Impact 40 | 41 | Using the word tone-deaf reinforces the idea that Deaf and/or non-speaking/non-verbal people are somehow less than and that disability is bad (see [Ableism](/definitions/ableism)). 42 | 43 | By using ableist language, we are perpetuating violence against people who experience mental or psychological disabilities. Using this language perpetuates those systems and language of harm, regardless of our intent. 44 | 45 | ## Usage Tip 46 | 47 | Be mindful if you're referring to the medical condition or using it as a literary metaphor. If the latter, substitute by being more specific. Typically we can find an alternate definition by taking time to reflect on what emotion we're really feeling. 48 | -------------------------------------------------------------------------------- /11ty/definitions/peanut-gallery.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: peanut gallery 3 | slug: peanut-gallery 4 | flag: 5 | level: avoid 6 | text: Racist Term 7 | defined: true 8 | speech: noun 9 | reading: 10 | - text: 'Words and Phrases That Sting: "Peanut Gallery" and "Sold Down the River"' 11 | href: http://www.theinclusionsolution.me/author/maryfwinters/ 12 | - text: '11 racist and offensive phrases that people still use all the time' 13 | href: https://www.businessinsider.com/offensive-phrases-that-people-still-use-2013-11 14 | alt_words: 15 | - disrupters 16 | - hecklers 17 | --- 18 | 19 | a group of people who are giving unsolicited (and unvalued) advice. Before microphones and opera glasses were common, balcony seats were the least desireable in Vaudeville theaters and were typically where Black people sat. The term "peanut gallery" became a nickname for these seats, in part due to the peanuts being served at the theatre that were rumored to be thrown at the performers on stage to convey patrons' disapproval. 20 | 21 | ## Issues 22 | 23 | The term perpetuates and reinforces the historic silencing of Black voices and speaking of them in a pejorative nature. Phrases such as "no comments from the peanut gallery" or "quiet in the peanut gallery" are extensions of the name. 24 | 25 | ## Impact 26 | 27 | The phrase implies that the opinions expressed by those from the gallery were unsolicited, unwarranted and unhelpful, which then perpetrates that Black people's critiques are irrelevant or insignificant. This is particularly problematic when they are critiquing oppressive systems and their oppressors. Using such terms perpetuate the imbalance of power and the delegitimisation of their critiques. 28 | 29 | By continuing the use of the term, rooted in its subordination to white power structures, regardless of whether we intend to carry its racist origins or not, we are contributing to the perpetuating of harm against Black people and their voices. Seemingly small actions like this contribute to the normalisation of the harm. 30 | 31 | Denying the etymology or power of the word as irrelevant is denying the history of its strength: "Peanut gallery" has been used to dehumanise Black people and their voices, which leads to justify oppressing them or denying their rights. 32 | 33 | ## Usage Tip 34 | 35 | Consider context and the power you possess in an interaction. The term becomes even worse if you are using it in reference to a group of Black people and you are non-Black. You are carrying the historical power you have in your usage. 36 | --------------------------------------------------------------------------------