assets/favicon.svg — 4-point sparkle star in acid green on a rounded dark square. Scales cleanly at any size (16px tab icon through Retina). Uses the Silent Mode palette so it recognisably reads as Silent Mode family. assets/logo.svg — the same star + "sirius.x" wordmark with the .x accented in acid green. Used as the og:image; can also be inlined as a brand mark. Every page (landing / docs / portal / theseus) gets: * <link rel="icon"> + <link rel="mask-icon"> pointing at favicon.svg * og:type, og:site_name, og:title, og:description, og:url, og:image * twitter:card + twitter:title/description on the landing (summary card) Absolute paths (/sirius-x/assets/…) so subpages get the same brand mark without per-page path juggling.
8 lines
473 B
XML
8 lines
473 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<!-- sirius.x — brightest-star favicon. Rounded dark square + 4-point sparkle
|
|
in the Silent Mode acid green so it reads clearly at 16x16 tab-icon size
|
|
while staying legible against both light and dark browser chromes. -->
|
|
<rect width="64" height="64" rx="12" fill="#0b0e14"/>
|
|
<path d="M32 4 L36.4 27.6 L60 32 L36.4 36.4 L32 60 L27.6 36.4 L4 32 L27.6 27.6 Z"
|
|
fill="#d6ff3d"/>
|
|
</svg>
|