From d6f957f7c7dec2381641221ca9aa18904a247e56 Mon Sep 17 00:00:00 2001 From: adlevin Date: Sat, 15 Nov 2025 13:13:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D0=BE=20=D0=BF=D0=B0=D1=80=D1=82=D0=BD?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=D1=85=20=D0=B8=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D1=85=D0=BE=D0=B2=D1=8B=D1=85=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=D1=85=20=D0=B2=20=D1=84=D1=83=D1=82=D0=B5?= =?UTF-8?q?=D1=80,=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=B0=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D0=BA=D0=B0=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=B0,=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D0=B0=D1=80=D1=82=D0=BD=D0=B5?= =?UTF-8?q?=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 77 ++++++++++++++++++++++++++++++++++++++++++++- docker-compose.yml | 7 +++++ index.html | 21 +++++++++++-- start.sh | 27 ---------------- 4 files changed, 101 insertions(+), 31 deletions(-) delete mode 100755 start.sh diff --git a/assets/css/main.css b/assets/css/main.css index 6cc7abe..cc6257b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -193,7 +193,6 @@ a:hover { font-size: 0.75rem; font-weight: 400; color: var(--brand-color); - text-transform: lowercase; } .partner-logo { @@ -930,6 +929,82 @@ a:hover { color: #bdc3c7; } +.partner-info-footer { + display: flex; + align-items: center; + gap: 4px; + margin-top: 1rem; +} + +.partner-info-footer .partner-text { + font-size: 0.85rem; + font-weight: 400; + color: #bdc3c7; +} + +.partner-info-footer .partner-logo { + height: 16px; + width: auto; +} + +.partner-info-footer .partner-brand { + font-size: 0.85rem; + font-weight: 600; + color: #bdc3c7; + text-transform: uppercase; +} + +.partner-info-footer .partner-logo + .partner-brand { + margin-left: -2px; +} + +.partners-list { + display: flex; + flex-direction: column; + gap: 1.5rem; + margin-top: 1rem; +} + +.partner-item { + display: flex; + align-items: center; + gap: 0.5rem; +} + +.partner-item img { + height: 25px; + width: auto; +} + +.partner-item span { + font-size: 0.8rem; + color: #bdc3c7; +} + +.partners-insurance { + margin-top: 0.5rem; +} + +.partners-title { + font-size: 0.95rem; + font-weight: 600; + color: #ecf0f1; + margin-bottom: 0.5rem; +} + +.insurance-list { + list-style: none; + padding: 0; + margin: 0; +} + +.insurance-list li { + font-size: 0.85rem; + color: #bdc3c7; + margin-bottom: 0.3rem; + padding-left: 0; +} + .footer-bottom { border-top: 1px solid #34495e; padding-top: 1rem; diff --git a/docker-compose.yml b/docker-compose.yml index 808fc75..3dec280 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,3 +11,10 @@ services: restart: unless-stopped environment: - NODE_ENV=production + networks: + - npm-network + +networks: + npm-network: + external: true + diff --git a/index.html b/index.html index 2313abb..16105c0 100644 --- a/index.html +++ b/index.html @@ -452,9 +452,24 @@ diff --git a/start.sh b/start.sh deleted file mode 100755 index 3f99bb5..0000000 --- a/start.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -# Скрипт для запуска локального сервера - -echo "🏥 Запуск сайта медицинского центра ФИДЕМ..." -echo "📍 Адрес: http://localhost:8000" -echo "🔄 Для остановки нажмите Ctrl+C" -echo "" - -# Проверяем доступность Python -if command -v python3 &> /dev/null; then - echo "🐍 Используем Python 3..." - python3 -m http.server 8000 -elif command -v python &> /dev/null; then - echo "🐍 Используем Python..." - python -m http.server 8000 -elif command -v node &> /dev/null && command -v npx &> /dev/null; then - echo "🟢 Используем Node.js..." - npx http-server -p 8000 -c-1 -o -elif command -v php &> /dev/null; then - echo "🐘 Используем PHP..." - php -S localhost:8000 -else - echo "❌ Не найден Python, Node.js или PHP для запуска локального сервера" - echo "📖 Откройте index.html напрямую в браузере" - exit 1 -fi