This commit is contained in:
alexandrev-tibco
2026-01-13 17:29:39 +01:00
commit 92de2ea68d
23 changed files with 4113 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630" 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 width="1200" height="630" fill="#f5f5f7"/>
<rect x="96" y="96" width="144" height="144" rx="36" fill="url(#pj-gradient)"/>
<path d="M130 190c0-26 20-46 46-46s46 20 46 46" fill="none" stroke="white" stroke-width="10" stroke-linecap="round"/>
<path d="M138 138h72" fill="none" stroke="white" stroke-width="10" stroke-linecap="round"/>
<text x="96" y="310" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif" font-size="64" fill="#1d1d1f" font-weight="600">PorfolioJournal</text>
<text x="96" y="380" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif" font-size="32" fill="#6e6e73">Offline-first portfolio tracking with calm monthly check-ins.</text>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB