Skip to content

Commit

Permalink
Merge pull request #7 from lego37yoon/main
Browse files Browse the repository at this point in the history
조직위원회 역할 수정 및 연장된 CFP 기간 수정
  • Loading branch information
sukso96100 authored May 15, 2024
2 parents dc77d33 + f7eabb4 commit f65b6a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Binary file modified public/og_cfp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions src/data/committeeMembers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,85 +3,85 @@ export const committeeMembers = [
{
name: "Junsang Mun",
team: "Ubuntu Korea Community",
role: "General, Contents, Venue and Safety, Social Media and Design",
role: "General, Venue and Safety, Social Media and Design",
profileImageUrl: "https://discourse.ubuntu-kr.org/user_avatar/discourse.ubuntu-kr.org/junmoon/144/12427_2.png"
},
{
name: "Youngbin Han",
team: "Ubuntu Korea Community, Ubuntu LoCo Council",
role: "Sponsorship & Financing",
role: "General, Sponsorship & Financing",
profileImageUrl: "https://avatars.githubusercontent.com/u/1916739?v=4",
},
{
name: "Giyeon Bang",
team: "C++ Korea",
role: "General, Venue and Safety, Web and Video, Sponsorship and Finances",
role: "General, Venue and Safety, Web and Video",
profileImageUrl: "https://2022.ubucon.asia/about/giyeon_bang.jpg"
},
{
name: "Sangkon Han",
team: "Ubuntu Korea Community",
role: "Contents, Venue and Safety",
role: "Contents",
profileImageUrl: "https://2022.ubucon.asia/about/sangkon_han.jpg"
},
{
name: "Minseong Cho",
team: "Ubuntu Korea Community",
role: "Venue and Safety, Social Media and Design",
role: "Contents, Venue and Safety",
profileImageUrl: "https://avatars.githubusercontent.com/u/52643858?v=4"
},
{
name: "Yeonguk Choo",
team: "Ubuntu Korea Community",
role: "General, Contents, Sponsorship and Finances",
role: "Sponsorship and Finances, Venue and Safety",
profileImageUrl: "https://discourse.ubuntu-kr.org/user_avatar/discourse.ubuntu-kr.org/choo121600/144/12050_2.png"
},
{
name: "JunHyeon Bae",
team: "Ubuntu Korea Community",
role: "General, Venue and Safety",
role: "Contents, Sponsorship and Finances, Venue and Safety",
profileImageUrl: "https://avatars.githubusercontent.com/u/22819926?v=4"
},
{
name: "Gyuseok Jung",
team: "Ubuntu Korea Community",
role: "Venue and Safety, Web and Video ",
role: "General",
profileImageUrl: "https://avatars.githubusercontent.com/u/9061758?v=4"
},
{
name: "Hoehyeong Jung",
team: "Ubuntu Korea Community",
role: "General, Contents, Sponsorship and Finances",
role: "Web and Video",
profileImageUrl: "https://discourse.ubuntu-kr.org/user_avatar/discourse.ubuntu-kr.org/hothead-jung/144/12047_2.png"
},
{
name: "Nayeon Keum",
team: "Ubuntu Korea Community",
role: "General",
role: "Contents",
profileImageUrl: "/avatars/nayeon.jpg"
},
{
name: "Tae Yong Lee",
team: "Ubuntu Korea Community",
role: "General, Venue and Safety",
role: "Contents, Sponsorship and Finances, Venue and Safety",
profileImageUrl: "/avatars/taeyong.jpg"
},
{
name: "Yonghyun Yi",
team: "Ubuntu Korea Community",
role: "General, Venue and Safety",
role: "Contents, Social Media and Design, Venue and Safety",
profileImageUrl: "https://discourse.ubuntu-kr.org/letter_avatar_proxy/v4/letter/d/a88e4f/144.png"
},
{
name: "Soyeon Kwon",
team: "Ubuntu Korea Community",
role: "General, Venue and Safety",
role: "Web and Video, Social Media and Design",
profileImageUrl: "/avatars/soyeon.png"
},
{
name: "Jungmin Yoon",
team: "Ubuntu Korea Community",
role: "Web and Video, Venue and Safety",
role: "Web and Video, Social Media and Design, Venue and Safety",
profileImageUrl: "https://avatars.githubusercontent.com/u/7126454?v=4"
}
]
4 changes: 2 additions & 2 deletions src/pages/cfp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ const redirect_url = "https://events.canonical.com/event/48/abstracts/";
<meta property="og:title" content={`Call for proposals(제안서 모집) | ${config.siteTitle}`}>
<meta property="og:site_name" content={config.siteTitle} >
<meta property="og:url" content="">
<meta property="og:description" content="~ 5월 12일까지 (KST)">
<meta property="og:description" content="~ 5월 26일까지 (KST)">
<meta property="og:type" content="">
<meta property="og:image" content="https://2024.ubuntu-kr.org/og_cfp.png">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content=`@${config.socialMedia.twitter}`>
<meta name="twitter:title" content={`Call for proposals(제안서 모집) | ${config.siteTitle}`}>
<meta name="twitter:description" content="~ 5월 12일까지 (KST)">
<meta name="twitter:description" content="~ 5월 26일까지 (KST)">
<meta name="twitter:image" content="https://2024.ubuntu-kr.org/og_cfp.png">

<meta http-equiv="refresh" content=`0;url=${redirect_url}` />
Expand Down

0 comments on commit f65b6a5

Please sign in to comment.