Add CoC link on index
This commit is contained in:
parent
15da95d908
commit
a3d3ad2025
|
@ -1,10 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hacks 'R' Us</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1><a href="/"><img src="img/logo.svg" alt="Hacks 'R' Us Logo"></a></h1>
|
||||
|
@ -36,6 +38,8 @@
|
|||
<li><a href="https://emfcamp.org">EMF2022</a></li>
|
||||
</ul>
|
||||
<h2 id='policy'>Policy</h2>
|
||||
<p>For more formal information, the <a href="/conduct.html">Code of Conduct</a> may be relevant to your
|
||||
interests.</p>
|
||||
<ol class="left-aligned nested parent">
|
||||
<li>No one shall dissuade or stop anyone from making anything, especially if it's a bad idea.</li>
|
||||
<li>"Fuck it, we'll do it live" is always acceptable.</li>
|
||||
|
@ -45,7 +49,8 @@
|
|||
<li>Un defined, (but positive) number of ✅ are needed for policy approvals.</li>
|
||||
<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>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><blink></blink> tags are only in effect whilst visible.</li>
|
||||
|
@ -61,4 +66,5 @@
|
|||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue