site: add kitchen homepage

This commit is contained in:
afc163 2018-05-14 13:58:54 +08:00
parent bf03d954d4
commit bc8353729c
5 changed files with 10 additions and 9 deletions

View File

@ -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">Kitchencoming soon</span>
<span class="resource-card-description">A Sketch plugin for designersmake 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">

View File

@ -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">

View File

@ -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',

View File

@ -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/',
},
];

View File

@ -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': '查看更多',