Files
agent-skills/skills/hallmark/references/components/n3-side-rail.md
T
MalinandClaude Sonnet 5 65c01ddb43 feat: add hallmark design skill
Anti-AI-slop design skill (greenfield pages, audits, redesigns, design
extraction from URLs/screenshots) -- installed and validated in an
earlier session, was sitting untracked. Full reference library:
components, macrostructures, themes, genres, verbs (audit/redesign).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-15 14:29:38 +02:00

536 B
Raw Blame History

N3 · Side-rail

A thin vertical strip on the left edge — wordmark rotated, plus 23 dot-indicators for sections. Editorial / portfolio energy. Use when: the page is long and section-numbered. Don't confuse with: N1 Top wordmark (which is horizontal).

<nav class="nav-rail">
  <p class="wordmark vertical">Studio</p>
  <ul class="dots"><li></li><li></li><li></li></ul>
</nav>
.nav-rail { position: fixed; left: 0; top: 0; bottom: 0; width: 3rem; padding: var(--space-md); writing-mode: vertical-rl; }