landingpage-go/assets/img/favicon.svg
Oliver G 1b5762a849
Initial commit: Vanity on Tour Linktree landing page
- Static HTML/CSS Linktree-style landing page
- Responsive design with dark theme
- Project showcase (StaySense, Expense Logbook, Blog, RSS-Bot)
- Social media links and contact information
- GitHub Actions workflow for automated deployment
- Complete documentation and setup instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-24 11:13:29 +01:00

13 lines
668 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff9b54"/>
<stop offset="1" stop-color="#ffd29a"/>
</linearGradient>
</defs>
<rect x="8" y="8" width="48" height="48" rx="14" fill="url(#g)" opacity="0.95"/>
<path d="M18 39h28c3 0 6 2 6 5v4H12v-4c0-3 3-5 6-5z" fill="#0b0f14" opacity="0.35"/>
<path d="M22 37l5-14h14l5 14" stroke="#0b0f14" stroke-opacity="0.55" stroke-width="4" stroke-linecap="round"/>
<circle cx="22" cy="48" r="4" fill="#0b0f14" opacity="0.55"/>
<circle cx="42" cy="48" r="4" fill="#0b0f14" opacity="0.55"/>
</svg>