Skip to content

Commit b3125be

Browse files
matthewcarletonmatthew carletonasmacdojoelanford
authored
Add k8s black lives matter statement (#4022)
* updates * Update website/layouts/index.html Co-authored-by: Joe Lanford <[email protected]> Co-authored-by: matthew carleton <[email protected]> Co-authored-by: Austin Macdonald <[email protected]> Co-authored-by: Joe Lanford <[email protected]>
1 parent bb866f7 commit b3125be

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

website/assets/scss/_homepage.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,18 @@
157157
}
158158
}
159159

160+
}
161+
162+
.of-section-page-message {
163+
background: var(--of--color-black--300);
164+
color: #fff;
165+
display: flex;
166+
text-align: center;
167+
flex-direction: column;
168+
justify-content: center;
169+
padding: var(--of--spacer--xl);
170+
&__title {
171+
margin-bottom: var(--of--spacer--md);
172+
}
173+
160174
}

website/layouts/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
</header>
1010

1111
<main role="main" class="td-main">
12+
<section class="of-section-page-message">
13+
<h1 class="of-heading of-heading--lg of-section-page-message__title"> Black lives matter.</h1>
14+
<p>We stand in solidarity with the Black community.<br>Racism is unacceptable.<br> It conflicts with the <a href="https://git.k8s.io/community/values.md">core values of the Kubernetes community</a> and we do not tolerate it.</p>
15+
16+
</section>
1217
<section class="of-masthead of-masthead--home">
1318
<h1 class="of-heading of-masthead--home__title"><span>Operator</span><span>SDK</span></h1>
1419
<h2 class="of-heading of-heading--md of-masthead--home__content">The Operator SDK makes it easier to build Kubernetes native applications, a process that can require deep, application-specific operational knowledge.</h2>
@@ -133,4 +138,3 @@ <h2 class="of-heading of-heading--lg">Contribute!</h2>
133138
{{ partialCached "scripts.html" . }}
134139
</body>
135140
</html>
136-

0 commit comments

Comments
 (0)