diff --git a/source/partials/author/holger-just.html.md.erb b/source/partials/author/holger-just.html.md.erb index 410635f..508cf99 100644 --- a/source/partials/author/holger-just.html.md.erb +++ b/source/partials/author/holger-just.html.md.erb @@ -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 + <%= 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] %>). +<%= blog_author.profile_links[:github][:user] %> on GitHub and +@<%= blog_author.profile_links[:twitter][:user] %> on Twitter. +I try to help people on <%= blog_author.profile_links[:stackoverflow][:name] %>. diff --git a/source/stylesheets/application.css.scss b/source/stylesheets/application.css.scss index 6b69f36..e143de9 100644 --- a/source/stylesheets/application.css.scss +++ b/source/stylesheets/application.css.scss @@ -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; }