Color Schema updates
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -1,11 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="180" viewBox="0 0 180 180" role="img" aria-label="PorfolioJournal">
|
||||
<defs>
|
||||
<linearGradient id="pj-gradient" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#667eea"/>
|
||||
<stop offset="100%" stop-color="#764ba2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="12" y="12" width="156" height="156" rx="36" fill="url(#pj-gradient)"/>
|
||||
<path d="M56 124c0-28 20-48 44-48s44 20 44 48" fill="none" stroke="white" stroke-width="10" stroke-linecap="round"/>
|
||||
<path d="M64 74h72" fill="none" stroke="white" stroke-width="10" stroke-linecap="round"/>
|
||||
<rect x="12" y="12" width="156" height="156" rx="36" fill="#ffffff" stroke="#e6e9ef" stroke-width="2"/>
|
||||
<rect x="48" y="52" width="20" height="90" fill="#1f2b3a"/>
|
||||
<rect x="74" y="78" width="20" height="64" fill="#4b7bf2"/>
|
||||
<rect x="100" y="66" width="20" height="76" fill="#58b77a"/>
|
||||
<rect x="126" y="42" width="20" height="100" fill="#e9a23b"/>
|
||||
<path d="M70 94C84 78 104 68 128 54" fill="none" stroke="#1f2b3a" stroke-width="8" stroke-linecap="round"/>
|
||||
<circle cx="136" cy="50" r="10" fill="#1f2b3a"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 631 B After Width: | Height: | Size: 653 B |
@@ -1,11 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="PorfolioJournal">
|
||||
<defs>
|
||||
<linearGradient id="pj-gradient" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#667eea"/>
|
||||
<stop offset="100%" stop-color="#764ba2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="4" y="4" width="56" height="56" rx="14" fill="url(#pj-gradient)"/>
|
||||
<path d="M20 44c0-10 8-18 16-18s16 8 16 18" fill="none" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||
<path d="M24 26h24" fill="none" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
||||
<rect x="4" y="4" width="56" height="56" rx="14" fill="#ffffff" stroke="#e6e9ef" stroke-width="1"/>
|
||||
<rect x="16" y="18" width="8" height="36" fill="#1f2b3a"/>
|
||||
<rect x="26" y="28" width="8" height="26" fill="#4b7bf2"/>
|
||||
<rect x="36" y="24" width="8" height="30" fill="#58b77a"/>
|
||||
<rect x="46" y="14" width="8" height="40" fill="#e9a23b"/>
|
||||
<path d="M24 34C30 28 38 24 48 18" fill="none" stroke="#1f2b3a" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<circle cx="50" cy="16" r="4" fill="#1f2b3a"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 636 B |
Reference in New Issue
Block a user