mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
Rename the `graphic-overlays` workflow skill to `talking-head-recut`: - move skills/graphic-overlays/ -> skills/talking-head-recut/ - update SKILL.md frontmatter name, H1, and self-references - update all /graphic-overlays route references (hyperframes router, general-video, root + cli-template AGENTS.md/CLAUDE.md, docs, quickstart) - update telemetry --skill flag, example composition id, timeline key - update .prettierignore path and scripts/test-skills-fresh.sh Identifier-only rename: the graphic-overlay card mechanism, design references, and trigger wording are unchanged. Co-authored-by: kiritowoo <295860553+kiritowoo@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
189 lines
5.9 KiB
HTML
189 lines
5.9 KiB
HTML
<!--
|
|
Style: swiss — pure white · Helvetica · strict double rules · red accent slab
|
|
─────────────────────────────────────────────────────────────────────
|
|
Tokens
|
|
bg #ffffff
|
|
ink #111111
|
|
muted #555555
|
|
accent #e8190f (signal red — slab + number)
|
|
Fonts
|
|
headline & body — Helvetica / Inter / system sans
|
|
Best with
|
|
layouts: split, stack, overlay
|
|
frames: clean, hairline
|
|
content: 严肃陈述 / 排版主导 / 文化机构 / 极简数据
|
|
-->
|
|
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>style · swiss</title>
|
|
<style>
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #0a0c12;
|
|
font-family: ui-sans-serif, system-ui, sans-serif;
|
|
}
|
|
.stage {
|
|
position: relative;
|
|
width: 1920px;
|
|
height: 1080px;
|
|
transform-origin: top left;
|
|
transform: scale(0.5);
|
|
overflow: hidden;
|
|
}
|
|
.card-host {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 1920px;
|
|
height: 1080px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="stage">
|
|
<div class="card-host">
|
|
<div class="card" data-card-id="ref-swiss">
|
|
<style>
|
|
.card[data-card-id="ref-swiss"] .root {
|
|
--bg: #ffffff;
|
|
--ink: #111111;
|
|
--muted: #555555;
|
|
--accent: #e8190f;
|
|
--font-sans:
|
|
"Helvetica Neue", Helvetica, "Inter", ui-sans-serif, system-ui, sans-serif;
|
|
--font-mono: ui-monospace, "SF Mono", Menlo, monospace;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: var(--bg);
|
|
color: var(--ink);
|
|
font-family: var(--font-sans);
|
|
padding: 48px 64px;
|
|
box-sizing: border-box;
|
|
display: grid;
|
|
grid-template-rows: auto 1fr auto;
|
|
gap: 24px;
|
|
}
|
|
.card[data-card-id="ref-swiss"] .top-rule {
|
|
height: 4px;
|
|
background: var(--ink);
|
|
}
|
|
.card[data-card-id="ref-swiss"] .top-meta {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
padding-top: 12px;
|
|
font: 700 14px/1 var(--font-mono);
|
|
letter-spacing: 0.26em;
|
|
color: var(--ink);
|
|
text-transform: uppercase;
|
|
}
|
|
.card[data-card-id="ref-swiss"] .top-meta .num {
|
|
color: var(--accent);
|
|
}
|
|
.card[data-card-id="ref-swiss"] .body {
|
|
display: grid;
|
|
grid-template-columns: 1fr 320px;
|
|
gap: 56px;
|
|
align-items: end;
|
|
}
|
|
.card[data-card-id="ref-swiss"] .title {
|
|
margin: 0;
|
|
font: 700 116px/0.95 var(--font-sans);
|
|
color: var(--ink);
|
|
letter-spacing: -0.025em;
|
|
}
|
|
.card[data-card-id="ref-swiss"] .title .red {
|
|
color: var(--accent);
|
|
}
|
|
.card[data-card-id="ref-swiss"] .detail {
|
|
margin: 0;
|
|
font: 400 24px/1.45 var(--font-sans);
|
|
color: var(--muted);
|
|
}
|
|
.card[data-card-id="ref-swiss"] .slab {
|
|
background: var(--accent);
|
|
color: #fff;
|
|
padding: 24px 28px;
|
|
font: 700 56px/1 var(--font-sans);
|
|
letter-spacing: -0.02em;
|
|
align-self: end;
|
|
}
|
|
.card[data-card-id="ref-swiss"] .slab small {
|
|
display: block;
|
|
font: 600 14px/1 var(--font-mono);
|
|
letter-spacing: 0.18em;
|
|
margin-top: 6px;
|
|
color: rgba(255, 255, 255, 0.85);
|
|
}
|
|
.card[data-card-id="ref-swiss"] .bottom-rule {
|
|
height: 1px;
|
|
background: var(--ink);
|
|
}
|
|
.card[data-card-id="ref-swiss"] .bottom-meta {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
padding-top: 12px;
|
|
font: 600 13px/1 var(--font-mono);
|
|
letter-spacing: 0.22em;
|
|
color: var(--muted);
|
|
}
|
|
</style>
|
|
|
|
<div class="root">
|
|
<div>
|
|
<div
|
|
class="top-rule"
|
|
data-anim="grow-x"
|
|
data-anim-at="0.05"
|
|
data-anim-duration="0.45"
|
|
data-anim-target-w="1792"
|
|
></div>
|
|
<div
|
|
class="top-meta"
|
|
data-anim="fade-in"
|
|
data-anim-at="0.3"
|
|
data-anim-duration="0.35"
|
|
>
|
|
<span>V—TAKE / TAKEAWAY</span>
|
|
<span class="num">№ 09</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="body">
|
|
<h2 class="title" data-anim="fade-in" data-anim-at="0.45" data-anim-duration="0.55">
|
|
<span class="red">设计</span>不是装饰,<br />而是结构。
|
|
</h2>
|
|
<div
|
|
class="slab"
|
|
data-anim="slide-in"
|
|
data-anim-at="0.55"
|
|
data-anim-duration="0.45"
|
|
data-anim-from="right"
|
|
data-anim-distance="120"
|
|
>
|
|
92<small>STRUCTURE INDEX</small>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
<div class="bottom-rule"></div>
|
|
<div class="bottom-meta">
|
|
<span>RATIO 1 : 1.618</span>
|
|
<span>00:42 → 01:14</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|