1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 04:59:44 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-23 12:29:37 +02:00
commit 6013b848c5
56 changed files with 6942 additions and 0 deletions

14
assets/hub-thunder.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" width="340" height="46" viewBox="0 0 340 46" role="img" aria-label="Thunder schematic underline">
<defs>
<linearGradient id="thunderFill" x1="0%" y1="50%" x2="100%" y2="50%">
<stop offset="0%" stop-color="#8ecfff" stop-opacity="0.22"/>
<stop offset="18%" stop-color="#c9ecff" stop-opacity="0.98"/>
<stop offset="50%" stop-color="#ffffff" stop-opacity="1"/>
<stop offset="82%" stop-color="#c9ecff" stop-opacity="0.98"/>
<stop offset="100%" stop-color="#8ecfff" stop-opacity="0.22"/>
</linearGradient>
</defs>
<path d="M 10 9 L 196 9" fill="none" stroke="url(#thunderFill)" stroke-width="5.5" stroke-linecap="round"/>
<path d="M 196 9 L 248 31" fill="none" stroke="url(#thunderFill)" stroke-width="5.5" stroke-linecap="round"/>
<path d="M 248 31 L 330 31" fill="none" stroke="url(#thunderFill)" stroke-width="5.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 932 B