logo + oidc client PostIt

This commit is contained in:
Paul Schneider 2026-06-10 11:10:15 +01:00
commit 164bd928aa
12 changed files with 197 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 303 KiB

Before After
Before After

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" role="img" aria-label="Yavsc — Yet Another Very Small Company">
<title>Yavsc</title>
<desc>Yet Another Very Small Company</desc>
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0EA5E9"/>
<stop offset="100%" stop-color="#1E40AF"/>
</linearGradient>
</defs>
<!-- Rounded square badge -->
<rect x="8" y="8" width="224" height="224" rx="44" ry="44" fill="url(#g)"/>
<!-- Stylized Y formed by three strokes converging -->
<g fill="none" stroke="#ffffff" stroke-width="22" stroke-linecap="round" stroke-linejoin="round">
<path d="M70 60 L120 130"/>
<path d="M170 60 L120 130"/>
<path d="M120 130 L120 188"/>
</g>
<!-- Small dot: the "very small" wink -->
<circle cx="120" cy="46" r="8" fill="#FACC15"/>
</svg>

After

Width:  |  Height:  |  Size: 903 B