From 4cc44a5a16e66f752d029eeb79b7b2c9f76ce48c Mon Sep 17 00:00:00 2001 From: matthew carleton Date: Tue, 13 Oct 2020 11:18:17 -0300 Subject: [PATCH 1/2] updates --- website/assets/scss/_homepage.scss | 14 ++++++++++++++ website/layouts/index.html | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/website/assets/scss/_homepage.scss b/website/assets/scss/_homepage.scss index 3d67e3f1475..f854330c814 100644 --- a/website/assets/scss/_homepage.scss +++ b/website/assets/scss/_homepage.scss @@ -157,4 +157,18 @@ } } +} + +.of-section-page-message { + background: var(--of--color-black--300); + color: #fff; + display: flex; + text-align: center; + flex-direction: column; + justify-content: center; + padding: var(--of--spacer--xl); + &__title { + margin-bottom: var(--of--spacer--md); + } + } \ No newline at end of file diff --git a/website/layouts/index.html b/website/layouts/index.html index fb8b1b9673f..36d4faca628 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -9,6 +9,11 @@
+
+

Black lives matter.

+

We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes project and our community does not tolerate it.

+ +

OperatorSDK

The Operator SDK makes it easier to build Kubernetes native applications, a process that can require deep, application-specific operational knowledge.

From 829dbab4b07d8f6a3dfbbb54a4e8b51c28801d7e Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Tue, 13 Oct 2020 10:45:02 -0400 Subject: [PATCH 2/2] Update website/layouts/index.html Co-authored-by: Joe Lanford --- website/layouts/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/layouts/index.html b/website/layouts/index.html index 36d4faca628..d06d44fb16b 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -11,7 +11,7 @@

Black lives matter.

-

We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes project and our community does not tolerate it.

+

We stand in solidarity with the Black community.
Racism is unacceptable.
It conflicts with the core values of the Kubernetes community and we do not tolerate it.

@@ -138,4 +138,3 @@

Contribute!

{{ partialCached "scripts.html" . }} -