Use static content for code of conduct (#9355)

Move the code of conduct page under /community
Add redirect
Use text from CNCF COC and note the revision we imported it at
Add note to top of imported file not to edit it directly
This commit is contained in:
Misty Linville
2018-07-09 12:12:17 -07:00
committed by k8s-ci-robot
parent c9fe098230
commit 85e3040dfa
7 changed files with 106 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
div.community_main h1, h2, h3 {
border-bottom: 1px solid #cccccc;
margin-bottom: 30px;
padding-bottom: 10px;
padding-top: 10px;
}
div.community_main {
padding: 50px 100px;
}
div.community_main ul,
div.community_main li {
list-style: disc;
list-style-position: inside;
padding: 10px 0;
font-size: 16px;
font-weight: 400;
}