1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 19:12:05 +00:00

More icons in the author profile

This commit is contained in:
Holger Just 2017-01-11 18:01:19 +01:00
parent 3d7087f5ed
commit cc42998dac
2 changed files with 9 additions and 8 deletions

View File

@ -13,8 +13,9 @@ I strongly believe in the values of Open Source and strive to be an
integral part of the community by not only providing source code but also
advice, help, and organisational support to advance the status quo.
If you want to contact me, preferrably send an email to <%= author_email %>
If you want to contact me, preferrably send an email to
<span class="icon-mail"><span class="hidden">E-Mail:</span></span> <%= author_email %>
in either German or English. I am
[<%= blog_author.profile_links[:github][:user] %>](<%= blog_author.profile_links[:github][:link] %>) on GitHub and
[@<%= blog_author.profile_links[:twitter][:user] %>](<%= blog_author.profile_links[:twitter][:link] %>) on Twitter.
I try to help people on [Stack Overflow](<%= blog_author.profile_links[:stackoverflow][:link] %>).
<a class="icon-github" href="<%= blog_author.profile_links[:github][:link] %>"><%= blog_author.profile_links[:github][:user] %></a> on GitHub and
<a class="icon-twitter" href="<%= blog_author.profile_links[:twitter][:link] %>">@<%= blog_author.profile_links[:twitter][:user] %></a> on Twitter.
I try to help people on <a class="icon-stackoverflow" href="<%= blog_author.profile_links[:stackoverflow][:link] %>"><%= blog_author.profile_links[:stackoverflow][:name] %></a>.

View File

@ -43,11 +43,11 @@
text-decoration: none;
}
.profile-links-verbose {
a {
margin: 0 .5em;
}
.profile-links-verbose a {
margin: 0 .5em;
}
p, .profile-links-verbose {
a[class^="icon-"]:before, a[class*=" icon-"]:before {
margin-right: .25em;
}