Sessions 5-7a: 955 tests, deployment ready

This commit is contained in:
Kev
2026-06-08 18:35:13 -04:00
parent 06b82624a2
commit 1fa04dc776
371 changed files with 49366 additions and 955 deletions
+22
View File
@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="VYNDR">
<defs>
<linearGradient id="vy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#00FFB8"/>
<stop offset="100%" stop-color="#00D4A0"/>
</linearGradient>
<filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="1.6"/>
</filter>
</defs>
<rect width="64" height="64" rx="12" fill="#06060B"/>
<g stroke="url(#vy)" stroke-linecap="round" fill="none">
<g filter="url(#glow)" opacity="0.55">
<line x1="14" y1="14" x2="32" y2="34" stroke-width="6"/>
<line x1="32" y1="34" x2="32" y2="52" stroke-width="6"/>
<line x1="6" y1="58" x2="58" y2="6" stroke-width="6"/>
</g>
<line x1="14" y1="14" x2="32" y2="34" stroke-width="6"/>
<line x1="32" y1="34" x2="32" y2="52" stroke-width="6"/>
<line x1="6" y1="58" x2="58" y2="6" stroke-width="5.5"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 965 B