添加 hallmark 技能

This commit is contained in:
马宝龙
2026-07-28 17:12:27 +08:00
parent 984d0320a7
commit 76b5a96237
106 changed files with 9591 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
### N1 · Wordmark + 2 links
Top-of-page bar: wordmark on the left, two text links on the right ("Pricing" / "Sign in"). No logo image, no menu icon.
*Use when:* the page has very few destinations.
*Don't confuse with:* N3 Side-rail (which is vertical).
```html
<nav class="nav-min">
<a class="wordmark">Studio</a>
<ul><li><a>Pricing</a></li><li><a>Sign in</a></li></ul>
</nav>
```