feat(skills): auto-calc years experience and add back arrow

This commit is contained in:
2026-03-28 22:27:02 +01:00
parent e5ab74ebfb
commit 91c8a825be
4 changed files with 229 additions and 212 deletions

8
src/icons/back.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg role="presentation" viewBox="0 0 100 100">
<g fill="none" stroke="currentColor" stroke-width="4">
<circle cx="50" cy="50" r="48" />
<line x1="25" x2="75" y1="50" y2="50" />
<line x1="25" x2="50" y1="50" y2="25" />
<line x1="25" x2="50" y1="50" y2="75" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 292 B