|
1 | | -<!-- FULL HEADER BLOCK --> |
2 | | -<header> |
3 | | - |
4 | | - <!-- BACKGROUND IMAGE --> |
5 | | - <div class="hero"></div> |
6 | | - |
7 | | - <!-- INTRO SECTION --> |
8 | | - <section id="intro"> |
9 | | - |
10 | | - <!-- LOGO --> |
11 | | - <div class="hero-logo"> |
12 | | - <img src="generated/images/marketing/home/Rx_Logo-512-512.png" alt="RxJS logo"/> |
13 | | - </div> |
14 | | - |
15 | | - <!-- CONTAINER --> |
16 | | - <div class="homepage-container"> |
17 | | - <div class="headline-container"> |
18 | | - <h2 class="hero-headline no-toc">RxJS</h2> |
19 | | - <span class="hero-subheadline">Reactive Extensions Library for JavaScript</span> |
20 | | - </div> |
21 | | - <a class="button hero-cta" href="/guide/overview">Get Started</a> |
22 | | - <a class="button hero-cta" href="/api">API Docs</a> |
23 | | - </div> |
24 | | - |
25 | | - </section> |
26 | | - |
27 | | -</header> |
28 | | - |
29 | 1 | <!-- MAIN CONTENT --> |
30 | | -<article> |
31 | | - |
32 | | - <h1 class="no-anchor no-toc" style="display: none"></h1> |
33 | | - |
34 | | - <div class="home-rows"> |
35 | | - |
36 | | - <aio-announcement-bar></aio-announcement-bar> |
37 | | - |
38 | | - <!-- Group 1 --> |
39 | | - <div layout="row" layout-xs="column" class="home-row homepage-container"> |
40 | | - |
41 | | - <div class="text-container"> |
42 | | - <div class="text-block promo-1-desc l-pad-top-2"> |
43 | | - <div class="text-headline">Reactive Extensions Library for JavaScript</div> |
44 | | - <p class="text-body"> |
45 | | - RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code. This project is a rewrite of Reactive-Extensions/RxJS with better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface |
46 | | - </p> |
47 | | - </div> |
48 | | - </div> |
| 2 | +<article class="blm-background"> |
| 3 | + |
| 4 | + <div layout="row" layout-xs="column" class="home-row homepage-container"> |
| 5 | + <div class="text-container blm-container"> |
| 6 | + <h1 class="no-anchor no-toc" style="font-size: 3rem; line-height: inherit">BLACK LIVES MATTER</h1> |
| 7 | + <p class="blm-text"> |
| 8 | + We stand in solidarity with the Black Lives Matter movement. We believe that technologists must not be silent in the fight to end racial inequality. </p> |
| 9 | + <p class="blm-text"> |
| 10 | + We ask you to stand with us and help educate your team members and those in your network on how to help dismantle a system that oppresses Black people. Find a list of starting resources here: |
| 11 | + <ul style="list-style-type: none; line-height: inherit; padding-inline-start: 0"> |
| 12 | + <li class="blm-list-item"><a class="blm-text" href="https://www.youtube.com/watch?v=-aCn72iXO9s">Let's get to the root of racial injustice by Megan Ming Francis</a></li> |
| 13 | + <li class="blm-list-item"><a class="blm-text" href="http://www.changecadet.com/blog/2020/5/30/what-leaders-can-do-for-black-employees">What Leaders can do for Black Employees by Dr. Akilah Cadet</a></li> |
| 14 | + <li class="blm-list-item"><a class="blm-text" href="https://blacktechpipeline.substack.com/p/hey-employers-do-black-lives-matter">Hey Employers: Do Black Lives Matter? by Pariss Athena</a></li> |
| 15 | + <li class="blm-list-item"><a class="blm-text" href="https://safiyaunoble.com/">Algorithms of Oppression by Safiya Umoja Noble</a></li> |
| 16 | + <li class="blm-list-item"><a class="blm-text" href="https://www.rageinsidethemachine.com/">Rage Inside The Machine by Robert Smith</a></li> |
| 17 | + <li class="blm-list-item"><a class="blm-text" href="https://www.sarawb.com/">Technically Wrong by Sara Wachter-Boettcher</a></li> |
| 18 | + </ul> |
| 19 | + </p> |
| 20 | + <p class="blm-text"> |
| 21 | + In solidarity, we ask you to consider financially supporting efforts such as <a class="blm-text" href="https://secure.actblue.com/donate/ms_blm_homepage_2019">Black Lives Matter</a>, |
| 22 | + <a class="blm-text" href="https://support.eji.org/give/153413/#!/donation/checkout">The Equal Justice Initiative</a> or local charity organizations. |
| 23 | + </p> |
49 | 24 | </div> |
50 | | - <hr> |
51 | | - <div layout="row" layout-xs="column" class="home-row homepage-container"> |
52 | | - <div layout="row" layout-xs="column" class="home-row"> |
53 | | - <a href="code-of-conduct"> |
54 | | - <div class="card"> |
55 | | - <div class="card-text-container"> |
56 | | - <p>Please pay attention to our</p> |
57 | | - <div class="text-headline">Code of Conduct</div> |
58 | | - </div> |
59 | | - </div> |
60 | | - </a> |
61 | | - </div> |
62 | | - </div><!-- end of home rows --> |
63 | | - |
| 25 | + </div> |
64 | 26 | </article> |
0 commit comments