frontend first version
This commit is contained in:
39
assets/images/captain-avatar.svg
Normal file
39
assets/images/captain-avatar.svg
Normal file
@@ -0,0 +1,39 @@
|
||||
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Background -->
|
||||
<rect width="200" height="200" rx="40" fill="#459E9E"/>
|
||||
|
||||
<!-- Face -->
|
||||
<ellipse cx="100" cy="105" rx="55" ry="60" fill="#F5D5C8"/>
|
||||
|
||||
<!-- Hair -->
|
||||
<path d="M50 85C50 55 70 35 100 35C130 35 150 55 150 85C150 75 140 50 100 50C60 50 50 75 50 85Z" fill="#E8D070"/>
|
||||
<path d="M45 95C45 70 65 45 100 45C135 45 155 70 155 95C155 80 140 55 100 55C60 55 45 80 45 95Z" fill="#F0DC80"/>
|
||||
<ellipse cx="135" cy="80" rx="15" ry="25" fill="#F0DC80"/>
|
||||
|
||||
<!-- Ears -->
|
||||
<ellipse cx="48" cy="105" rx="8" ry="12" fill="#F5D5C8"/>
|
||||
<ellipse cx="152" cy="105" rx="8" ry="12" fill="#F5D5C8"/>
|
||||
|
||||
<!-- Eyes -->
|
||||
<circle cx="80" cy="100" r="6" fill="#2D2D2D"/>
|
||||
<circle cx="120" cy="100" r="6" fill="#2D2D2D"/>
|
||||
<circle cx="82" cy="98" r="2" fill="white"/>
|
||||
<circle cx="122" cy="98" r="2" fill="white"/>
|
||||
|
||||
<!-- Eyebrows -->
|
||||
<path d="M70 88C75 85 85 85 90 88" stroke="#C4A050" stroke-width="3" stroke-linecap="round"/>
|
||||
<path d="M110 88C115 85 125 85 130 88" stroke="#C4A050" stroke-width="3" stroke-linecap="round"/>
|
||||
|
||||
<!-- Nose -->
|
||||
<path d="M100 105C100 110 98 118 100 120C102 118 100 110 100 105" stroke="#E5C5B8" stroke-width="2" stroke-linecap="round"/>
|
||||
|
||||
<!-- Smile -->
|
||||
<path d="M85 130C90 140 110 140 115 130" stroke="#2D2D2D" stroke-width="2.5" stroke-linecap="round" fill="none"/>
|
||||
|
||||
<!-- Collar -->
|
||||
<path d="M65 165L80 150L100 160L120 150L135 165" stroke="white" stroke-width="4" fill="none"/>
|
||||
|
||||
<!-- Sweater -->
|
||||
<path d="M40 200V170C40 160 60 150 100 150C140 150 160 160 160 170V200" fill="#E85A3A"/>
|
||||
<path d="M80 150L100 165L120 150" fill="#E85A3A"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user