minor: front (2) Сплеш-скрин index (+ оптимизированные логотипы)

This commit is contained in:
2026-07-19 14:43:09 +03:00
parent d99c59718e
commit cf920ca65b
3 changed files with 4 additions and 50 deletions
+2 -2
View File
@@ -19,9 +19,9 @@
<section class="relative w-full h-screen flex items-center justify-center overflow-hidden">
<!-- Фон из двух картинок -->
<div class="absolute inset-0">
<div class="absolute inset-0 blur-[1px]">
<div class="absolute top-0 left-0 w-full h-1/2 bg-[url({% static 'svgs/lp.svg' %})] bg-bottom-right bg-no-repeat border-purple-950 border-b-1 border-dotted"></div>
<div class="absolute bottom-0 left-0 w-full h-1/2 bg-[url({% static 'svgs/cc.svg' %})] bg-top-right bg-no-repeat rotate-180 border-orange-950 border-b-1 border-dotted"></div>
<div class="absolute bottom-0 right-0 w-full h-1/2 bg-[url({% static 'svgs/cc.svg' %})] bg-bottom-right bg-no-repeat border-orange-950 border-b-1 border-dotted rotate-180"></div>
</div>
<!-- Содержимое поверх фона -->