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

adding logos

parent 94942b71
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
{% assign item = include.item %} {% assign item = include.item %}
<li class="collection-item"> <li class="collection-item">
{% if item.logo %} <img style="width:100px" src="/{{item.logo}}" alt="{{item.title}} logo"/> {% endif %}
<a href="{{item.url}}" class="title">{{item.title}}</a> <a href="{{item.url}}" class="title">{{item.title}}</a>
{% if item.funding %} ({{item.funding}}) {% endif %} {% if item.funding %} ({{item.funding}}) {% endif %}
{% if item.orphan %}<b>(up for adoption)</b>{% endif %} {% if item.orphan %}<b>(up for adoption)</b>{% endif %}
......
...@@ -15,7 +15,7 @@ people: ...@@ -15,7 +15,7 @@ people:
- mkohlhase - mkohlhase
- dginev - dginev
logo: public/leibniz_logo.png logo: public/leibniz_logo.svg
funding: Leibniz Foundation funding: Leibniz Foundation
program: SAW program: SAW
grantid: SAW-2012-FIZ_KA-2 grantid: SAW-2012-FIZ_KA-2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment