Commit 5cbf6f38 authored by Administrator's avatar Administrator

[MRK] Adding link towards websites.

parent 43c1b7e5
......@@ -153,11 +153,17 @@
<center>
<h2>Sponsors</h2>
</center>
<img src="{% static "img/sponsors/cnrs.png"%}" style="100px; height:150px">
<img src="{% static "img/sponsors/iscpif.svg"%}" style="100px; height:150px">
{% for sponsor in sponsors %}
<img src="{% static "img/sponsors/"%}{{ sponsor.picture }}" style="100px; height:150px">
{% endfor %}
<a href="http://www.cnrs.fr" target="_blank" >
<img src="{% static "img/sponsors/cnrs.png"%}" alt="CNRS" style="100px; height:150px">
</a>
<a href="http://www.iscpif.fr" target="_blank" >
<img src="{% static "img/sponsors/iscpif.svg"%}" style="100px; height:150px">
</a>
{% for sponsor in sponsors %}
<a href="{{ sponsor.website }}" target="_blank" >
<img src="{% static "img/sponsors/"%}{{ sponsor.picture }}" style="100px; height:150px">
</a>
{% endfor %}
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment