Add some policy

This commit is contained in:
Tom Lee 2020-08-25 20:45:01 +01:00
parent 76f11a7756
commit ae0d98306d
2 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,13 @@
<li><a href="https://events.ccc.de/congress/2019">36C3</a></li>
<li><a href="https://emfcamp.org"><s>EMF2020</s></a> stupid virus</li>
</ul>
<h3>Policy</h2>
<ol class="left-aligned">
<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>Maybe policy should go on the website.</li>
<li>&gt; For policy</li>
</ol>
</div>
</body>
</html>

View File

@ -51,6 +51,10 @@ ul.fisher-price-links>li>a {
font-size: 20px;
}
.left-aligned {
text-align: left;
}
.unicorns {
animation: unicornMode 2s linear 0s infinite;
}