diff --git a/website/index.html b/website/index.html index cfb37fe..2763e0f 100644 --- a/website/index.html +++ b/website/index.html @@ -38,6 +38,7 @@
+
v1.2.0 OUT NOW

Watch Together.
Sync Perfectly.

KoalaSync brings friends closer through synchronized video playback. No lag, no tracking, just shared moments.

@@ -64,6 +65,11 @@

Real-time Sync

Proprietary two-phase synchronization protocol ensures sub-millisecond precision across all peers.

+
+
🎬
+

Episode Auto-Sync

+

New in v1.2.0: Perfectly sync series binges. All peers wait until everyone has loaded the next episode.

+
🛡️

Privacy First

@@ -75,6 +81,7 @@

Find the right tab instantly. KoalaSync highlights and sorts matching video tabs for you.

+
diff --git a/website/style.css b/website/style.css index 4755e77..f14ec0b 100644 --- a/website/style.css +++ b/website/style.css @@ -223,6 +223,21 @@ nav { transform: translateY(-2px); } +.version-badge { + display: inline-block; + background: rgba(99, 102, 241, 0.1); + color: var(--accent); + padding: 0.5rem 1.25rem; + border-radius: 99px; + font-size: 0.85rem; + font-weight: 700; + margin-bottom: 1.5rem; + border: 1px solid rgba(99, 102, 241, 0.3); + letter-spacing: 0.05em; + text-transform: uppercase; +} + + .hero-image { display: none; }