editorial-burgundy-principles-template

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Editorial Burgundy Principles Template

酒红风格编辑原则模板

A three-slide editorial deck for culture narratives, strategy storytelling, and internal manifestos.
一款适用于文化叙事、战略故事讲述和内部宣言的三页编辑演示文稿。

Resource map

资源结构

text
editorial-burgundy-principles-template/
├── SKILL.md
├── assets/
│   └── template.html
├── references/
│   └── checklist.md
└── example.html
text
editorial-burgundy-principles-template/
├── SKILL.md
├── assets/
│   └── template.html
├── references/
│   └── checklist.md
└── example.html

Workflow

工作流程

  1. Start from
    assets/template.html
    .
  2. Keep the 3-slide sequence:
    • numeric headline
    • studio tags + title lockup
    • eight-principles card grid
  3. Replace copy while preserving card and tag hierarchy.
  4. Keep interactions:
    • Prev / Next buttons
    • dot navigation
    • keyboard navigation (
      ArrowLeft
      /
      ArrowRight
      )
  5. Keep HTML self-contained and sandbox-safe.
  1. assets/template.html
    开始。
  2. 保留三页幻灯片的顺序:
    • 数字式标题
    • 工作室标签+标题锁定区
    • 八项原则卡片网格
  3. 替换文本内容,同时保留卡片和标签的层级结构。
  4. 保留交互功能:
    • 上一页/下一页按钮
    • 圆点导航
    • 键盘导航(
      ArrowLeft
      /
      ArrowRight
  5. 保持HTML文件独立且沙箱安全。

Output contract

输出规范

Emit one concise orientation sentence and one HTML artifact:
xml
<artifact identifier="editorial-burgundy-principles" type="text/html" title="Editorial Burgundy Principles Deck">
<!doctype html>
<html>...</html>
</artifact>
生成一句简洁的说明性语句和一个HTML制品:
xml
<artifact identifier="editorial-burgundy-principles" type="text/html" title="Editorial Burgundy Principles Deck">
<!doctype html>
<html>...</html>
</artifact>