-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
798 lines (722 loc) · 37.9 KB
/
index.html
File metadata and controls
798 lines (722 loc) · 37.9 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
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Instatools is a browser-based Instagram design suite. Create scroll‑stopping posts, highlight covers, and profile photos with local-only image processing that stays on your device.">
<meta name="theme-color" content="#000000">
<meta property="og:title" content="Instatools | Instagram Design Suite">
<meta property="og:description" content="Create scroll‑stopping Instagram posts with privacy‑friendly, local-only processing.">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<title>Instatools | Instagram Design Suite</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
html { scroll-behavior: smooth; }
:root {
--insta-pink: #E1306C;
--insta-orange: #FCAF45;
--insta-purple: #833AB4;
--by-red: #E1306C;
--by-red-hover: #C1275E;
--by-black: #0f0f0f;
--by-dark-gray: #111827;
--by-bg: #050816;
}
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--by-bg); }
::-webkit-scrollbar-thumb { background: #222; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--insta-pink); }
body {
font-family: 'Inter', sans-serif;
background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/white-diamond-dark.png");
color: #0f172a;
letter-spacing: -0.025em;
position: relative;
}
body::before {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
opacity: 0.12;
mix-blend-mode: soft-light;
background-image:
radial-gradient(circle at 0 0, rgba(15,23,42,0.08) 0, transparent 55%),
radial-gradient(circle at 100% 0, rgba(15,23,42,0.06) 0, transparent 55%),
repeating-linear-gradient(45deg, rgba(148,163,184,0.15) 0, rgba(148,163,184,0.15) 1px, transparent 1px, transparent 3px);
z-index: -1;
}
.icon-pattern-bg {
position: fixed;
inset: 0;
pointer-events: none;
z-index: -2;
overflow: hidden;
}
.icon-pattern-item {
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
filter: grayscale(1) contrast(0.9);
mix-blend-mode: multiply;
transform-origin: center;
user-select: none;
}
/* Legacy hero styles removed – hero section no longer used */
.btn-primary {
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.25s ease;
background-size: 200% 200%;
}
.btn-primary:hover {
transform: translateY(-1px) scale(1.01);
box-shadow: 0 18px 45px rgba(0,0,0,0.35);
background-position: 100% 0;
}
.btn-primary:active {
transform: translateY(0) scale(0.99);
box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.btn-ring:focus-visible {
outline: 2px solid #ffffff;
outline-offset: 3px;
}
/* Entrance animations */
@keyframes sectionFadeUp {
from {
opacity: 0;
transform: translateY(24px) scale(0.985);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.section-animate {
opacity: 0;
animation: sectionFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.section-delay-1 { animation-delay: 0.08s; }
.section-delay-2 { animation-delay: 0.16s; }
.section-delay-3 { animation-delay: 0.24s; }
@keyframes primaryPulse {
0% { box-shadow: 0 18px 45px rgba(0,0,0,0.35); }
50% { box-shadow: 0 22px 55px rgba(0,0,0,0.45); }
100% { box-shadow: 0 18px 45px rgba(0,0,0,0.35); }
}
.btn-primary {
position: relative;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-position 0.25s ease;
background-size: 200% 200%;
animation: primaryPulse 2.4s ease-in-out infinite;
}
.btn-primary:hover {
transform: translateY(-1px) scale(1.01);
box-shadow: 0 22px 55px rgba(0,0,0,0.45);
background-position: 100% 0;
}
.btn-primary:active {
transform: translateY(0) scale(0.99);
box-shadow: 0 10px 28px rgba(0,0,0,0.45);
}
@media (prefers-reduced-motion: reduce) {
.section-animate,
.btn-primary {
animation: none !important;
transition: none !important;
opacity: 1 !important;
transform: none !important;
}
}
.by-card {
border-radius: 48px;
transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.by-card:hover {
transform: translateY(-10px) scale(1.01);
box-shadow: 0 32px 90px -30px rgba(0,0,0,0.7);
}
.sticker {
box-shadow: 0 10px 20px rgba(0,0,0,0.25);
transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.sticker:hover {
transform: translateY(-4px) rotate(-1deg);
box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
/* Subtle card glows / overlays */
.card-shell {
position: relative;
overflow: hidden;
}
.card-shell::before {
content: "";
position: absolute;
inset: -20%;
background:
radial-gradient(circle at top left, rgba(239,68,68,0.14), transparent 55%),
radial-gradient(circle at bottom right, rgba(59,130,246,0.12), transparent 55%);
opacity: 0.65;
mix-blend-mode: screen;
pointer-events: none;
}
.card-shell > * {
position: relative;
z-index: 1;
}
.card-noise {
position: relative;
}
.card-noise::after {
content: "";
position: absolute;
inset: 0;
opacity: 0.16;
mix-blend-mode: soft-light;
background-image:
repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0, rgba(255,255,255,0.06) 1px, transparent 1px, transparent 3px),
repeating-linear-gradient(-45deg, rgba(0,0,0,0.4) 0, rgba(0,0,0,0.4) 1px, transparent 1px, transparent 4px);
pointer-events: none;
}
/* UI Elements */
.yt-toggle {
width: 44px;
height: 24px;
background: #111827;
border-radius: 100px;
position: relative;
cursor: pointer;
}
.yt-toggle::after {
content: '';
position: absolute;
left: 4px;
top: 4px;
width: 16px;
height: 16px;
background: white;
border-radius: 50%;
transition: 0.3s;
}
.yt-toggle.active { background: linear-gradient(135deg, var(--insta-purple), var(--insta-pink)); }
.yt-toggle.active::after { left: 24px; }
.player-mock {
background: radial-gradient(circle at top, #111827, #020617);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}
/* Mobile menu slide-in */
@keyframes mobileMenuSlideIn {
from {
transform: translateX(100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}
.mobile-menu-panel {
animation: mobileMenuSlideIn 0.28s ease-out;
}
/* Mobile‑first tweaks */
@media (max-width: 640px) {
nav {
top: 10px;
border-radius: 9999px;
padding: 4px 10px;
}
nav img {
width: 80px;
height: 34px;
}
.btn-primary,
.btn-ring {
font-size: 0.78rem;
padding-top: 0.55rem;
padding-bottom: 0.55rem;
border-radius: 9999px;
}
section {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
#suite h2 {
font-size: 2.4rem;
line-height: 1.1;
}
#suite-grid .card-shell,
#tools .card-shell,
footer {
border-radius: 1.875rem;
}
#suite-grid .card-shell,
#tools .card-shell {
padding: 1.25rem;
}
#tools {
padding-left: 1rem;
padding-right: 1rem;
}
#tools .grid {
gap: 1.1rem;
}
#tools .rounded-\[40px\] {
border-radius: 1.5rem;
padding: 1.1rem;
}
#tools h3 {
font-size: 0.95rem;
}
#tools p {
font-size: 0.78rem;
}
#tools a.btn-primary {
width: 100%;
}
#engineered h2,
#privacy h2 {
font-size: 1.25rem;
}
#engineered p,
#privacy p {
font-size: 0.78rem;
}
.grid {
row-gap: 1.1rem;
}
footer {
padding-top: 2.5rem;
padding-bottom: 3rem;
border-radius: 2rem 2rem 0 0;
}
footer h2 {
font-size: 2rem;
line-height: 1.1;
}
footer a.btn-ring {
width: 100%;
max-width: 20rem;
padding-top: 0.9rem;
padding-bottom: 0.9rem;
font-size: 1rem;
}
#mobile-menu {
top: 0;
border-radius: 0;
}
#mobile-menu a {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
/* Prevent horizontal scroll from large radii & shadows */
.card-shell,
.card-noise,
.rounded-\[60px\],
.rounded-\[40px\] {
max-width: 100%;
}
}
</style>
</head>
<body class="antialiased overflow-x-hidden">
<div class="icon-pattern-bg" aria-hidden="true"></div>
<a
href="#content"
class="sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-1/2 focus:-translate-x-1/2 bg-black text-white px-4 py-2 rounded-full z-[200]">
Skip to content
</a>
<nav class="fixed top-6 left-1/2 -translate-x-1/2 w-[94%] max-w-6xl bg-black rounded-full px-4 sm:px-8 py-2 sm:py-4 z-[100] shadow-xl border border-white/10 relative grid grid-cols-[auto_1fr_auto] items-center">
<div class="flex items-center gap-3 group justify-self-start">
<img src="tool/src/ui/logo.png" alt="Instatools logo" class="w-24 sm:w-28 h-[40px] sm:h-[44px] rounded-2xl shadow-lg transform group-hover:rotate-3 transition-transform bg-black object-contain p-1">
</div>
<!-- Center area reserved for future nav (desktop links hidden for now) -->
<div class="justify-self-center flex items-center justify-center w-full"></div>
<div class="justify-self-end flex items-center gap-3">
<a
href="tool/index.html"
class="btn-primary btn-ring text-white px-6 sm:px-8 py-3 rounded-full font-bold text-sm shadow-lg shadow-pink-500/30 inline-flex items-center justify-center whitespace-nowrap"
style="background-image: linear-gradient(90deg, #FCAF45 0%, #fbab46 25%, #E1306C 50%, #833AB4 75%, #833AB4 100%); background-size: 200% 200%; background-position: 50% 50%;">
Open Instatools
</a>
<button
id="mobile-menu-toggle"
class="lg:hidden inline-flex items-center justify-center text-white/80 hover:text-white border border-white/10 rounded-full px-4 py-2"
type="button"
aria-label="Open menu"
aria-controls="mobile-menu"
aria-expanded="false">
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M4 6h16"></path>
<path d="M4 12h16"></path>
<path d="M4 18h16"></path>
</svg>
</button>
<a href="https://buymeacoffee.com/galore" target="_blank" rel="noopener noreferrer" class="hidden sm:inline-flex hover:text-white transition-colors text-white/80 font-bold text-sm">
Support Us
</a>
</div>
</nav>
<div
id="mobile-menu"
class="lg:hidden hidden fixed top-0 right-0 bottom-0 left-0 z-[140] bg-black w-screen h-[100dvh] min-h-[100dvh]">
<div class="w-full h-full flex justify-end">
<div class="mobile-menu-panel h-full w-full max-w-full bg-black flex flex-col">
<div class="flex items-center justify-between px-6 pt-6 pb-4 border-b border-white/10">
<img
src="tool/src/ui/logo.png"
alt="Instatools logo"
class="h-[28px] w-auto object-contain" />
<button
type="button"
aria-label="Close menu"
class="inline-flex items-center justify-center rounded-full border border-white/20 text-white/80 hover:text-white hover:border-white w-9 h-9"
onclick="document.getElementById('mobile-menu-toggle')?.click()">
<span class="text-xl leading-none">×</span>
</button>
</div>
<nav class="flex-1 flex flex-col justify-center gap-4 px-8">
<a href="#suite" class="text-xl font-semibold text-white hover:text-white/70 transition-colors">Overview</a>
<a href="#tools" class="text-xl font-semibold text-white hover:text-white/70 transition-colors">Tools</a>
<a href="privacy.html" class="text-xl font-semibold text-white hover:text-white/70 transition-colors">Privacy</a>
<a href="terms.html" class="text-xl font-semibold text-white hover:text-white/70 transition-colors">Terms</a>
<a href="https://github.com/nicholasxdavis/instatools" target="_blank" rel="noopener noreferrer" class="text-xl font-semibold text-white hover:text-white/70 transition-colors">GitHub</a>
<a href="https://buymeacoffee.com/galore" target="_blank" rel="noopener noreferrer" class="text-xl font-semibold text-white hover:text-white/70 transition-colors">Support Us</a>
</nav>
<div class="px-6 pb-8 pt-4 border-t border-white/10">
<a
href="tool/index.html"
class="w-full inline-flex items-center justify-center rounded-full bg-gradient-to-r from-[#FCAF45] via-[#E1306C] to-[#833AB4] text-white text-sm font-bold py-3">
Open Instatools
</a>
</div>
</div>
</div>
</div>
<div id="content" class="sr-only"></div>
<section id="suite" class="py-24 sm:py-40 text-center px-6">
<h2 class="text-3xl sm:text-5xl md:text-7xl font-black text-black leading-tight mb-8 sm:mb-14 tracking-tighter">
Total control <br>
<span class="text-black">
over your
<span class="relative inline-block">
Instagram.
<span
class="absolute left-0 -bottom-1 w-full h-[10px] rounded-full -z-10"
style="background-image: linear-gradient(90deg, #FCAF45 0%, #fbab46 25%, #E1306C 50%, #833AB4 75%, #833AB4 100%);">
</span>
</span>
</span>
</h2>
<a
href="tool/index.html"
class="btn-ring bg-white text-black px-14 py-6 rounded-full font-black text-xl hover:bg-gradient-to-r hover:from-[#FCAF45] hover:via-[#E1306C] hover:to-[#833AB4] hover:text-white transition-all shadow-2xl inline-flex items-center justify-center mx-auto">
Try the Beta
</a>
</section>
<section id="tools" class="max-w-7xl mx-auto px-6 pb-32 sm:pb-40 scroll-mt-32 section-animate section-delay-1">
<div class="card-shell card-noise bg-black rounded-[60px] p-8 sm:p-12 md:p-24 border border-white/10 text-white">
<div class="mb-10">
<h2 class="text-4xl sm:text-5xl font-black leading-tight tracking-tighter">
Tools built to ship.
</h2>
<p class="text-gray-300 text-base sm:text-lg mt-4 max-w-3xl">
Pick a tool, design in your browser, and export in high resolution. Everything stays local to your device.
</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-5 sm:gap-6">
<!-- Post Tool -->
<div class="group rounded-3xl border border-white/10 bg-white/5/80 p-5 sm:p-6 flex flex-col justify-between gap-4 transition-colors hover:bg-white/10">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Post Tool</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">
Design professional Instagram posts with custom typography, photo layouts, overlays, and high-resolution export.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Typography</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Layouts</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Export</span>
</div>
<a href="tool/index.html" class="w-full btn-ring bg-[#df306d] hover:bg-[#c32a5f] text-white text-xs font-semibold px-4 py-2.5 rounded-2xl inline-flex items-center justify-center transition-colors">
Try now
</a>
</div>
<!-- Highlights -->
<div class="group rounded-3xl border border-white/10 bg-white/5/80 p-5 sm:p-6 flex flex-col justify-between gap-4 transition-colors hover:bg-white/10">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Highlights</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">
Create and customize Instagram highlight covers with matching icons, colors, and gradient rings.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Story Covers</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Icons</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Gradients</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Watermark -->
<div class="group rounded-3xl border border-white/10 bg-white/5/80 p-5 sm:p-6 flex flex-col justify-between gap-4 transition-colors hover:bg-white/10">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Watermark</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">
Apply custom watermarks to any image. Control opacity, size, and position with a live preview, then export in full resolution.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Watermark</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Branding</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Export</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Profiletools -->
<div class="group rounded-3xl border border-white/10 bg-white/5/80 p-5 sm:p-6 flex flex-col justify-between gap-4 transition-colors hover:bg-white/10">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Profiletools</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">
Preview your full Instagram profile with bio, highlights, photo grid and action buttons before going live.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Bio</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Highlights</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Preview</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Carouseltools -->
<div class="group rounded-3xl border border-white/10 bg-white/5/80 p-5 sm:p-6 flex flex-col justify-between gap-4 transition-colors hover:bg-white/10">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Carouseltools</h3>
</div>
<p class="text-gray-300 text-sm leading-relaxed">
Generate LinkedIn-style carousels, then refine slides, typography, and export-ready layouts in a focused editor.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Carousels</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Slides</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/80 border border-white/5">Layouts</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Brandtools -->
<div class="group rounded-3xl border border-white/10 bg-white/5/50 p-5 sm:p-6 flex flex-col justify-between gap-4">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Brandtools</h3>
</div>
<p class="text-gray-400 text-sm leading-relaxed">
Create Instagram posts that match your existing brand style, including your colors, fonts, tone, and visual identity.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Brand Style</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Post Design</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Consistency</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Logotools -->
<div class="group rounded-3xl border border-white/10 bg-white/5/50 p-5 sm:p-6 flex flex-col justify-between gap-4">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Logotools</h3>
</div>
<p class="text-gray-400 text-sm leading-relaxed">
Wordmark-style logo maker is nearly ready. Check back soon to design clean text logos with Google Fonts and export presets.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Logos</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Google Fonts</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Branding</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Reeltools -->
<div class="group rounded-3xl border border-white/10 bg-white/5/50 p-5 sm:p-6 flex flex-col justify-between gap-4">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Reeltools</h3>
</div>
<p class="text-gray-400 text-sm leading-relaxed">
Smart tools for planning and formatting Instagram Reels, from hooks to captions and cover frames.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Reels</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Video</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Planning</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
<!-- Storytools -->
<div class="group rounded-3xl border border-white/10 bg-white/5/50 p-5 sm:p-6 flex flex-col justify-between gap-4">
<div class="flex items-start justify-between gap-4 mb-3">
<h3 class="text-xl font-black">Storytools</h3>
</div>
<p class="text-gray-400 text-sm leading-relaxed">
Generate on-brand Instagram Stories with templated layouts, text prompts, and export-ready sequences.
</p>
<div class="flex flex-wrap gap-1.5 mt-3 mb-4">
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Stories</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Templates</span>
<span class="px-2.5 py-1 rounded-full text-[0.7rem] font-medium bg-white/5 text-white/70 border border-white/5">Scheduling</span>
</div>
<button type="button" disabled class="w-full bg-white/5/40 border border-white/10 text-white/40 px-4 py-2.5 rounded-2xl text-xs font-semibold cursor-not-allowed inline-flex items-center justify-center">
Coming soon
</button>
</div>
</div>
</div>
</section>
<footer class="mt-16 sm:mt-24 py-20 sm:py-36 bg-black text-center px-5 sm:px-6 rounded-t-[60px] sm:rounded-t-[80px] border-t border-white/10">
<h2 class="text-4xl sm:text-6xl md:text-9xl font-black text-white mb-10 sm:mb-16 tracking-tighter leading-tight sm:leading-none">
Built for creators, <br><span class="bg-gradient-to-r from-[#FCAF45] via-[#E1306C] to-[#833AB4] bg-clip-text text-transparent">open for everyone.</span>
</h2>
<a
href="tool/index.html"
class="btn-ring bg-white text-black w-full sm:w-auto px-10 sm:px-14 py-5 sm:py-6 rounded-full font-black text-lg sm:text-xl hover:bg-gradient-to-r hover:from-[#FCAF45] hover:via-[#E1306C] hover:to-[#833AB4] hover:text-white transition-all shadow-2xl mb-10 sm:mb-12 inline-flex items-center justify-center mx-auto">
Start designing with Instatools
</a>
<div class="mt-2 flex flex-wrap items-center justify-center gap-x-6 gap-y-3 text-sm">
<a href="https://buymeacoffee.com/galore" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-white transition-colors font-bold">
Support Us
</a>
<a href="privacy.html" class="text-gray-400 hover:text-white transition-colors font-bold">
Privacy
</a>
<a href="terms.html" class="text-gray-400 hover:text-white transition-colors font-bold">
Terms
</a>
</div>
<div class="mt-4 flex flex-wrap items-center justify-center gap-4 text-xs font-semibold text-gray-400">
<a href="tool/index.html" class="hover:text-white transition-colors">
Instatools
</a>
<a href="https://github.com/nicholasxdavis/instatools" target="_blank" rel="noopener noreferrer" class="hover:text-white transition-colors">
GitHub
</a>
<a href="https://buymeacoffee.com/galore" target="_blank" rel="noopener noreferrer" class="hover:text-white transition-colors">
Support
</a>
<a href="privacy.html" class="hover:text-white transition-colors">
Privacy
</a>
<a href="terms.html" class="hover:text-white transition-colors">
Terms
</a>
</div>
<p class="pt-4 text-gray-400 font-bold text-xs">
© 2026 Instatools by
<a href="https://www.blacnova.net" target="_blank" rel="noopener noreferrer" class="underline hover:text-gray-300">
Blacnova Development
</a>
</p>
</footer>
<script>
(function () {
const iconLayer = document.querySelector('.icon-pattern-bg');
if (iconLayer) {
const iconPaths = [
'src/iconarmy/camera-svgrepo-com.svg',
'src/iconarmy/favorite-svgrepo-com.svg',
'src/iconarmy/flash-svgrepo-com.svg',
'src/iconarmy/instagram-167-svgrepo-com.svg',
'src/iconarmy/tools-svgrepo-com.svg'
];
const random = (min, max) => Math.random() * (max - min) + min;
const paintIconPattern = () => {
iconLayer.innerHTML = '';
const viewportWidth = window.innerWidth;
const viewportHeight = window.innerHeight;
const cellSize = 190;
const cols = Math.ceil(viewportWidth / cellSize);
const rows = Math.ceil(viewportHeight / cellSize);
const fragment = document.createDocumentFragment();
for (let row = 0; row < rows; row += 1) {
for (let col = 0; col < cols; col += 1) {
if (Math.random() < 0.18) continue;
const icon = document.createElement('span');
const x = (col + 0.5) * cellSize + random(-35, 35);
const y = (row + 0.5) * cellSize + random(-35, 35);
const size = random(112, 138);
const tilt = random(-28, 28);
const opacity = random(0.06, 0.13);
icon.className = 'icon-pattern-item';
icon.style.left = `${x - size / 2}px`;
icon.style.top = `${y - size / 2}px`;
icon.style.width = `${size}px`;
icon.style.height = `${size}px`;
icon.style.opacity = opacity.toFixed(3);
icon.style.transform = `rotate(${tilt.toFixed(1)}deg)`;
icon.style.backgroundImage = `url("${iconPaths[(row * cols + col) % iconPaths.length]}")`;
fragment.appendChild(icon);
}
}
iconLayer.appendChild(fragment);
};
let resizeTimer;
window.addEventListener('resize', () => {
window.clearTimeout(resizeTimer);
resizeTimer = window.setTimeout(paintIconPattern, 140);
});
paintIconPattern();
}
const btn = document.getElementById('mobile-menu-toggle');
const menu = document.getElementById('mobile-menu');
if (!btn || !menu) return;
const setOpen = (open) => {
menu.classList.toggle('hidden', !open);
btn.setAttribute('aria-expanded', open ? 'true' : 'false');
btn.setAttribute('aria-label', open ? 'Close menu' : 'Open menu');
// Prevent scroll-through of the page while the mobile menu is open.
if (open) {
document.documentElement.style.overflow = 'hidden';
document.body.style.overflow = 'hidden';
} else {
document.documentElement.style.overflow = '';
document.body.style.overflow = '';
}
};
const close = () => setOpen(false);
const open = () => setOpen(true);
btn.addEventListener('click', () => {
const isOpen = !menu.classList.contains('hidden');
setOpen(!isOpen);
});
// Close when clicking a link
menu.querySelectorAll('a').forEach((a) => {
a.addEventListener('click', () => close());
});
// Close when clicking outside
document.addEventListener('click', (e) => {
const isOpen = !menu.classList.contains('hidden');
if (!isOpen) return;
if (menu.contains(e.target) || btn.contains(e.target)) return;
close();
});
// Close with Escape
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') close();
});
})();
</script>
</body>
</html>