Skip to content

Commit

Permalink
feat: 新增了兩位媒體夥伴 (#31)
Browse files Browse the repository at this point in the history
* feat: Update agenda avatar

* feat: Add media partners
  • Loading branch information
Kantai235 authored Mar 6, 2024
1 parent 5539795 commit cda9c88
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/(website)/sponsor/sponsorData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,20 @@ export default {
},
],
mediaPartners: [
{
title: "Linzin 阿哲",
image: "linzin.png",
description:
"喜歡各種科技事物,更喜歡分享自己生活的小小 YT 創作者",
url: "https://www.youtube.com/@linzin",
},
{
title: "在地上滾的工程師 Nic",
image: "nic.png",
description:
"Bito 幣託交易所技術總監\n不服輸的 ENFP\n生活跟挑戰都要兼具\n於是就開始了上班軟體開發,下班拍攝影片的人生",
url: "https://www.youtube.com/@niclin",
},
// {
// title: "餅乾樂園",
// image: "cookie1.jpg",
Expand Down
Binary file added public/sponsor/linzin.png
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/sponsor/nic.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 cda9c88

Please sign in to comment.