Skip to content

Commit

Permalink
index: update sponsors
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <[email protected]>
  • Loading branch information
bekcpear committed Sep 24, 2024
1 parent 61d2ff0 commit 99a7d78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,20 @@ div#cover {
justify-content: center;
align-items: center;
a.sponsor {
display: inline-block;
display: flex;
width: 128px;
height: 80px;
padding: 10px;
background-color: #FFFFFFF0;
&:not(:first-of-type) {
margin-left: 30px;
}
&.link-disabled {
opacity: .05;
}
img {
object-fit: contain;
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ function HomepageHeader(): JSX.Element {
<div id="sponsors">
<label><Translate id="common.sponsor">赞助商</Translate></label>
<div>
<Sponsor icon="/img/sophgo-logo.png" url="https://www.sophgo.com" />
<Sponsor icon="/img/sponsors-tba.png" url="#" classn="link-disabled" />
<Sponsor icon="/img/sophgo-logo.webp" url="https://www.sophgo.com" />
<Sponsor icon="/img/xuantie-logo.webp" url="https://www.xrvm.com" />
</div>
</div>
</div>
Expand Down
Binary file removed static/img/sophgo-logo.png
Binary file not shown.
Binary file added static/img/sophgo-logo.webp
Binary file not shown.
Binary file added static/img/xuantie-logo.webp
Binary file not shown.

0 comments on commit 99a7d78

Please sign in to comment.