diff --git a/source/index.html.slim b/source/index.html.slim index cb27f20..8607911 100644 --- a/source/index.html.slim +++ b/source/index.html.slim @@ -6,14 +6,6 @@ h2#pagesubtitle section ul.overview.icons - li - i.icon-github-sign.icon-2x - span - a href="http://git.higgsboson.tk" title="Webinterface to our public git repos" Git Web - li - i.icon-inbox.icon-2x - span - a href="http://inbox.higgsboson.tk" title="An Uploader" Inbox li i.icon-rss.icon-2x span @@ -22,6 +14,14 @@ section i.icon-edit.icon-2x span a href="http://pad.higgsboson.tk" title="collaborative editing" Etherpad Lite + li + i.icon-github-sign.icon-2x + span + a href="http://git.higgsboson.tk" title="Webinterface to our public git repos" Git Web + li + i.icon-inbox.icon-2x + span + a href="http://inbox.higgsboson.tk" title="An Uploader" Inbox li i.icon-download-alt.icon-2x span @@ -30,8 +30,6 @@ section i.icon-trash.icon-2x span a href="http://paste.higgsboson.tk" title="encrypted pastebin" Zerobin - ' or - a href="http://phork.higgsboson.tk" title="gist clone" Phorkie li i.icon-qrcode.icon-2x span diff --git a/source/joerg/index.slim b/source/joerg/index.slim index 454cdbc..2c36454 100644 --- a/source/joerg/index.slim +++ b/source/joerg/index.slim @@ -14,8 +14,6 @@ div.span3 dt Jabber: dd.icon-comment a rel="me" href="xmpp:joerg@higgsboson.tk" joerg@higgsboson.tk - br - a rel="me" href="xmpp:jthalheim@jabber.ccc.de" jthalheim@jabber.ccc.de (old) dt IRC: dd.icon-comment-alt a rel="me" href="irc://irc.freenode.net/" Mic92 diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 5a6ce80..47cf928 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -146,5 +146,5 @@ footer { } .overview { - span { font-size: 2em; }; + span { font-size: 1.8em; }; }