-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
747 lines (663 loc) · 30.8 KB
/
Copy pathindex.html
File metadata and controls
747 lines (663 loc) · 30.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tabsome – Make Your New Tab Awesome</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="Transform your Chrome tab into a sleek dashboard with AI widgets, speed dials, and interactive tools. Create custom widgets without coding.">
<meta name="keywords"
content="chrome extension, new tab, speed dials, AI widgets, opera like speed dials, browser customization, productivity, chrome dashboard, custom widgets, omnisearch, browser tools, chrome addon, tab customization, AI-powered browser, smart dashboard, browser enhancement, best new tab replacement for chrome">
<meta name="author" content="Kishor Jena">
<meta name="robots" content="index, follow">
<!-- Favicon -->
<!-- <link rel="icon" type="image/x-icon" href="https://tabsome.github.io/favicon.ico"> -->
<!-- <link rel="shortcut icon" type="image/x-icon" href="https://tabsome.github.io/favicon.ico"> -->
<!-- Primary: SVG for modern browsers (scalable, future-proof; supported by ~90%+ browsers in 2025) -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<!-- Specific PNG sizes for precise control (browsers pick the best fit) -->
<link rel="icon" href="/assets/favicon-192x192.png" type="image/png" sizes="192x192">
<link rel="icon" href="/assets/favicon-128x128.png" type="image/png" sizes="128x128">
<link rel="icon" href="/assets/favicon-96x96.png" type="image/png" sizes="96x96">
<link rel="icon" href="/assets/favicon-48x48.png" type="image/png" sizes="48x48">
<link rel="icon" href="/assets/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="icon" href="/assets/favicon-16x16.png" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/assets/favicon-128x128.png" sizes="128x128">
<!-- Open Graph / Facebook / LinkedIn -->
<meta property="og:title" content="Tabsome - New Tab with AI">
<meta property="og:description"
content="Transform your Chrome tab into a sleek dashboard with AI widgets, speed dials, and interactive tools.">
<meta property="og:image" content="https://tabsome.github.io/assets/social-preview.png">
<meta property="og:url" content="https://tabsome.github.io">
<meta property="og:type" content="website">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Tabsome – Make Your New Tab Awesome">
<meta name="twitter:description"
content="Transform your Chrome tab into a sleek dashboard with AI widgets, speed dials, and interactive tools.">
<meta name="twitter:image" content="https://tabsome.github.io/assets/social-preview.png">
<meta name="twitter:site" content="@kishorjena">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- GSAP CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<style>
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', sans-serif;
background-color: #9333ea;
/* Fallback color */
/* Applying the Aura primary gradient */
background-image: linear-gradient(to right, #ff5757, #8c52ff);
overflow-x: hidden;
position: relative;
}
/* Updated gradient-text to solid white */
.gradient-text {
color: white;
}
/* Dark matte rubber glass effect with muted colors */
.glass-effect {
background: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(8px) saturate(0.7);
-webkit-backdrop-filter: blur(8px) saturate(0.7);
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.05),
0 4px 12px rgba(0, 0, 0, 0.15);
}
/* Parallax Container */
.parallax-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 1;
}
/* Layer System - 4 distinct layers for depth */
.parallax-layer {
position: absolute;
width: 100%;
height: 200vh;
/* Extra height for parallax movement */
pointer-events: none;
}
/* Layer 1 - Front Layer (Crystal Clear) */
.layer-front {
z-index: 4;
filter: none;
}
/* Layer 2 - Mid-Front Layer (Slight Blur) */
.layer-mid-front {
z-index: 3;
filter: blur(0.5px);
}
/* Layer 3 - Mid-Back Layer (Medium Blur) */
.layer-mid-back {
z-index: 2;
filter: blur(1.5px);
}
/* Layer 4 - Back Layer (Heavy Blur) */
.layer-back {
z-index: 1;
filter: blur(3px);
}
/* Enhanced Shape System */
.parallax-shape {
position: absolute;
pointer-events: none;
border-radius: 12px;
transition: transform 0.1s ease-out;
}
/* Front Layer Shapes - Crystal Clear */
.shape-front {
background: rgba(255, 255, 255, 0.4);
box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}
/* Mid-Front Layer Shapes */
.shape-mid-front {
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 6px 24px rgba(255, 255, 255, 0.08);
}
/* Mid-Back Layer Shapes */
.shape-mid-back {
background: rgba(255, 255, 255, 0.25);
box-shadow: 0 4px 16px rgba(255, 255, 255, 0.06);
}
/* Back Layer Shapes */
.shape-back {
background: rgba(255, 255, 255, 0.2);
box-shadow: 0 2px 8px rgba(255, 255, 255, 0.04);
}
/* Shape Variants */
.shape-rectangle {
width: 200px;
height: 80px;
}
.shape-rectangle-large {
width: 280px;
height: 120px;
}
.shape-rectangle-small {
width: 120px;
height: 50px;
}
.shape-circle {
width: 80px;
height: 80px;
border-radius: 50%;
}
.shape-circle-large {
width: 120px;
height: 120px;
border-radius: 50%;
}
.shape-circle-small {
width: 50px;
height: 50px;
border-radius: 50%;
}
.shape-blob {
width: 100px;
height: 60px;
border-radius: 50px;
}
.shape-triangle {
width: 0;
height: 0;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
border-bottom: 70px solid rgba(255, 255, 255, 0.3);
background: none;
}
.shape-diamond {
width: 60px;
height: 60px;
transform: rotate(45deg);
}
/* Rotation Classes */
.rotate-15 {
transform: rotate(15deg);
}
.rotate-30 {
transform: rotate(30deg);
}
.rotate-45 {
transform: rotate(45deg);
}
.rotate-60 {
transform: rotate(60deg);
}
.rotate-neg15 {
transform: rotate(-15deg);
}
.rotate-neg30 {
transform: rotate(-30deg);
}
.rotate-neg45 {
transform: rotate(-45deg);
}
.rotate-neg60 {
transform: rotate(-60deg);
}
/* Section positioning */
.section-container {
position: relative;
overflow: hidden;
z-index: 10;
}
/* Content positioning */
.content-layer {
position: relative;
z-index: 20;
}
</style>
</head>
<body class="bg-gray-50 text-white font-sans relative">
<!-- Parallax Background System -->
<div class="parallax-container">
<!-- Layer 1 - Front Layer (Crystal Clear) -->
<div class="parallax-layer layer-front">
<div class="parallax-shape shape-front shape-rectangle rotate-neg15" style="top: 10%; left: 5%;"></div>
<div class="parallax-shape shape-front shape-circle rotate-30" style="top: 20%; right: 8%;"></div>
<div class="parallax-shape shape-front shape-rectangle-small rotate-45" style="top: 35%; left: 12%;"></div>
<div class="parallax-shape shape-front shape-blob rotate-neg30" style="top: 50%; right: 15%;"></div>
<div class="parallax-shape shape-front shape-diamond rotate-60" style="top: 65%; left: 8%;"></div>
<div class="parallax-shape shape-front shape-circle-large rotate-neg45" style="top: 80%; right: 10%;"></div>
<div class="parallax-shape shape-front shape-rectangle-large rotate-15" style="top: 120%; left: 3%;"></div>
<div class="parallax-shape shape-front shape-triangle rotate-neg60" style="top: 140%; right: 5%;"></div>
<div class="parallax-shape shape-front shape-blob rotate-30" style="top: 160%; left: 15%;"></div>
<div class="parallax-shape shape-front shape-circle-small rotate-neg15" style="top: 180%; right: 12%;"></div>
</div>
<!-- Layer 2 - Mid-Front Layer (Slight Blur) -->
<div class="parallax-layer layer-mid-front">
<div class="parallax-shape shape-mid-front shape-rectangle rotate-30" style="top: 15%; left: 8%;"></div>
<div class="parallax-shape shape-mid-front shape-circle-large rotate-neg15" style="top: 25%; right: 5%;"></div>
<div class="parallax-shape shape-mid-front shape-blob rotate-45" style="top: 40%; left: 15%;"></div>
<div class="parallax-shape shape-mid-front shape-rectangle-small rotate-neg30" style="top: 55%; right: 12%;">
</div>
<div class="parallax-shape shape-mid-front shape-diamond rotate-60" style="top: 70%; left: 5%;"></div>
<div class="parallax-shape shape-mid-front shape-circle rotate-neg45" style="top: 85%; right: 18%;"></div>
<div class="parallax-shape shape-mid-front shape-triangle rotate-15" style="top: 125%; left: 10%;"></div>
<div class="parallax-shape shape-mid-front shape-rectangle-large rotate-neg60" style="top: 145%; right: 8%;">
</div>
<div class="parallax-shape shape-mid-front shape-blob rotate-30" style="top: 165%; left: 20%;"></div>
<div class="parallax-shape shape-mid-front shape-circle-small rotate-neg15" style="top: 185%; right: 15%;"></div>
</div>
<!-- Layer 3 - Mid-Back Layer (Medium Blur) -->
<div class="parallax-layer layer-mid-back">
<div class="parallax-shape shape-mid-back shape-circle rotate-45" style="top: 8%; left: 12%;"></div>
<div class="parallax-shape shape-mid-back shape-rectangle rotate-neg30" style="top: 18%; right: 10%;"></div>
<div class="parallax-shape shape-mid-back shape-blob rotate-15" style="top: 32%; left: 5%;"></div>
<div class="parallax-shape shape-mid-back shape-circle-large rotate-neg45" style="top: 48%; right: 6%;"></div>
<div class="parallax-shape shape-mid-back shape-rectangle-small rotate-60" style="top: 62%; left: 18%;"></div>
<div class="parallax-shape shape-mid-back shape-diamond rotate-neg15" style="top: 78%; right: 20%;"></div>
<div class="parallax-shape shape-mid-back shape-triangle rotate-30" style="top: 118%; left: 7%;"></div>
<div class="parallax-shape shape-mid-back shape-blob rotate-neg60" style="top: 138%; right: 12%;"></div>
<div class="parallax-shape shape-mid-back shape-circle rotate-15" style="top: 158%; left: 25%;"></div>
<div class="parallax-shape shape-mid-back shape-rectangle-large rotate-neg30" style="top: 178%; right: 5%;"></div>
</div>
<!-- Layer 4 - Back Layer (Heavy Blur) -->
<div class="parallax-layer layer-back">
<div class="parallax-shape shape-back shape-rectangle-large rotate-neg45" style="top: 5%; left: 2%;"></div>
<div class="parallax-shape shape-back shape-circle rotate-30" style="top: 22%; right: 3%;"></div>
<div class="parallax-shape shape-back shape-blob rotate-neg15" style="top: 38%; left: 8%;"></div>
<div class="parallax-shape shape-back shape-triangle rotate-60" style="top: 52%; right: 15%;"></div>
<div class="parallax-shape shape-back shape-circle-large rotate-neg30" style="top: 68%; left: 3%;"></div>
<div class="parallax-shape shape-back shape-rectangle rotate-45" style="top: 82%; right: 8%;"></div>
<div class="parallax-shape shape-back shape-diamond rotate-neg60" style="top: 115%; left: 12%;"></div>
<div class="parallax-shape shape-back shape-blob rotate-15" style="top: 135%; right: 18%;"></div>
<div class="parallax-shape shape-back shape-circle-small rotate-neg30" style="top: 155%; left: 5%;"></div>
<div class="parallax-shape shape-back shape-rectangle-large rotate-45" style="top: 175%; right: 3%;"></div>
</div>
</div>
<!-- Navbar -->
<header class="fixed w-full backdrop-blur-sm z-50" style="background-color: rgba(55, 71, 79, 0.9);">
<div class="max-w-6xl mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-3">
<img src="assets/logo-white.png" alt="Tabsome Logo" class="w-8 h-8">
<h1 class="text-2xl font-bold gradient-text">Tabsome</h1>
</div>
<nav class="space-x-8 hidden md:block">
<a href="#features" class="hover:text-gray-200 transition">Features</a>
<a href="#preview" class="hover:text-gray-200 transition">Preview</a>
<a href="#download" class="hover:text-gray-200 transition">Download</a>
<a href="marketplace.html" class="hover:text-gray-200 transition">Marketplace</a>
<a href="changelogs.html" class="hover:text-gray-200 transition">Changelogs</a>
</nav>
<!-- Primary button style from Aura -->
<a href="#download"
class="bg-white text-purple-600 font-semibold px-5 py-2 rounded-lg hover:bg-opacity-90 transition transform hover:scale-105">Get
Tabsome</a>
</div>
</header>
<!-- Hero -->
<section class="pt-40 pb-20 text-center section-container" id="hero">
<div class="max-w-4xl mx-auto px-6 content-layer" data-aos="fade-up">
<h2 class="text-4xl md:text-6xl font-bold mb-4 gradient-text">Make Your New Tab Awesome</h2>
<p class="text-lg md:text-xl text-white mb-8">
Transform your boring Chrome tab into a sleek, smart dashboard with AI-powered features and stunning speed
dials.
</p>
<!-- Primary button style from Aura -->
<a href="#download"
class="bg-white text-purple-600 font-semibold px-8 py-4 rounded-lg text-lg hover:bg-opacity-90 transition transform hover:scale-105 inline-block">Add
to Chrome</a>
<a href="marketplace.html"
class="bg-transparent border-2 border-white text-white font-semibold px-8 py-4 rounded-lg text-lg hover:bg-white hover:text-purple-600 transition transform hover:scale-105 inline-block ml-4">
<i class="fas fa-puzzle-piece mr-2"></i>Explore Widgets
</a>
</div>
</section>
<!-- Features -->
<section id="features" class="py-20 section-container">
<div class="max-w-6xl mx-auto px-6 text-center content-layer">
<h3 class="text-3xl font-bold mb-12 gradient-text" data-aos="fade-up">Why You'll Love Tabsome</h3>
<div class="grid md:grid-cols-3 gap-10">
<!-- Material Design blue-gray cards -->
<div class="p-8 rounded-2xl backdrop-blur-sm" style="background-color: rgba(55, 71, 79, 0.9);"
data-aos="fade-up">
<h4 class="font-semibold text-xl mb-2 flex items-center">
<i class="fas fa-rocket text-blue-400 mr-3"></i>
Speed Dials
</h4>
<p class="text-gray-300 text-left">
Bookmarks are dead. Meet Speed Dials... instant, visual launchpads for the sites that matter.
</p>
</div>
<div class="p-8 rounded-2xl backdrop-blur-sm" style="background-color: rgba(55, 71, 79, 0.9);"
data-aos="fade-up" data-aos-delay="100">
<h4 class="font-semibold text-xl mb-2 flex items-center">
<i class="fas fa-brain text-purple-400 mr-3"></i>
AI Widgets
</h4>
<p class="text-gray-300 text-left">
Use AI to design widgets that inform, inspire, or just look ridiculously cool... all without writing a
single line of code
</p>
</div>
<div class="p-8 rounded-2xl backdrop-blur-sm" style="background-color: rgba(55, 71, 79, 0.9);"
data-aos="fade-up" data-aos-delay="200">
<h4 class="font-semibold text-xl mb-2 flex items-center">
<i class="fas fa-search text-green-400 mr-3"></i>
Omnisearch
</h4>
<p class="text-gray-300 text-left">
The universal search bar your browser was missing. One place for web results to AI responses.
</p>
</div>
</div>
</div>
</section>
<!-- Preview -->
<section id="preview" class="py-20 section-container">
<div class="max-w-6xl mx-auto px-6 text-center content-layer">
<h3 class="text-3xl font-bold mb-12 gradient-text" data-aos="fade-up">Your New Tab, Upgraded</h3>
<img src="assets/screenshots/new-tab.png" alt="Tabsome Preview"
class="rounded-3xl shadow-lg mx-auto border border-gray-700/50" data-aos="zoom-in">
</div>
</section>
<!-- AI Widgets description -->
<section class="py-20 section-container">
<div class="max-w-6xl mx-auto px-6 content-layer">
<div class="grid md:grid-cols-2 gap-12 items-center">
<!-- Text Content -->
<div class="order-2 md:order-1 text-left" data-aos="fade-right">
<h3 class="text-3xl font-bold mb-6 gradient-text">AI Widgets: Build Stunning Widgets without Coding</h3>
<p class="text-lg text-white leading-relaxed">
Tabsome lets you create fully custom widgets with simple AI prompts.
Craft visually stunning and interactive widgets that are completely your own. Widgets are dynamic and
respond to keyboard and mouse events and other interactions.
</p>
</div>
<!-- Image -->
<div class="order-1 md:order-2" data-aos="fade-left">
<img src="assets/screenshots/ai-spotlight.webp" alt="AI Spotlight Feature"
class="rounded-3xl shadow-lg w-full border border-gray-700/50">
</div>
</div>
</div>
</section>
<!-- Omnisearch Feature -->
<section class="py-20 section-container">
<div class="max-w-6xl mx-auto px-6 content-layer">
<div class="grid md:grid-cols-2 gap-12 items-center">
<!-- Image -->
<div class="order-1" data-aos="fade-right">
<img src="assets/screenshots/omni-search.webp" alt="Omnisearch Feature"
class="rounded-3xl shadow-lg w-full border border-gray-700/50">
</div>
<!-- Text Content -->
<div class="order-2 text-left" data-aos="fade-left">
<h3 class="text-3xl font-bold mb-6 gradient-text">Omnisearch</h3>
<p class="text-lg text-white leading-relaxed">
Search smarter, faster. Switch engines or get AI answers with simple shortcuts, right from your new tab.
Supports Google, Bing, Yadnex, DuckduckGo, Yahoo and AI.
</p>
<p class="text-lg text-white leading-relaxed">
<li> /g for Google, /b for Bing</li>
<li> /y for Yandex, /d for DuckduckGo, /yh for Yahoo</li>
<li> /ai for AI.</li>
</p>
</div>
</div>
</div>
</section>
<!-- Speed Dials & Settings -->
<section class="py-20 section-container">
<div class="max-w-6xl mx-auto px-6 content-layer">
<div class="text-center mb-16" data-aos="fade-up">
<h3 class="text-3xl font-bold mb-6 gradient-text">Built for Control Freaks and Minimalists Alike</h3>
<p class="text-lg text-white max-w-3xl mx-auto">
Customize every aspect of your new tab experience with powerful settings and intuitive controls.
</p>
</div>
<!-- All Features List -->
<div class="p-8 rounded-2xl backdrop-blur-sm" style="background-color: rgba(55, 71, 79, 0.9);" data-aos="fade-up">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Speed Dial Customization -->
<div class="text-center hover:transform hover:scale-105 transition-all duration-300 cursor-pointer group">
<div class="mb-4">
<i
class="fas fa-th text-blue-400 text-2xl group-hover:text-white group-hover:drop-shadow-[0_0_10px_rgba(255,255,255,0.8)] transition-all duration-300"></i>
</div>
<h4 class="font-semibold text-lg mb-3 text-white">Speed Dial Customization</h4>
<p class="text-gray-300 text-sm group-hover:text-white transition-colors duration-300">Set tile images,
choose favicons, pick or paste your own images, or apply background colors — make each speed dial uniquely
yours.</p>
</div>
<!-- Layout & Appearance -->
<div class="text-center hover:transform hover:scale-105 transition-all duration-300 cursor-pointer group">
<div class="mb-4">
<i
class="fas fa-palette text-purple-400 text-2xl group-hover:text-white group-hover:drop-shadow-[0_0_10px_rgba(255,255,255,0.8)] transition-all duration-300"></i>
</div>
<h4 class="font-semibold text-lg mb-3 text-white">Layout & Appearance</h4>
<p class="text-gray-300 text-sm group-hover:text-white transition-colors duration-300">Drag and sort tiles,
organize into folders and tags, and toggle labels for a clean, intuitive layout and set wallpaper to
enhance the visuals.</p>
</div>
<!-- Smart AI Control -->
<div class="text-center hover:transform hover:scale-105 transition-all duration-300 cursor-pointer group">
<div class="mb-4">
<i
class="fas fa-robot text-green-400 text-2xl group-hover:text-white group-hover:drop-shadow-[0_0_10px_rgba(255,255,255,0.8)] transition-all duration-300"></i>
</div>
<h4 class="font-semibold text-lg mb-3 text-white">Smart AI Control</h4>
<p class="text-gray-300 text-sm group-hover:text-white transition-colors duration-300">AI in your new tab
doesn't just answer questions - it helps manage speed dials, update widgets, change wallpapers, and
customize your setup instantly, doing everything you can do manually.</p>
</div>
<!-- Built in widgets -->
<div class="text-center hover:transform hover:scale-105 transition-all duration-300 cursor-pointer group">
<div class="mb-4">
<i
class="fas fa-puzzle-piece text-orange-400 text-2xl group-hover:text-white group-hover:drop-shadow-[0_0_10px_rgba(255,255,255,0.8)] transition-all duration-300"></i>
</div>
<h4 class="font-semibold text-lg mb-3 text-white">Built in widgets</h4>
<p class="text-gray-300 text-sm group-hover:text-white transition-colors duration-300">Built-in clock and
weather widgets give you glanceable info at a glance, with dynamic visuals and extra details on hover —
smart, interactive, and always up to date.</p>
</div>
<!-- Quick Add from Anywhere -->
<div class="text-center hover:transform hover:scale-105 transition-all duration-300 cursor-pointer group">
<div class="mb-4">
<i
class="fas fa-plus-circle text-pink-400 text-2xl group-hover:text-white group-hover:drop-shadow-[0_0_10px_rgba(255,255,255,0.8)] transition-all duration-300"></i>
</div>
<h4 class="font-semibold text-lg mb-3 text-white">Quick Add speed dials</h4>
<p class="text-gray-300 text-sm group-hover:text-white transition-colors duration-300">Add new speed dials
directly from any tab with a popup and organize them into folders instantly.</p>
</div>
<!-- Import & Export -->
<div class="text-center hover:transform hover:scale-105 transition-all duration-300 cursor-pointer group">
<div class="mb-4">
<i
class="fas fa-download text-cyan-400 text-2xl group-hover:text-white group-hover:drop-shadow-[0_0_10px_rgba(255,255,255,0.8)] transition-all duration-300"></i>
</div>
<h4 class="font-semibold text-lg mb-3 text-white">Import & Export</h4>
<p class="text-gray-300 text-sm group-hover:text-white transition-colors duration-300">Save or load your
speed dials, folders, and custom images effortlessly with JSON import/export.</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section id="download" class="py-20 text-center section-container">
<div class="content-layer" data-aos="fade-up">
<h3 class="text-3xl font-bold mb-6 gradient-text">Ready to Make Chrome Awesome?</h3>
<p class="text-lg text-white mb-8 max-w-2xl mx-auto">
Add Tabsome to your browser and turn every new tab into something truly personal.
</p>
<!-- Primary button style from Aura -->
<a href="https://chromewebstore.google.com/detail/tabsome-new-tab-with-ai/cibcnchlbnblalcpgjaccapodkmjookf"
target="_blank"
class="bg-white text-purple-600 font-semibold px-8 py-4 rounded-lg text-lg hover:bg-opacity-90 transition transform hover:scale-105 inline-block"
data-aos="zoom-in">
➕ Add to Chrome
</a>
<a href="marketplace.html"
class="bg-transparent border-2 border-white text-white font-semibold px-8 py-4 rounded-lg text-lg hover:bg-white hover:text-purple-600 transition transform hover:scale-105 inline-block ml-4"
data-aos="zoom-in" data-aos-delay="100">
<i class="fas fa-puzzle-piece mr-2"></i>Explore Widgets
</a>
</div>
</section>
<!-- Contact -->
<section class="py-16 text-center section-container">
<div class="content-layer">
<h3 class="text-2xl font-bold mb-8 gradient-text">Connect With Me</h3>
<div class="flex justify-center items-center space-x-6">
<!-- X (Twitter) -->
<a href="https://x.com/kishorjena01" target="_blank" rel="noopener noreferrer"
class="hover:scale-110 transition-transform duration-200">
<img src="assets/social/x.svg" alt="X (Twitter)"
class="w-6 h-6 opacity-70 hover:opacity-100 transition-opacity">
</a>
<!-- Instagram -->
<a href="https://instagram.com/kishorjena01" target="_blank" rel="noopener noreferrer"
class="hover:scale-110 transition-transform duration-200">
<img src="assets/social/instagram.svg" alt="Instagram"
class="w-6 h-6 opacity-70 hover:opacity-100 transition-opacity">
</a>
<!-- LinkedIn -->
<a href="https://linkedin.com/in/kishorjena" target="_blank" rel="noopener noreferrer"
class="hover:scale-110 transition-transform duration-200">
<img src="assets/social/in.png" alt="LinkedIn"
class="w-6 h-6 opacity-70 hover:opacity-100 transition-opacity">
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-10 text-center text-gray-300 text-sm">
© 2025 Tabsome. <a href="privacy.html" class="hover:text-white transition-colors underline">Privacy Policy</a>
</footer>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
// Initialize AOS
AOS.init({ duration: 800, once: true });
// Register ScrollTrigger plugin
gsap.registerPlugin(ScrollTrigger);
// Parallax Animation Setup
function initParallax() {
// Get all parallax shapes
const frontShapes = document.querySelectorAll('.layer-front .parallax-shape');
const midFrontShapes = document.querySelectorAll('.layer-mid-front .parallax-shape');
const midBackShapes = document.querySelectorAll('.layer-mid-back .parallax-shape');
const backShapes = document.querySelectorAll('.layer-back .parallax-shape');
// Front layer - fastest movement (most parallax effect)
frontShapes.forEach((shape, index) => {
gsap.to(shape, {
y: () => window.innerHeight * 0.8,
ease: "none",
scrollTrigger: {
trigger: "body",
start: "top top",
end: "bottom bottom",
scrub: 1,
invalidateOnRefresh: true
}
});
});
// Mid-front layer - medium-fast movement
midFrontShapes.forEach((shape, index) => {
gsap.to(shape, {
y: () => window.innerHeight * 0.6,
ease: "none",
scrollTrigger: {
trigger: "body",
start: "top top",
end: "bottom bottom",
scrub: 1.2,
invalidateOnRefresh: true
}
});
});
// Mid-back layer - medium-slow movement
midBackShapes.forEach((shape, index) => {
gsap.to(shape, {
y: () => window.innerHeight * 0.4,
ease: "none",
scrollTrigger: {
trigger: "body",
start: "top top",
end: "bottom bottom",
scrub: 1.5,
invalidateOnRefresh: true
}
});
});
// Back layer - slowest movement (least parallax effect)
backShapes.forEach((shape, index) => {
gsap.to(shape, {
y: () => window.innerHeight * 0.2,
ease: "none",
scrollTrigger: {
trigger: "body",
start: "top top",
end: "bottom bottom",
scrub: 2,
invalidateOnRefresh: true
}
});
});
// Add subtle rotation animation on scroll
const allShapes = document.querySelectorAll('.parallax-shape');
allShapes.forEach((shape, index) => {
const rotationAmount = (index % 2 === 0) ? 360 : -360;
gsap.to(shape, {
rotation: `+=${rotationAmount}`,
ease: "none",
scrollTrigger: {
trigger: "body",
start: "top top",
end: "bottom bottom",
scrub: 3,
invalidateOnRefresh: true
}
});
});
// Add horizontal movement for more dynamic effect
allShapes.forEach((shape, index) => {
const horizontalAmount = (index % 3 === 0) ? 100 : (index % 3 === 1) ? -100 : 50;
gsap.to(shape, {
x: horizontalAmount,
ease: "none",
scrollTrigger: {
trigger: "body",
start: "top top",
end: "bottom bottom",
scrub: 2.5,
invalidateOnRefresh: true
}
});
});
}
// Initialize parallax when DOM is loaded
document.addEventListener('DOMContentLoaded', initParallax);
// Refresh ScrollTrigger on window resize
window.addEventListener('resize', () => {
ScrollTrigger.refresh();
});
// Performance optimization - reduce motion for users who prefer it
if (window.matchMedia('(prefers-reduced-motion: reduce)').matches) {
// Disable parallax for users who prefer reduced motion
gsap.globalTimeline.clear();
}
</script>
</body>
</html>