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-09 15:56:57 +01:00
|
|
|
<!-- Background -->
|
|
|
|
|
<rect width="64" height="64" rx="12" fill="url(#bg)"/>
|
2025-11-08 19:20:39 +01:00
|
|
|
|
2025-11-09 15:56:57 +01:00
|
|
|
<!-- Wrench (Lucide) - rotated 45 degrees -->
|
|
|
|
|
<g transform="translate(32, 32) rotate(45) scale(1.8) translate(-12, -12)">
|
2025-11-09 15:54:15 +01:00
|
|
|
<path
|
2025-11-09 15:56:57 +01:00
|
|
|
d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"
|
|
|
|
|
stroke="url(#wrench)"
|
|
|
|
|
stroke-width="1.5"
|
2025-11-09 15:54:15 +01:00
|
|
|
stroke-linecap="round"
|
|
|
|
|
stroke-linejoin="round"
|
2025-11-09 15:56:57 +01:00
|
|
|
fill="none"
|
|
|
|
|
vector-effect="non-scaling-stroke"
|
2025-11-09 15:54:15 +01:00
|
|
|
/>
|
2025-11-09 15:49:32 +01:00
|
|
|
</g>
|
2025-11-08 19:20:39 +01:00
|
|
|
|
2025-11-09 15:56:57 +01:00
|
|
|
<!-- Brush (Lucide) - rotated -45 degrees -->
|
|
|
|
|
<g transform="translate(32, 32) rotate(-45) scale(1.8) translate(-12, -12)">
|
2025-11-09 15:54:15 +01:00
|
|
|
<path
|
2025-11-09 15:56:57 +01:00
|
|
|
d="m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08"
|
|
|
|
|
stroke="url(#brush)"
|
|
|
|
|
stroke-width="1.5"
|
2025-11-09 15:54:15 +01:00
|
|
|
stroke-linecap="round"
|
|
|
|
|
stroke-linejoin="round"
|
|
|
|
|
fill="none"
|
2025-11-09 15:56:57 +01:00
|
|
|
vector-effect="non-scaling-stroke"
|
|
|
|
|
/>
|
|
|
|
|
<path
|
|
|
|
|
d="M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z"
|
|
|
|
|
stroke="url(#brush)"
|
|
|
|
|
stroke-width="1.5"
|
|
|
|
|
stroke-linecap="round"
|
|
|
|
|
stroke-linejoin="round"
|
|
|
|
|
fill="url(#brushFill)"
|
|
|
|
|
vector-effect="non-scaling-stroke"
|
2025-11-09 15:54:15 +01:00
|
|
|
/>
|
2025-11-09 15:49:32 +01:00
|
|
|
</g>
|
2025-11-08 19:20:39 +01:00
|
|
|
|
2025-11-09 15:56:57 +01:00
|
|
|
<!-- Center circle -->
|
|
|
|
|
<circle cx="32" cy="32" r="3" 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%">
|
2025-11-09 15:56:57 +01:00
|
|
|
<stop offset="0%" stop-color="#1a1a2e"/>
|
|
|
|
|
<stop offset="100%" stop-color="#0f0f1a"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="wrench" x1="0%" y1="0%" x2="100%" y2="100%">
|
2025-11-09 15:49:32 +01:00
|
|
|
<stop offset="0%" stop-color="#667eea"/>
|
2025-11-09 15:56:57 +01:00
|
|
|
<stop offset="100%" stop-color="#a855f7"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="brush" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#f59e0b"/>
|
|
|
|
|
<stop offset="100%" stop-color="#ec4899"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="brushFill" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#10b981" stop-opacity="0.3"/>
|
|
|
|
|
<stop offset="100%" stop-color="#06b6d4" stop-opacity="0.3"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
<linearGradient id="center" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
|
|
|
<stop offset="0%" stop-color="#a855f7"/>
|
2025-11-09 15:49:32 +01:00
|
|
|
<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>
|