feat(params): add parameters, macros, RAVE controls and resources

This commit is contained in:
2026-09-08 14:55:22 +02:00
parent a9abca9e15
commit 0a94208d0f
12 changed files with 1198 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="720" viewBox="0 0 1200 720">
<rect width="1200" height="720" fill="#101117"/>
<radialGradient id="r" cx="0.5" cy="0" r="1.2">
<stop offset="0" stop-color="#1a1c24" stop-opacity="1"/>
<stop offset="1" stop-color="#101117" stop-opacity="0"/>
</radialGradient>
<rect width="1200" height="720" fill="url(#r)"/>
</svg>

After

Width:  |  Height:  |  Size: 391 B

+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="40" viewBox="0 0 180 40">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#4fc3f7"/>
<stop offset="1" stop-color="#ff6e9c"/>
</linearGradient>
</defs>
<path fill="url(#g)" d="M20 6 L34 6 L22 34 L8 34 Z"/>
<text x="42" y="27" font-family="Verdana, sans-serif" font-size="22" font-weight="bold" fill="#e8eaf0">SerumAlt</text>
</svg>

After

Width:  |  Height:  |  Size: 459 B