-
Notifications
You must be signed in to change notification settings - Fork 1
/
welcome.html
118 lines (114 loc) · 7.7 KB
/
welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to copySVG Pro</title>
<link href="dist/output.css" rel="stylesheet">
</head>
<body class="bg-gradient-to-br from-gray-50 to-gray-100 min-h-screen">
<main class="max-w-4xl mx-auto px-4 py-12">
<div class="text-center mb-16 animate-fade-in">
<div class="inline-block p-6 bg-gradient-to-br from-blue-100 to-blue-50 rounded-full mb-6 shadow-lg">
<img src="public/icon-128.png" alt="SVG Toolkit Logo" class="w-20 h-20 transform hover:scale-105 transition-transform">
</div>
<h1 class="text-4xl font-bold text-gray-900 mb-4">Welcome to SVG Toolkit</h1>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">Your all-in-one toolkit for SVG management, conversion, and optimization.</p>
</div>
<div class="grid md:grid-cols-2 gap-8 mb-12">
<div class="bg-white rounded-2xl p-8 shadow-lg border border-gray-100 hover:shadow-xl transition-shadow animate-slide-up">
<h2 class="text-2xl font-semibold text-gray-900 mb-6 flex items-center">
<svg class="w-6 h-6 text-blue-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
Quick Start Guide
</h2>
<ul class="space-y-6">
<li class="flex items-start group">
<span class="flex-shrink-0 w-8 h-8 flex items-center justify-center bg-blue-100 rounded-full text-blue-600 mr-4 group-hover:bg-blue-200 transition-colors">1</span>
<div>
<h3 class="font-medium text-gray-900">Click the Extension Icon</h3>
<p class="text-gray-600 text-sm mt-1">Access SVG Toolkit from your browser toolbar</p>
</div>
</li>
<li class="flex items-start group">
<span class="flex-shrink-0 w-8 h-8 flex items-center justify-center bg-blue-100 rounded-full text-blue-600 mr-4 group-hover:bg-blue-200 transition-colors">2</span>
<div>
<h3 class="font-medium text-gray-900">Select Your SVG</h3>
<p class="text-gray-600 text-sm mt-1">Browse and select SVGs from the current page</p>
</div>
</li>
<li class="flex items-start group">
<span class="flex-shrink-0 w-8 h-8 flex items-center justify-center bg-blue-100 rounded-full text-blue-600 mr-4 group-hover:bg-blue-200 transition-colors">3</span>
<div>
<h3 class="font-medium text-gray-900">Choose Your Action</h3>
<p class="text-gray-600 text-sm mt-1">Copy, or convert to TSX component</p>
</div>
</li>
</ul>
</div>
<div class="bg-white rounded-2xl p-8 shadow-lg border border-gray-100 hover:shadow-xl transition-shadow animate-slide-up" style="animation-delay: 100ms">
<h2 class="text-2xl font-semibold text-gray-900 mb-6 flex items-center">
<svg class="w-6 h-6 text-blue-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z"/>
</svg>
Pro Features
</h2>
<ul class="space-y-4">
<li class="flex items-center p-2 rounded-lg hover:bg-gray-50 transition-colors">
<svg class="w-5 h-5 text-green-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>
<span class="text-gray-700">SVG to TSX Converter</span>
</li>
<li class="flex items-center p-2 rounded-lg hover:bg-gray-50 transition-colors">
<svg class="w-5 h-5 text-green-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>
<span class="text-gray-700">Batch Processing & Export</span>
</li>
<li class="flex items-center p-2 rounded-lg hover:bg-gray-50 transition-colors">
<svg class="w-5 h-5 text-green-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>
<span class="text-gray-700">Advanced SVG Optimization</span>
</li>
<li class="flex items-center p-2 rounded-lg hover:bg-gray-50 transition-colors">
<svg class="w-5 h-5 text-green-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>
<span class="text-gray-700">Custom Component Generation</span>
</li>
</ul>
</div>
</div>
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 rounded-2xl p-8 border border-blue-100 shadow-lg animate-slide-up" style="animation-delay: 200ms">
<h2 class="text-2xl font-semibold text-gray-900 mb-6 flex items-center">
<svg class="w-6 h-6 text-blue-500 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 19l9 2-9-18-9 18 9-2zm0 0v-8"/>
</svg>
Keyboard Shortcuts
</h2>
<div class="grid md:grid-cols-2 gap-6">
<div class="flex items-center bg-white/80 rounded-lg p-3 hover:bg-white transition-colors">
<kbd class="px-3 py-1.5 bg-gray-100 rounded-md shadow text-sm font-mono mr-3">Alt + S</kbd>
<span class="text-gray-700">Open Copy SVG</span>
</div>
<div class="flex items-center bg-white/80 rounded-lg p-3 hover:bg-white transition-colors">
<kbd class="px-3 py-1.5 bg-gray-100 rounded-md shadow text-sm font-mono mr-3">Alt + C</kbd>
<span class="text-gray-700">Copy Selected SVG</span>
</div>
<div class="flex items-center bg-white/80 rounded-lg p-3 hover:bg-white transition-colors">
<kbd class="px-3 py-1.5 bg-gray-100 rounded-md shadow text-sm font-mono mr-3">Alt + T</kbd>
<span class="text-gray-700">Convert to TSX</span>
</div>
<div class="flex items-center bg-white/80 rounded-lg p-3 hover:bg-white transition-colors">
<kbd class="px-3 py-1.5 bg-gray-100 rounded-md shadow text-sm font-mono mr-3">Alt + B</kbd>
<span class="text-gray-700">Batch Convert</span>
</div>
</div>
</div>
</main>
<script src="welcome.js" type="module"></script>
</body>
</html>