Skip to content

Commit

Permalink
Change own Links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Lk Else committed Feb 25, 2017
1 parent fe30f52 commit 77f80d7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions partials/social.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,38 @@ and then add your link to the <a>.
--------------------------------}}
<ul class="social expanded">

<!-- Facebook -->
<li class="social item hvr-grow-rotate">
<a rel="me" target="_blank" href="https://www.facebook.com/caffeinecoding" title="Caffeine Coding on Facebook">
<i class='fa fa-facebook-official'></i>
<span class="label">Facebook</span>
</a>
</li>

<!-- Twitter -->
<li class="social item hvr-grow-rotate">
<a rel="me" target="_blank" href="http://twitter.com/kelyvinN" title="@KelyvinN on Twitter">
<a rel="me" target="_blank" href="http://twitter.com/jlelse" title="@jlelse on Twitter">
<i class='fa fa-twitter'></i>
<span class="label">Twitter</span>
</a>
</li>

<!-- Linkedin -->
<!-- Medium -->
<li class="social item hvr-grow-rotate">
<a rel="me" target="_blank" href="http://linkedin.com/in/kelyvin" title="Kelyvin on LinkedIn">
<i class='fa fa-linkedin-square'></i>
<span class="label">Linkedin</span>
<a rel="me" target="_blank" href="http://medium.com/@jlelse" title="@jlelse on Medium">
<i class='fa fa-medium'></i>
<span class="label">Medium</span>
</a>
</li>

<!-- Github -->
<li class="social item hvr-grow-rotate">
<a rel="me" target="_blank" href="https://github.com/kelyvin" title="Kelyvin on Github">
<a rel="me" target="_blank" href="https://github.com/jlelse" title="jlelse on Github">
<i class='fa fa-github'></i>
<span class="label">Github</span>
</a>
</li>

<!-- Instagram -->
<li class="social item hvr-grow-rotate">
<a rel="me" target="_blank" href="https://instagram.com/jl.else" title="jl.else on Instagram">
<i class='fa fa-instagram'></i>
<span class="label">Instagram</span>
</a>
</li>

<!-- RSS -->
<li class="social item hvr-grow-rotate">
<a href="/rss/" title="Subscribe to RSS">
Expand Down

0 comments on commit 77f80d7

Please sign in to comment.