Skip to content

Commit

Permalink
Merge pull request #1 from lego37yoon/main
Browse files Browse the repository at this point in the history
조직위원회 명단 추가 (임시)
  • Loading branch information
sukso96100 authored Mar 6, 2024
2 parents a84ef64 + 57478f0 commit f9a75a1
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 1 deletion.
Binary file added public/avatars/nayeon.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/avatars/soyeon.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/avatars/taeyong.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/venue/hall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 78 additions & 0 deletions src/data/committeeMembers.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,87 @@

export const committeeMembers = [
{
name: "Junsang Mun",
team: "Ubuntu Korea Community",
role: "General, Contents, 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",
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",
profileImageUrl: "https://2022.ubucon.asia/about/giyeon_bang.jpg"
},
{
name: "Sangkon Han",
team: "Ubuntu Korea Community",
role: "Contents, Venue and Safety",
profileImageUrl: "https://2022.ubucon.asia/about/sangkon_han.jpg"
},
{
name: "Minseong Cho",
team: "Ubuntu Korea Community",
role: "Venue and Safety, Social Media and Design",
profileImageUrl: "https://avatars.githubusercontent.com/u/52643858?v=4"
},
{
name: "Yeonguk Choo",
team: "Ubuntu Korea Community",
role: "General, Contents, Sponsorship and Finances",
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",
profileImageUrl: "https://avatars.githubusercontent.com/u/22819926?v=4"
},
{
name: "Gyuseok Jung",
team: "Ubuntu Korea Community",
role: "Venue and Safety, Web and Video ",
profileImageUrl: "https://avatars.githubusercontent.com/u/9061758?v=4"
},
{
name: "Hoehyeong Jung",
team: "Ubuntu Korea Community",
role: "General, Contents, Sponsorship and Finances",
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",
profileImageUrl: "/avatars/nayeon.jpg"
},
{
name: "Taeyong Lee",
team: "Ubuntu Korea Community",
role: "General, Venue and Safety",
profileImageUrl: "/avatars/taeyong.jpg"
},
{
name: "Yonghyun Yi",
team: "Ubuntu Korea Community",
role: "General, 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",
profileImageUrl: "/avatars/soyeon.png"
},
{
name: "Jungmin Yoon",
team: "Ubuntu Korea Community",
role: "Web and Video, Venue and Safety",
profileImageUrl: "https://avatars.githubusercontent.com/u/7126454?v=4"
}
]
5 changes: 5 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ const { title, description } = Astro.props;
<style lang="scss" is:global>
@import "vanilla-framework";
@include vanilla;

.p-media-object--large .p-media-object__image {
object-fit: cover;
width: 100%;
}
</style>
2 changes: 1 addition & 1 deletion src/pages/ko/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ import CommitteMembers from "/src/components/CommitteeMembers.astro";

## 조직위원회

우부콘 코리아 2023은 비영리 컨퍼런스이자 커뮤니티 주도 행사로, 우분투한국커뮤니티와 오픈소스 커뮤니티에서 온 자원 봉사자로 구성된 팀에서 운영하고 있습니다.
우부콘 코리아 2024는 비영리 컨퍼런스이자 커뮤니티 주도 행사로, 우분투한국커뮤니티와 오픈소스 커뮤니티에서 온 자원 봉사자로 구성된 팀에서 운영하고 있습니다.
<CommitteMembers/>

0 comments on commit f9a75a1

Please sign in to comment.