-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
628 lines (563 loc) · 23.6 KB
/
index.html
File metadata and controls
628 lines (563 loc) · 23.6 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>Web Tools Collection | Turbo Image, QR Generator & PDF Toolkit</title>
<meta name="description" content="A curated collection of high-performance web utilities including Turbo Image, QR Code Generator, and PDF Toolkit.">
<meta name="keywords" content="web tools, utilities, image optimization, qr code generator, pdf toolkit, pdf merge, pdf split, developer tools">
<meta name="author" content="Chris">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" href="favicon.png">
<!-- Open Graph / Meta Tags for Social Sharing -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://chrisjdj.github.io/web-tools/">
<meta property="og:title" content="Web Tools Collection | Turbo Image, QR Generator & PDF Toolkit">
<meta property="og:description" content="A curated collection of high-performance web utilities including Turbo Image, QR Code Generator, and PDF Toolkit.">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://chrisjdj.github.io/web-tools/">
<meta name="twitter:title" content="Web Tools Collection | Turbo Image, QR Generator & PDF Toolkit">
<meta name="twitter:description" content="A curated collection of high-performance web utilities including Turbo Image, QR Code Generator, and PDF Toolkit.">
<!-- Canonical Link -->
<link rel="canonical" href="https://chrisjdj.github.io/web-tools/">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<style>
:root {
--bg-base: #030712; /* Very dark blue/black */
--bg-surface: rgba(17, 24, 39, 0.6);
--border-color: rgba(255, 255, 255, 0.08);
--border-hover: rgba(56, 189, 248, 0.5);
--text-main: #f8fafc;
--text-muted: #94a3b8;
--accent-gradient: linear-gradient(135deg, #38bdf8 0%, #818cf8 50%, #c084fc 100%);
--accent-gradient-hover: linear-gradient(135deg, #7dd3fc 0%, #a5b4fc 50%, #d8b4fe 100%);
--glow-color: rgba(56, 189, 248, 0.4);
--card-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
--blob-1: #38bdf8;
--blob-2: #c084fc;
}
[data-theme="light"] {
--bg-base: #f0f4f8;
--bg-surface: rgba(255, 255, 255, 0.7);
--border-color: rgba(15, 23, 42, 0.08);
--border-hover: rgba(2, 132, 199, 0.5);
--text-main: #0f172a;
--text-muted: #475569;
--accent-gradient: linear-gradient(135deg, #0ea5e9 0%, #6366f1 50%, #a855f7 100%);
--accent-gradient-hover: linear-gradient(135deg, #0284c7 0%, #4f46e5 50%, #9333ea 100%);
--glow-color: rgba(14, 165, 233, 0.3);
--card-shadow: 0 8px 32px rgba(15, 23, 42, 0.05);
--blob-1: #bae6fd;
--blob-2: #e9d5ff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background-color: var(--bg-base);
color: var(--text-main);
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
position: relative;
overflow-x: hidden;
transition: background-color 0.5s ease, color 0.5s ease;
}
/* Animated Background Blobs */
.bg-blobs {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
pointer-events: none;
filter: blur(80px);
opacity: 0.5;
transition: opacity 0.5s ease;
}
.blob {
position: absolute;
border-radius: 50%;
animation: float 20s infinite alternate ease-in-out;
}
.blob-1 {
width: 50vw;
height: 50vw;
max-width: 600px;
max-height: 600px;
background: var(--blob-1);
top: -10%;
left: -10%;
animation-delay: 0s;
}
.blob-2 {
width: 40vw;
height: 40vw;
max-width: 500px;
max-height: 500px;
background: var(--blob-2);
bottom: -5%;
right: -5%;
animation-delay: -5s;
}
.blob-3 {
width: 30vw;
height: 30vw;
max-width: 400px;
max-height: 400px;
background: var(--accent-gradient);
top: 40%;
left: 40%;
animation-delay: -10s;
opacity: 0.6;
}
@keyframes float {
0% { transform: translate(0, 0) scale(1); }
33% { transform: translate(5%, -5%) scale(1.1); }
66% { transform: translate(-3%, 3%) scale(0.9); }
100% { transform: translate(0, 0) scale(1); }
}
.theme-toggle {
position: absolute;
top: 2rem;
right: 2rem;
background-color: var(--bg-surface);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid var(--border-color);
color: var(--text-main);
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-shadow: var(--card-shadow);
z-index: 10;
}
.theme-toggle:hover {
transform: scale(1.15) rotate(15deg);
border-color: var(--border-hover);
box-shadow: 0 0 20px var(--glow-color);
}
.theme-toggle svg {
transition: transform 0.3s ease;
}
header {
text-align: center;
margin-bottom: 2rem;
z-index: 1;
animation: fadeInDown 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
opacity: 0;
transform: translateY(-20px);
padding-top: 1rem;
}
h1 {
font-size: clamp(2.5rem, 6vw, 4.5rem);
font-weight: 800;
line-height: 1.1;
margin-bottom: 1rem;
letter-spacing: -0.02em;
background: var(--accent-gradient);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
header > p:first-of-type {
color: var(--text-muted);
font-size: clamp(1.1rem, 2.5vw, 1.25rem);
font-weight: 400;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
.features-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
margin: 1.5rem auto 0;
max-width: 700px;
}
.badge {
background: rgba(56, 189, 248, 0.1);
border: 1px solid rgba(56, 189, 248, 0.3);
color: var(--blob-1);
padding: 0.3rem 0.8rem;
border-radius: 100px;
font-size: 0.85rem;
font-weight: 500;
letter-spacing: 0.02em;
}
[data-theme="light"] .badge {
background: rgba(14, 165, 233, 0.1);
border-color: rgba(14, 165, 233, 0.3);
color: #0284c7;
}
.coming-soon {
color: var(--text-muted);
font-size: 1rem;
margin-top: 3rem;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
width: 100%;
animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards;
opacity: 0;
transform: translateY(30px);
}
.coming-soon svg {
color: #c084fc;
}
[data-theme="light"] .coming-soon svg {
color: #8b5cf6;
}
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2.5rem;
width: 100%;
max-width: 900px;
z-index: 1;
}
.card {
position: relative;
background: var(--bg-surface);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-radius: 24px;
padding: 3rem 2.5rem;
text-decoration: none;
color: inherit;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid var(--border-color);
display: flex;
flex-direction: column;
align-items: flex-start;
box-shadow: var(--card-shadow);
overflow: hidden;
opacity: 0;
transform: translateY(30px);
}
.card:nth-child(1) { animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s forwards; }
.card:nth-child(2) { animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards; }
.card:nth-child(3) { animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s forwards; }
.card:nth-child(4) { animation: fadeInUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s forwards; }
/* Card Hover Effects */
.card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--accent-gradient-hover);
opacity: 0;
z-index: -1;
transition: opacity 0.4s ease;
border-radius: 24px;
margin: -0.5px; /* Cover border */
}
.card::after {
content: '';
position: absolute;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
background: var(--bg-surface);
border-radius: 23px;
z-index: -1;
transition: background 0.4s ease;
}
.card:hover {
transform: translateY(-10px) scale(1.02);
border-color: transparent;
box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 20px var(--glow-color);
}
.card:hover::before {
opacity: 1;
}
.card:hover::after {
background: var(--bg-base); /* Slightly darker on hover to contrast with gradient border */
opacity: 0.95;
}
.icon-wrapper {
width: 64px;
height: 64px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.05);
border: 1px solid var(--border-color);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2rem;
color: var(--text-main);
transition: all 0.4s ease;
position: relative;
z-index: 1;
}
[data-theme="light"] .icon-wrapper {
background: rgba(0, 0, 0, 0.03);
}
.card:hover .icon-wrapper {
background: var(--accent-gradient);
color: #fff;
border-color: transparent;
transform: scale(1.1) rotate(5deg);
box-shadow: 0 10px 20px var(--glow-color);
}
.card h2 {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 1rem;
color: var(--text-main);
letter-spacing: -0.01em;
transition: color 0.3s ease;
position: relative;
z-index: 1;
}
.card p {
color: var(--text-muted);
font-size: 1.05rem;
line-height: 1.6;
margin: 0;
transition: color 0.3s ease;
position: relative;
z-index: 1;
}
.card-arrow {
margin-top: 2rem;
display: flex;
align-items: center;
font-weight: 600;
font-size: 1rem;
color: var(--text-main);
opacity: 0.7;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
.card-arrow svg {
margin-left: 0.5rem;
transition: transform 0.3s ease;
}
.card:hover .card-arrow {
opacity: 1;
color: var(--blob-1);
}
[data-theme="light"] .card:hover .card-arrow {
color: #0ea5e9;
}
.card:hover .card-arrow svg {
transform: translateX(6px);
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-30px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 640px) {
body { padding: 1.5rem; }
.container { gap: 1.5rem; }
.card { padding: 2rem; }
.icon-wrapper { margin-bottom: 1.5rem; }
header { padding-top: 3rem; }
.theme-toggle { top: 1rem; right: 1rem; }
}
</style>
</head>
<body>
<div class="bg-blobs">
<div class="blob blob-1"></div>
<div class="blob blob-2"></div>
<div class="blob blob-3"></div>
</div>
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle theme">
<svg id="moon-icon" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display: none;">
<path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path>
</svg>
<svg id="sun-icon" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="4"></circle>
<path d="M12 2v2"></path>
<path d="M12 20v2"></path>
<path d="m4.93 4.93 1.41 1.41"></path>
<path d="m17.66 17.66 1.41 1.41"></path>
<path d="M2 12h2"></path>
<path d="M20 12h2"></path>
<path d="m6.34 17.66-1.41 1.41"></path>
<path d="m19.07 4.93-1.41 1.41"></path>
</svg>
</button>
<header>
<h1>Web Tools Collection</h1>
<p>A beautifully curated suite of high-performance utilities designed for modern workflows.</p>
<div class="features-badges">
<span class="badge">100% Free Forever</span>
<span class="badge">No Login Required</span>
<span class="badge">Local Processing (No Server)</span>
<span class="badge">Privacy First</span>
<span class="badge">Zero Ads</span>
<span class="badge">Lightning Fast</span>
</div>
</header>
<main class="container">
<a href="Turbo-Image/" class="card" target="_blank" rel="noopener noreferrer">
<div class="icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="18" height="18" x="3" y="3" rx="2" ry="2"></rect>
<circle cx="9" cy="9" r="2"></circle>
<path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"></path>
<path d="m14 14 1.086-1.086a2 2 0 0 1 2.828 0"></path>
</svg>
</div>
<h2>Turbo Image</h2>
<p>Lightning-fast image optimization and processing workflow. Compress, convert, and prepare assets instantly.</p>
<div class="card-arrow">
Launch Tool
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg>
</div>
</a>
<a href="QR-Code-Gen/" class="card" target="_blank" rel="noopener noreferrer">
<div class="icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect width="5" height="5" x="3" y="3" rx="1"></rect>
<rect width="5" height="5" x="16" y="3" rx="1"></rect>
<rect width="5" height="5" x="3" y="16" rx="1"></rect>
<path d="M21 16h-3a2 2 0 0 0-2 2v3"></path>
<path d="M21 21v.01"></path>
<path d="M12 7v3a2 2 0 0 1-2 2H7"></path>
<path d="M3 12h.01"></path>
<path d="M12 3h.01"></path>
<path d="M12 16v.01"></path>
<path d="M16 12h1"></path>
<path d="M21 12v.01"></path>
<path d="M12 21v-1"></path>
</svg>
</div>
<h2>QR Generator</h2>
<p>Generate precise, customizable QR codes in milliseconds. Tailored for URLs, text, and contact information.</p>
<div class="card-arrow">
Launch Tool
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg>
</div>
</a>
<a href="PDF-Toolkit/" class="card" target="_blank" rel="noopener noreferrer">
<div class="icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path>
<polyline points="14 2 14 8 20 8"></polyline>
<line x1="16" y1="13" x2="8" y2="13"></line>
<line x1="16" y1="17" x2="8" y2="17"></line>
<line x1="10" y1="9" x2="8" y2="9"></line>
</svg>
</div>
<h2>PDF Toolkit</h2>
<p>Comprehensive PDF management. Merge multiple files, split pages, and rotate documents with instant client-side processing.</p>
<div class="card-arrow">
Launch Tool
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg>
</div>
</a>
<!--
<a href="browser-privacy-inspector/" class="card" target="_blank" rel="noopener noreferrer">
<div class="icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
<path d="M12 8v4"></path>
<path d="M12 16h.01"></path>
</svg>
</div>
<h2>Privacy Inspector</h2>
<p>Discover your browser's full fingerprint — GPU, fonts, canvas hash, WebRTC leaks, and more. 100% client-side.</p>
<div class="card-arrow">
Launch Tool
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg>
</div>
</a>
-->
</main>
<div class="coming-soon">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"/>
</svg>
<span>More incredible tools are being built and will be added soon!</span>
</div>
<script>
const themeToggle = document.getElementById('theme-toggle');
const root = document.documentElement;
const moonIcon = document.getElementById('moon-icon');
const sunIcon = document.getElementById('sun-icon');
// Check for saved theme preference or use system preference
const savedTheme = localStorage.getItem('theme');
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
// Determine initial theme
let currentTheme = savedTheme || (prefersDark ? 'dark' : 'light');
// Apply initial theme
applyTheme(currentTheme);
// Toggle theme on click
themeToggle.addEventListener('click', () => {
currentTheme = currentTheme === 'light' ? 'dark' : 'light';
localStorage.setItem('theme', currentTheme);
applyTheme(currentTheme);
});
function applyTheme(theme) {
root.setAttribute('data-theme', theme);
if (theme === 'light') {
moonIcon.style.display = 'block';
sunIcon.style.display = 'none';
} else {
moonIcon.style.display = 'none';
sunIcon.style.display = 'block';
}
}
// Parallax effect on mouse move
document.addEventListener('mousemove', (e) => {
const x = e.clientX / window.innerWidth;
const y = e.clientY / window.innerHeight;
const b1 = document.querySelector('.blob-1');
const b2 = document.querySelector('.blob-2');
if (b1 && b2) {
// Keep the values relatively small for a subtle effect
b1.style.transform = `translate(${x * 30}px, ${y * 30}px)`;
b2.style.transform = `translate(${x * -30}px, ${y * -30}px)`;
}
});
</script>
</body>
</html>