Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions site/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -837,10 +806,6 @@
gap: 16px;
}

.hero-badge {
font-size: 11px;
padding: 6px 14px;
}
}

@media (prefers-reduced-motion: reduce) {
Expand Down
1 change: 0 additions & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@
<section class="hero">
<canvas id="hero-canvas"></canvas>
<div class="hero-content fade-in">
<div class="hero-badge"><span class="dot"></span> Open source. Runs locally. Your data never leaves your machine.</div>
<h1>Your Git projects.<br><span class="grad">One Space.</span></h1>
<p>Stop wasting time switching between accounts, tabs, and terminals. Search, organize, and operate on all your repos from one local interface.</p>
<div class="hero-actions">
Expand Down
Loading