From 614c26edbc0a0983d5a2e25af84daa726eea4490 Mon Sep 17 00:00:00 2001 From: "Andrey K. Choi" Date: Tue, 25 Nov 2025 17:38:26 +0900 Subject: [PATCH] Fix service detail buttons and improve career page benefit cards visibility - Fixed service detail modal buttons not working on /service/4/ pages - Updated service request form to use modern Bootstrap modal - Enhanced service_detail view to handle new form fields properly - Added beautiful glassmorphism cards for career benefits section - Improved text visibility with shadows and contrasting backgrounds - Added hover animations and responsive design for benefit cards - Updated career page CSS with modern card designs and effects --- .../web/templates/web/base_modern.html | 2 +- smartsoltech/web/templates/web/career.html | 152 +++++++++-- smartsoltech/web/templates/web/home.html | 2 +- .../web/templates/web/home_modern.html | 10 +- .../web/templates/web/service_detail.html | 239 +++++++++++++++++- smartsoltech/web/views.py | 72 ++++-- 6 files changed, 421 insertions(+), 56 deletions(-) diff --git a/smartsoltech/web/templates/web/base_modern.html b/smartsoltech/web/templates/web/base_modern.html index c1b2806..aeed946 100644 --- a/smartsoltech/web/templates/web/base_modern.html +++ b/smartsoltech/web/templates/web/base_modern.html @@ -29,7 +29,7 @@ - > + {% block title %}SmartSolTech - Современные IT-решения{% endblock %} diff --git a/smartsoltech/web/templates/web/career.html b/smartsoltech/web/templates/web/career.html index dda2916..64142f4 100644 --- a/smartsoltech/web/templates/web/career.html +++ b/smartsoltech/web/templates/web/career.html @@ -5,33 +5,33 @@ {% block content %} -
+
-

Карьера в SmartSolTech

-

+

Карьера в SmartSolTech

+

Развивайтесь вместе с нами в мире инновационных технологий

{% if total_positions > 0 %}
-
-
{{ total_positions }}
-
Открытых позиций
+
+
{{ total_positions }}
+
Открытых позиций
-
-
{{ departments|length }}
-
Отделов
+
+
{{ departments|length }}
+
Отделов
-
-
{{ featured_careers|length }}
-
Топ вакансий
+
+
{{ featured_careers|length }}
+
Топ вакансий
@@ -308,10 +308,33 @@ {% endblock %} diff --git a/smartsoltech/web/templates/web/home.html b/smartsoltech/web/templates/web/home.html index c22fb7c..4d4e0d2 100644 --- a/smartsoltech/web/templates/web/home.html +++ b/smartsoltech/web/templates/web/home.html @@ -608,7 +608,7 @@ document.addEventListener('DOMContentLoaded', function() {
- + Все вакансии diff --git a/smartsoltech/web/templates/web/home_modern.html b/smartsoltech/web/templates/web/home_modern.html index bceb39d..b8cafcc 100644 --- a/smartsoltech/web/templates/web/home_modern.html +++ b/smartsoltech/web/templates/web/home_modern.html @@ -163,10 +163,10 @@
-
- -
Мобильные
-

приложения

+
+ +
Мобильные
+

приложения

@@ -353,7 +353,7 @@ Получить консультацию - + Позвонить сейчас diff --git a/smartsoltech/web/templates/web/service_detail.html b/smartsoltech/web/templates/web/service_detail.html index b06a150..f7952f8 100644 --- a/smartsoltech/web/templates/web/service_detail.html +++ b/smartsoltech/web/templates/web/service_detail.html @@ -110,9 +110,11 @@
- @@ -326,9 +328,11 @@ Получите бесплатную консультацию и расчет стоимости

- @@ -349,8 +353,101 @@ {% block extra_scripts %} - - + +