mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
site: add kitchen homepage
This commit is contained in:
parent
bf03d954d4
commit
bc8353729c
@ -43,15 +43,15 @@ Please find below some of the design resources and tools about Ant Design that w
|
||||
<span class="resource-card-description">A powerful Axure library of Ant Design</span>
|
||||
</div>
|
||||
</a>
|
||||
<span class="resource-card">
|
||||
<a target="_blank" href="http://kitchen.alipay.com" class="resource-card">
|
||||
<div class="resource-card-icon">
|
||||
<img width="65" src="https://gw.alipayobjects.com/zos/rmsportal/ATYZYtJhchhONKObIwXT.png">
|
||||
</div>
|
||||
<div class="resource-card-content">
|
||||
<span class="resource-card-title">Kitchen(coming soon)</span>
|
||||
<span class="resource-card-description">A Sketch plugin for designers,make your design beautiful</span>
|
||||
<span class="resource-card-title">Kitchen</span>
|
||||
<span class="resource-card-description">A Sketch plugin for designers with a collection of great tools</span>
|
||||
</div>
|
||||
</span>
|
||||
</a>
|
||||
<a target="_blank" href="http://ux.ant.design" class="resource-card">
|
||||
<div class="resource-card-icon">
|
||||
<img width="64" src="https://gw.alipayobjects.com/zos/rmsportal/yMULSUQQyhoEGrCXlovN.png">
|
||||
|
@ -43,15 +43,15 @@ title: 设计资源
|
||||
<span class="resource-card-description">一套强大的 Ant Design 的 Axure 部件库</span>
|
||||
</div>
|
||||
</a>
|
||||
<span class="resource-card">
|
||||
<a target="_blank" href="http://kitchen.alipay.com" class="resource-card">
|
||||
<div class="resource-card-icon">
|
||||
<img width="65" src="https://gw.alipayobjects.com/zos/rmsportal/ATYZYtJhchhONKObIwXT.png">
|
||||
</div>
|
||||
<div class="resource-card-content">
|
||||
<span class="resource-card-title">Kitchen(敬请期待)</span>
|
||||
<span class="resource-card-title">Kitchen</span>
|
||||
<span class="resource-card-description">一个为设计师提效的 Sketch 工具集,让你的设计秀色可餐</span>
|
||||
</div>
|
||||
</span>
|
||||
</a>
|
||||
<a target="_blank" href="http://ux.ant.design" class="resource-card">
|
||||
<div class="resource-card-icon">
|
||||
<img width="64" src="https://gw.alipayobjects.com/zos/rmsportal/yMULSUQQyhoEGrCXlovN.png">
|
||||
|
@ -35,7 +35,7 @@ module.exports = {
|
||||
'app.home.tool-package-content': 'Ant Design Resources Download',
|
||||
'app.home.tool-library-title': 'Axure Library',
|
||||
'app.home.tool-library-content': 'Beautifully visual Axure library',
|
||||
'app.home.tool-kitchen-title': 'Kitchen (coming soon)',
|
||||
'app.home.tool-kitchen-title': 'Kitchen',
|
||||
'app.home.tool-kitchen-content': 'A Sketch tools for designers',
|
||||
'app.home.getting-started': 'Getting Started',
|
||||
'app.home.more': 'Learn more',
|
||||
|
@ -24,6 +24,7 @@ const page3Data = [
|
||||
title: <FormattedMessage id="app.home.tool-kitchen-title" />,
|
||||
content: <FormattedMessage id="app.home.tool-kitchen-content" />,
|
||||
img: 'https://gw.alipayobjects.com/zos/rmsportal/vUxYuDdsbBBcMDxSGmwc.svg',
|
||||
link: 'http://kitchen.alipay.com/',
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -35,7 +35,7 @@ module.exports = {
|
||||
'app.home.tool-package-content': 'Ant Design 相关设计资源下载',
|
||||
'app.home.tool-library-title': 'Axure Library',
|
||||
'app.home.tool-library-content': '一套精美得像视觉稿的 Axure 组件库',
|
||||
'app.home.tool-kitchen-title': 'Kitchen(敬请期待)',
|
||||
'app.home.tool-kitchen-title': 'Kitchen',
|
||||
'app.home.tool-kitchen-content': '一个为设计师提效的 Sketch 工具集',
|
||||
'app.home.getting-started': '开始使用',
|
||||
'app.home.more': '查看更多',
|
||||
|
Loading…
Reference in New Issue
Block a user