From c91df27dfa141cebf5f35e5d6f770286c32102fe Mon Sep 17 00:00:00 2001 From: "Andrey K. Choi" Date: Tue, 25 Nov 2025 12:35:12 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20EMERGENCY=20FIX:=20Inline=20CSS?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20hero=20=D0=B1=D0=B0=D0=BD=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=20=D1=81=D0=BB=D1=83=D1=87=D0=B0=D0=B9=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=20=D1=81=20collectst?= =?UTF-8?q?atic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/templates/web/base_modern.html | 1 + .../web/templates/web/home_modern.html | 195 ++++++++++++++++++ 2 files changed, 196 insertions(+) diff --git a/smartsoltech/web/templates/web/base_modern.html b/smartsoltech/web/templates/web/base_modern.html index 4e68c39..80ef760 100644 --- a/smartsoltech/web/templates/web/base_modern.html +++ b/smartsoltech/web/templates/web/base_modern.html @@ -33,6 +33,7 @@ {% block title %}SmartSolTech - Современные IT-решения{% endblock %} + {% block extra_styles %}{% endblock %} {% block extra_head %}{% endblock %} diff --git a/smartsoltech/web/templates/web/home_modern.html b/smartsoltech/web/templates/web/home_modern.html index f7ff260..16720eb 100644 --- a/smartsoltech/web/templates/web/home_modern.html +++ b/smartsoltech/web/templates/web/home_modern.html @@ -569,6 +569,201 @@ {% endblock %} +{% block extra_styles %} + +{% endblock %} + {% block extra_scripts %}