Compare commits

..

3 Commits

Author SHA1 Message Date
806ca47fda Merge pull request 'fix_test' (#34) from fix_test into main
Some checks failed
Auto-update README / update-readme (push) Has been cancelled
Reviewed-on: #34
2026-06-25 13:18:02 +03:00
NikDizell
8ae6e4c4f8 Добавил иконки для яндекса 2026-06-25 13:17:24 +03:00
NikDizell
48d5eca923 Оптимизация кода 2026-06-24 00:32:03 +03:00
6 changed files with 17 additions and 1 deletions

View File

@ -82,7 +82,7 @@
{% endfor %}
</div>
<script src="{% static 'programmer/js/floating-button.js' %}"></script>
<script src="{% static 'programmer/js/floating-button.js' %}" defer></script>
{% include 'products/includes/pagination.html' %}
{% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -66,6 +66,10 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="{% static 'programmer/images/black_logo.ico' %}" type="image/x-icon">
<!-- Для Яндекса и современных браузеров -->
<link rel="icon" href="{% static 'programmer/images/favicon.svg' %}" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" as
="style" onload="this.onload=null;this.rel='stylesheet'">

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB