Add CoC link on index

This commit is contained in:
Lloyd Wallis 2020-08-29 16:34:49 +01:00
parent 15da95d908
commit a3d3ad2025
1 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Hacks 'R' Us</title> <title>Hacks 'R' Us</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<h1><a href="/"><img src="img/logo.svg" alt="Hacks 'R' Us Logo"></a></h1> <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> <li><a href="https://emfcamp.org">EMF2022</a></li>
</ul> </ul>
<h2 id='policy'>Policy</h2> <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"> <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>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> <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>Un defined, (but positive) number of ✅ are needed for policy approvals.</li>
<li>Ticks must outweigh ❌ votes</li> <li>Ticks must outweigh ❌ votes</li>
</ol> </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>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>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 items in <blink>&lt;blink&gt;</blink> tags are only in effect whilst visible.</li>
@ -61,4 +66,5 @@
} }
</script> </script>
</body> </body>
</html> </html>