diff --git a/_layouts/person.html b/_layouts/person.html
index fa6d7d5b2446dbcfc0c6a342f06f6901599f5b46..811da35877f88104f99c4bbb61a3309e348935e0 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>
                 &nbsp;
                 {% 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>
+                &nbsp;
+                {% endif %}
+                {% if page.GitLab %}
+                <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img src="/public/gitlab.png"/></a>
+                &nbsp;
+                {% endif %}
+                {% if page.orcid %}
+                <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img src="/public/orcid.png"/> </a>
+                &nbsp;
                 {% endif %}
             </div>
         </div>