html-ppt-zhangzara-creative-mode

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Creative Mode

创意模式

Cream paper canvas with confident multi-color (green, pink, orange, yellow) accents and Archivo Black display.
A single self-contained HTML deck — typography, palette, decorative system, and slide vocabulary are all tuned together. Mixing layouts across templates breaks the system; stay inside this one.
米白纸质感画布搭配醒目的多色(绿色、粉色、橙色、黄色)点缀,以及Archivo Black字体展示。
这是一个独立完整的HTML演示文稿模板——排版、调色板、装饰系统和幻灯片样式都已协调统一。跨模板混合布局会破坏这套设计体系,请严格使用本模板内的布局。

At a glance

概览

  • Scheme: light
  • Formality: medium
  • Density: medium-high
  • Slides in demo: 8
  • 配色风格: 浅色
  • 正式程度: 中等
  • 内容密度: 中高
  • 演示幻灯片数量: 8张

Best for

适用场景

Anything that should feel design-led and confident: creative agency pitches, design studio decks, ad shop credentials, brand creative reviews, art-direction reviews. Also a great unexpected pick for a tech talk, research findings, or finance review when the speaker wants to lead with taste rather than convention.
适用于所有需要凸显设计主导感与自信风格的场景:创意机构提案、设计工作室演示文稿、广告公司资质展示、品牌创意评审、艺术指导评审。当演讲者希望以品味而非常规风格脱颖而出时,它也可作为技术分享、研究成果展示或财务评审的意外之选。

Avoid for

避用场景

Contexts that demand institutional restraint and a quiet authority — the saturated multi-accent palette will read as expressive, not formal.
需要体现机构严谨性与沉稳权威感的场景——饱和度较高的多色点缀会显得富有表现力,而非正式。

Workflow

使用流程

  1. Clone
    example.html
    AND the
    assets/
    folder
    into the user's workspace. This template ships an
    assets/deck-stage.js
    runtime (keyboard navigation, stage rendering); the HTML references it as
    assets/deck-stage.js
    , so the file must sit next to the cloned HTML or that path will 404 in the generated artifact and navigation will silently break. Inlining the JS into a single
    <script>
    block in the HTML is an acceptable alternative when a single self-contained file is preferred.
  2. Replace placeholder content with the user's real headlines, body copy, numbers, names, dates, and section labels. Match existing dimensions when swapping image placeholders.
  3. Preserve the design system. Never substitute fonts, recolor the palette, restructure the layout grid, or strip decorative elements (corner brackets, paper grain, geometric shapes, illustrated SVGs). They are part of the identity.
  4. Adjust deck length by duplicating layouts. If the user has more content than the demo holds, duplicate an existing slide of the most appropriate layout. If less, drop slides from the bottom. Update page-number labels.
  5. Designing missing layouts: if a slide needs a layout the template doesn't have, design it from scratch using the same fonts, palette, decorative vocabulary, spacing rhythm, and component grammar — never bail to a different template.
  6. Keep the navigation runtime as shipped. If the deck ships an
    assets/deck-stage.js
    or inline keyboard handler, leave it intact.
  1. example.html
    assets/
    文件夹一并克隆
    到用户工作区。 本模板附带
    assets/deck-stage.js
    运行时文件(实现键盘导航、舞台渲染功能);HTML文件中引用路径为
    assets/deck-stage.js
    ,因此该文件必须与克隆的HTML文件放在同一目录下,否则生成的成品中会出现404错误,导航功能将失效。如果偏好单一独立文件,也可将JS代码内联到HTML的单个
    <script>
    标签中作为替代方案。
  2. 替换占位内容为用户真实的标题、正文、数据、名称、日期和章节标签。替换图片占位符时请匹配原有尺寸。
  3. 保留设计体系。切勿替换字体、调整调色板颜色、重构布局网格或移除装饰元素(边角括号、纸张纹理、几何图形、SVG插画)。这些元素是本模板标识的一部分。
  4. 通过复制布局调整演示文稿长度。如果用户内容超过演示模板的容量,请复制最适合的现有幻灯片布局。如果内容较少,请从末尾删除幻灯片,并更新页码标签。
  5. 设计缺失的布局: 如果需要模板中没有的幻灯片布局,请使用相同的字体、调色板、装饰元素、间距规则和组件规范从头设计——切勿改用其他模板。
  6. 保留原版导航运行时。如果演示文稿附带
    assets/deck-stage.js
    或内联键盘处理程序,请保持其完整。

Output contract

输出约定

Emit between
<artifact>
tags:
<artifact identifier="zhangzara-creative-mode" type="text/html" title="Deck Title">
<!doctype html>
<html>...</html>
</artifact>
输出内容请包裹在
<artifact>
标签内:
<artifact identifier="zhangzara-creative-mode" type="text/html" title="Deck Title">
<!doctype html>
<html>...</html>
</artifact>

Source & license

来源与许可证

Vendored from upstream MIT-licensed
zarazhangrui/beautiful-html-templates
.
The full upstream MIT license text — including the original copyright notice — ships in this skill at
LICENSE
and must be redistributed alongside any copy of
example.html
,
template.json
, or any vendored
assets/
runtime. See
template.json
for the upstream metadata snapshot.
源自上游MIT许可的
zarazhangrui/beautiful-html-templates
项目。
完整的上游MIT许可证文本——包括原始版权声明——随本技能一同存放在
LICENSE
文件中,且必须与
example.html
template.json
或任何附带的
assets/
运行时文件一同分发。有关上游元数据快照,请查看
template.json