mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Add a small picture for the showcase.
This commit is contained in:
parent
0f07eeb21a
commit
4a604122eb
3 changed files with 5 additions and 2 deletions
|
@ -62,8 +62,10 @@ body {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header .showcaseimg {
|
||||||
|
width: 100px;
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#header .additional-content {
|
#header .additional-content {
|
||||||
margin-top: 5em;
|
margin-top: 5em;
|
||||||
|
|
BIN
ihatemoney/static/showcase/showcase.png
Normal file
BIN
ihatemoney/static/showcase/showcase.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -11,6 +11,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if g.lang == 'fr' %}
|
{% if g.lang == 'fr' %}
|
||||||
ou <a class="showcase btn" onclick="javascript:showGallery(); return false;">Voir la BD explicative</a>
|
ou <a class="showcase btn" onclick="javascript:showGallery(); return false;">Voir la BD explicative</a>
|
||||||
|
<img class="showcaseimg" src="{{ url_for("static", filename='showcase/showcase.png') }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-sm-4">
|
<div class="col-xs-12 col-sm-4">
|
||||||
|
|
Loading…
Reference in a new issue