Klingenberg Bygg: the earliest lysbue, ported to portal
lint-and-reload / lint (push) Failing after 0s

Three service questions, contact-method question, and thank-you page
carried verbatim from klingenbergbygg/kundeportal questions.ts, with a
brick-red Futura/Garamond custom.css over the default portal skin.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
This commit is contained in:
bl
2026-09-01 20:22:14 +02:00
co-authored by Claude Fable 5
commit b9ec877e4e
16 changed files with 1180 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
<svg
width="92"
height="92"
viewbox="0 0 92 92"
version="1.1"
style="--bg: #800; --fg: #fff; width: 100%; height: 100%"
fill="none"
xml:space="preserve"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
>
<defs>
<path
d="M 0,0 15,20 0,40"
id="k"
/>
</defs>
<rect
width="92"
height="92"
rx="10"
ry="10"
fill="var(--bg)"
/>
<g
id="lettering"
transform="translate(42 27)"
stroke-width="10"
stroke-linecap="round"
stroke-miterlimit=".2"
stroke-linejoin="round"
stroke="var(--fg)"
>
<g id="ks" transform="translate(-15 0)">
<use
href="#k"
x="-10"
style="stroke: color-mix(in srgb, var(--bg), var(--fg) 33%)"
/>
<use
href="#k"
x="-5"
style="stroke: color-mix(in srgb, var(--bg), var(--fg) 66%)"
/>
<use href="#k" />
</g>
<path
transform="translate(15 0)"
d="m 0,0 v 40 h 5 q 10,0 10,-10 0,-10 -10,-10 10,0 10,-10 0,-10 -10,-10 z"
id="b"
/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB