//
形态与构图
一种流畅、工业化的几何形态,强调可扩展性、性能表现与现代工作流程。
色彩心理学
深邃的紫色调传达出创意深度、优质生态系统的扩展能力以及现代美学。
设计元素
锋利的字符切面象征着工具栈的结构性与高性能本质。
Logo 为各自所有者的商标,在合理使用原则下用于品牌识别。
Haml is a templating system that is designed to avoid writing inline code in a web document and make the HTML cleaner. Similar to other template systems like eRuby, Haml also embeds some code that gets executed during runtime and generates HTML code in order to provide some dynamic content. In order to run Haml code, files need to have a .haml extension. These files are similar to .erb or .eRuby files, which also help embed Ruby code while developing a web application.
来源:维基百科