c330647453
- 시스템 이름: JUNGGOMOA → GOLDMINT (돈복사 시스템) - 새 SVG 로고: 골드 코인 3장 stack (복사 효과) + $ + 상승 화살표 + sparkle - 파비콘: assets + frontend/app/icon.svg (GOLDMINT 코인) - 사이드바 / 로그인 / 대시보드 헤더 / metadata 모두 GOLDMINT 로 - 로그인 페이지 다크 + 골드 glow + 골드 그라디언트 버튼 - 사이드바 폭 260 → 280 (mini 72px), 푸터 아바타 골드 그라디언트 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
716 B
XML
14 lines
716 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<radialGradient id="g" cx="35%" cy="30%">
|
|
<stop offset="0%" stop-color="#fef3c7"/>
|
|
<stop offset="45%" stop-color="#fbbf24"/>
|
|
<stop offset="100%" stop-color="#b45309"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<circle cx="40" cy="38" r="20" fill="url(#g)" opacity="0.35"/>
|
|
<circle cx="32" cy="32" r="24" fill="url(#g)" stroke="#92400e" stroke-width="2"/>
|
|
<circle cx="32" cy="32" r="18" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1.2"/>
|
|
<text x="32" y="42" text-anchor="middle" font-family="'Arial Black', Impact, sans-serif" font-weight="900" font-size="32" fill="#7c2d12">$</text>
|
|
</svg>
|