Skip to Content

HTML Document

URL: https://nodejs.org/en/black-lives-matter/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 15 Jun 2020 16:57:28 GMT
Download Time: Less than a second
Cookies: None
Size: 15 KB
Depth: 0 clicks from home page
Charset: utf-8
Forms: 0 forms containing 0 controls
HTTP Headers:  10 headers
Links In:  0 pages
Links Out:  32 links
Images:  1 images
CSS:  0 files
JavaScript:  0 files
  
OK Issues: No issues found

1<!DOCTYPE html>

2

3<html lang="en">

4

5<head>

6

7 <meta charset="utf-8">

8

9 <title>

10#BlackLivesMatter</title>

11

12

13 <link rel="dns-prefetch" href="https://fonts.googleapis.com">

14

15 <link rel="dns-prefetch" href="https://fonts.gstatic.com">

16

17 <link rel="dns-prefetch" href="https://api.github.com">

18

19

20 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&amp;display=fallback">

21

22 <link rel="stylesheet" href="https://nodejs.org/static/css/styles.css">

23

24

25 <meta name="author" content="Node.js">

26

27 <meta name="robots" content="index, follow">

28

29 <meta name="viewport" content="width=device-width, initial-scale=1">

30

31 <meta name="description" content="#BlackLivesMatter">

32

33

34 <link rel="apple-touch-icon" href="https://nodejs.org/static/images/favicons/apple-touch-icon.png" sizes="180x180">

35

36 <link rel="icon" href="https://nodejs.org/static/images/favicons/favicon-32x32.png" sizes="32x32" type="image/png">

37

38 <link rel="icon" href="https://nodejs.org/static/images/favicons/favicon-16x16.png" sizes="16x16" type="image/png">

39

40 <link rel="manifest" href="https://nodejs.org/static/images/favicons/manifest.json">

41

42 <link rel="mask-icon" href="https://nodejs.org/static/images/favicons/safari-pinned-tab.svg" color="#43853d">

43

44 <link rel="shortcut icon" href="https://nodejs.org/static/images/favicons/favicon.ico">

45

46 <meta name="msapplication-TileColor" content="#333333">

47

48 <meta name="msapplication-config" content="https://nodejs.org/static/images/favicons/browserconfig.xml">

49

50 <meta name="theme-color" content="#333333">

51

52

53 <meta property="og:site_name" content="Node.js">

54

55 <meta property="og:title" content="#BlackLivesMatter">

56

57 <meta property="og:image" content="https://nodejs.org/static/images/logo-hexagon-card.png">

58

59 <meta property="og:image:type" content="image/png">

60

61 <meta property="og:image:width" content="224">

62

63 <meta property="og:image:height" content="256">

64

65 <meta property="og:description" content="#BlackLivesMatter">

66

67

68 <meta name="twitter:card" content="summary">

69

70 <meta name="twitter:site" content="@nodejs">

71

72 <meta name="twitter:title" content="#BlackLivesMatter">

73

74 <meta name="twitter:image" content="https://nodejs.org/static/images/logo-hexagon-card.png">

75

76 <meta name="twitter:image:alt" content="The Node.js Hexagon Logo">

77

78 <style>

79

80 body {

81 background: #333;

82 color: #fff;

83 font-family: system-ui, sans-serif;

84 }

85

86 p, ul {

87 padding-left: 2rem;

88 padding-right: 2rem;

89 padding-top: 1rem;

90 padding-bottom: 1rem;

91 box-sizing: border-box;

92 max-width: 50ch;

93 margin: 0 auto;

94 width: 100%;

95 }

96

97 ul {

98 list-style-position: inside;

99 }

100

101 section#lives >

102 ul >

103 li {

104 list-style: none;

105 font-size: 1.7rem;

106 text-align: center;

107 }

108

109 h1 {

110 font-size: 5rem;

111 line-height: 0.8;

112 font-weight: 900;

113 display: flex;

114 flex-wrap: wrap;

115 justify-content: center;

116 padding-left: 1rem;

117 padding-right: 1rem;

118 }

119

120 h1 >

121 span:first-child::before {

122 content: '#';

123 font-weight: 200;

124 }

125

126 h2 {

127 font-size: 2rem;

128 line-height: 0.5;

129 font-weight: lighter;

130 display: flex;

131 flex-wrap: wrap;

132 justify-content: center;

133 padding-top: 2rem;

134 padding-left: 1rem;

135 padding-right: 1rem;

136 }

137

138 section#update {

139 padding-top: 0rem;

140 }

141

142 section#here-for-you {

143 padding: 1rem;

144 padding-top: 0rem;

145 }

146

147 section#here-for-you >

148 p {

149 padding-bottom: 1rem;

150 }

151

152 section#we-are-here-for-you >

153 ul {

154 padding-left: 4rem;

155 }

156

157 section#we-are-here-for-you >

158 ul >

159 li {

160 display: inline;

161 padding-right: 5px;

162 }

163

164 section#we-are-here-for-you >

165 ul >

166 li:not(:last-child)::after {

167 content: ', '

168 }

169

170 hr#break {

171 width: 33%;

172 margin-top: 2rem;

173 margin-bottom: 2rem;

174 }

175

176 section#it-is-temporary >

177 p {

178 padding-bottom: 0rem;

179 }

180

181 footer {

182 margin-bottom: 2rem;

183 }

184

185 .center {

186 margin: 0 auto

187 }

188

189 .space {

190 padding-top: 4rem;

191 padding-bottom: 2rem;

192 }

193

194 @media (max-width: 640px) {

195 h1 {

196 flex-direction: column;

197 place-content: center;

198 }

199

200 h1 >

201 span:first-child::before {

202 position: absolute;

203 transform: translateX(-110%);

204 }

205 }

206

207 @media not all and (min-resolution: 0.001dpcm) {

208

@supports (-webkit-appearance: none) and (-webkit-text-stroke-color: transparent) {

209 h1 {

210 flex-wrap: nowrap;

211 align-items: center;

212 }

213 }

214 }

215 </style>

216

217</head>

218

219<body>

220

221 <h1 class="space">

222

223 <span>

224Black</span>

225

226 <span>

227Lives</span>

228

229 <span>

230Matter</span>

231

232 </h1>

233

234 <section id="lives">

235

236

237<ul>

238

239<li>

240Ahmaud Arbery</li>

241

242<li>

243Akai Gurley</li>

244

245<li>

246Akiel Denkins</li>

247

248<li>

249Alfred Olango</li>

250

251<li>

252Alton Sterling</li>

253

254<li>

255Anthony Hill</li>

256

257<li>

258Anthony Lamar Smith</li>

259

260<li>

261Antwon Rose II</li>

262

263<li>

264Ariane McCree</li>

265

266<li>

267Botham Jean</li>

268

269<li>

270Brandon Webber</li>

271

272<li>

273Brendon Glenn</li>

274

275<li>

276Breonna Taylor</li>

277

278<li>

279Charly Keunang</li>

280

281<li>

282Christian Taylor</li>

283

284<li>

285Christopher Whitfield</li>

286

287<li>

288Danny Ray Thomas</li>

289

290<li>

291Dante Parker</li>

292

293<li>

294Darius Tarver</li>

295

296<li>

297DeAndre Ballard</li>

298

299<li>

300DeJuan Guillory</li>

301

302<li>

303Delrawn Small</li>

304

305<li>

306De’Von Bailey</li>

307

308<li>

309Dontre Hamilton</li>

310

311<li>

312D’ettrick Griffin</li>

313

314<li>

315Emantic Fitzgerald Bradford Jr</li>

316

317<li>

318Eric Garner</li>

319

320<li>

321Eric Logan</li>

322

323<li>

324Ezell Ford</li>

325

326<li>

327Finan H. Berhe</li>

328

329<li>

330Freddie Gray</li>

331

332<li>

333George Floyd</li>

334

335<li>

336Gregory Gunn</li>

337

338<li>

339Gregory Hill Jr</li>

340

341<li>

342JaQuavion Slaton</li>

343

344<li>

345Jamar Clark</li>

346

347<li>

348Jamarion Robinson</li>

349

350<li>

351Jamee Johnson</li>

352

353<li>

354Jemel Roberson</li>

355

356<li>

357Jerame Reid</li>

358

359<li>

360Jimmy Atchison</li>

361

362<li>

363John Crawford III</li>

364

365<li>

366Jonathan Ferrell</li>

367

368<li>

369Jonathan Hart</li>

370

371<li>

372Jordan Baker</li>

373

374<li>

375Jordan Edwards</li>

376

377<li>

378Julius Johnson</li>

379

380<li>

381Kajieme Powell</li>

382

383<li>

384Keith Childress</li>

385

386<li>

387Keith Lamont Scott</li>

388

389<li>

390Kendrec McDade</li>

391

392<li>

393Kwame Jones</li>

394

395<li>

396Laquan McDonald</li>

397

398<li>

399Larry Jackson Jr</li>

400

401<li>

402Manuel Loggins Jr</li>

403

404<li>

405Mario Woods</li>

406

407<li>

408Maurice Granton</li>

409

410<li>

411Michael Brown</li>

412

413<li>

414Michael Dean</li>

415

416<li>

417Mike Ramos</li>

418

419<li>

420Miles Hall</li>

421

422<li>

423Patrick Harmon</li>

424

425<li>

426Philando Castile</li>

427

428<li>

429Quintonio LeGrier</li>

430

431<li>

432Ramarley Graham</li>

433

434<li>

435Robert Lawrence White</li>

436

437<li>

438Rumain Brisbon</li>

439

440<li>

441Ryan Twyman</li>

442

443<li>

444Samuel David Mallard</li>

445

446<li>

447Samuel DuBose</li>

448

449<li>

450Sandra Bland</li>

451

452<li>

453Sean Reed</li>

454

455<li>

456Stephon Clark</li>

457

458<li>

459Steven Demarco Taylor</li>

460

461<li>

462Tamir Rice</li>

463

464<li>

465Terence Crutcher</li>

466

467<li>

468Terrance Franklin</li>

469

470<li>

471Terrence Sterling</li>

472

473<li>

474Tony McDade</li>

475

476<li>

477Tony Robinson</li>

478

479<li>

480Trayvon Martin</li>

481

482<li>

483Victor White III</li>

484

485<li>

486Walter Scott</li>

487

488<li>

489Wendell Allen</li>

490

491<li>

492William Green</li>

493

494<li>

495Willie McCoy</li>

496

497<li>

498Yassin Mohamed</li>

499

500<li>

501&hellip;<a href="https://mappingpoliceviolence.org/">

502and</a>

503 <a href="https://twitter.com/samswey/status/1259254114606886913">

504countless</a>

505

506<a href="https://apps.npr.org/documents/document.html?id=6933593-NPR-CodeSwitch-Saytheirnameslistv3">

507more</a>

508

509<a href="https://ebwiki.org/">

510lives</a>

511

512not listed here, taken by violence and brutality.</li>

513

514</ul>

515

516</section>

517

518

519<p>

520White supremacy and police brutality are global problems. Every Black life

521lost to police murder globally matters and mattered. The above list

522contains the names of Black people murdered by police brutality in the

523U.S. since 2009. This is because the U.S. is the origin of the Black Lives

524Matter movement and currently the heart of the resistance.</p>

525

526<h2 id="header-where-you-can-donate">

527Where you can donate:<a id="where-you-can-donate" class="anchor" href="#where-you-can-donate" aria-labelledby="header-where-you-can-donate">

528</a>

529</h2>

530<ul>

531

532<li>

533Donate to the <a href="https://www.gofundme.com/f/georgefloyd">

534Official George Floyd Memorial Fund</a>

535.</li>

536

537<li>

538Donate to the <a href="https://www.gofundme.com/f/i-run-with-maud">

539I Run With Maud</a>

540 fundraiser for Ahmaud Arbery.</li>

541

542<li>

543Donate to the <a href="https://www.gofundme.com/f/justice-for-mike-ramos">

544Justice for Mike Ramos</a>

545 fundraiser.</li>

546

547<li>

548Find and donate to bail funds via the <a href="https://www.communityjusticeexchange.org/nbfn-directory">

549National Bail Fund Network</a>

550.</li>

551

552<li>

553<a href="https://www.facebook.com/reclaimtheblock/">

554Reclaim the Block</a>

555 has published a <a href="https://docs.google.com/document/d/1yLWGTQIe3967hdc9RSxBq5s6KKZHe-3_mWp5oemd7OA/preview?pru=AAABcpUiX3k*Y6Q4I6UBtkH3lLz9GVLg0A">

556Google Doc of organizations to donate to</a>

557.</li>

558

559</ul>

560

561<section id="update" class="center">

562

563

564<p>

565<em>

566We will update this list as appropriate</em>

567</p>

568

569</section>

570

571

572<h2 id="header-our-commitment">

573Our Commitment<a id="our-commitment" class="anchor" href="#our-commitment" aria-labelledby="header-our-commitment">

574</a>

575</h2>

576<p>

577It would be wrong for us to ignore the unearned privilege that exists in

578Node.js. Much of the project leadership is white, and a majority are men.

579We are and have been systematically complicit in perpetuating the issues

580that led us to where we are. We can&#39;t change how we&#39;ve built out the

581project&#39;s leadership to date, but we can change how we build it moving

582forward.</p>

583

584<p>

585We are dedicated to being a part of the solution. We will actively center

586the Black community and uplift Black voices. We will share projects

587founded and built by Black community members. We will hold ourselves

588accountable, fulfill our promises, and make changes as needed. While it is

589our responsibility to hold ourselves accountable, we welcome your help. We

590invite you to share ways that we can do better. Email

591<a href="/cdn-cgi/l/email-protection#197b75787a7275706f7c6a74786d6d7c6b5977767d7c736a37766b7e">

592<span class="__cf_email__" data-cfemail="2b49474a484047425d4e58464a5f5f4e596b45444f4e41580544594c">

593[email&#160;protected]</span>

594</a>

595

596or reach out to any of our project leaders.</p>

597

598<section id="here-for-you">

599

600

601<p>

602To Black folks looking for access: We&#39;re here for you.</p>

603

604<p>

605To Black people looking for amplification: We&#39;re here for you.</p>

606

607<p>

608To Black members of our community seeking collaboration: We&#39;re here for

609you.</p>

610

611</section>

612

613

614<p>

615The responsibility to dismantle white supremacy does not fall on the Black

616community. It falls on the rest of us.</p>

617

618<h2 id="header-taking-action">

619Taking Action<a id="taking-action" class="anchor" href="#taking-action" aria-labelledby="header-taking-action">

620</a>

621</h2>

622<p>

623We will work with any Black community member who wishes to contribute to

624Node.js. Please contact us at <a href="/cdn-cgi/l/email-protection#e98b85888a8285809f8c9a84889d9d8c9ba987868d8c839ac7869b8e">

625<span class="__cf_email__" data-cfemail="a8cac4c9cbc3c4c1decddbc5c9dcdccddae8c6c7cccdc2db86c7dacf">

626[email&#160;protected]</span>

627</a>

628

629or <a href="https://twitter.com/nodejs">

630@nodejs</a>

631 on Twitter with any questions.</p>

632

633<p>

634We have an upcoming free online <a href="https://github.com/openjs-foundation/summit#upcoming-events">

635collaboration summit</a>

636.

637There are <a href="https://github.com/openjs-foundation/summit/issues?q=is%3Aissue+is%3Aopen+label%3A%22Session+Proposal%22">

638many different sessions</a>

639

640across various <a href="https://openjsf.org/projects/">

641OpenJS projects</a>

642, including Node.js.

643We have an <a href="https://github.com/openjs-foundation/summit/blob/master/2020-06-23-Austin/orientation.md">

644orientation guide</a>

645

646to help you figure out how you might want to take part. If you have any questions or

647want to talk about anything, please reach out to <a href="/cdn-cgi/l/email-protection#ccaea0adafa7a0a5baa9bfa1adb8b8a9be8ca2a3a8a9a6bfe2a3beab">

648<span class="__cf_email__" data-cfemail="c4a6a8a5a7afa8adb2a1b7a9a5b0b0a1b684aaaba0a1aeb7eaabb6a3">

649[email&#160;protected]</span>

650</a>

651.</p>

652

653<p>

654Moving forward we plan to offer ongoing support, mentorship, and sponsorship to

655help those from the Black community get involved in our project. We will

656also be analyzing our existing processes and governance to see what changes

657we can make to make sure our project is the kind of environment that the

658Black community wants to participate in.</p>

659

660<p>

661Please feel welcome to contact

662<a href="https://github.com/nodejs/node#tsc-technical-steering-committee">

663Technical Steering Committee</a>

664

665and <a href="https://github.com/nodejs/community-committee#community-committee-members">

666Community Committee</a>

667

668members. The preceding links contain email addresses for all members. If

669you prefer, you can contact any of the following members on Twitter:</p>

670

671<section id="we-are-here-for-you">

672

673

674<ul>

675

676<li>

677<a href="https://twitter.com/codeekage">

678Abraham Jr. Agiri</a>

679</li>

680

681<li>

682<a href="https://twitter.com/obensource">

683Ben Michel</a>

684</li>

685

686<li>

687<a href="https://twitter.com/jasnell">

688James M Snell</a>

689</li>

690

691<li>

692<a href="https://twitter.com/joe_sepi">

693Joe Sepi</a>

694</li>

695

696<li>

697<a href="https://twitter.com/mmarkini">

698Matheus Marchini</a>

699</li>

700

701<li>

702<a href="https://twitter.com/MylesBorins">

703Myles Borins</a>

704</li>

705

706<li>

707<a href="https://twitter.com/Trott">

708Rich Trott</a>

709</li>

710

711<li>

712<a href="https://twitter.com/codebytere">

713Shelley Vohr</a>

714</li>

715

716<li>

717<a href="https://twitter.com/bitandbang">

718Tierney Cyren</a>

719</li>

720

721</ul>

722

723</section>

724

725

726<hr id="break">

727

728

729<section id="it-is-temporary">

730

731

732<p>

733If you&#39;re looking for docs, see <a href="https://nodejs.org/en/docs/">

734https://nodejs.org/en/docs/</a>

735.</p>

736

737<p>

738To download Node.js, see <a href="https://nodejs.org/en/download/">

739https://nodejs.org/en/download/</a>

740.</p>

741

742<p>

743For information on the recent security release, see

744<a href="https://nodejs.org/en/blog/vulnerability/june-2020-security-releases/">

745the security release blog post</a>

746.</p>

747

748</section>

749

750

751 <footer>

752

753 <div class="container">

754

755 <a href="/en/" id="logo">

756

757 <img src="https://nodejs.org/static/images/logo.svg" alt="Node.js" width="122" height="75">

758

759 </a>

760

761 </div>

762

763 </footer>

764

765<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js">

766</script>

767</body>

768

769</html>

770