feat(brand): adopt official Ordinis logo assets
Делёные design team 2026-05-11 в Downloads/files:
- ordinis-mark.svg — двойные орбиты + 6 dots + gradient core
(DeepBlue #185FA5 → SkyBlue #378ADD), brand spec
- ordinis-favicon.svg — minimal 32px variant
- ordinis-appicon.svg — 1024px PWA icon с dark rounded tile
- ordinis-lockup-light/dark.svg — horizontal lockup с wordmark
(для landing/splash/marketing — пока не используется но
хранится в public для future use)
Changes:
- public/favicon.svg → minimal 32px variant
- Sidebar logo block: inline ordinis-mark с двойными орбитами +
gradient core. Wordmark 'ORDINIS MDM' остаётся в Tektur.
- index.html: theme-color #185FA5 (был #120a8f), apple-touch-icon
link на appicon, mask-icon color match.
Note: SVG colors hardcoded в Sidebar inline для full design fidelity
(brand assets specifically defined gradient). currentColor не подходит
т.к. brand требует точные DeepBlue/SkyBlue/LightBlue tokens.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 560 200" width="560" height="200">
|
||||
<title>Ordinis MDM — horizontal lockup, light</title>
|
||||
<defs>
|
||||
<linearGradient id="core2" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#378ADD"/>
|
||||
<stop offset="1" stop-color="#185FA5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g transform="translate(100 100)">
|
||||
<circle r="76" fill="none" stroke="#B5D4F4" stroke-width="1.2"/>
|
||||
<circle r="49" fill="none" stroke="#B5D4F4" stroke-width="1.2"/>
|
||||
<circle cx="76" cy="0" r="6.5" fill="#185FA5"/>
|
||||
<circle cx="-38" cy="65.82" r="6.5" fill="#378ADD"/>
|
||||
<circle cx="-38" cy="-65.82" r="6.5" fill="#378ADD"/>
|
||||
<circle cx="-49" cy="0" r="5.2" fill="#185FA5"/>
|
||||
<circle cx="24.5" cy="-42.43" r="5.2" fill="#378ADD"/>
|
||||
<circle cx="24.5" cy="42.43" r="5.2" fill="#378ADD"/>
|
||||
<circle r="12" fill="url(#core2)"/>
|
||||
</g>
|
||||
<text x="220" y="108" font-family="Inter, 'Helvetica Neue', Arial, sans-serif" font-size="52" font-weight="500" fill="#0C447C" letter-spacing="1">Ordinis</text>
|
||||
<text x="222" y="138" font-family="Inter, 'Helvetica Neue', Arial, sans-serif" font-size="12" font-weight="400" fill="#888780" letter-spacing="5">MDM PLATFORM</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user