Skip to content

Commit

Permalink
Merge pull request #19 from lego37yoon/main
Browse files Browse the repository at this point in the history
후원사, 회비회원 추가 외
  • Loading branch information
sukso96100 authored Aug 5, 2024
2 parents f91ef70 + 7827763 commit 1a7ed9e
Show file tree
Hide file tree
Showing 10 changed files with 961 additions and 21 deletions.
Binary file added public/docs/uck24_timetable.pdf
Binary file not shown.
917 changes: 917 additions & 0 deletions src/assets/sponsors/hanbit-media.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const config = {
url: '/schedules'
},
{
label: t('nav.socialevents'),
url: `/${locale}/programs/social-events`
label: t('nav.schedules.pdf'),
url: '/docs/uck24_timetable.pdf'
},
{
label: t('nav.ksp'),
Expand Down
20 changes: 20 additions & 0 deletions src/data/patrons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,25 @@ export const ukc = [
{
name: "유영재",
org: "에이캣"
},
{
name: "차의서",
org: "우분투한국커뮤니티"
},
{
name: "방기연",
org: "C++ Korea"
},
{
name: "조현우",
org: "HyperConnect"
},
{
name: "이종훈",
org: "GNSInfo"
},
{
name: "이재원",
org: "삼일테크"
}
]
15 changes: 15 additions & 0 deletions src/data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import nhncloud from "@assets/sponsors/nhncloud.png";
import ahnlabCloudmate from "@assets/sponsors/AhnlabCloudMate_screen.svg";
import groMetric from "@assets/sponsors/grometric.svg";
import whaTapLabs from "@assets/sponsors/whatap.png";
import hanbitMedia from "@assets/sponsors/hanbit-media.svg";

export const sponsors = [
{
Expand Down Expand Up @@ -89,5 +90,19 @@ export const sponsors = [
sizeOnLargeScreen: 2 as ColSize,
sizeOnMediumScreen: 2 as ColSize,
sizeOnSmallScreen: 1 as ColSize,
},
{
sponsorLevelName: "Media",
sizeOnLargeScreen: 2 as ColSize,
sizeOnMediumScreen: 2 as ColSize,
sizeOnSmallScreen: 1 as ColSize,
list: [
{
name: "한빛미디어",
logoUrl: hanbitMedia.src,
url: "https://www.hanbit.co.kr/media",
description: "한빛미디어(주)는 ‘책으로 여는 IT 세.상’을 만들어 갑니다. IT 세상의 주역은 ‘우리’ 입니다. 한빛미디어(주)는 IT 세상의 주역들을 위한 프로그래밍, 컴퓨터공학, IT 에세이, Make, 리얼타임(전자책), OA, 그래픽, 나와 내 아이를 위한 실용 등 다양한 분야의 책으로 IT 세상을 만들어 가고 있습니다."
}
]
}
]
2 changes: 2 additions & 0 deletions src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const languages = {
'nav.programs': 'Programs',
'nav.cfp': 'Call for proposals',
'nav.schedules': 'Schedules',
'nav.schedules.pdf': 'Schedules(PDF)',
'nav.socialevents': 'Conference Dinner',
'nav.ksp': 'OpenPGP Keysigning Party',
'nav.sponsors': 'Sponsors/Patrons',
Expand Down Expand Up @@ -67,6 +68,7 @@ export const languages = {
'nav.programs': '프로그램',
'nav.cfp': '제안서 모집',
'nav.schedules': '일정표',
'nav.schedules.pdf': '일정표(PDF)',
'nav.socialevents': '컨퍼런스 만찬',
'nav.ksp': 'OpenPGP 키사이닝 파티',
'nav.sponsors': '후원사/개인후원',
Expand Down
7 changes: 0 additions & 7 deletions src/pages/en/programs/social-events.mdx

This file was deleted.

8 changes: 4 additions & 4 deletions src/pages/en/venue-and-safety.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import OpenStreetMap from "../../components/OpenStreetMap.astro";
![Indoor map of the venue](/venue/inside_venue.png)

- Reception: Registration and Information
- Hall: Workshops and Talks
- Hall(Jeju, Donghae, Dokdo): Workshops, Talks and BoFs
- Catering Zone, Rest Area: Snacks and Drinks

### Hall
Expand All @@ -47,9 +47,9 @@ import OpenStreetMap from "../../components/OpenStreetMap.astro";
![Hall](/venue/hall.png)

- Dokdo: Talks & BoFs
- Donghae: Workshops
- Jeju: Talks
- Dokdo(capacity for about 18 people): Talks & BoFs
- Donghae(capacity for about 32 people): Workshops
- Jeju(capacity for about 62 people): Talks

You can charge your electronic devices using power strips inside the desks, and WiFi connection will be provided for staffs, speakers, and attendees who attends workshop session during the event.

Expand Down
7 changes: 0 additions & 7 deletions src/pages/ko/programs/social-events.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/ko/venue-and-safety.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import OpenStreetMap from "../../components/OpenStreetMap.astro";
![행사장 내부 안내도](/venue/inside_venue.png)

- Reception: 등록 및 안내
- Hall: 워크샵 및 강연
- Hall(제주, 동해, 독도): 워크샵, 강연 및 BoF
- Catering Zone, Rest Area: 간단한 다과 및 음료 제공, 휴식

### Hall
Expand Down

0 comments on commit 1a7ed9e

Please sign in to comment.