joerg: add font-awesome icons
This commit is contained in:
parent
9b8120febe
commit
9f73cfdbd2
@ -6,31 +6,38 @@ div class="grid_4"
|
|||||||
h2 Contact
|
h2 Contact
|
||||||
dl
|
dl
|
||||||
dt Email:
|
dt Email:
|
||||||
dd
|
dd.icon-envelope
|
||||||
a rel="me" href="mailto:fake@example.com?cc=joerg@higgsboson.tk" joerg higgsboson.tk
|
a rel="me" href="mailto:fake@example.com?cc=joerg@higgsboson.tk" joerg higgsboson.tk
|
||||||
dt Jabber:
|
dt Jabber:
|
||||||
dd
|
dd.icon-comment
|
||||||
a rel="me" href="xmpp:jthalheim@jabber.ccc.de" jthalheim@jabber.ccc.de
|
a rel="me" href="xmpp:jthalheim@jabber.ccc.de" jthalheim@jabber.ccc.de
|
||||||
dt IRC:
|
dt IRC:
|
||||||
dd
|
dd.icon-comment-alt
|
||||||
a rel="me" href="irc://irc.freenode.net/" Mic92
|
a rel="me" href="irc://irc.freenode.net/" Mic92
|
||||||
div class="grid_4"
|
div class="grid_4"
|
||||||
h2 Content
|
h2 Content
|
||||||
dl
|
dl
|
||||||
dt Microblogging:
|
dt Microblogging:
|
||||||
dd
|
dd.icon-twitter
|
||||||
a rel="me" href="https://twitter.com/Mic_92" twitter.com/Mic_92
|
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
|
a rel="me" href="https://identi.ca/mic92" identi.ca/mic92
|
||||||
dt Code:
|
dt Code:
|
||||||
dd
|
dd.icon-github
|
||||||
a rel="me" href="https://github.com/Mic92" github.com/Mic92
|
a rel="me" href="https://github.com/Mic92" github.com/Mic92
|
||||||
dt Social:
|
dt Social:
|
||||||
dd
|
dd.icon-group
|
||||||
a rel="me" href="https://pod.geraspora.de/u/jthalheim" jthalheim@pod.geraspora.de
|
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"
|
div class="grid_4"
|
||||||
h2 Rest
|
h2 Rest
|
||||||
dl
|
dl
|
||||||
dt Github Achievements:
|
dt Github Achievements:
|
||||||
dd
|
dd.icon-star
|
||||||
a rel="me" href="http://coderwall.com/mic92" coderwall.com/mic92
|
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
|
||||||
|
|
||||||
|
@ -68,10 +68,3 @@ footer {
|
|||||||
@include grid(12);
|
@include grid(12);
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[class^="icon-"],
|
|
||||||
[class*="icon-"] {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user