ppt-keynote
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese【模板: Keynote 风格 PPT】
- 每张幻灯片是一个 , 整体宽 1280 高 720, 居中显示, 背景渐变。
<section class="slide"> - 单页内容极简: 大标题 + 1-3 行支持文字; 或一张数据图; 或一个金句。
- 字号: 标题 , 副标题
text-7xl font-semibold tracking-tight。text-2xl text-neutral-500 - 第一页是封面 (主题 + 演讲者 / 日期), 最后一页是 "Thanks." 或行动号召。
- 顶部右上角小指示器: 当前页 / 总页数。
- 加一段 JavaScript 监听 ArrowLeft / ArrowRight / 空格键切换 slide; 同时维护 hash (#/3)。
- 每页之间用 fade-in 动画。
- 保持留白, 数据卡片用 grid 布局对齐, 颜色克制。
【Template: Keynote-style PPT】
- Each slide is a , with an overall width of 1280 and height of 720, centered display, gradient background.
<section class="slide"> - Minimal content per page: Large title + 1-3 lines of supporting text; or a data chart; or a golden quote.
- Font sizes: Title uses , subtitle uses
text-7xl font-semibold tracking-tight.text-2xl text-neutral-500 - The first page is the cover (theme + speaker / date), the last page is "Thanks." or a call to action.
- Small indicator at the top right corner: Current page / Total pages.
- Add a piece of JavaScript to listen for ArrowLeft / ArrowRight / Spacebar to switch slides; meanwhile maintain the hash (#/3).
- Fade-in animation between pages.
- Keep white space, align data cards with grid layout, use restrained colors.