-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatchcompress-image.html
More file actions
537 lines (504 loc) · 36 KB
/
Copy pathbatchcompress-image.html
File metadata and controls
537 lines (504 loc) · 36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#00ff41">
<title>Batch Image Compressor for Windows — Compress Images in Bulk | 3thousand30</title>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="canonical" href="https://3thousand30.com/batchcompress-image.html">
<meta name="description" content="Compress image folders in bulk on Windows. Reduce file size, compare before and after, export locally, and prepare images for web, email, or marketplaces.">
<meta name="keywords" content="batch image compressor Windows, compress images in bulk, reduce image file size, offline image compressor, batch compress images">
<meta name="author" content="3thousand30">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta property="og:type" content="website">
<meta property="og:site_name" content="3thousand30">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://3thousand30.com/batchcompress-image.html">
<meta property="og:title" content="Batch Image Compressor for Windows — Compress Images in Bulk | 3thousand30">
<meta property="og:description" content="Compress image folders in bulk on Windows. Reduce file size, compare before and after, export locally, and prepare images for web, email, or marketplaces.">
<meta property="og:image" content="https://3thousand30.com/screenshots/bci/1.webp">
<meta property="og:image:alt" content="BatchCompress Image app screenshot">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@3thousand30HQ">
<meta name="twitter:creator" content="@3thousand30HQ">
<meta name="twitter:title" content="Batch Image Compressor for Windows — Compress Images in Bulk | 3thousand30">
<meta name="twitter:description" content="Compress image folders in bulk on Windows. Reduce file size, compare before and after, export locally, and prepare images for web, email, or marketplaces.">
<meta name="twitter:image" content="https://3thousand30.com/screenshots/bci/1.webp">
<meta name="twitter:image:alt" content="BatchCompress Image app screenshot">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"name": "BatchCompress Image",
"operatingSystem": "Windows",
"applicationCategory": "MultimediaApplication",
"url": "https://3thousand30.com/batchcompress-image.html",
"image": "https://3thousand30.com/Logos/BCI.webp",
"description": "Compress image folders in bulk on Windows. Reduce file size, compare before and after, export locally, and prepare images for web, email, or marketplaces.",
"publisher": { "@type": "Organization", "name": "3thousand30", "url": "https://3thousand30.com/" },
"offers": {
"@type": "Offer",
"price": "2.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://apps.microsoft.com/detail/9n1dbc2g87ht"
},
"mainEntityOfPage": "https://3thousand30.com/batchcompress-image.html"
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://3thousand30.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Products",
"item": "https://3thousand30.com/products/"
},
{
"@type": "ListItem",
"position": 3,
"name": "BatchCompress Image",
"item": "https://3thousand30.com/batchcompress-image.html"
}
]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Can BatchCompress Image compress full folders at once?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. It is built for full-folder compression runs rather than one-image-at-a-time editing."
}
},
{
"@type": "Question",
"name": "Can I preview quality before compressing the whole batch?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. It includes a live preview so you can compare original and compressed output before processing the full folder."
}
},
{
"@type": "Question",
"name": "Is it fully local?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Compression runs locally on your Windows machine with no cloud upload, no account, and no telemetry."
}
},
{
"@type": "Question",
"name": "Is it useful for websites, email, and marketplaces?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. It is especially useful when image sets need lighter file sizes for faster delivery, faster loading, or channel-specific upload constraints."
}
},
{
"@type": "Question",
"name": "Can it convert formats too?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. You can keep the original format or convert the output to JPG, PNG, or WebP while compressing."
}
}
]
}
]
}
</script>
<link rel="stylesheet" href="tailwind.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&family=Space+Mono:wght@400;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;600&family=Space+Mono:wght@400;700&display=swap"></noscript>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8N64KW0ELL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('consent', 'default', { analytics_storage: 'denied' });
try {
if (localStorage.getItem('cookie_consent') === 'granted') {
gtag('consent', 'update', { analytics_storage: 'granted' });
}
} catch (e) {}
gtag('js', new Date());
gtag('config', 'G-8N64KW0ELL');
</script>
</head>
<body class="bg-black text-white font-mono antialiased overflow-x-hidden">
<div class="fixed inset-0 pointer-events-none opacity-5 z-10" aria-hidden="true" style="background: repeating-linear-gradient(0deg, transparent, transparent 2px, #00ff41 2px, #00ff41 4px); will-change: transform;"></div>
<!-- Sticky nav -->
<div class="sticky top-0 z-30 bg-black border-b" style="border-color: rgba(0,255,65,0.15);">
<div class="max-w-4xl mx-auto px-6 py-3 flex items-center justify-between gap-4">
<a href="/" class="text-warm-gray text-xs hover:text-retro-green transition-colors whitespace-nowrap">← 3thousand30</a>
<div class="flex items-center gap-2 flex-shrink-0">
<a href="https://apps.microsoft.com/detail/9n1dbc2g87ht?hl=en-US&gl=US" target="_blank" rel="noopener"
class="inline-flex items-center gap-2 border border-retro-amber text-retro-amber text-xs px-3 py-2 hover:bg-retro-amber hover:text-black transition-colors duration-200">
<svg viewBox="0 0 12 12" width="12" height="12" fill="currentColor" aria-hidden="true">
<rect x="0" y="0" width="5.5" height="5.5"/><rect x="6.5" y="0" width="5.5" height="5.5"/>
<rect x="0" y="6.5" width="5.5" height="5.5"/><rect x="6.5" y="6.5" width="5.5" height="5.5"/>
</svg>
<span class="hidden sm:inline">Microsoft Store</span>
<span class="opacity-50">·</span>
<span class="font-medium">$2.99</span>
</a>
<a href="https://3thousand30.github.io/batchcompressimage-docs/" target="_blank" rel="noopener"
class="inline-flex items-center gap-2 border text-warm-gray text-xs px-3 py-2 hover:border-warm-gray hover:text-white transition-colors duration-200" style="border-color: rgba(168,168,168,0.3);">
<svg viewBox="0 0 16 16" width="12" height="12" fill="currentColor" aria-hidden="true">
<path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h7a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V2.5zm2.5-1A1.5 1.5 0 0 0 3 3v10.5h8V1H4.5zM5 4h5v1H5V4zm0 2.5h5v1H5v-1zm0 2.5h3v1H5V9z"/>
</svg>
<span class="hidden sm:inline">docs</span>
</a>
</div>
</div>
</div>
<div class="relative z-20 max-w-4xl mx-auto px-6 py-10 md:py-14">
<!-- App header -->
<header class="flex items-start space-x-5 mb-8">
<img src="Logos/BCI.webp" alt="BatchCompress Image" class="w-16 h-16 rounded object-cover flex-shrink-0" fetchpriority="high" decoding="async">
<div>
<p class="text-gray-600 text-[11px] mb-3"><a href="products/" class="hover:text-retro-green transition-colors">products</a> / <span class="text-warm-gray">BatchCompress Image</span></p>
<div class="text-retro-green text-xs mb-2 opacity-60">utility · windows</div>
<h1 class="text-white text-2xl md:text-3xl font-light mb-3">BatchCompress Image</h1>
<p class="text-retro-green text-sm md:text-base leading-relaxed" style="text-shadow: 0 0 8px #00ff41;">
Compress images in bulk for web, email, and marketplace delivery. Preview first. All local.
</p>
<div class="mt-4">
<div class="inline-flex items-baseline gap-2 border px-3 py-1.5" style="border-color: rgba(255,176,0,0.45); background: rgba(255,176,0,0.06);">
<span class="text-retro-amber text-base font-medium">$2.99</span>
<span class="text-warm-gray text-[11px]">one-time purchase</span>
</div>
<p class="text-gray-600 text-[10px] mt-2">* Microsoft Store prices vary by country/region; the amount shown is the US price.</p>
</div>
</div>
</header>
<!-- Description -->
<div class="border p-6 mb-10" style="border-color: rgba(0,255,65,0.15);">
<p class="text-warm-gray text-sm leading-relaxed">
Choose an input folder, set your quality and output format, check a live preview, and compress the full batch in one run. Whether you are preparing images for websites, email, marketplaces, portfolios, or faster sharing, BCI helps you cut file size while staying in control.
</p>
</div>
<!-- Screenshots -->
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">screenshots</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="relative">
<div class="overflow-hidden border" style="border-color: rgba(168,168,168,0.15);">
<div class="flex transition-transform duration-300 ease-in-out" id="carousel-track">
<img src="screenshots/bci/1.webp" alt="Tune quality and format before touching the full batch" class="w-full flex-shrink-0 object-contain" style="max-height:420px; background:#0a0a0a;" decoding="async">
<img src="screenshots/bci/2.webp" alt="Batch progress — compress full folders with clear status updates" class="w-full flex-shrink-0 object-contain" style="max-height:420px; background:#0a0a0a;" decoding="async">
<img src="screenshots/bci/3.webp" alt="Built-in help for a faster first run" class="w-full flex-shrink-0 object-contain" style="max-height:420px; background:#0a0a0a;" decoding="async">
</div>
</div>
<button id="carousel-prev" class="absolute left-2 top-1/2 -translate-y-1/2 text-retro-amber text-base px-3 py-1 bg-black border opacity-60 hover:opacity-100 transition-opacity" style="border-color: rgba(255,176,0,0.4);">←</button>
<button id="carousel-next" class="absolute right-2 top-1/2 -translate-y-1/2 text-retro-amber text-base px-3 py-1 bg-black border opacity-60 hover:opacity-100 transition-opacity" style="border-color: rgba(255,176,0,0.4);">→</button>
<div class="flex justify-center gap-2 mt-3" id="carousel-dots"></div>
</div>
</section>
<!-- Features -->
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">what_it_does</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-y-3 gap-x-8">
<span class="text-warm-gray text-xs opacity-80">// batch compression workflow — choose a folder, set quality and format, compress the full batch</span>
<span class="text-warm-gray text-xs opacity-80">// live preview — compare original and compressed output before committing</span>
<span class="text-warm-gray text-xs opacity-80">// quality control — tune compression to balance file size against visual quality</span>
<span class="text-warm-gray text-xs opacity-80">// flexible export — keep original format or convert to JPG, PNG, or WebP</span>
<span class="text-warm-gray text-xs opacity-80">// metadata control — strip EXIF data for leaner output files</span>
<span class="text-warm-gray text-xs opacity-80">// input formats: JPG, PNG, WebP, and TIFF</span>
<span class="text-warm-gray text-xs opacity-80">// skip existing — re-run safely without reprocessing completed files</span>
<span class="text-warm-gray text-xs opacity-80">// real-time progress with file-level error logging</span>
<span class="text-warm-gray text-xs opacity-80">// safe cancel — stop mid-run without losing completed outputs</span>
<span class="text-warm-gray text-xs opacity-80">// 100% local — no internet, no account, no telemetry</span>
</div>
</section>
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">who_its_for</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Website and email operators</h3>
<p class="text-gray-500 text-xs leading-relaxed">Useful when large folders of images need smaller file sizes for better loading speed, easier delivery, and lighter archives.</p>
</div>
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Marketplace and ecommerce sellers</h3>
<p class="text-gray-500 text-xs leading-relaxed">A fit for listing images, promo graphics, and storefront assets that need to stay lightweight without becoming a manual export chore.</p>
</div>
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">People who want local file-size control</h3>
<p class="text-gray-500 text-xs leading-relaxed">Strong if you want to compress image batches on your own machine without another upload-and-download loop through a web tool.</p>
</div>
</div>
</section>
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">best_paired_with</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<a href="batchresize-image.html" class="block border p-5 hover:border-retro-green transition-colors duration-300" style="border-color: rgba(168,168,168,0.15);">
<div class="text-retro-green text-xs mb-2 opacity-60">prep companion</div>
<h3 class="text-white text-sm mb-2">BatchResize Image</h3>
<p class="text-gray-500 text-xs leading-relaxed">Resize the batch into the right platform shape first, then compress the resized outputs for lighter delivery and cleaner uploads.</p>
</a>
<a href="batchwatermark-image.html" class="block border p-5 hover:border-retro-green transition-colors duration-300" style="border-color: rgba(168,168,168,0.15);">
<div class="text-retro-green text-xs mb-2 opacity-60">proof companion</div>
<h3 class="text-white text-sm mb-2">BatchWatermark Image</h3>
<p class="text-gray-500 text-xs leading-relaxed">A useful pairing when branded previews or proof-marked image sets also need lighter file sizes for fast sharing or customer review.</p>
</a>
</div>
</section>
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">use_cases</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<a href="use-cases/mass-create-social-media-content.html" class="block border p-5 hover:border-retro-green transition-colors duration-300" style="border-color: rgba(168,168,168,0.15);">
<div class="text-retro-green text-xs mb-2 opacity-60">adjacent workflow</div>
<h3 class="text-white text-sm mb-2">Mass-create social media content</h3>
<p class="text-gray-500 text-xs leading-relaxed">Use compression after generation, resizing, and watermarking when the final content pack needs lighter exports for posting or delivery.</p>
</a>
<a href="use-cases/" class="block border p-5 hover:border-retro-green transition-colors duration-300" style="border-color: rgba(168,168,168,0.15);">
<div class="text-retro-green text-xs mb-2 opacity-60">workflow library</div>
<h3 class="text-white text-sm mb-2">Browse all use cases</h3>
<p class="text-gray-500 text-xs leading-relaxed">Follow the live content workflow now and the later image-prep and ecommerce-heavy routes when more pages are added.</p>
</a>
</div>
</section>
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">privacy_and_control</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="border p-6" style="border-color: rgba(0,255,65,0.15);">
<p class="text-warm-gray text-sm leading-relaxed mb-4">
BatchCompress Image is fully local. Source files, preview comparisons, export settings, and compressed outputs stay on your Windows machine with no cloud upload, no account requirement, and no telemetry.
</p>
<p class="text-gray-500 text-xs leading-relaxed">
That matters when the image set is commercial, private, or simply large enough that another upload-based compression workflow becomes friction instead of help.
</p>
</div>
</section>
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">faq</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<div class="space-y-4">
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Can BatchCompress Image compress full folders at once?</h3>
<p class="text-gray-500 text-xs leading-relaxed">Yes. It is built for full-folder compression runs rather than one-image-at-a-time editing.</p>
</div>
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Can I preview quality before compressing the whole batch?</h3>
<p class="text-gray-500 text-xs leading-relaxed">Yes. It includes a live preview so you can compare original and compressed output before processing the full folder.</p>
</div>
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Is it fully local?</h3>
<p class="text-gray-500 text-xs leading-relaxed">Yes. Compression runs locally on your Windows machine with no cloud upload, no account, and no telemetry.</p>
</div>
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Is it useful for websites, email, and marketplaces?</h3>
<p class="text-gray-500 text-xs leading-relaxed">Yes. It is especially useful when image sets need lighter file sizes for faster delivery, faster loading, or channel-specific upload constraints.</p>
</div>
<div class="border p-5" style="border-color: rgba(168,168,168,0.15);">
<h3 class="text-white text-sm mb-2">Can it convert formats too?</h3>
<p class="text-gray-500 text-xs leading-relaxed">Yes. You can keep the original format or convert the output to JPG, PNG, or WebP while compressing.</p>
</div>
</div>
</section>
<!-- Other apps -->
<section class="mb-12">
<div class="flex items-center space-x-3 mb-5">
<span class="text-retro-green">></span>
<h2 class="text-retro-amber text-base font-normal">other_apps</h2>
<div class="flex-1 h-px bg-gray-800"></div>
</div>
<style>#other-carousel-track > a { width: 100%; } @media (min-width: 768px) { #other-carousel-track > a { width: calc(100% / 3); } }</style>
<div class="relative overflow-hidden border px-16 py-6" style="border-color: rgba(168,168,168,0.15);">
<div class="flex gap-3 transition-transform duration-300 ease-in-out" id="other-carousel-track">
<a href="batchgen-text.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BGT.webp" alt="Batch Generate Text with any AI" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">Batch Generate Text</p>
<p class="text-gray-600 text-xs mt-1">generative · windows</p>
<p class="inline-flex items-center gap-1.5 border border-[#ffb000]/40 bg-[#ffb000]/10 px-2 py-0.5 mt-1"><span class="text-retro-amber text-xs font-medium">$14.99</span><span class="text-gray-600 text-xs line-through">$19.99</span><span class="bg-retro-amber text-black text-[10px] font-bold px-1">-25%</span></p>
</a>
<a href="batchgen-image.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BGI.webp" alt="BatchGen Image with AI" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">BatchGen Image</p>
<p class="text-gray-600 text-xs mt-1">generative · windows</p>
<p class="inline-flex items-center gap-1.5 border border-[#ffb000]/40 bg-[#ffb000]/10 px-2 py-0.5 mt-1"><span class="text-retro-amber text-xs font-medium">$13.99</span><span class="text-gray-600 text-xs line-through">$19.99</span><span class="bg-retro-amber text-black text-[10px] font-bold px-1">-30%</span></p>
</a>
<a href="batchtranslate.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BT.png" alt="Batch Translate with AI" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">Batch Translate</p>
<p class="text-gray-600 text-xs mt-1">translation · windows</p>
<p class="inline-block border border-[#ffb000]/40 bg-[#ffb000]/10 text-retro-amber text-xs px-2 py-0.5 mt-1">$19.99</p>
</a>
<a href="batchenhance-image.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BEI.webp" alt="BatchEnhance Image" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">BatchEnhance Image</p>
<p class="text-gray-600 text-xs mt-1">utility · windows</p>
<p class="inline-block border border-[#ffb000]/40 bg-[#ffb000]/10 text-retro-amber text-xs px-2 py-0.5 mt-1">$4.99</p>
</a>
<a href="batchfile-organiser.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BFO.webp" alt="BatchFile Organiser" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">BatchFile Organiser</p>
<p class="text-gray-600 text-xs mt-1">utility · windows</p>
<p class="inline-block border border-[#ffb000]/40 bg-[#ffb000]/10 text-retro-amber text-xs px-2 py-0.5 mt-1">$9.99</p>
</a>
<a href="batchwatermark-image.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BWI.webp" alt="BatchWatermark Image" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">BatchWatermark Image</p>
<p class="text-gray-600 text-xs mt-1">utility · windows</p>
<p class="inline-block border border-[#ffb000]/40 bg-[#ffb000]/10 text-retro-amber text-xs px-2 py-0.5 mt-1">$4.99</p>
</a>
<a href="batchresize-image.html" class="block w-full flex-shrink-0 border border-transparent p-4 hover:border-retro-green transition-colors duration-300 group">
<img src="Logos/BRI.webp" alt="BatchResize Image" class="w-8 h-8 rounded mb-2 object-cover" loading="lazy" decoding="async">
<p class="text-white text-xs group-hover:text-retro-green transition-colors">BatchResize Image</p>
<p class="text-gray-600 text-xs mt-1">utility · windows</p>
<p class="inline-block border border-[#ffb000]/40 bg-[#ffb000]/10 text-retro-amber text-xs px-2 py-0.5 mt-1">$2.99</p>
</a>
</div>
<button id="other-carousel-prev" class="absolute left-6 top-1/2 -translate-y-1/2 text-retro-amber text-base px-3 py-1 bg-black border opacity-60 hover:opacity-100 transition-opacity z-10" style="border-color: rgba(255,176,0,0.4);">←</button>
<button id="other-carousel-next" class="absolute right-6 top-1/2 -translate-y-1/2 text-retro-amber text-base px-3 py-1 bg-black border opacity-60 hover:opacity-100 transition-opacity z-10" style="border-color: rgba(255,176,0,0.4);">→</button>
<div class="flex justify-center gap-2 mt-3" id="other-carousel-dots"></div>
</div>
</section>
<!-- Separator -->
<div class="flex justify-center mb-10">
<div class="flex items-center space-x-2 opacity-30">
<div class="w-2 h-2 bg-retro-green rounded-full animate-pulse"></div>
<div class="w-16 h-px bg-warm-gray"></div>
<div class="w-2 h-2 bg-retro-amber rounded-full animate-pulse" style="animation-delay: 0.5s;"></div>
<div class="w-16 h-px bg-warm-gray"></div>
<div class="w-2 h-2 bg-retro-green rounded-full animate-pulse" style="animation-delay: 1s;"></div>
</div>
</div>
<!-- Footer -->
<footer class="border-t border-gray-800 pt-8 text-center">
<div class="flex flex-col md:flex-row md:justify-center md:gap-8 space-y-3 md:space-y-0 mb-4">
<div class="flex items-center justify-center space-x-3">
<span class="text-retro-green text-sm">></span>
<span class="text-warm-gray text-sm">get_in_touch:</span>
<a href="mailto:hello@3thousand30.com" class="text-retro-amber hover:text-white transition-colors text-sm underline decoration-dotted underline-offset-4">hello@3thousand30.com</a>
</div>
<div class="flex items-center justify-center space-x-3">
<span class="text-retro-green text-sm">></span>
<span class="text-warm-gray text-sm">follow:</span>
<a href="https://x.com/3thousand30HQ" target="_blank" rel="noopener" class="text-retro-amber hover:text-white transition-colors text-sm underline decoration-dotted underline-offset-4">@3thousand30HQ on X</a>
</div>
</div>
<div>
<a href="privacy.html" class="text-gray-600 text-xs hover:text-warm-gray transition-colors">privacy policy</a>
</div>
</footer>
</div>
<script>
(function () {
var track = document.getElementById('carousel-track');
var dotsEl = document.getElementById('carousel-dots');
var total = track.children.length;
var current = 0;
var touchStartX = 0;
for (var i = 0; i < total; i++) {
var dot = document.createElement('button');
dot.style.cssText = 'width:6px;height:6px;border-radius:50%;background:' + (i === 0 ? '#ffb000' : 'rgba(168,168,168,0.3)') + ';border:none;cursor:pointer;padding:0;';
dot.setAttribute('data-i', i);
dot.addEventListener('click', function () { go(+this.getAttribute('data-i')); });
dotsEl.appendChild(dot);
}
function go(n) {
current = (n + total) % total;
track.style.transform = 'translateX(-' + current * 100 + '%)';
Array.from(dotsEl.children).forEach(function (d, i) {
d.style.background = i === current ? '#ffb000' : 'rgba(168,168,168,0.3)';
});
}
document.getElementById('carousel-prev').addEventListener('click', function () { go(current - 1); });
document.getElementById('carousel-next').addEventListener('click', function () { go(current + 1); });
document.addEventListener('keydown', function (e) {
if (e.key === 'ArrowLeft') go(current - 1);
if (e.key === 'ArrowRight') go(current + 1);
});
track.addEventListener('touchstart', function (e) { touchStartX = e.touches[0].clientX; }, { passive: true });
track.addEventListener('touchend', function (e) {
var diff = touchStartX - e.changedTouches[0].clientX;
if (Math.abs(diff) > 50) go(current + (diff > 0 ? 1 : -1));
}, { passive: true });
})();
</script>
<script>
(function () {
var track = document.getElementById('other-carousel-track');
var dotsEl = document.getElementById('other-carousel-dots');
if (!track || !dotsEl) return;
// Clone first 3 cards and append for seamless wrap
var origCards = Array.from(track.children);
origCards.slice(0, 3).forEach(function (card) {
track.appendChild(card.cloneNode(true));
});
var total = origCards.length;
var current = 0;
var touchStartX = 0;
for (var i = 0; i < total; i++) {
var dot = document.createElement('button');
dot.style.cssText = 'width:6px;height:6px;border-radius:50%;background:' + (i === 0 ? '#ffb000' : 'rgba(168,168,168,0.3)') + ';border:none;cursor:pointer;padding:0;';
dot.setAttribute('data-i', i);
dot.addEventListener('click', function () { go(+this.getAttribute('data-i')); });
dotsEl.appendChild(dot);
}
function go(n) {
current = (n + total) % total;
var itemWidth = track.children[0] ? track.children[0].getBoundingClientRect().width : 0;
track.style.transform = 'translateX(-' + current * itemWidth + 'px)';
Array.from(dotsEl.children).forEach(function (d, i) {
d.style.background = i === current ? '#ffb000' : 'rgba(168,168,168,0.3)';
});
}
document.getElementById('other-carousel-prev').addEventListener('click', function () { go(current - 1); });
document.getElementById('other-carousel-next').addEventListener('click', function () { go(current + 1); });
track.addEventListener('touchstart', function (e) { touchStartX = e.touches[0].clientX; }, { passive: true });
track.addEventListener('touchend', function (e) {
var diff = touchStartX - e.changedTouches[0].clientX;
if (Math.abs(diff) > 50) go(current + (diff > 0 ? 1 : -1));
}, { passive: true });
window.addEventListener('resize', function () {
if (track.children.length) {
var itemWidth = track.children[0].getBoundingClientRect().width;
track.style.transform = 'translateX(-' + current * itemWidth + 'px)';
}
});
})();
</script>
<script src="cookie-banner.js"></script>
</body>
</html>