2018-07-23 12:15:56 +10:00
|
|
|
<section class="social">
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ with .Site.Params.social.twitter }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://twitter.com/{{.}}"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.facebook }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://facebook.com/{{.}}"><i class="fab fa-facebook-f"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.github }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://github.com/{{.}}"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.bitbucket }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://bitbucket.org/{{.}}"><i class="fab fa-bitbucket fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.gitlab }}
|
2018-06-04 12:53:59 +08:00
|
|
|
<a href="https://gitlab.com/{{.}}"><i class="fab fa-gitlab fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.instagram }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://instagram.com/{{.}}"><i class="fab fa-instagram fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.linkedin }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://linkedin.com/in/{{.}}"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.stackoverflow }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://stackoverflow.com/users/{{.}}"><i class="fab fa-stack-overflow fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
2018-01-24 16:42:50 +07:00
|
|
|
{{ with .Site.Params.social.medium}}
|
2018-07-23 12:15:56 +10:00
|
|
|
<a href="https://medium.com/@{{.}}"><i class="fab fa-medium fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.xing }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="https://www.xing.com/profile/{{.}}"><i class="fab fa-xing fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.keybase }}
|
2018-05-27 17:41:38 +08:00
|
|
|
<a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
2018-08-18 01:58:04 -03:00
|
|
|
{{ with .Site.Params.social.telegram }}
|
|
|
|
<a href="https://t.me/{{.}}"><i class="fab fa-telegram fa-lg" aria-hidden="true"></i></a>
|
|
|
|
{{ end }}
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ with .Site.Params.social.email }}
|
2018-02-22 10:37:37 +11:00
|
|
|
<a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
2018-07-30 07:41:49 +10:00
|
|
|
{{ end }}
|
2018-01-24 16:42:50 +07:00
|
|
|
</section>
|