complete story 9.3 with qa tests

This commit is contained in:
Naser Mansour
2026-01-03 00:00:00 +02:00
parent d19ec9dc62
commit b129372332
10 changed files with 423 additions and 36 deletions
+32
View File
@@ -0,0 +1,32 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60" width="200" height="60">
<!-- Monochrome: Single-color gold version -->
<!-- Scales of Justice Icon -->
<g transform="translate(10, 5)" fill="#D4AF37">
<!-- Center pillar -->
<rect x="22" y="15" width="6" height="35" rx="1"/>
<!-- Top beam -->
<rect x="5" y="10" width="40" height="5" rx="2"/>
<!-- Left scale pan -->
<path d="M5 18 L15 18 L12 28 Q10 32 8 28 L5 18 Z"/>
<ellipse cx="10" cy="28" rx="8" ry="3"/>
<!-- Right scale pan -->
<path d="M35 18 L45 18 L42 28 Q40 32 38 28 L35 18 Z"/>
<ellipse cx="40" cy="28" rx="8" ry="3"/>
<!-- Chains -->
<line x1="10" y1="12" x2="10" y2="18" stroke="#D4AF37" stroke-width="1.5"/>
<line x1="40" y1="12" x2="40" y2="18" stroke="#D4AF37" stroke-width="1.5"/>
<!-- Base -->
<rect x="15" y="48" width="20" height="4" rx="2"/>
</g>
<!-- Text: LIBRA -->
<text x="70" y="38" font-family="Georgia, serif" font-size="28" font-weight="bold" fill="#D4AF37" letter-spacing="3">
LIBRA
</text>
<!-- Tagline -->
<text x="70" y="52" font-family="Arial, sans-serif" font-size="9" fill="#D4AF37" letter-spacing="1.5">
LAW FIRM
</text>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB