Commit 5cbf6f38 authored by Administrator's avatar Administrator

[MRK] Adding link towards websites.

parent 43c1b7e5
...@@ -153,11 +153,17 @@ ...@@ -153,11 +153,17 @@
<center> <center>
<h2>Sponsors</h2> <h2>Sponsors</h2>
</center> </center>
<img src="{% static "img/sponsors/cnrs.png"%}" style="100px; height:150px"> <a href="http://www.cnrs.fr" target="_blank" >
<img src="{% static "img/sponsors/iscpif.svg"%}" style="100px; height:150px"> <img src="{% static "img/sponsors/cnrs.png"%}" alt="CNRS" style="100px; height:150px">
{% for sponsor in sponsors %} </a>
<img src="{% static "img/sponsors/"%}{{ sponsor.picture }}" style="100px; height:150px"> <a href="http://www.iscpif.fr" target="_blank" >
{% endfor %} <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> </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