diff --git a/source/joerg/index.slim b/source/joerg/index.slim index fae8190..7e44601 100644 --- a/source/joerg/index.slim +++ b/source/joerg/index.slim @@ -6,31 +6,38 @@ div class="grid_4" h2 Contact dl dt Email: - dd + dd.icon-envelope a rel="me" href="mailto:fake@example.com?cc=joerg@higgsboson.tk" joerg higgsboson.tk dt Jabber: - dd + dd.icon-comment a rel="me" href="xmpp:jthalheim@jabber.ccc.de" jthalheim@jabber.ccc.de dt IRC: - dd + dd.icon-comment-alt a rel="me" href="irc://irc.freenode.net/" Mic92 div class="grid_4" h2 Content dl dt Microblogging: - dd + dd.icon-twitter a rel="me" href="https://twitter.com/Mic_92" twitter.com/Mic_92 - dd + dd.icon-comments a rel="me" href="https://identi.ca/mic92" identi.ca/mic92 dt Code: - dd + dd.icon-github a rel="me" href="https://github.com/Mic92" github.com/Mic92 dt Social: - dd + dd.icon-group a rel="me" href="https://pod.geraspora.de/u/jthalheim" jthalheim@pod.geraspora.de + dd.icon-google-plus + a rel="me" href="https://plus.google.com/107837103594826869647/posts" jthalheim@gmail.com + div class="grid_4" h2 Rest dl dt Github Achievements: - dd + dd.icon-star a rel="me" href="http://coderwall.com/mic92" coderwall.com/mic92 + dt Stackoverflow: + dd.icon-user + a rel="me" href="http://stackoverflow.com/users/1061240/mic92" stackoverflow.com/users/1061240/mic92 + diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 217abe5..55df689 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -68,10 +68,3 @@ footer { @include grid(12); padding-left: 15px; } - - -[class^="icon-"], -[class*="icon-"] { - list-style-type: none; -} -