Skip to content

Commit ccf9968

Browse files
committed
Add version badge in hero that links to changelog
1 parent f6b31f4 commit ccf9968

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

templates/site/index.html.tmpl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,16 @@
9292
background: linear-gradient(135deg, var(--base0F) 0%, var(--base0B) 100%);
9393
-webkit-background-clip: text; background-clip: text;
9494
}
95-
.tagline { font-size: 28px; font-weight: 300; color: var(--base04); margin-bottom: 32px; }
95+
.tagline { font-size: 28px; font-weight: 300; color: var(--base04); margin-bottom: 16px; }
9696
.tagline strong { color: var(--base07); font-weight: 500; }
97+
.version-badge {
98+
display: inline-block; margin-bottom: 24px;
99+
font-family: 'SF Mono', 'Fira Code', monospace; font-size: 13px;
100+
color: var(--base0D); text-decoration: none;
101+
padding: 6px 12px; border: 1px solid var(--base02); border-radius: 20px;
102+
transition: all 0.2s;
103+
}
104+
.version-badge:hover { background: var(--base02); border-color: var(--base0D); }
97105
.hero-description { font-size: 18px; max-width: 600px; color: var(--base05); margin-bottom: 48px; }
98106
.cta-row { display: flex; gap: 16px; flex-wrap: wrap; }
99107

@@ -331,6 +339,7 @@
331339
<div class="hero-content">
332340
<h1 class="logo">Human<span>++</span></h1>
333341
<p class="tagline"><strong>Code is cheap.</strong> Intent is scarce.</p>
342+
<a href="#changelog" class="version-badge">v1.1.0 — What's New</a>
334343
<p class="hero-description">
335344
A Base24 color scheme for the post-artisanal coding era. As models write more code, Human++ makes human judgment visible at a glance through a two-tier accent system and lightweight annotation markers.
336345
</p>

0 commit comments

Comments
 (0)