Update code-of-conduct page to use new styles
This commit is contained in:
parent
d6a755b474
commit
a520a7bb2d
|
|
@ -1,27 +1,29 @@
|
||||||
---
|
---
|
||||||
title: Community
|
title: Kubernetes Community Code of Conduct
|
||||||
layout: basic
|
layout: basic
|
||||||
cid: community
|
cid: community
|
||||||
css: /css/community.css
|
community_styles_migrated: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="community_main">
|
<div class="community-section" id="cncf-code-of-conduct-intro">
|
||||||
<h1>Kubernetes Community Code of Conduct</h1>
|
<p>
|
||||||
|
|
||||||
Kubernetes follows the
|
Kubernetes follows the
|
||||||
<a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
|
<a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
|
||||||
The text of the CNCF CoC is replicated below, as of
|
The text of the CNCF CoC is replicated below, as of
|
||||||
<a href="https://github.com/cncf/foundation/blob/214585e24aab747fb85c2ea44fbf4a2442e30de6/code-of-conduct.md">commit 214585e</a>.
|
<a href="https://github.com/cncf/foundation/blob/214585e24aab747fb85c2ea44fbf4a2442e30de6/code-of-conduct.md">commit 214585e</a>.
|
||||||
If you notice that this is out of date, please
|
If you notice that this is out of date, please
|
||||||
<a href="https://github.com/kubernetes/website/issues/new">file an issue</a>.
|
<a href="https://github.com/kubernetes/website/issues/new">file an issue</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
If you notice a violation of the Code of Conduct at an event or meeting, in
|
If you notice a violation of the Code of Conduct at an event or meeting, in
|
||||||
Slack, or in another communication mechanism, reach out to
|
Slack, or in another communication mechanism, reach out to
|
||||||
the <a href="https://git.k8s.io/community/committee-code-of-conduct">Kubernetes Code of Conduct Committee</a>.
|
the <a href="https://git.k8s.io/community/committee-code-of-conduct">Kubernetes Code of Conduct Committee</a>.
|
||||||
You can reach us by email at <a href="mailto:conduct@kubernetes.io">conduct@kubernetes.io</a>.
|
You can reach us by email at <a href="mailto:conduct@kubernetes.io">conduct@kubernetes.io</a>.
|
||||||
Your anonymity will be protected.
|
Your anonymity will be protected.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="cncf_coc_container">
|
<div id="cncf-code-of-conduct">
|
||||||
{{< include "/static/cncf-code-of-conduct.md" >}}
|
{{< include "/static/cncf-code-of-conduct.md" >}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue