Add more policy

This commit is contained in:
Tom Lee 2020-08-26 21:30:42 +01:00
parent bf9fab191e
commit 9c8a202e4f
2 changed files with 18 additions and 0 deletions

View File

@ -42,6 +42,14 @@
<li>Maybe policy should go on the website.</li>
<li>&gt; For policy proposals in chat.</li>
<li>Un defined, (but positive) number of ✅ are needed for policy approvals.</li>
<ol>
<li>Ticks must outweigh ❌ votes</li>
</ol>
<li>No hacker shall intentionally set another hacker on fire, or through inaction allow another hacker to be set on fire.</li>
<li>For the avoidance of doubt, explosions are a type of fire.</li>
<li>Disputes between members will be settled non-violently through a game of Guess Who?</li>
<li>Policy items in <blink>&lt;blink&gt;</blink> tags are only in effect whilst visible.</li>
<li>Policy is not serious, see Code of Conduct for serious things.</li>
</ol>
</div>

View File

@ -4,6 +4,16 @@ body {
font-family: "open-dyslexic", "Comic Sans MS";
}
blink {
animation: blinker 0.6s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}
div.container {
max-width: 700px;
margin: 0 auto;