Initial commit v1

This commit is contained in:
Rolf
2026-03-18 12:39:48 +01:00
parent 4897d3003f
commit cb04bf2ab8
12 changed files with 147 additions and 29 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

+20
View File
@@ -0,0 +1,20 @@
<!-- Maskable icon: content kept within inner 80% safe zone -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Full bleed background -->
<rect width="512" height="512" fill="#16a34a"/>
<!-- Flag stick (shifted slightly right, vertically centred in safe zone) -->
<rect x="228" y="120" width="14" height="252" rx="7" fill="white"/>
<!-- Triangular flag -->
<path d="M242 130 L328 165 L242 200 Z" fill="white"/>
<!-- Golf ball -->
<circle cx="235" cy="400" r="32" fill="white"/>
<!-- Ball dimples -->
<path d="M214 389 Q235 378 256 389" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
<path d="M214 403 Q235 414 256 403" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
<path d="M224 377 Q213 400 224 423" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
<path d="M246 377 Q257 400 246 423" fill="none" stroke="#16a34a" stroke-width="2.5" stroke-linecap="round" opacity="0.35"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!-- Background circle -->
<circle cx="256" cy="256" r="256" fill="#16a34a"/>
<!-- Flag stick -->
<rect x="214" y="108" width="16" height="272" rx="8" fill="white"/>
<!-- Triangular flag -->
<path d="M230 118 L330 158 L230 198 Z" fill="white"/>
<!-- Golf ball -->
<circle cx="222" cy="404" r="36" fill="white"/>
<!-- Ball dimples (subtle arcs) -->
<path d="M200 392 Q222 380 244 392" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M200 408 Q222 420 244 408" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M210 382 Q198 404 210 426" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M234 382 Q246 404 234 426" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
</svg>

After

Width:  |  Height:  |  Size: 936 B

+33
View File
@@ -0,0 +1,33 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 80">
<!-- Icon mark (scaled down, left-aligned) -->
<g transform="translate(0, 0) scale(0.15625)">
<circle cx="256" cy="256" r="256" fill="#16a34a"/>
<rect x="214" y="108" width="16" height="272" rx="8" fill="white"/>
<path d="M230 118 L330 158 L230 198 Z" fill="white"/>
<circle cx="222" cy="404" r="36" fill="white"/>
<path d="M200 392 Q222 380 244 392" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M200 408 Q222 420 244 408" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M210 382 Q198 404 210 426" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
<path d="M234 382 Q246 404 234 426" fill="none" stroke="#16a34a" stroke-width="3" stroke-linecap="round" opacity="0.35"/>
</g>
<!-- Wordmark -->
<text
x="92"
y="50"
font-family="system-ui, -apple-system, sans-serif"
font-size="38"
font-weight="700"
fill="#16a34a"
letter-spacing="-0.5"
>Mulligan</text>
<text
x="92"
y="72"
font-family="system-ui, -apple-system, sans-serif"
font-size="22"
font-weight="400"
fill="#4b5563"
letter-spacing="2"
>MATES</text>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB