first commit

This commit is contained in:
Alkim Ake Gozen 2026-05-23 11:59:45 +09:00
commit 8b790b7601
86 changed files with 6348 additions and 0 deletions

11
assets/akefin-mark.svg Normal file
View file

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48" role="img" aria-label="Akefin mark">
<g fill="#1A1814">
<rect x="6" y="14" width="6" height="28"></rect>
<rect x="12" y="8" width="6" height="6"></rect>
<rect x="18" y="8" width="6" height="6"></rect>
<rect x="24" y="14" width="6" height="28"></rect>
<rect x="12" y="26" width="12" height="6"></rect>
</g>
<rect x="36" y="36" width="6" height="6" fill="#2F7D55"></rect>
</svg>

After

Width:  |  Height:  |  Size: 488 B

View file

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 32" width="160" height="32" role="img" aria-label="Akefin">
<g fill="#1A1814">
<rect x="0" y="6" width="4" height="20"></rect>
<rect x="4" y="2" width="4" height="4"></rect>
<rect x="8" y="2" width="4" height="4"></rect>
<rect x="12" y="6" width="4" height="20"></rect>
<rect x="4" y="14" width="8" height="4"></rect>
</g>
<text x="26" y="22" font-family="&#39;JetBrains Mono&#39;,&#39;IBM Plex Mono&#39;,ui-monospace,monospace" font-size="16" font-weight="600" letter-spacing="0.04em" fill="#1A1814">akefin</text>
</svg>

After

Width:  |  Height:  |  Size: 615 B

24
assets/entity-marks.svg Normal file
View file

@ -0,0 +1,24 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 96" width="320" height="96">
<g transform="translate(8,12)">
<rect x="0" y="0" width="4" height="48" fill="#3D6E70"></rect>
<text x="14" y="22" class="mono" fill="#1A1814">P/</text>
<text x="14" y="44" class="label" fill="#5A5347">PERSONAL</text>
</g>
<g transform="translate(112,12)">
<rect x="0" y="0" width="4" height="48" fill="#B4541A"></rect>
<text x="14" y="22" class="mono" fill="#1A1814">9T/</text>
<text x="14" y="44" class="label" fill="#5A5347">9TFOX</text>
</g>
<g transform="translate(216,12)">
<rect x="0" y="0" width="4" height="48" fill="#5A4FA3"></rect>
<text x="14" y="22" class="mono" fill="#1A1814">FC/</text>
<text x="14" y="44" class="label" fill="#5A5347">FINACODE</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 827 B

8
assets/favicon.svg Normal file
View file

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="none" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round">
<rect x="0" y="0" width="16" height="16" fill="#1A1814" stroke="none"></rect>
<g stroke="#ECE7DC" fill="none">
<path d="M3 13 L3 5 L6 3 L10 3 L13 5 L13 13"></path>
<path d="M3 9 L13 9"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 406 B