2018-07-23 02:15:56 +00:00
|
|
|
<section class="social">
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ with .Site.Params.social.twitter }}
|
2018-09-13 19:29:19 +00:00
|
|
|
<a href="https://twitter.com/{{.}}" rel="me"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2020-03-17 04:37:28 +00:00
|
|
|
{{ with .Site.Params.social.microblog }}
|
|
|
|
<a href="https://micro.blog/{{.}}" rel="me"><i class="fab fa-microblog fa-lg" aria-hidden="true"></i></a>
|
|
|
|
{{ end }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ with .Site.Params.social.facebook }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://facebook.com/{{.}}" rel="me"><i class="fab fa-facebook-f"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.github }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://github.com/{{.}}" rel="me"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.bitbucket }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://bitbucket.org/{{.}}" rel="me"><i class="fab fa-bitbucket fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2019-02-25 23:41:22 +00:00
|
|
|
{{ $gitlab_domain := "gitlab.com" }}
|
|
|
|
{{ with .Site.Params.social.custom_gitlab_domain }}
|
|
|
|
{{ $gitlab_domain = . }}
|
|
|
|
{{ end }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ with .Site.Params.social.gitlab }}
|
2019-02-25 23:41:22 +00:00
|
|
|
<a href="https://{{ $gitlab_domain }}/{{.}}" rel="me"><i class="fab fa-gitlab fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.instagram }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://instagram.com/{{.}}" rel="me"><i class="fab fa-instagram fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.linkedin }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://linkedin.com/in/{{.}}" rel="me"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2020-02-04 16:56:26 +00:00
|
|
|
{{ with .Site.Params.social.googlescholar}}
|
|
|
|
<a href="https://scholar.google.com/citations?user={{.}}" rel="me"><i class="fas fa-graduation-cap fa-lg" aria-hidden="true"></i></a>
|
|
|
|
{{ end }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ with .Site.Params.social.stackoverflow }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://stackoverflow.com/users/{{.}}" rel="me"><i class="fab fa-stack-overflow fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2018-01-24 09:42:50 +00:00
|
|
|
{{ with .Site.Params.social.medium}}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://medium.com/@{{.}}" rel="me"><i class="fab fa-medium fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.xing }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://www.xing.com/profile/{{.}}" rel="me"><i class="fab fa-xing fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
|
|
|
{{ with .Site.Params.social.keybase }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://keybase.io/{{.}}" rel="me"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2018-08-18 04:58:04 +00:00
|
|
|
{{ with .Site.Params.social.telegram }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="https://t.me/{{.}}" rel="me"><i class="fab fa-telegram fa-lg" aria-hidden="true"></i></a>
|
2018-08-18 04:58:04 +00:00
|
|
|
{{ end }}
|
2018-10-10 22:31:56 +00:00
|
|
|
{{ with .Site.Params.social.aboutme }}
|
|
|
|
<a href="https://about.me/{{.}}"><i class="fas fa-address-card fa-lg" aria-hidden="true"></i></a>
|
|
|
|
{{ end }}
|
2020-03-16 20:56:18 +00:00
|
|
|
{{ with .Site.Params.social.orcid }}
|
|
|
|
<a href="https://orcid.org/{{.}}" rel="me"><i class="fab fa-orcid fa-lg" aria-hidden="true"></i></a>
|
|
|
|
{{end}}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ with .Site.Params.social.email }}
|
2018-09-30 08:40:28 +00:00
|
|
|
<a href="mailto:{{.}}" rel="me"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2020-03-16 20:37:50 +00:00
|
|
|
{{ with .Site.Params.social.pgpkey }}
|
|
|
|
<a href="{{.}}" rel="pgpkey"><i class="fa fa-key fa-lg" aria-hidden="true"></i></a>
|
2020-11-03 21:23:51 +00:00
|
|
|
{{ end }}
|
2020-06-19 13:02:39 +00:00
|
|
|
{{ with .Site.Params.social.reddit }}
|
|
|
|
<a href="https://www.reddit.com/user/{{.}}" rel="me"><i class="fab fa-reddit-alien fa-lg" aria-hidden="true"></i></a>
|
2020-11-03 21:23:51 +00:00
|
|
|
{{ end }}
|
2020-06-05 21:44:08 +00:00
|
|
|
{{ with .Site.Params.social.rss }}
|
|
|
|
<a href="{{.}}" rel="me"><i class="fas fa-rss fa-lg" aria-hidden="true"></i></a>
|
2020-03-16 20:37:50 +00:00
|
|
|
{{ end }}
|
2018-01-24 09:42:50 +00:00
|
|
|
</section>
|