mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-24 15:38:45 +08:00
update logo
This commit is contained in:
parent
6f312a716b
commit
04a00e6e14
@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="http://ant.design">
|
||||
<img width="320" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
|
||||
<img width="230" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="http://ant.design">
|
||||
<img width="320" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
|
||||
<img width="230" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -6,7 +6,7 @@ title: Ant Design of React
|
||||
Following the Ant Design specification, we developed a React UI library `antd` that contains a set of high quality components and demos for building rich, interactive user interfaces.
|
||||
|
||||
<div class="pic-plus">
|
||||
<img width="150" src="https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg">
|
||||
<img width="150" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
|
||||
<span>+</span>
|
||||
<img width="160" src="https://t.alipayobjects.com/images/rmsweb/T16xRhXkxbXXXXXXXX.svg">
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@ title: Ant Design of React
|
||||
这里是 Ant Design 的 React 实现,开发和服务于企业级后台产品。
|
||||
|
||||
<div class="pic-plus">
|
||||
<img width="150" src="https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg">
|
||||
<img width="150" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
|
||||
<span>+</span>
|
||||
<img width="160" src="https://t.alipayobjects.com/images/rmsweb/T16xRhXkxbXXXXXXXX.svg">
|
||||
</div>
|
||||
|
@ -36,10 +36,7 @@
|
||||
text-decoration: none;
|
||||
|
||||
img {
|
||||
height: @header-height;
|
||||
line-height: @header-height;
|
||||
width: 32px;
|
||||
margin-right: 16px;
|
||||
height: 32px;
|
||||
}
|
||||
span {
|
||||
float: right;
|
||||
@ -57,7 +54,7 @@
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
padding-left: 16px;
|
||||
margin: 20px auto 0;
|
||||
margin: 22px auto 0;
|
||||
}
|
||||
|
||||
#search-box .anticon {
|
||||
|
@ -16,7 +16,7 @@
|
||||
border-radius: 8px;
|
||||
animation-duration: 0.5s !important;
|
||||
font-weight: bold;
|
||||
background: url(https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg) center/180px;
|
||||
background: url(https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg) center/180px;
|
||||
}
|
||||
|
||||
.motion-select-wrapper {
|
||||
|
@ -57,7 +57,7 @@
|
||||
document.documentElement.className += isZhCN(pathname) ? 'zh-cn' : 'en-us';
|
||||
})()
|
||||
</script>
|
||||
<link rel="icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
|
||||
<link rel="icon" href="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" type="image/x-icon">
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.cnpmjs.org/css?family=Lato:400,700|Raleway"/>
|
||||
<link rel="stylesheet" type="text/css" href="{{ root }}index-1.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{{ root }}index-2.css"/>
|
||||
|
@ -234,8 +234,7 @@ export default class Header extends React.Component {
|
||||
<Row>
|
||||
<Col xxl={4} xl={5} lg={5} md={8} sm={24} xs={24}>
|
||||
<Link to={utils.getLocalizedPathname('/', isZhCN)} id="logo">
|
||||
<img alt="logo" src="https://gw.alipayobjects.com/zos/rmsportal/gVAKqIsuJCepKNbgbSwE.svg" />
|
||||
<span>Ant Design</span>
|
||||
<img alt="logo" src="https://gw.alipayobjects.com/zos/rmsportal/wvWaxYOwGvgnVQxkoxpU.svg" />
|
||||
</Link>
|
||||
</Col>
|
||||
<Col xxl={20} xl={19} lg={19} md={16} sm={0} xs={0}>
|
||||
|
Loading…
Reference in New Issue
Block a user