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; }