-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inclusive is better than exclusive: this is a core principal of Kubernetes. When people are systematically dehumanized, marginalized, threatened, and made to feel unwelcome, it's our job to make it clear that such things will not fly in our community, and must not be allowed to fly in society. Without inclusivity, there is no community, and without community, there is no Kubernetes, there is no KubeBuilder. --- Verbiage and general design taken from the main Kubernetes website (kubernetes/website#21505).
- Loading branch information
1 parent
6e0d3d4
commit 19f82cf
Showing
3 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
.menu-title img { | ||
vertical-align: bottom; | ||
} | ||
|
||
#notice-bar { | ||
background: var(--bg); | ||
padding: 1em; | ||
margin-left: calc(-1 * var(--page-padding)); | ||
margin-right: calc(-1 * var(--page-padding)); | ||
margin-bottom: 1em; | ||
|
||
border-bottom: 1px solid var(--table-border-color); | ||
box-shadow: 0 1px 5px 0 var(--table-border-color); | ||
} | ||
|
||
#notice-bar * { | ||
color: var(--fg); | ||
} | ||
|
||
#notice-bar a { | ||
text-decoration: none; | ||
} | ||
|
||
#notice-bar a:not(.header) { | ||
color: var(--links); | ||
} | ||
|
||
#notice-bar h2 { | ||
margin-top: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<header id="notice-bar"> | ||
<h2>Black lives matter.</h2> | ||
<p>We stand in solidarity with the Black community.</p> | ||
<p>Racism is unacceptable.</p> | ||
<p>It conflicts with <a href="https://git.k8s.io/community/values.md">the core values of the Kubernetes project</a> and our community does not tolerate it.</p> | ||
</p> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters