diff --git a/docs_app/content/marketing/index.html b/docs_app/content/marketing/index.html index 339becb967..b111391559 100644 --- a/docs_app/content/marketing/index.html +++ b/docs_app/content/marketing/index.html @@ -1,64 +1,26 @@ - -
- - -
- - -
- - - - - -
-
-

RxJS

- Reactive Extensions Library for JavaScript -
- Get Started - API Docs -
- -
- -
- -
- -

- -
- - - - -
- -
-
-
Reactive Extensions Library for JavaScript
-

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

-
-
+
+ +
+
+

BLACK LIVES MATTER

+

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

+

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

+

+

+ In solidarity, we ask you to consider financially supporting efforts such as Black Lives Matter, + The Equal Justice Initiative or local charity organizations. +

-
- - +
diff --git a/docs_app/src/app/app.component.html b/docs_app/src/app/app.component.html index 1683420e0e..9dd1e766a8 100644 --- a/docs_app/src/app/app.component.html +++ b/docs_app/src/app/app.component.html @@ -66,8 +66,3 @@
- -
- -
- diff --git a/docs_app/src/app/layout/footer/footer.component.html b/docs_app/src/app/layout/footer/footer.component.html index 2e0cfcc26e..e69de29bb2 100644 --- a/docs_app/src/app/layout/footer/footer.component.html +++ b/docs_app/src/app/layout/footer/footer.component.html @@ -1,10 +0,0 @@ - -

- Code licensed under an Apache-2.0 License. - Documentation licensed under - CC BY 4.0. -

-

- Version {{versionInfo?.full}}. -

- diff --git a/docs_app/src/styles/1-layouts/_footer.scss b/docs_app/src/styles/1-layouts/_footer.scss index 4209a584fc..e69de29bb2 100644 --- a/docs_app/src/styles/1-layouts/_footer.scss +++ b/docs_app/src/styles/1-layouts/_footer.scss @@ -1,110 +0,0 @@ -footer { - position: relative; - line-height: 24px; - flex: 1; - padding: 48px; - z-index: 0; - background-color: $pink; - color: $offwhite; - font-weight: 300; - - aio-footer { - position: relative; - z-index: 0; - } - - .footer-block { - margin: 0 24px; - vertical-align: top; - } - - a { - color: $offwhite; - font-weight: 300; - text-decoration: none; - z-index: 20; - position: relative; - &:hover { - text-decoration: underline; - } - &:visited { - text-decoration: none; - } - } - a.action { - cursor: pointer; - } - h3 { - font-size: 16px; - text-transform: uppercase; - font-weight: 400; - margin: 0 0 16px; - } - p { - text-align: center; - margin: 10px 0px 5px; - - @media (max-width: 480px) { - text-align: left; - } - } - - div.grid-fluid { - display: -ms-flexbox; - display: -webkit-flex; - display: flex; - - justify-content: center; - - text-align: left; - margin: 0 0 40px; - - ul { - list-style-position: inside; - padding: 0px; - margin: 0px; - - li { - list-style-type: none; - padding: 0px; - text-align: left; - } - } - - @media (max-width: 480px) { - flex-direction: column; - .footer-block { - margin: 8px 24px; - } - } - } - - - - - @media (max-width: 700px) { - h3 { - font-size: 110%; - } - } - @media (max-width: 600px) { - h3 { - font-size: 100%; - } - } -} - -footer::after { - content: ""; - position: absolute; - z-index: -1; - top: 0; - bottom: 0; - left: 0; - right: 0; - //background: - // url('../src/assets/images/logos/angular/angular_whiteTransparent_withMargin.png') top 0 left 0 repeat, - // url('../src/assets/images/logos/angular/angular_whiteTransparent_withMargin.png') top 80px left 160px repeat; - //opacity: 0.05; - background-size: 320px auto; -} diff --git a/docs_app/src/styles/1-layouts/_marketing-layout.scss b/docs_app/src/styles/1-layouts/_marketing-layout.scss index 43ac572e63..a3f3864e5d 100644 --- a/docs_app/src/styles/1-layouts/_marketing-layout.scss +++ b/docs_app/src/styles/1-layouts/_marketing-layout.scss @@ -456,3 +456,25 @@ div[layout=row]{ .page-features .marketing-banner { margin-bottom: 20px; } + +.blm-background { + background-color: black; + color: white; + display: flex; + min-height: calc(100vh - 64px) +} + +.text-container.blm-container { + text-align: center; + line-height: inherit; + max-width: inherit; +} + +.blm-text { + font-size: 2rem; + line-height: inherit +} + +.blm-list-item { + margin: 10px 0 +} \ No newline at end of file diff --git a/docs_app/src/styles/1-layouts/_top-menu.scss b/docs_app/src/styles/1-layouts/_top-menu.scss index e81b04adb9..31b9e2d2d3 100644 --- a/docs_app/src/styles/1-layouts/_top-menu.scss +++ b/docs_app/src/styles/1-layouts/_top-menu.scss @@ -11,6 +11,7 @@ mat-toolbar.mat-toolbar { left: 0; z-index: 10; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.30); + background-color: black !important; mat-toolbar-row { padding: 0 16px 0 0; @@ -24,11 +25,11 @@ mat-toolbar.mat-toolbar { // HOME PAGE OVERRIDE: TOPNAV TOOLBAR aio-shell.page-home mat-toolbar.mat-toolbar { - background-color: $pink; + background-color: black; @media (min-width: 481px) { &:not(.transitioning) { - background-color: $pink; + background-color: black; transition: background-color .2s linear; } }