Add a button for this website
This commit is contained in:
parent
fdbfa15490
commit
bbc051e264
3 changed files with 8 additions and 0 deletions
BIN
src/web/assets/buttons/comfycamp.png
Normal file
BIN
src/web/assets/buttons/comfycamp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -57,3 +57,7 @@
|
|||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
img.pixelated {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
|
|
@ -53,4 +53,8 @@
|
|||
<p>{{ svc.short_description }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
<hr />
|
||||
|
||||
<img class="pixelated" src="/assets/buttons/comfycamp.png" width="88" height="31" alt="Кнопка comfycamp.space" />
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue