Skip to content

Instantly share code, notes, and snippets.

@cassidoo
Created December 3, 2021 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cassidoo/55423dc1ef2ca81ea8563479bbf85a0a to your computer and use it in GitHub Desktop.
Save cassidoo/55423dc1ef2ca81ea8563479bbf85a0a to your computer and use it in GitHub Desktop.
Support Black Orgs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Support Black Orgs</title>
<link rel="stylesheet" href="https://fonts.xz.style/serve/inter.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css"
/>
</head>
<body>
<header><h1>Support Black Orgs</h1></header>
<div class="orgs">
<h2>Black Lives Matter</h2>
<p>
#BlackLivesMatter was founded in 2013 in response to the acquittal of Trayvon Martin’s
murderer. Black Lives Matter Foundation, Inc is a global organization in the US, UK, and
Canada, whose mission is to eradicate white supremacy and build local power to intervene in
violence inflicted on Black communities by the state and vigilantes.
<br />
<a href="https://secure.actblue.com/donate/ms_blm_homepage_2019" target="_blank"
>Donate to Black Lives Matter</a
>
</p>
<h2>Black Girls Code</h2>
<p>
Black Girls CODE is devoted to showing the world that black girls can code, and do so much
more. By reaching out to the community through workshops and after school programs, Black
Girls CODE introduces computer coding lessons to young girls from underrepresented
communities in programming languages such as Scratch or Ruby on Rails. Black Girls CODE has
set out to prove to the world that girls of every color have the skills to become the
programmers of tomorrow. By promoting classes and programs we hope to grow the number of
women of color working in technology and give underprivileged girls a chance to become the
masters of their technological worlds. Black Girls CODE's ultimate goal is to provide
African-American youth with the skills to occupy some of the 1.4 million computing job
openings expected to be available in the U.S. by 2020, and to train 1 million girls by 2040.
<br />
<a href="https://www.blackgirlscode.com/donations.html" target="_blank"
>Donate to Black Girls CODE</a
>
</p>
<h2>SMASH</h2>
<p>
SMASH empowers dedicated students of color with an intensive science, technology,
engineering and math (STEM) education, culturally-relevant coursework and access to
resources and social capital that allow them to be successful in college and in their
careers. Building a strong, diverse and socially conscious tech workforce by leveling the
playing field through academic learning and experiential engagement for high school and
college students.
<br />
<a href="https://www.smash.org/donate/" target="_blank">Donate to SMASH</a>
</p>
<h2>NAACP Legal Defense Fund (LDF)</h2>
<p>
Through litigation, advocacy, and public education, the LDF seeks structural changes to
expand democracy, eliminate disparities, and achieve racial justice in a society that
fulfills the promise of equality for all Americans. LDF also defends the gains and
protections won over the past 75 years of civil rights struggle and works to improve the
quality and diversity of judicial and executive appointments.
<br />
<a
href="https://org2.salsalabs.com/o/6857/p/salsa/donation/common/public/?donate_page_KEY=15780"
target="_blank"
>Donate to the NAACP LDF</a
>
</p>
<h2>Fair Fight</h2>
<p>
The dearth of humane political leadership in moments of crisis can make anyone feel
hopeless. Fair Fight, an organization focused on free and fair elections, was founded by
Georgia’s Stacey Abrams with a mission to end voter suppression and elect more progressive
voices to public office. You can learn more about Fair Fight
<a href="https://fairfight.com/" target="_blank">here</a>.
<br />
<a href="https://secure.actblue.com/donate/fairfight-2020-dtd" target="_blank"
>Donate to Fair Fight</a
>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment