src/iconolab_episteme/templates/partials/footer.html
author ymh <ymh.work@gmail.com>
Tue, 03 Jul 2018 15:53:13 +0200
changeset 14 84ee721af603
parent 12 902a14596a56
child 15 37c39e71b944
permissions -rw-r--r--
small space change on version nb + increment version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     1
{% load staticfiles %}
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     2
{% load iconolab_tags %}
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     3
{% load iconolab_episteme_tags %}
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     4
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     5
<div class="container">
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     6
<hr style="margin-top: 5px;">
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     7
  <div class="pull-left footer-info">
14
84ee721af603 small space change on version nb + increment version
ymh <ymh.work@gmail.com>
parents: 12
diff changeset
     8
    <h4><small>Version {% version %}&nbsp;/&nbsp;{% episteme_version %}</small></h4>
12
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
     9
  </div>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    10
  <div class="pull-right partners-icons">
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    11
    <a href="http://www.iri.centrepompidou.fr/projets/episteme" target="_blank" rel="noopener noreferrer"><img style='width:110px;height:auto;vertical-align: middle;'  src="{% static 'iconolab/img/logo_IRI_footer.png' %}"></a>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    12
    &nbsp;&nbsp;&nbsp;
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    13
    <a href="http://liris.cnrs.fr/equipes?id=75" target="_blank" rel="noopener noreferrer"><img style='width:90px;height:auto;vertical-align: middle;' src="{% static 'iconolab_episteme/img/logo_liris_footer.png' %}"></a>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    14
    &nbsp;&nbsp;&nbsp;&nbsp;
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    15
    <a href="https://www.ls2n.fr/" target="_blank" rel="noopener noreferrer"><img style='width:100px;height:auto;vertical-align: middle;' src="{% static 'iconolab_episteme/img/logo_LS2N_footer.png' %}"></a>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    16
    &nbsp;&nbsp;&nbsp;&nbsp;
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    17
    <a href="http://histoire-sociale.univ-paris1.fr/?lang=fr" target="_blank" rel="noopener noreferrer"><img style='width:90px;height:auto;vertical-align: middle;' src="{% static 'iconolab_episteme/img/logo_chs_footer.png' %}"></a>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    18
    &nbsp;&nbsp;&nbsp;&nbsp;
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    19
    <a href="http://irfu.cea.fr/" target="_blank" rel="noopener noreferrer"><img style='width:57px;height:auto;vertical-align: middle;' src="{% static 'iconolab_episteme/img/logo_cea_footer.png' %}"></a>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    20
    &nbsp;&nbsp;&nbsp;&nbsp;
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    21
    <a href="https://www.mediapart.fr/" target="_blank" rel="noopener noreferrer"><img style='width:100px;height:auto;vertical-align: middle;' src="{% static 'iconolab_episteme/img/logo_mediapart_footer.png' %}"></a>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    22
  </div>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    23
  <div class="pull-right footer-link">
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    24
    <h4><small><a href="{% url 'iconolab_glossary' %}">Glossaire</a></small></h4>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    25
  </div>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    26
</div>