]> git.parisson.com Git - telemeta.git/commitdiff
update partner logos
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 4 Jun 2014 07:59:04 +0000 (09:59 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 4 Jun 2014 07:59:04 +0000 (09:59 +0200)
telemeta/static/telemeta/css/telemeta.css
telemeta/static/telemeta/images/Logo_UPX.png [new file with mode: 0644]
telemeta/static/telemeta/images/logo-CNRS.png
telemeta/static/telemeta/images/logo-MNHN.png [new file with mode: 0644]
telemeta/static/telemeta/images/logohumanum.png [new file with mode: 0644]
telemeta/static/telemeta/images/parisson_logo_125_72.png [new file with mode: 0644]
telemeta/templates/telemeta/home.html

index ba54781c89ad1095b2c4442458b928aefcced76e..c11e2ac0bd923682fbfd840fcb12e36e7a084b03 100644 (file)
@@ -952,6 +952,11 @@ a.image-link {
     border: none;
 }
 
+.logo {
+    border: none;
+    vertical-align:middle;
+}
+
 .map-thumbnail {
     border: solid 1px #999;
 }
diff --git a/telemeta/static/telemeta/images/Logo_UPX.png b/telemeta/static/telemeta/images/Logo_UPX.png
new file mode 100644 (file)
index 0000000..6918fcb
Binary files /dev/null and b/telemeta/static/telemeta/images/Logo_UPX.png differ
index 1d49bd14601016c46effeb56fce13a210ea869c4..c729b6994ba6c582f352eca64d3a626004fe185e 100644 (file)
Binary files a/telemeta/static/telemeta/images/logo-CNRS.png and b/telemeta/static/telemeta/images/logo-CNRS.png differ
diff --git a/telemeta/static/telemeta/images/logo-MNHN.png b/telemeta/static/telemeta/images/logo-MNHN.png
new file mode 100644 (file)
index 0000000..a3cbe73
Binary files /dev/null and b/telemeta/static/telemeta/images/logo-MNHN.png differ
diff --git a/telemeta/static/telemeta/images/logohumanum.png b/telemeta/static/telemeta/images/logohumanum.png
new file mode 100644 (file)
index 0000000..3cab657
Binary files /dev/null and b/telemeta/static/telemeta/images/logohumanum.png differ
diff --git a/telemeta/static/telemeta/images/parisson_logo_125_72.png b/telemeta/static/telemeta/images/parisson_logo_125_72.png
new file mode 100644 (file)
index 0000000..13b847f
Binary files /dev/null and b/telemeta/static/telemeta/images/parisson_logo_125_72.png differ
index 53f8395ea2aa768b75ac7529e30cec993fe52654..d0ec9fce47ea5b2439b58f9b4f33fa78a1a2adec 100644 (file)
     <h3><img src="{{ STATIC_URL }}telemeta/images/module_playlist.png" style="vertical-align:middle" />
     {% trans "Partners" %}</h3><br />
     <div style="background-color: white; padding: 1ex;" align="center">
-    <a href="http://www.cnrs.fr"><img class="image-link" src="{{ STATIC_URL }}telemeta/images/logo-CNRS.png" alt="CNRS"></a>&nbsp;&nbsp;&nbsp;
-    <a href="http://www.culture.gouv.fr"><img class="image-link" src="{{ STATIC_URL }}telemeta/images/logo_mcc_2.png" alt="MCC"></a>&nbsp;&nbsp;
-    <a href="http://www.mnhn.fr"><img class="image-link" src="{{ STATIC_URL }}telemeta/images/logo-mnhn.gif" alt="MNHN"></a>
+    <a href="http://www.cnrs.fr" target="_blank"><img class="logo" src="{{ STATIC_URL }}telemeta/images/logo-CNRS.png" alt="CNRS"></a>&nbsp;&nbsp;&nbsp;
+    <a href="http://www.culturecommunication.gouv.fr" target="_blank"><img class="logo" src="{{ STATIC_URL }}telemeta/images/logo_mcc_2.png" alt="MCC"></a>&nbsp;&nbsp;
+    <a href="http://www.mnhn.fr" target="_blank"><img class="logo" src="{{ STATIC_URL }}telemeta/images/logo-MNHN.png" alt="MNHN"></a>
     <br /><br />
-    <a href="http://www.tge-adonis.fr"><img class="image-link" src="{{ STATIC_URL }}telemeta/images/logo-adonis.jpg" alt="TGE Adonis"></a>
+    <a href="http://www.parisson.com" target="_blank"><img class="logo" src="{{ STATIC_URL }}telemeta/images/parisson_logo_125_72.png" alt="Parisson"></a>
+    <a href="https://www.u-paris10.fr" target="_blank"><img class="logo" src="{{ STATIC_URL }}telemeta/images/Logo_UPX.png" alt="Université Paris Ouest"></a>
+    <a href="http://www.huma-num.fr" target="_blank"><img class="logo" src="{{ STATIC_URL }}telemeta/images/logohumanum.png" alt="Huma-Num"></a>
     </div>
 </div>