From 273da0a604a260a84bacbf0469e7e48b9ef3e20e Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <michael.kohlhase@fau.de> Date: Fri, 14 Dec 2018 13:17:45 +0100 Subject: [PATCH] more logos in the chip --- _layouts/person.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/_layouts/person.html b/_layouts/person.html index fa6d7d5..811da35 100644 --- a/_layouts/person.html +++ b/_layouts/person.html @@ -65,15 +65,26 @@ layout: default {% endfor %} </div> <div class="card-action"> + {% if page.publink == "auto" %} + <a href="http://kwarc.github.io/bibs/{{username}}/"><img src="/public/pubs.jpg"/></a> + {% elsif page.publink %} + <a href="{{page.publink}}"><img src="/public/pubs.jpg"/></a> + {% endif %} {% if page.website %} - <a target="_blank" href="{{page.website}}">Website</a> + <a target="_blank" href="{{page.website}}"><img src="/public/www.jpg"/></a> {% endif %} - - {% if page.publink == "auto" %} - <a href="http://kwarc.github.io/bibs/{{ username }}/">Publications</a> - {% elsif page.publink %} - <a href="{{page.publink}}">Publications</a> + {% if page.github %} + <a target="_blank" href="http://github.com/{{page.github}}"><img src="/public/github.png"/></a> + + {% endif %} + {% if page.GitLab %} + <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img src="/public/gitlab.png"/></a> + + {% endif %} + {% if page.orcid %} + <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img src="/public/orcid.png"/> </a> + {% endif %} </div> </div> -- GitLab