Add work-with-us

pull/8058/merge
afc163 7 years ago
parent c168a92f18
commit 23033cb9c1

@ -0,0 +1,42 @@
---
order: 3
title:
zh-CN: 加入我们
en-US: Work with Us
---
我们(蚂蚁金服体验技术部设)是一支兼具设计视角和工程视角的团队,服务蚂蚁金服上百个中后台系统,其中,主打产品 Ant Design 服务全球近 100 万设计师和工程师,是东半球最具影响力的设计语言之一,欢迎来这里和我们一起打造优雅高效的人机设计/研发体系。
## 设计师
作品和简历请投递lindong.lld#alipay.com
- 岗位级别P6/P7
- 岗位地点:杭州
- 岗位要求:
- 至少 2-3 年的工作经验,扎实设计功底;
- 抽象能力强,善于透过表象找本质;
- 沟通能力佳,善于自我管理;
- 有企业级设计实战经验,加分;
- 有良好的英文能力和国际视眼,加分;
- 深度了解 SAP、Saleforce、Google 等设计体系,加分。
- 爱 🐱。
- 岗位职责:
- 参与金融云、数据服务、人工智能以及金融核心等业务领域的设计工作;
- 参与 Ant Design 的打磨,将其建设成全球卓越的设计体系。
## 前端工程师
简历请投递xingmin.zhu#alipay.com
- 岗位级别P6/P7/P8
- 岗位地点:杭州
- 岗位要求:
- 在 React 技术栈持续耕耘,情有独钟。
- 热爱开源。
- 坚持和善于用技术和工具解决其他问题。
- 丰富的中后台前端研发经验。
- 爱 🐱。
- 岗位职责:
- 负责 Ant Design 前端基础设施研发。
- 负责中后台设计/前端工具体系建设。

@ -1,6 +1,7 @@
import React from 'react'; import React from 'react';
import { FormattedMessage, injectIntl } from 'react-intl'; import { FormattedMessage, injectIntl } from 'react-intl';
import { Modal, Icon, message } from 'antd'; import { Modal, Icon, message } from 'antd';
import { Link } from 'bisheng/router';
import { isLocalStorageNameSupported, loadScript } from '../utils'; import { isLocalStorageNameSupported, loadScript } from '../utils';
import ColorPicker from '../Color/ColorPicker'; import ColorPicker from '../Color/ColorPicker';
@ -221,6 +222,10 @@ class Footer extends React.Component {
<h2>Copyright © {new Date().getFullYear()}</h2> <h2>Copyright © {new Date().getFullYear()}</h2>
<div> <div>
<FormattedMessage id="app.footer.author" /> <FormattedMessage id="app.footer.author" />
&nbsp;
<Link to="/docs/resource/work-with-us">
加入我们
</Link>
</div> </div>
<div> <div>
Built with&nbsp; Built with&nbsp;

Loading…
Cancel
Save