Some checks failed
ci / Validate workspace (push) Successful in 12m32s
landing-page-ci / Validate landing page (push) Successful in 9m41s
landing-page-deploy / Deploy landing page (push) Failing after 5m23s
github-metrics / Generate repository metrics SVG (push) Failing after 2m3s
refresh-contributors-wall / Refresh contributors wall cache bust (push) Failing after 11s
This repository contains the open-design daemon CLI source code, built and packaged at https://helix-mind.ai/cli/open-design/latest.tgz for use by the HelixMind /design slash command. Licenses: Apache-2.0 (root) + MIT (skills/*)
19 lines
1.0 KiB
HTML
19 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN"><head><meta charset="utf-8"><title>Big Quote</title>
|
|
<link rel="stylesheet" href="../../assets/fonts.css">
|
|
<link rel="stylesheet" href="../../assets/base.css">
|
|
<link rel="stylesheet" id="theme-link" href="../../assets/themes/editorial-serif.css">
|
|
<link rel="stylesheet" href="../../assets/animations/animations.css">
|
|
</head><body class="single">
|
|
<div class="deck"><section class="slide is-active center tc" data-title="Quote">
|
|
<div style="max-width:1040px">
|
|
<div class="serif" style="font-size:140px;line-height:.9;color:var(--accent);opacity:.6">"</div>
|
|
<blockquote class="serif anim-fade-up" data-anim="fade-up" style="font-size:56px;line-height:1.25;margin:-40px 0 24px;font-style:italic;font-weight:600">
|
|
好的设计不是把东西加得更多,<br>而是把一切不需要的东西拿掉。
|
|
</blockquote>
|
|
<p class="dim" style="font-size:20px;letter-spacing:.08em">— Dieter Rams</p>
|
|
</div>
|
|
</section></div>
|
|
<script src="../../assets/runtime.js"></script>
|
|
</body></html>
|