From ae0d98306d5a99f6bbf5f45ddc94a6231e82bb9a Mon Sep 17 00:00:00 2001 From: Tom Lee Date: Tue, 25 Aug 2020 20:45:01 +0100 Subject: [PATCH] Add some policy --- index.html | 7 +++++++ style.css | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index 760dfdf..b314cf5 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,13 @@
  • 36C3
  • EMF2020 stupid virus
  • +

    Policy

    +
      +
    1. No one shall dissuade or stop anyone from making anything, especially if it's a bad idea.
    2. +
    3. "Fuck it, we'll do it live" is always acceptable.
    4. +
    5. Maybe policy should go on the website.
    6. +
    7. > For policy
    8. +
    diff --git a/style.css b/style.css index c01cdb9..456149a 100644 --- a/style.css +++ b/style.css @@ -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; }