Skip to content
Merged
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
14 changes: 3 additions & 11 deletions public/claim.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
html{scroll-behavior:smooth}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}
.nav-inner{width:min(1160px,90vw);margin:0 auto;min-height:88px;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav-inner{min-height:88px;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:0;text-decoration:none;color:var(--text);font-weight:700;font-size:15px;flex-shrink:0}
.brand img{height:68px;width:auto;object-fit:contain}
.brand span{display:none}
Expand Down Expand Up @@ -218,7 +218,7 @@
<body>

<nav>
<div class="nav-inner">
<div class="container nav-inner">
<a href="/" class="brand"><img src="/commandlayer-logo.png" alt="CommandLayer" /><span>CommandLayer</span></a>
<ul class="nav-links">
<li><a href="/">Home</a></li>
Expand All @@ -229,15 +229,7 @@
<li class="nav-drop">
<a href="/docs.html">Docs ▾</a>
<div class="nav-drop-menu">
<a href="/docs.html">Docs Home</a>
<a href="/docs/wrap-your-agent.html">Wrap Your Agent</a>
<a href="/stack-proof-demo.html">Production Proof</a>
<a href="/runtime.html">Runtime</a>
<a href="/mcp.html">MCP Bridge</a>
<a href="/schemas.html">Schemas</a>
<a href="/api.html">API Reference</a>
<a href="/trust-verification.html">Trust Verification</a>
<a href="/claim.html">Claim / Namespace Activation</a>
<a href="/docs.html">Docs Home</a><a href="/docs/wrap-your-agent.html">Wrap Your Agent</a><a href="/stack-proof-demo.html">Production Proof</a><a href="/runtime.html">Runtime</a><a href="/mcp.html">MCP Bridge</a><a href="/schemas.html">Schemas</a><a href="/api.html">API Reference</a><a href="/trust-verification.html">Trust Verification</a><a href="/claim.html">Claim / Namespace Activation</a>
</div>
</li>
<li><a href="/claim.html" class="active">Claim</a></li>
Expand Down
Loading