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>
This commit is contained in:
commit
1b5762a849
11 changed files with 764 additions and 0 deletions
13
assets/img/favicon.svg
Normal file
13
assets/img/favicon.svg
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<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>
|
||||
|
After Width: | Height: | Size: 668 B |
2
assets/img/og.jpg
Normal file
2
assets/img/og.jpg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
This is a placeholder file. Replace it with a real OpenGraph image (recommended: 1200x630 JPG/PNG) at:
|
||||
assets/img/og.jpg
|
||||
7
assets/img/van.svg
Normal file
7
assets/img/van.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
||||
<path d="M14 40h34c4 0 8 3 8 7v5H6v-5c0-4 4-7 8-7z" fill="#ff9b54" fill-opacity="0.22"/>
|
||||
<path d="M20 38l6-16h20l6 16" stroke="#ffd29a" stroke-opacity="0.85" stroke-width="4" stroke-linecap="round"/>
|
||||
<circle cx="20" cy="52" r="4.5" fill="#ffd29a" fill-opacity="0.9"/>
|
||||
<circle cx="44" cy="52" r="4.5" fill="#ffd29a" fill-opacity="0.9"/>
|
||||
<path d="M27 28h10" stroke="#ffd29a" stroke-opacity="0.85" stroke-width="4" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 527 B |
Loading…
Add table
Add a link
Reference in a new issue