Skip to content
Snippets Groups Projects
Commit cc4ee741 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

fixing invalid values

parent 96d0ad59
No related branches found
No related tags found
No related merge requests found
Pipeline #1304 passed
...@@ -66,28 +66,28 @@ layout: default ...@@ -66,28 +66,28 @@ layout: default
</div> </div>
<div class="card-action"> <div class="card-action">
{% if page.publink == "auto" %} {% if page.publink == "auto" %}
<a href="http://kwarc.github.io/bibs/{{username}}/"><img style="width:100;height:100" src="/public/pubs.jpg"/></a> <a href="http://kwarc.github.io/bibs/{{username}}/"><img style="width:60px;height:60px" src="/public/pubs.jpg"/></a>
{% elsif page.publink %} {% elsif page.publink %}
<a href="{{page.publink}}"><img style="width:100;height:100" src="/public/pubs.jpg"/></a> <a href="{{page.publink}}"><img style="width:60px;height:60px" src="/public/pubs.jpg"/></a>
{% endif %} {% endif %}
{% if page.website %} {% if page.website %}
<a target="_blank" href="{{page.website}}"><img style="width:100;height:100" src="/public/www.jpg"/></a> <a target="_blank" href="{{page.website}}"><img style="width:60px;height:60px" src="/public/www.jpg"/></a>
&nbsp; &nbsp;
{% endif %} {% endif %}
{% if page.orcid %} {% if page.orcid %}
<a target="_blank" href="http://orcid.org/{{page.orccid}}"><img style="width:100;height:100" src="/public/orcid.png"/> </a> <a target="_blank" href="http://orcid.org/{{page.orccid}}"><img style="width:60px;height:60px" src="/public/orcid.png"/> </a>
&nbsp; &nbsp;
{% endif %} {% endif %}
{% if page.github %} {% if page.github %}
<a target="_blank" href="http://github.com/{{page.github}}"><img style="width:100;height:100" src="/public/github.png"/></a> <a target="_blank" href="http://github.com/{{page.github}}"><img style="width:60px;height:60px" src="/public/github.png"/></a>
&nbsp; &nbsp;
{% endif %} {% endif %}
{% if page.gitlab %} {% if page.gitlab %}
<a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img style="width:100;height:100" src="/public/gitlab.png"/></a> <a target="_blank" href="http://gitlab.com/{{page.gitlab}}"><img style="width:60px;height:60px" src="/public/gitlab.png"/></a>
&nbsp; &nbsp;
{% endif %} {% endif %}
{% if page.mathhub %} {% if page.mathhub %}
<a target="_blank" href="http://gl.mathhub.info/{{page.mathhub}}"><img style="width:100;height:100" src="/public/mathHubLogo.png"/></a> <a target="_blank" href="http://gl.mathhub.info/{{page.mathhub}}"><img style="width:60px;height:60px" src="/public/mathHubLogo.png"/></a>
&nbsp; &nbsp;
{% endif %} {% endif %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment