diff --git a/branding/README.md b/branding/README.md new file mode 100644 index 0000000..9fecd66 --- /dev/null +++ b/branding/README.md @@ -0,0 +1,76 @@ +# Branding — Smart Home System + +Логотип и иконки для системы умного дома. + +## Концепция + +Логотип представляет собой стилизованное изображение дома с элементами, символизирующими: +- **WiFi сигнал** (верхний правый угол) — беспроводная связь, IoT +- **Центральный хаб** (круг в центре) — управление и автоматизация +- **Точки подключения** — подключённые устройства и каналы +- **Красный цвет** — энергия, активность, современность + +## Файлы + +### Логотипы + +| Файл | Описание | Использование | +|------|----------|---------------| +| `logo-primary.svg` | Основная версия с градиентом | Презентации, документация, сайт | +| `logo-simple.svg` | Упрощённая версия | UI элементы, кнопки, заголовки | +| `logo-monochrome.svg` | Монохромная версия | Тёмные фоны, печать | + +### Favicon + +| Файл | Размер | Использование | +|------|--------|---------------| +| `favicon.svg` | Вектор | Современные браузеры | +| `favicon-16px.png` | 16×16 | Браузеры, списки закладок | +| `favicon-32px.png` | 32×32 | Вкладки браузера | +| `favicon-48px.png` | 48×48 | Ярлыки на рабочем столе | +| `favicon-64px.png` | 64×64 | Retina дисплеи | + +## Цветовая палитра + +``` +Primary Red: #ff4757 +Light Red: #ff6b7a +Dark Red: #c41e3a +Dark: #2d3436 +White: #ffffff +``` + +## Подключение в HTML + +```html + + + + + + + + +``` + +## Использование в Vue + +```vue + +``` + +## Генерация дополнительных форматов + +```bash +# Конвертация SVG в PNG +rsvg-convert -w 180 -h 180 logo-simple.svg apple-touch-icon.png + +# Генерация всех размеров favicon из SVG +# Используйте онлайн-генератор или инструмент like realfavicongenerator.net +``` + +## Лицензия + +© 2026 Smart Home System. Все права защищены. diff --git a/branding/favicon-16px.png b/branding/favicon-16px.png new file mode 100644 index 0000000..4edac65 --- /dev/null +++ b/branding/favicon-16px.png Binary files differ diff --git a/branding/favicon-32px.png b/branding/favicon-32px.png new file mode 100644 index 0000000..8723f9f --- /dev/null +++ b/branding/favicon-32px.png Binary files differ diff --git a/branding/favicon-48px.png b/branding/favicon-48px.png new file mode 100644 index 0000000..54d3ac7 --- /dev/null +++ b/branding/favicon-48px.png Binary files differ diff --git a/branding/favicon-64px.png b/branding/favicon-64px.png new file mode 100644 index 0000000..9a156fe --- /dev/null +++ b/branding/favicon-64px.png Binary files differ diff --git a/branding/favicon.svg b/branding/favicon.svg new file mode 100644 index 0000000..e886273 --- /dev/null +++ b/branding/favicon.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/branding/logo-monochrome.svg b/branding/logo-monochrome.svg new file mode 100644 index 0000000..cb9b448 --- /dev/null +++ b/branding/logo-monochrome.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + diff --git a/branding/logo-primary.svg b/branding/logo-primary.svg new file mode 100644 index 0000000..91ea06f --- /dev/null +++ b/branding/logo-primary.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branding/logo-simple.svg b/branding/logo-simple.svg new file mode 100644 index 0000000..1c5abed --- /dev/null +++ b/branding/logo-simple.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/webclient/index.html b/webclient/index.html index d975260..9d14fe0 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -3,7 +3,11 @@ - SHServ Vue Client + Smart Home + + + +
diff --git a/webclient/public/apple-touch-icon.png b/webclient/public/apple-touch-icon.png new file mode 100644 index 0000000..946bd13 --- /dev/null +++ b/webclient/public/apple-touch-icon.png Binary files differ diff --git a/webclient/public/favicon-16px.png b/webclient/public/favicon-16px.png new file mode 100644 index 0000000..4edac65 --- /dev/null +++ b/webclient/public/favicon-16px.png Binary files differ diff --git a/webclient/public/favicon-32px.png b/webclient/public/favicon-32px.png new file mode 100644 index 0000000..8723f9f --- /dev/null +++ b/webclient/public/favicon-32px.png Binary files differ diff --git a/webclient/public/favicon.svg b/webclient/public/favicon.svg new file mode 100644 index 0000000..e886273 --- /dev/null +++ b/webclient/public/favicon.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + +