Stable Website before landingpage

This commit is contained in:
2026-03-22 22:16:44 +01:00
parent 7e0818aece
commit 9049e7cc58
23 changed files with 2552 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

+16
View File
@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 360" role="img" aria-labelledby="title desc">
<title id="title">Coming soon placeholder</title>
<desc id="desc">A simple placeholder card for upcoming recipes.</desc>
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#232833" />
<stop offset="100%" stop-color="#171b23" />
</linearGradient>
</defs>
<rect width="640" height="360" rx="28" fill="url(#bg)" />
<circle cx="138" cy="180" r="56" fill="#2b3342" />
<rect x="230" y="124" width="264" height="28" rx="14" fill="#394256" />
<rect x="230" y="170" width="176" height="24" rx="12" fill="#313949" />
<rect x="230" y="214" width="210" height="24" rx="12" fill="#313949" />
<text x="230" y="278" fill="#d8deea" font-family="Manrope, Arial, sans-serif" font-size="28" font-weight="700">Coming soon</text>
</svg>

After

Width:  |  Height:  |  Size: 906 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

+1024
View File
File diff suppressed because it is too large Load Diff