villeneuve-dascq: replace footer skyline image (#44571)

This commit is contained in:
Thomas Jund 2020-07-01 10:46:17 +02:00 committed by Thomas NOËL
parent 9de209f879
commit 2654010d8a
3 changed files with 1 additions and 778 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 80 KiB

View File

@ -32,7 +32,7 @@
{% block footer %}
<div class="footer-imgs">
<img class="logo-blanc" src="{{site_base}}{% static "" %}{{css_variant}}/img/vasqc-logo-blanc.png">
<img class="skyline" src="{{site_base}}{% static "" %}{{css_variant}}/img/skyline.svg" >
<img class="skyline" src="{{site_base}}{% static "" %}{{css_variant}}/img/skyline-blanc.png" >
</div>
{{ block.super }}
{% endblock %}