polish: Priority 1 improvements - gradients, stats, metadata, footer
✨ Visual Enhancements:
- Unique gradients per tool (green-teal for Vert, orange-pink for Paint, indigo-purple for Pastel)
- Added new gradient utilities for better color differentiation
📊 Stats Section:
- New animated stats component showing "3 Tools, 100% Open Source, ∞ Privacy First"
- Glassmorphism cards with hover effects
- Icon badges for each stat
🔍 Enhanced Metadata:
- Comprehensive Open Graph tags for social sharing
- Twitter Card support
- Enhanced SEO with detailed keywords (vert, paint, pastel)
- Added SVG favicon with gradient toolbox icon
- Viewport meta tag and preconnect optimization
🔗 Improved Footer:
- 3-column responsive layout
- GitHub repository link with icon
- Quick links to all tools (Vert, Paint, Pastel)
- Tool count badge
- Updated tech stack mention (Next.js 16 & Tailwind CSS 4)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 12:30:08 +01:00
|
|
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2025-11-08 19:20:39 +01:00
|
|
|
<!-- Background -->
|
|
|
|
|
<rect width="64" height="64" rx="12" fill="url(#bg)"/>
|
|
|
|
|
|
|
|
|
|
<!-- Suitcase body -->
|
|
|
|
|
<rect x="16" y="27" width="32" height="22" rx="2" stroke="url(#suitcase)" stroke-width="2" fill="rgba(139, 92, 246, 0.2)"/>
|
|
|
|
|
|
|
|
|
|
<!-- Suitcase handle -->
|
|
|
|
|
<path d="M 27 27 Q 32 19, 37 27" stroke="url(#suitcase)" stroke-width="2" fill="none" stroke-linecap="round"/>
|
|
|
|
|
|
|
|
|
|
<!-- Suitcase latch -->
|
|
|
|
|
<rect x="30" y="26" width="4" height="3" rx="1" fill="url(#suitcase)"/>
|
|
|
|
|
|
|
|
|
|
<!-- Brush handle -->
|
|
|
|
|
<rect x="31" y="32" width="2" height="11" fill="url(#brushHandle)" rx="1"/>
|
|
|
|
|
|
|
|
|
|
<!-- Brush bristles -->
|
|
|
|
|
<path d="M 28 43 L 29 47 L 30 46 L 31 48 L 32 46 L 33 48 L 34 46 L 35 47 L 36 43 Z" fill="url(#brushBristles)"/>
|
|
|
|
|
|
|
|
|
|
<!-- Gradients -->
|
polish: Priority 1 improvements - gradients, stats, metadata, footer
✨ Visual Enhancements:
- Unique gradients per tool (green-teal for Vert, orange-pink for Paint, indigo-purple for Pastel)
- Added new gradient utilities for better color differentiation
📊 Stats Section:
- New animated stats component showing "3 Tools, 100% Open Source, ∞ Privacy First"
- Glassmorphism cards with hover effects
- Icon badges for each stat
🔍 Enhanced Metadata:
- Comprehensive Open Graph tags for social sharing
- Twitter Card support
- Enhanced SEO with detailed keywords (vert, paint, pastel)
- Added SVG favicon with gradient toolbox icon
- Viewport meta tag and preconnect optimization
🔗 Improved Footer:
- 3-column responsive layout
- GitHub repository link with icon
- Quick links to all tools (Vert, Paint, Pastel)
- Tool count badge
- Updated tech stack mention (Next.js 16 & Tailwind CSS 4)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 12:30:08 +01:00
|
|
|
<defs>
|
2025-11-08 19:20:39 +01:00
|
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#1a1a2e"/>
|
|
|
|
|
<stop offset="100%" stop-color="#0f0f1a"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="suitcase" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#a855f7"/>
|
|
|
|
|
<stop offset="100%" stop-color="#6366f1"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="brushHandle" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#f59e0b"/>
|
|
|
|
|
<stop offset="100%" stop-color="#ef4444"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="brushBristles" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#10b981"/>
|
polish: Priority 1 improvements - gradients, stats, metadata, footer
✨ Visual Enhancements:
- Unique gradients per tool (green-teal for Vert, orange-pink for Paint, indigo-purple for Pastel)
- Added new gradient utilities for better color differentiation
📊 Stats Section:
- New animated stats component showing "3 Tools, 100% Open Source, ∞ Privacy First"
- Glassmorphism cards with hover effects
- Icon badges for each stat
🔍 Enhanced Metadata:
- Comprehensive Open Graph tags for social sharing
- Twitter Card support
- Enhanced SEO with detailed keywords (vert, paint, pastel)
- Added SVG favicon with gradient toolbox icon
- Viewport meta tag and preconnect optimization
🔗 Improved Footer:
- 3-column responsive layout
- GitHub repository link with icon
- Quick links to all tools (Vert, Paint, Pastel)
- Tool count badge
- Updated tech stack mention (Next.js 16 & Tailwind CSS 4)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 12:30:08 +01:00
|
|
|
<stop offset="100%" stop-color="#06b6d4"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
</defs>
|
|
|
|
|
</svg>
|