Files
tradeing/assets/logo.svg
T
chpark c330647453 GOLDMINT 브랜드 — 돈복사 시스템 디자인 변경
- 시스템 이름: 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>
2026-05-07 01:06:57 +09:00

42 lines
2.3 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 64" width="280" height="64">
<defs>
<radialGradient id="coinFace" cx="35%" cy="30%">
<stop offset="0%" stop-color="#fef3c7"/>
<stop offset="45%" stop-color="#fbbf24"/>
<stop offset="100%" stop-color="#b45309"/>
</radialGradient>
<linearGradient id="coinEdge" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#fde047"/>
<stop offset="100%" stop-color="#92400e"/>
</linearGradient>
<linearGradient id="brandGold" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#fbbf24"/>
<stop offset="50%" stop-color="#fde68a"/>
<stop offset="100%" stop-color="#f59e0b"/>
</linearGradient>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1.2" result="b"/>
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<!-- 코인 stack (3장 — 복사 효과) -->
<g transform="translate(8, 14)">
<ellipse cx="30" cy="24" rx="14" ry="14" fill="url(#coinFace)" opacity="0.3"/>
<ellipse cx="23" cy="20" rx="14" ry="14" fill="url(#coinFace)" opacity="0.6" stroke="url(#coinEdge)" stroke-width="0.5"/>
<circle cx="16" cy="16" r="15.5" fill="url(#coinFace)" stroke="url(#coinEdge)" stroke-width="1.2"/>
<circle cx="16" cy="16" r="12" fill="none" stroke="rgba(255,255,255,0.4)" stroke-width="0.7"/>
<text x="16" y="22.5" text-anchor="middle" font-family="'Arial Black', Impact, sans-serif" font-weight="900" font-size="20" fill="#7c2d12" filter="url(#glow)">$</text>
<!-- 상승 화살표 -->
<path d="M 38 6 L 48 -2 L 42 -2 M 48 -2 L 48 4" stroke="#10b981" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<!-- sparkle -->
<g fill="#fde68a">
<circle cx="40" cy="16" r="0.9"/>
<circle cx="46" cy="11" r="1.1"/>
<circle cx="43" cy="22" r="0.7"/>
</g>
</g>
<!-- 브랜드 텍스트 -->
<text x="66" y="30" font-family="'Pretendard', 'Arial Black', sans-serif" font-weight="900" font-size="22" fill="url(#brandGold)" letter-spacing="1.8" filter="url(#glow)">GOLDMINT</text>
<text x="66" y="46" font-family="'Pretendard', sans-serif" font-weight="600" font-size="10" fill="#cbd5e1" letter-spacing="1.5">돈복사 시스템 · AUTO-TRADE</text>
</svg>