Add logo to application header
This commit is contained in:
parent
b43629bdc9
commit
8bba78e024
2 changed files with 42 additions and 2 deletions
35
app/assets/images/logo.svg
Normal file
35
app/assets/images/logo.svg
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="200" height="48" viewBox="0 0 200 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Calculator/Budget icon -->
|
||||
<g>
|
||||
<!-- Calculator body -->
|
||||
<rect x="8" y="8" width="32" height="32" rx="4" fill="#10B981" stroke="#047857" stroke-width="1.5"/>
|
||||
|
||||
<!-- Screen -->
|
||||
<rect x="12" y="12" width="24" height="8" rx="2" fill="#D1FAE5"/>
|
||||
|
||||
<!-- Dollar sign in screen -->
|
||||
<text x="24" y="18" font-family="Arial, sans-serif" font-size="8" fill="#047857" text-anchor="middle" font-weight="bold">$</text>
|
||||
|
||||
<!-- Calculator buttons -->
|
||||
<rect x="12" y="24" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
<rect x="19.5" y="24" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
<rect x="27" y="24" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
|
||||
<rect x="12" y="29" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
<rect x="19.5" y="29" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
<rect x="27" y="29" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
|
||||
<rect x="12" y="34" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
<rect x="19.5" y="34" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
<rect x="27" y="34" width="5" height="3" rx="0.5" fill="#047857"/>
|
||||
</g>
|
||||
|
||||
<!-- Text -->
|
||||
<text x="48" y="28" font-family="Arial, Helvetica, sans-serif" font-size="24" fill="#ffffff" font-weight="600" dominant-baseline="middle">
|
||||
Budget
|
||||
</text>
|
||||
<text x="130" y="28" font-family="Arial, Helvetica, sans-serif" font-size="24" fill="#10B981" font-weight="600" dominant-baseline="middle">
|
||||
Track
|
||||
</text>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue