Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

조직위원회 역할 수정 및 연장된 CFP 기간 수정 #7

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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