Первоначальная версия VidConf

This commit is contained in:
2026-07-23 01:04:01 +03:00
commit 896455381a
335 changed files with 61527 additions and 0 deletions

28
design/logo.svg Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
VidConf — мастер-логотип «объектив».
Конструкция: центральная закрытая диафрагма (плоская шестигранная линза) +
4 концентрических кольца, каждое разорвано на дуги-сегменты разной длины
и толщины с неравномерными промежутками (техно/HUD-эстетика, ощущение
вращения диафрагменных лепестков). Один цвет — currentColor (в проекте
наследует var(--color-ink-700), #3B4D95, на светлых поверхностях).
Квадратный viewBox 64×64, масштабируется без потери пропорций.
Для размеров 1632px использовать design/favicon.svg (упрощённая версия).
Подробности и правила использования — design/DESIGN_SYSTEM.md, раздел «Логотип».
-->
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill="none" role="img" aria-label="VidConf">
<!-- диафрагма (закрытая, плоский шестигранник) -->
<polygon points="41,32 36.5,39.8 27.5,39.8 23,32 27.5,24.2 36.5,24.2" fill="currentColor"/>
<!-- кольцо 1 -->
<circle cx="32" cy="32" r="15" stroke="currentColor" stroke-width="3"
stroke-dasharray="16 7 28 9 12 16" stroke-dashoffset="5"/>
<!-- кольцо 2 -->
<circle cx="32" cy="32" r="20" stroke="currentColor" stroke-width="2"
stroke-dasharray="22 10 8 14 34 12 6 10" stroke-dashoffset="40"/>
<!-- кольцо 3 -->
<circle cx="32" cy="32" r="25" stroke="currentColor" stroke-width="3.5"
stroke-dasharray="40 14 12 10 26 16 20 8" stroke-dashoffset="80"/>
<!-- кольцо 4 (внешнее, самое тонкое) -->
<circle cx="32" cy="32" r="29" stroke="currentColor" stroke-width="1.6"
stroke-dasharray="10 6 60 20 30 10 24 8" stroke-dashoffset="120"/>
</svg>