diff --git a/css/reset.styl b/css/reset.styl index dacf549..273c774 100755 --- a/css/reset.styl +++ b/css/reset.styl @@ -166,8 +166,8 @@ pre pre.new_year background-color transparent color #BF0000 - font-family "Courier 10 Pitch", Courier, monospace - font-size .8em + font-family monospace + font-size .8rem font-webkit bold margin 0 0 2em 0 text-align center @@ -192,4 +192,4 @@ p > code white-space -o-pre-wrap ul, ol - margin 1.2em 2em \ No newline at end of file + margin 1.2em 2em diff --git a/template/index.twig b/template/index.twig index b1f7cb7..359a019 100755 --- a/template/index.twig +++ b/template/index.twig @@ -5,11 +5,13 @@ {# banner <div class="bg-green" style="margin: 0 0 2em 0; padding: .5em;"> <img alt="" title="" src="images/pulse.gif" style="height: 1em;" /> - <a href="https://libreplanet.org/2017/live/">LibrePlanet 2017</a> + <a href="https://fosdem.org/2018/schedule/streaming/">FOSDEM 2018</a> </div> #} - {# Welcome New Year + {# Welcome New Year. + # To maintain alignment, keep al lines below of the same length + # and with no padding. <pre class="new_year"> .''. . *''* :_\/_: @@ -19,11 +21,12 @@ _\(/_ .:.*_\/_* : /\ : *_\/_* -= o =- /)\ * /\ * .'/.\'. ' *..* : - ____ ___ _ _____ - |___ \ / _ \/ |___ | - __) | | | | | / / - / __/| |_| | | / / - |_____|\___/|_|/_/ + ___ ___ __ ___ + |__ \ / _ \/_ |/ _ \ + ) | | | || | (_) | + / /| | | || |> _ < + / /_| |_| || | (_) | + |____|\___/ |_|\___/ </pre> #}