From b552c691d79b4e9ad5e547a73dd98ea80fee5c70 Mon Sep 17 00:00:00 2001 From: Tam-Leal Date: Wed, 29 Jul 2026 09:39:53 -0400 Subject: [PATCH] docs(site): remove hero badge from landing --- site/css/index.css | 35 ----------------------------------- site/index.html | 1 - 2 files changed, 36 deletions(-) diff --git a/site/css/index.css b/site/css/index.css index ec72c79..c12e9ca 100644 --- a/site/css/index.css +++ b/site/css/index.css @@ -37,37 +37,6 @@ z-index: 1; } -.hero-badge { - display: inline-flex; - align-items: center; - gap: 6px; - padding: 4px 14px; - border-radius: 20px; - border: 1px solid var(--border); - background: var(--bg1); - font-size: 12px; - color: var(--t2); - margin-bottom: 24px; -} - -.hero-badge .dot { - width: 6px; - height: 6px; - border-radius: 50%; - background: var(--green); - animation: pulse 2s infinite; -} - -@keyframes pulse { - 0%, - 100% { - opacity: 1; - } - 50% { - opacity: 0.4; - } -} - .hero h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 700; @@ -837,10 +806,6 @@ gap: 16px; } - .hero-badge { - font-size: 11px; - padding: 6px 14px; - } } @media (prefers-reduced-motion: reduce) { diff --git a/site/index.html b/site/index.html index e0fb4e6..abec319 100644 --- a/site/index.html +++ b/site/index.html @@ -264,7 +264,6 @@
-
Open source. Runs locally. Your data never leaves your machine.

Your Git projects.
One Space.

Stop wasting time switching between accounts, tabs, and terminals. Search, organize, and operate on all your repos from one local interface.