src/iconolab_episteme/templates/partials/footer.html
author Riwad Salim
Thu, 05 Jul 2018 13:06:05 +0200
changeset 19 e46a1986a2f0
parent 18 e3f96cf6b484
permissions -rw-r--r--
removing partners images from static folder
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">
15
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    11
    <a href="http://www.agence-nationale-recherche.fr/" target="_blank" rel="noopener noreferrer">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    12
      <img src="{% static 'iconolab_episteme/img/logo_ANR.png' %}" alt="ANR" title="ANR" id="p-anr" class="partenaire" style='width:auto;height:65px;'>
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    13
    </a>
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    14
    <a href="http://www.iri.centrepompidou.fr/projets/episteme" target="_blank" rel="noopener noreferrer">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    15
      <img id="p-iri" class="partenaire" src="{% static 'iconolab/img/logo_IRI_footer.png' %}">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    16
    </a>
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    17
    <a href="http://liris.cnrs.fr/equipes?id=75" target="_blank" rel="noopener noreferrer">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    18
      <img id="p-liris" class="partenaire" src="{% static 'iconolab_episteme/img/logo_liris_footer.png' %}">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    19
    </a>
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    20
    <a href="https://www.ls2n.fr/" target="_blank" rel="noopener noreferrer">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    21
      <img id="p-ls2n" class="partenaire" src="{% static 'iconolab_episteme/img/logo_LS2N_footer.png' %}">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    22
    </a>
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    23
    <a href="http://irfu.cea.fr/" target="_blank" rel="noopener noreferrer">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    24
      <img id="p-cea" class="partenaire" src="{% static 'iconolab_episteme/img/logo_cea_footer.png' %}">
37c39e71b944 Add the ANR logo + better use a css file instead of style attribute
ymh <ymh.work@gmail.com>
parents: 14
diff changeset
    25
    </a>
12
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    26
  </div>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    27
  <div class="pull-right footer-link">
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    28
    <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
    29
  </div>
902a14596a56 Adding specific elements in header and footer for iconolab-episteme project
Riwad Salim
parents:
diff changeset
    30
</div>