diff --git a/src/components/Nav/menus.ts b/src/components/Nav/menus.ts index d0552e9..8d30b21 100644 --- a/src/components/Nav/menus.ts +++ b/src/components/Nav/menus.ts @@ -86,6 +86,10 @@ const Menus: MenuType = { name: "포스터 세션", path: "/poster-session", }, + fa: { + name: "재정 지원", + path: "/fa", + }, sponsoring: { name: "후원하기", sub: [ diff --git a/src/pages/FinancialAid/index.tsx b/src/pages/FinancialAid/index.tsx new file mode 100644 index 0000000..52162dc --- /dev/null +++ b/src/pages/FinancialAid/index.tsx @@ -0,0 +1,194 @@ +import Page from "components/common/Page"; +import React from "react"; +import { useSelector } from "react-redux"; +import { RootState } from "store"; +import styled from "styled-components"; +import useTranslation from "utils/hooks/useTranslation"; + +const FinancialAid = () => { + const language = useSelector( + (state) => state.core.language + ); + const t = useTranslation(); + + // 참가자용 재정 지원에 대한 내용만 담음 + return ( + + {language === "KOR" ? ( + <> +

개요

+

+ 파이콘 한국은 참가하는 "모든" 사람(준비위원회, 자원봉사자, 발표자까지도)이 + 티켓을 구매하는 것을 원칙으로 합니다. 그렇게 하여 모든 참가자들이 정당한 가격을 지불하고 + 동등한 자격으로 행사의 일부가 되도록 하는 것이 파이콘 한국의 중요한 철학 중 하나입니다. +

+

+ 하지만 현실적으로, Everybody Pays라는 파이콘 한국의 철학이 금전적인 장애물이 되어 티켓을 + 지불할 수 있는 여유가 있는 사람으로만 참가 대상을 한정하는 것 역시 또다른 차별이 될 수 + 있습니다. +

+

+ 이런 모순을 해결하기 위해 파이콘 한국에서는 재정 지원 프로그램을 운영하여 금전적인 + 이유로 파이콘 한국에 참석하기 힘든 분들에게 제한적이나마 도움을 드리고 있으며, + 준비위원회에서 준비한 예산에 추가로 후원 티켓 판매 차액 전액을 재정 지원 예산으로 + 사용하고 있습니다. +

+ +

재정 지원 대상

+

+ 재정 지원 프로그램은 파이콘 한국 참가에 대한 재정적인 장벽을 최소화하고 파이썬 + 커뮤니티가 얻을 수 있는 장점을 최대화하기 위해 운영됩니다. +

+

+ 행사 당일에 아래와 같은 서류를 지참하셔서 지원 대상인지 증빙하시면 카드 결제 금액의 + 일부를 환불해드리는 방식으로 지원합니다. +

+
    +
  1. 초등학생, 중학생, 고등학생
  2. +
      +
    • + 사진이 포함된 청소년증, 학생증, 여권, 주민등록초본(등본) 등 나이를 확인할 수 있는 + 서류 +
    • +
    +
  3. 대학생, 대학원생
  4. +
      +
    • 학생증, 재학증명서 등 현재 재학 중임을 확인할 수 있는 서류
    • +
    +
  5. 군인, 공무원
  6. +
      +
    • 공무원증, 병적증명서
    • +
    +
+ +

재정 지원 범위

+

컨퍼런스 티켓 가격을 지원합니다.

+
    +
  1. 초등학생, 중학생, 고등학생: 80% 지원
  2. +
  3. 대학생, 대학원생: 50% 지원
  4. +
  5. 군인, 공무원: 50% 지원
  6. +
+

+ * 티셔츠 구매 금액은 지원 대상이 아닙니다. +
+ * 개인 후원 티켓 구매자는 지원 대상이 아닙니다. +
* 뭉치면 할인! 적용된 티켓은 지원 대상이 아닙니다. +

+ +

재정 지원 일정

+

+ - 재정 지원 신청 : 2024년 10월 26일 (토) 23시 59분까지 (KST) +
- 재정 지원 금액 지급 (결제금 환불 처리) : 컨퍼런스 종료 후 +

+ + + + + + ) : ( + <> +

Introduction

+

+ The principle in PyCon Korea is "Every" attendee(including organizers, + volunteers, and even speakers) purchases the ticket. That way, it is one of the + important philosophies of PyCon Korea to ensure that all participants pay a fair price + and are part of the event with equal qualifications. +

+

+ However, this principle, "Everybody Pays", can be another discrimination to + limit the participants as people who can pay their tickets. +

+

+ In order to solve this contradiction, PyCon Korea operates the [Financial Aid] program + to help those who are unable to attend the PyCon Korea for financial reasons. In + addition to the budget prepared by the Organizing Team, we fund all sales from Patron + tickets. +

+ +

Principles and Targets

+

+ Financial aid program is designed to minimize the financial barriers to participation in + PyCon Korea and maximize the benefits of the Python community. +

+

+ Please bring the following documents with you on the conference day to verify your + eligibility for the support. Upon verification, a portion of your card payment will be + refunded. +

+
    +
  1. Elementary, middle, and high school students
  2. +
      +
    • + Documents that can verify your age, such as a youth ID card with a photo, student ID + card, passport +
    • +
    +
  3. Undergraduate and graduate college students
  4. +
      +
    • + Documents that can prove that you are currently enrolled, such as a student ID +
    • +
    +
  5. Military, civil servants
  6. +
      +
    • Civil Servant ID, Certificate of Military Service
    • +
    +
+ +

Coverage

+

Support conference ticket pricing.

+
    +
  1. Elementary, middle, and high school students: 80% support
  2. +
  3. Undergraduate and graduate college students: 50% support
  4. +
  5. Military, civil servants: 50% support
  6. +
+

+ * The purchase amount of T-shirts is not eligible for support. +
+ * Patron ticket purchasers are not eligible for support. +
* Group discount ticket purchasers are not eligible for support. +

+ +

Schedule

+

+ - Financial aid application period : Until 2024.10.26. (Sat) 23:59 (KST) +
- Payment of financial aid amount (refund of payment) : After the conference ends +

+ + + + + + )} +
+ ); +}; + +export default FinancialAid; + +const ApplyContainer = styled.div` + display: flex; + justify-content: center; + align-items: center; +`; + +const Button = styled.button` + width: 17rem; + margin: 0.5rem; + border-radius: 0.5rem; + background-color: #b0a8fe; + color: #141414; + font-size: 0.75rem; +`; diff --git a/src/routes.tsx b/src/routes.tsx index a917827..b263a82 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -1,5 +1,5 @@ -import React from "react" -import { BrowserRouter, Navigate, Route, Routes } from "react-router-dom" +import React from "react"; +import { BrowserRouter, Navigate, Route, Routes } from "react-router-dom"; import Footer from "components/Footer"; import Nav from "components/Nav"; @@ -21,6 +21,7 @@ import PatronList from "pages/Sponsor/patron"; import PosterSession from "pages/PosterSession"; import { HowToGetThere } from "pages/About/howToGetThere"; import OrganizingTeam from "pages/About/organizingTeam"; +import FinancialAid from "pages/FinancialAid"; const Router = () => { return ( @@ -34,6 +35,7 @@ const Router = () => { } /> } /> } /> + } /> } /> } /> } />