Skip to content

Commit

Permalink
docs:update home page footer
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Nov 6, 2024
1 parent 69cb86b commit 7a31861
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
5 changes: 4 additions & 1 deletion docs/website/src/pages/components/Footer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
font-style: normal;
font-weight: 600;
line-height: 140%;
a{
display: flex;
align-items: center;
gap: 4px;
a {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
}
Expand Down
23 changes: 18 additions & 5 deletions docs/website/src/pages/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ const Footer = ({ isPc }: { isPc: boolean }) => {
</div>
<div className="footer-bottom-wrap">
<div className="footer-bottom">
<div className="footer-bottom-text">
Made by Sealos Team.{' '}
<Link to={'https://beian.miit.gov.cn/'}>粤ICP备2023048773号</Link>&nbsp;
<div className="footer-bottom-text flex-wrap">
Made by Sealos Team.
<img
className="w-4 h-4"
src={require('@site/static/img/beian.png').default}
alt="beian"
/>
<Link to={'https://beian.miit.gov.cn/'}>浙公网安备33011002017870号</Link>
<Link to={'https://beian.miit.gov.cn/'}>粤ICP备2023048773号</Link>
珠海环界云计算有限公司版权所有
</div>
<div className="link">
Expand Down Expand Up @@ -130,8 +136,15 @@ const Footer = ({ isPc }: { isPc: boolean }) => {
<div className="footer-bottom-wrap">
<div className="footer-bottom">
<div className="footer-bottom-text">
Made by Sealos Team. <Link to={'https://beian.miit.gov.cn/'}>粤ICP备2023048773号</Link>
&nbsp; 珠海环界云计算有限公司版权所有
Made by Sealos Team.
<img
className="w-4 h-4"
src={require('@site/static/img/beian.png').default}
alt="beian"
/>
<Link to={'https://beian.miit.gov.cn/'}>浙公网安备33011002017870号</Link>
<Link to={'https://beian.miit.gov.cn/'}>粤ICP备2023048773号</Link>
珠海环界云计算有限公司版权所有
</div>
<div className="link">
{FooterLinks.map((item) => {
Expand Down
Binary file added docs/website/static/img/beian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a31861

Please sign in to comment.