joerg: add font-awesome icons

This commit is contained in:
Jörg Thalheim 2012-07-28 00:03:22 +02:00
parent 9b8120febe
commit 9f73cfdbd2
2 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -68,10 +68,3 @@ footer {
@include grid(12);
padding-left: 15px;
}
[class^="icon-"],
[class*="icon-"] {
list-style-type: none;
}