> For the complete documentation index, see [llms.txt](https://thinking.406sys.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.406sys.top/tags/design.md).

# Design

设计（暂时没时间继续维护）

1. Martial desgin 之于 Google， 就好比 Cupertino design 之于 Apple

   不过现在 Apple 又推出了新的版本： Big Sur。

   相比之下 Windows 更像是一个缝合怪，平面设计与 Fluent Design 共存。
2. <https://bruno-simon.com/>

   这是我见过的最酷炫的个人主页，设计游戏让访客产生互动，自行探索信息，创意极佳。
3. <https://github.com/home>

   Github 这个营销页设计的很有水准.. 整体的布局交互, 页面色调 算得上一等作品.
4. 2021年UI界面设计的9个趋势

   <https://www.inneed.club/articles/detail/l5xgd43gdw>
5. 分享两个视频:

   1. UI Design Trends 2021 <https://www.youtube.com/watch?v=5RluSnRPRbI&ab_channel=DesignSense>
   2. UX Design Trends 2021 <https://www.youtube.com/watch?v=tPoRAL7Lm1M&ab_channel=DesignSense>

   2021 UI/UX 演讲趋势, 看完让我大开眼界, 每一个设计都具有美感, 尤其是 Colorless Design , 个人太喜欢了.. 美得溢出屏幕.. 还有在 AR 时代的 UX 设计, 科技感满满..
6. 分享一个调色板网站: <https://www.happyhues.co/palettes/17>\
   网站中的每种调色方案, 都很让人舒服, 即简洁又突出重点
7. JS 主题图标和插画艺术展\
   <https://zhuanlan.zhihu.com/p/124302068>

   拟物风 爱了爱了..


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://thinking.406sys.top/tags/design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
