调整skills的位置

This commit is contained in:
马宝龙
2026-07-28 19:31:07 +08:00
parent e93aeee0fb
commit 8681433518
115 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
### H5 · Letter Hero
First-person opening — "Dear reader,". No buttons in fold. Reads as personal correspondence.
*Use when:* the founder's voice is the brand.
*Don't confuse with:* H1 Marquee (which is impersonal declaration).
```html
<section class="hero-letter">
<p class="salutation"><em>Dear reader,</em></p>
<p class="lede"></p>
</section>
```