Commit 00e35997dffa62841a93543a5a8c295aac63e7f2

Authored by Antoine Goutenoir
1 parent 9e44bb98
Exists in master

Supersample the footer logos

… because retina display for Apple© consumers is more important
than the carbon footprint of the website.  Ironic, innit?
flaskr/static/img/ifu.png 0 → 100644

21.2 KB

flaskr/static/img/irap.png

8.27 KB | W: | H:

17.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
flaskr/templates/base.html
... ... @@ -87,9 +87,9 @@
87 87 {{ content.footer.credits }}
88 88 </div>
89 89 <div class="col-lg-4 text-center">
90   - <a href="http://irap.omp.eu" class="">
91   - <img src="/static/img/irap.png" alt="IRAP">
92   - </a>
  90 + <a href="http://www.irap.omp.eu" class=""><img src="/static/img/irap.png" alt="IRAP" width="110px"></a>
  91 + &nbsp;
  92 + <a href="http://x-ifu.irap.omp.eu" class=""><img src="/static/img/ifu.png" alt="IFU" width="110px"></a>
93 93 </div>
94 94 </div>
95 95 </footer>
... ...