diff --git a/src/web/assets/buttons/comfycamp.png b/src/web/assets/buttons/comfycamp.png new file mode 100644 index 0000000..6e3c946 Binary files /dev/null and b/src/web/assets/buttons/comfycamp.png differ diff --git a/src/web/assets/css/home.css b/src/web/assets/css/home.css index 0b4e293..85d7627 100644 --- a/src/web/assets/css/home.css +++ b/src/web/assets/css/home.css @@ -57,3 +57,7 @@ width: 16px; height: 16px; } + +img.pixelated { + image-rendering: pixelated; +} diff --git a/src/web/templates/home.html b/src/web/templates/home.html index e3ba2c3..7fd5c4f 100644 --- a/src/web/templates/home.html +++ b/src/web/templates/home.html @@ -53,4 +53,8 @@

{{ svc.short_description }}

{% endfor %} + +
+ + Кнопка comfycamp.space {% endblock %}