feat(website): favicon & social share image assets

Add the dezky node-mark favicon (SVG + 32px / apple-touch PNG fallbacks)
and 1200x630 OpenGraph share cards — English (og-image.png, the default
locale) and Danish (og-image-da.png), on-dark mark + hero headline.
This commit is contained in:
Ronni Baslund
2026-06-06 20:45:57 +02:00
parent bd96ef0a33
commit 3f0298e011
5 changed files with 6 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
<rect x="8" y="8" width="84" height="84" rx="22" fill="#0A0A0A"/>
<path d="M 34.425 52 a 14 14 0 1 0 28 0 a 14 14 0 1 0 -28 0 Z M 41.925 52 a 6.5 6.5 0 1 0 13 0 a 6.5 6.5 0 1 0 -13 0 Z" fill-rule="evenodd" fill="#D4FF3A"/>
<path d="M 58.575 29.5 a 3.5 3.5 0 0 1 7 0 L 65.575 66 L 58.575 66 Z" fill="#D4FF3A"/>
<circle cx="74" cy="26" r="4" fill="#D4FF3A"/>
</svg>

After

Width:  |  Height:  |  Size: 460 B