Commit 6040d5f2 authored by Administrator's avatar Administrator

Merge branch 'unstable' into testing

parents fbb78727 472f1bd1
...@@ -35,9 +35,12 @@ def get_sponsors(): ...@@ -35,9 +35,12 @@ def get_sponsors():
''' '''
sponsors = [ sponsors = [
{ 'name' : 'Mines ParisTech', 'website' : 'http://mines-paristech.fr', 'picture' : 'mines.png'}, { 'name' : 'Mines ParisTech', 'website' : 'http://mines-paristech.fr', 'picture' : 'mines.png', 'funds':''},
{ 'name' : 'Institut Pasteur', 'website' : 'http://www.pasteur.fr', 'picture' : 'pasteur.png'}, { 'name' : 'Institut Pasteur', 'website' : 'http://www.pasteur.fr', 'picture' : 'pasteur.png', 'funds':''},
{ 'name' : 'Forccast', 'website' : 'http://forccast.hypotheses.org/', 'picture' : 'forccast.png'}, { 'name' : 'Forccast', 'website' : 'http://forccast.hypotheses.org/', 'picture' : 'forccast.png', 'funds':''},
{ 'name' : 'ADEME', 'website' : 'http://www.ademe.fr', 'picture' : 'ademe.png', 'funds':''},
{ 'name' : 'EHESS', 'website' : 'http://www.ehess.fr', 'picture' : 'ehess.png', 'funds':''},
#{ 'name' : '', 'website' : '', 'picture' : '', 'funds':''},
# copy paste the line above and write your informations please # copy paste the line above and write your informations please
] ]
......
...@@ -152,18 +152,18 @@ ...@@ -152,18 +152,18 @@
<h2 class="panel-title"> <h2 class="panel-title">
<center> <center>
<h2>Sponsors</h2> <h2>Sponsors</h2>
</center>
<a href="http://www.cnrs.fr" target="_blank" > <a href="http://www.cnrs.fr" target="_blank" >
<img src="{% static "img/sponsors/cnrs.png"%}" alt="CNRS" style="100px; height:150px"> <img src="{% static "img/sponsors/cnrs.png"%}" alt="CNRS" style="height:100px">
</a> </a>
<a href="http://www.iscpif.fr" target="_blank" > <a href="http://www.iscpif.fr" target="_blank" >
<img src="{% static "img/sponsors/iscpif.svg"%}" style="100px; height:150px"> <img src="{% static "img/sponsors/iscpif.svg"%}" style="height:100px">
</a> </a>
{% for sponsor in sponsors %} {% for sponsor in sponsors %}
<a href="{{ sponsor.website }}" target="_blank" > <a href="{{ sponsor.website }}" target="_blank" >
<img src="{% static "img/sponsors/"%}{{ sponsor.picture }}" style="100px; height:150px"> <img src="{% static "img/sponsors/"%}{{ sponsor.picture }}" style="height:100px">
</a> </a>
{% endfor %} {% endfor %}
</center>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -66,7 +66,8 @@ ...@@ -66,7 +66,8 @@
<hr> <hr>
<footer> <footer>
<p>Gargantext, version 1.0.6, Copyrights CNRS {{ date.year }}.</p> <p>Gargantext, version 1.0.6, <a href="http://www.cnrs.fr" target="blank">Copyrights CNRS {{ date.year }}</a>,
<a href="http://www.gnu.org/licenses/agpl-3.0.html" target="blank">Licence aGPLCV3</a>.</p>
</footer> </footer>
......
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