Add a button for this website

This commit is contained in:
Ivan R. 2024-11-18 12:47:50 +05:00
parent fdbfa15490
commit bbc051e264
Signed by: lumin
GPG key ID: 9B2CA5D12844D4D0
3 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -57,3 +57,7 @@
width: 16px;
height: 16px;
}
img.pixelated {
image-rendering: pixelated;
}

View file

@ -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 %}