Contact: fixed linkedin, removed underlines
This commit is contained in:
parent
e8b94acbbe
commit
f45e8bd0c4
2 changed files with 9 additions and 8 deletions
|
@ -11,6 +11,9 @@ a
|
|||
text-decoration: underilne
|
||||
color: $red
|
||||
|
||||
&.no-underline
|
||||
text-decoration: none
|
||||
|
||||
img
|
||||
max-width: 100%
|
||||
|
||||
|
|
|
@ -4,41 +4,39 @@ title: Contact
|
|||
---
|
||||
body:
|
||||
|
||||
Feel free to contact me via:
|
||||
|
||||
<div class="grid text-center">
|
||||
<div class="col-1-3 text-size-enormous">
|
||||
<a href="mailto:me@fmartingr.com">
|
||||
<a class="no-underline" href="mailto:me@fmartingr.com">
|
||||
<i class="fa fa-envelope" aria-hidden="true"></i>
|
||||
<span class="text-size-normal display-block">E-Mail</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-1-3 text-size-enormous">
|
||||
<a href="https://github.com/fmartingr">
|
||||
<a class="no-underline" href="https://github.com/fmartingr">
|
||||
<i class="fa fa-github" aria-hidden="true"></i>
|
||||
<span class="text-size-normal display-block">Github</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-1-3 text-size-enormous">
|
||||
<a href="https://linkedin.com/fmartingr">
|
||||
<a class="no-underline" href="https://www.linkedin.com/in/fmartingr/">
|
||||
<i class="fa fa-linkedin" aria-hidden="true"></i>
|
||||
<span class="text-size-normal display-block">LinkedIn</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-1-3 text-size-enormous">
|
||||
<a href="https://telegram.me/fmartingr">
|
||||
<a class="no-underline" href="https://telegram.me/fmartingr">
|
||||
<i class="fa fa-telegram" aria-hidden="true"></i>
|
||||
<span class="text-size-normal display-block">Telegram</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-1-3 text-size-enormous">
|
||||
<a href="https://mastodon.social/@fmartingr">
|
||||
<a class="no-underline" href="https://mastodon.social/@fmartingr">
|
||||
<i class="fa fa-mastodon" aria-hidden="true"></i>
|
||||
<span class="text-size-normal display-block">Mastodon</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-1-3 text-size-enormous">
|
||||
<a href="https://twitter.com/fmartingr">
|
||||
<a class="no-underline" href="https://twitter.com/fmartingr">
|
||||
<i class="fa fa-twitter" aria-hidden="true"></i>
|
||||
<span class="text-size-normal display-block">Birdsite</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue