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)"/>
|
|
|
|
|
|
2025-11-09 15:49:32 +01:00
|
|
|
<!-- Wrench (bottom-left to top-right) -->
|
|
|
|
|
<g>
|
|
|
|
|
<!-- Wrench handle -->
|
|
|
|
|
<line x1="19" y1="45" x2="37" y2="27" stroke="url(#wrenchGrad)" stroke-width="3" stroke-linecap="round"/>
|
|
|
|
|
<!-- Wrench head -->
|
|
|
|
|
<path d="M 37 27 L 40 24 M 37 27 L 40 30" stroke="url(#wrenchGrad)" stroke-width="3" stroke-linecap="round"/>
|
|
|
|
|
</g>
|
2025-11-08 19:20:39 +01:00
|
|
|
|
2025-11-09 15:49:32 +01:00
|
|
|
<!-- Brush (top-left to bottom-right) -->
|
|
|
|
|
<g>
|
|
|
|
|
<!-- Brush handle -->
|
|
|
|
|
<line x1="24" y1="19" x2="37" y2="32" stroke="url(#brushGrad)" stroke-width="2.5" stroke-linecap="round"/>
|
|
|
|
|
<!-- Brush ferrule -->
|
|
|
|
|
<ellipse cx="38.5" cy="33.5" rx="2.5" ry="4" fill="url(#ferrule)" transform="rotate(45 38.5 33.5)"/>
|
|
|
|
|
<!-- Brush bristles -->
|
|
|
|
|
<line x1="39.5" y1="34.5" x2="43" y2="38" stroke="url(#bristles)" stroke-width="1.2" stroke-linecap="round"/>
|
|
|
|
|
<line x1="40.5" y1="35.5" x2="45" y2="40" stroke="url(#bristles)" stroke-width="1.2" stroke-linecap="round"/>
|
|
|
|
|
<line x1="41.5" y1="36.5" x2="46" y2="41" stroke="url(#bristles)" stroke-width="1.2" stroke-linecap="round"/>
|
|
|
|
|
<line x1="38.5" y1="35.5" x2="41" y2="38" stroke="url(#bristles)" stroke-width="1.2" stroke-linecap="round"/>
|
|
|
|
|
<line x1="37.5" y1="36.5" x2="39.5" y2="38.5" stroke="url(#bristles)" stroke-width="1.2" stroke-linecap="round"/>
|
|
|
|
|
</g>
|
2025-11-08 19:20:39 +01:00
|
|
|
|
2025-11-09 15:49:32 +01:00
|
|
|
<!-- Center circle -->
|
|
|
|
|
<circle cx="32" cy="32" r="4" fill="url(#center)"/>
|
2025-11-08 19:20:39 +01:00
|
|
|
|
|
|
|
|
<!-- 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>
|
2025-11-09 15:49:32 +01:00
|
|
|
<linearGradient id="wrenchGrad" x1="19" y1="45" x2="40" y2="24">
|
|
|
|
|
<stop offset="0%" stop-color="#667eea"/>
|
|
|
|
|
<stop offset="100%" stop-color="#a855f7"/>
|
2025-11-08 19:20:39 +01:00
|
|
|
</linearGradient>
|
2025-11-09 15:49:32 +01:00
|
|
|
<linearGradient id="brushGrad" x1="24" y1="19" x2="37" y2="32">
|
2025-11-08 19:20:39 +01:00
|
|
|
<stop offset="0%" stop-color="#f59e0b"/>
|
|
|
|
|
<stop offset="100%" stop-color="#ef4444"/>
|
|
|
|
|
</linearGradient>
|
2025-11-09 15:49:32 +01:00
|
|
|
<linearGradient id="ferrule" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#94a3b8"/>
|
|
|
|
|
<stop offset="100%" stop-color="#64748b"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="bristles" x1="0%" y1="0%" x2="100%" y2="100%">
|
2025-11-08 19:20:39 +01:00
|
|
|
<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>
|
2025-11-09 15:49:32 +01:00
|
|
|
<linearGradient id="center" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#a855f7"/>
|
|
|
|
|
<stop offset="100%" stop-color="#06b6d4"/>
|
|
|
|
|
</linearGradient>
|
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>
|
|
|
|
|
</svg>
|