feat(commit): added commit command and timeline

This commit is contained in:
darwincereska
2025-11-07 16:01:35 -05:00
parent 9b3c20cf2c
commit 673c9a3154
14 changed files with 400 additions and 23 deletions

19
images/svg/Color.svg Normal file
View File

@@ -0,0 +1,19 @@
<svg width="400" height="500" viewBox="0 0 400 500" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M400 0V500L219 274L400 0Z" fill="url(#paint0_linear_4_24)"/>
<path d="M0 500V80L330.5 500H0Z" fill="url(#paint1_linear_4_24)"/>
<path d="M0 80L330 500H400L219.087 273.859L400 0H350L184.4 233L0 0V80Z" fill="url(#paint2_linear_4_24)"/>
<defs>
<linearGradient id="paint0_linear_4_24" x1="309.5" y1="0" x2="309.5" y2="500" gradientUnits="userSpaceOnUse">
<stop stop-color="#182057"/>
<stop offset="1" stop-color="#3F1536"/>
</linearGradient>
<linearGradient id="paint1_linear_4_24" x1="-3.38941e-05" y1="60" x2="350" y2="500" gradientUnits="userSpaceOnUse">
<stop stop-color="#182057"/>
<stop offset="1" stop-color="#3F1536"/>
</linearGradient>
<linearGradient id="paint2_linear_4_24" x1="200" y1="0" x2="200" y2="500" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFB700"/>
<stop offset="1" stop-color="#AE057B"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 957 B