Skip to content

Commit

Permalink
Remove RISC-V partner and add new partners: 甲辰计划 and Sipeed
Browse files Browse the repository at this point in the history
  • Loading branch information
imguoguo committed Jan 3, 2025
1 parent 9c2a5f5 commit 4c2a139
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 41 deletions.
Binary file removed public/avatars/weitianyi.jpg
Binary file not shown.
Binary file modified public/partner-logo/milkv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 0 additions & 36 deletions public/partner-logo/riscv.svg

This file was deleted.

Binary file added public/partner-logo/rv2036.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partner-logo/sipeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,21 @@ export const websites: Website[] = [
]

export const partners: Partner[] = [
{
name: "RISC-V",
logo: "/partner-logo/riscv.svg",
link: "https://riscv.org/"
},
{
name: "milkV",
logo: "/partner-logo/milkv.png",
link: "https://milkv.io/"
},
{
name: "甲辰计划",
logo: "/partner-logo/rv2036.jpg",
link: "https://rv2036.org/"
},
{
name: "Sipeed",
logo: "/partner-logo/sipeed.png",
link: "https://sipeed.com/"
},
]

export const newsList: News[] = [
Expand Down

0 comments on commit 4c2a139

Please sign in to comment.