Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-10 16:37:55 +07:00
parent 75ed8e233b
commit 8908395867
45 changed files with 2528 additions and 365 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="600" viewBox="0 0 400 600">
<rect width="400" height="600" fill="#1e293b"/>
<text x="200" y="280" font-family="sans-serif" font-size="36" font-weight="bold" fill="#64748b" text-anchor="middle">VIRTUS'S</text>
<text x="200" y="320" font-family="sans-serif" font-size="36" font-weight="bold" fill="#64748b" text-anchor="middle">READER</text>
<path d="M170 210 L230 210 L230 220 L170 220 Z" fill="#334155" />
<path d="M170 380 L230 380 L230 390 L170 390 Z" fill="#334155" />
</svg>

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB