mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
Add instagram social link
This commit is contained in:
parent
abf45fe6e9
commit
4ebf81fadc
@ -107,6 +107,11 @@ set :casper, {
|
||||
user: 'meineerde',
|
||||
link: 'https://twitter.com/meineerde'
|
||||
},
|
||||
instagram: {
|
||||
name: 'Instagram',
|
||||
user: 'holger_just',
|
||||
link: 'https://www.instagram.com/holger_just/'
|
||||
},
|
||||
github: {
|
||||
name: 'GitHub',
|
||||
user: 'meineerde',
|
||||
|
||||
@ -16,6 +16,7 @@ advice, help, and organisational support to advance the status quo.
|
||||
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
|
||||
<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.
|
||||
<a class="icon-github" href="<%= blog_author.profile_links[:github][:link] %>"><%= blog_author.profile_links[:github][:user] %></a> on GitHub,
|
||||
<a class="icon-twitter" href="<%= blog_author.profile_links[:twitter][:link] %>">@<%= blog_author.profile_links[:twitter][:user] %></a> on Twitter, and
|
||||
<a class="icon-instagram" href="<%= blog_author.profile_links[:instagram][:link] %>"><%= blog_author.profile_links[:instagram][:user] %></a> on Instagram.
|
||||
I try to help people on <a class="icon-stackoverflow" href="<%= blog_author.profile_links[:stackoverflow][:link] %>"><%= blog_author.profile_links[:stackoverflow][:name] %></a>.
|
||||
|
||||
@ -34,4 +34,4 @@
|
||||
.icon-xing:before { content: '\f60c'; }
|
||||
.icon-mail:before { content: '\f60d'; }
|
||||
.icon-angle-left:before { content: '\f60e'; }
|
||||
.icon-instagram:before { content: '\f60e'; }
|
||||
.icon-instagram:before { content: '\f60f'; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user