news 2026/7/19 16:05:47

双年展幻灯片_html-ppt-zhangzara-biennale-yello

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
双年展幻灯片_html-ppt-zhangzara-biennale-yello

以下为本文档的中文说明

该技能提供一种名为"双年展"的独立HTML演示文稿模板,以太阳黄色为基调,搭配暖色羊皮纸背景、深靛蓝色衬线字体和大气辉光渐变效果。这是一个完整的自包含HTML幻灯片系统,排版、配色、装饰系统和幻灯片词汇表都经过统一调校。

使用场景包括:艺术双年展海报风格的演示文稿;博物馆年度计划展示;展览策划方案;艺术机构公告;设计会议宣传册;策展提案;文学出版物;工作室回顾展;任何需要荷兰编辑式氛围和独特单色标志的幻灯片。不适合需要视觉冲击力或丰富多色能量的演示。

核心特点在于:一是完整的视觉体系,风格高度统一,禁止混用不同模板的布局;二是高正式度、中等密度的呈现方式适合正式场合;三是灵活的内容结构,用户可以根据需要复制或删除幻灯片页面,调整篇幅;四是提供详细的使用工作流——克隆示例文件、替换占位内容、保留设计系统、调整篇幅长度;五是严格保护设计系统,禁止替换字体、更改配色、重构布局网格或移除装饰元素,确保品牌视觉一致性;六是委托自上游MIT许可证的开源模板,保留了原始版权信息。该技能特别适合追求独特视觉风格的文化艺术类展示项目。


Biennale Yellow

Solar yellow on warm parchment with deep indigo serif and atmospheric sun-glow gradients.

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.

At a glance

  • Scheme:light
  • Formality:high
  • Density:medium
  • Slides in demo:8

Best for

Anything that should feel like an art-biennale poster or a museum’s annual programme: exhibition decks, arts-institution announcements, design conference brochures, curatorial pitches, literary publications, studio retrospectives. Equally good for any deck wanting Dutch-editorial atmosphere with an unmistakable single-color signature.

Avoid for

Decks that need visual punch or saturated multi-color energy — the warm-paper canvas and one-yellow palette are intentionally quiet and atmospheric.

Workflow

  1. Cloneexample.htmlinto the user’s workspace as the working file.
  2. Replace placeholder contentwith 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.jsor inline keyboard handler, leave it intact.

Output contract

Emit between<artifact>tags:

<artifact identifier="zhangzara-biennale-yellow" 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
LICENSEand must be redistributed alongside any copy ofexample.html,
template.json, or any vendoredassets/runtime. Seetemplate.jsonfor the upstream metadata snapshot.

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/7/19 16:04:50

Remount核心功能解析:从自定义元素到Shadow DOM的完整实现指南

Remount核心功能解析&#xff1a;从自定义元素到Shadow DOM的完整实现指南 【免费下载链接】remount Mount React components to the DOM using custom elements 项目地址: https://gitcode.com/gh_mirrors/re/remount Remount是一个创新的JavaScript库&#xff0c;它让…

作者头像 李华
网站建设 2026/7/19 16:03:53

TMS320F2838x多核启动:IPCBOOTMODE寄存器配置与错误处理全解析

1. 多核启动&#xff1a;从混沌到协同的艺术在嵌入式系统开发里&#xff0c;单核启动已经够让人头疼了&#xff0c;而当你面对像TMS320F2838x这样的多核异构微控制器时&#xff0c;整个启动流程的复杂度直接上了一个新台阶。这不再是简单的“上电、跑代码”&#xff0c;而是一场…

作者头像 李华