From 285ef0a8f09c5d13dc4308ffb21a22c214bd0a6a Mon Sep 17 00:00:00 2001 From: HTMLhead Date: Mon, 31 Mar 2025 11:08:48 +0900 Subject: [PATCH 1/5] =?UTF-8?q?fix(remove-codetogether):=20=EC=BD=94?= =?UTF-8?q?=EC=8A=A4=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=81=B4=EB=A6=B0=20=ED=94=84=EB=A1=A0=ED=8A=B8=EC=97=94?= =?UTF-8?q?=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/code-together/courses.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/code-together/courses.mdx b/content/code-together/courses.mdx index a36ddffa..3686898d 100644 --- a/content/code-together/courses.mdx +++ b/content/code-together/courses.mdx @@ -24,12 +24,4 @@ courses: path: /code-together/course/clean-react tags: - 대기자 모집 중 - - - category: 프론트엔드 - title: 클린 프론트엔드 - cost: 440,000원 - img: mediumCleanFE - path: /code-together/course/clean-frontend - tags: - - 준비 중 --- From 4288304f2983ad67993d553caa5f1f5bab1ffc09 Mon Sep 17 00:00:00 2001 From: HTMLhead Date: Mon, 31 Mar 2025 11:13:22 +0900 Subject: [PATCH 2/5] =?UTF-8?q?remove(remove-codetogether):=20=EB=A0=88?= =?UTF-8?q?=EA=B1=B0=EC=8B=9C=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=A0=9C?= =?UTF-8?q?=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{course/clean-frontend => _}/curriculum_part1.mdx | 2 +- .../code-together/{course/clean-frontend => _}/interviews.mdx | 2 +- content/code-together/{course/clean-frontend => _}/masthead.mdx | 2 +- content/code-together/{course/clean-frontend => _}/plan.mdx | 2 +- .../{course/clean-frontend => _}/registrations.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename content/code-together/{course/clean-frontend => _}/curriculum_part1.mdx (96%) rename content/code-together/{course/clean-frontend => _}/interviews.mdx (95%) rename content/code-together/{course/clean-frontend => _}/masthead.mdx (93%) rename content/code-together/{course/clean-frontend => _}/plan.mdx (98%) rename content/code-together/{course/clean-frontend => _}/registrations.mdx (86%) diff --git a/content/code-together/course/clean-frontend/curriculum_part1.mdx b/content/code-together/_/curriculum_part1.mdx similarity index 96% rename from content/code-together/course/clean-frontend/curriculum_part1.mdx rename to content/code-together/_/curriculum_part1.mdx index adbe13ee..6d06973e 100644 --- a/content/code-together/course/clean-frontend/curriculum_part1.mdx +++ b/content/code-together/_/curriculum_part1.mdx @@ -1,5 +1,5 @@ --- -path: code-together/course/clean-frontend +# path: code-together/course/clean-frontend templateKey: codeTogether_clean-frontend_part1 index: 1 tabName: 전체 diff --git a/content/code-together/course/clean-frontend/interviews.mdx b/content/code-together/_/interviews.mdx similarity index 95% rename from content/code-together/course/clean-frontend/interviews.mdx rename to content/code-together/_/interviews.mdx index b67c600f..e7c3895b 100644 --- a/content/code-together/course/clean-frontend/interviews.mdx +++ b/content/code-together/_/interviews.mdx @@ -1,5 +1,5 @@ --- -path: code-together/course/clean-frontend +# path: code-together/course/clean-frontend templateKey: codeTogether_clean-frontend_reviews interviews: - writerPhoto: "" diff --git a/content/code-together/course/clean-frontend/masthead.mdx b/content/code-together/_/masthead.mdx similarity index 93% rename from content/code-together/course/clean-frontend/masthead.mdx rename to content/code-together/_/masthead.mdx index c05a6943..aecb5adb 100644 --- a/content/code-together/course/clean-frontend/masthead.mdx +++ b/content/code-together/_/masthead.mdx @@ -1,5 +1,5 @@ --- -path: code-together/course/clean-frontend +# path: code-together/course/clean-frontend templateKey: codeTogether_clean-frontend_masthead title: 클린 프론트엔드 description: "클린 자바스크립트 개발 패턴을 익힙니다.\n다양한 웹 프론트엔드 지식을 바닐라 자바스크립트로 익혀\n 프론트엔드 프레임워크에 필요한 개념을 이해합니다." diff --git a/content/code-together/course/clean-frontend/plan.mdx b/content/code-together/_/plan.mdx similarity index 98% rename from content/code-together/course/clean-frontend/plan.mdx rename to content/code-together/_/plan.mdx index e49625a9..c9137ed4 100644 --- a/content/code-together/course/clean-frontend/plan.mdx +++ b/content/code-together/_/plan.mdx @@ -1,5 +1,5 @@ --- -path: code-together/course/clean-frontend +# path: code-together/course/clean-frontend templateKey: codeTogether_clean-frontend_plan tags: - name: 스스로 diff --git a/content/code-together/course/clean-frontend/registrations.mdx b/content/code-together/_/registrations.mdx similarity index 86% rename from content/code-together/course/clean-frontend/registrations.mdx rename to content/code-together/_/registrations.mdx index 171ff517..35991135 100644 --- a/content/code-together/course/clean-frontend/registrations.mdx +++ b/content/code-together/_/registrations.mdx @@ -1,5 +1,5 @@ --- -path: code-together/course/clean-frontend +# path: code-together/course/clean-frontend templateKey: codeTogether_clean-frontend_registrations registrations: - title: "클린 프론트엔드 수강신청 바로 가기" From 0eca986bbd50061f734a15751d35f73145ed4787 Mon Sep 17 00:00:00 2001 From: HTMLhead Date: Mon, 31 Mar 2025 11:15:25 +0900 Subject: [PATCH 3/5] =?UTF-8?q?fix(remove-codetogether):=20=ED=81=B4?= =?UTF-8?q?=EB=A6=B0=20=ED=94=84=EB=A1=A0=ED=8A=B8=EC=97=94=EB=93=9C=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20faq=EB=82=B4=EC=9A=A9=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/faq/lists.mdx | 120 +++++++++++++------------- src/components/FAQ/FAQ.tsx | 2 +- src/template/codeTogetherTemplate.tsx | 2 +- 3 files changed, 62 insertions(+), 62 deletions(-) diff --git a/content/faq/lists.mdx b/content/faq/lists.mdx index 25051b31..ca37182c 100644 --- a/content/faq/lists.mdx +++ b/content/faq/lists.mdx @@ -189,68 +189,68 @@ lists: 지원 포지션에 따라 채용 절차는 다를 수 있습니다. 상세 내용은 채용 페이지를 확인해 주세요." editDate: "2022-06-14" - - course: clean-frontend - category: 교육 과정 - title: 클린 프론트엔드 과정은 1년에 몇 번 진행하나요? - content: 2023년 1월~4월 사이에 과정을 처음 오픈할 예정입니다. 이후 오픈 시기는 아직 미정입니다. - editDate: "2022-12-15" + # - course: clean-frontend + # category: 교육 과정 + # title: 클린 프론트엔드 과정은 1년에 몇 번 진행하나요? + # content: 2023년 1월~4월 사이에 과정을 처음 오픈할 예정입니다. 이후 오픈 시기는 아직 미정입니다. + # editDate: "2022-12-15" - - course: clean-frontend - category: 교육 과정 - title: 과정은 온라인으로 진행되나요? - content: "네, 온라인 과정이며 줌과 슬랙을 활용합니다. \n -다만 마지막 주차 중 하루는 오프라인(@코드스쿼드)에 모여 활동할 수 있습니다." - editDate: "2022-12-15" - - - course: clean-frontend - category: 수강신청 - title: 현재 재직 중이 아니라면 참여할 수 없나요? - content: 아니요, 교육 과정 대상자에 해당된다면 재직여부와 상관없이 참여할 수 있습니다. - editDate: "2022-12-15" +# - course: clean-frontend +# category: 교육 과정 +# title: 과정은 온라인으로 진행되나요? +# content: "네, 온라인 과정이며 줌과 슬랙을 활용합니다. \n +# 다만 마지막 주차 중 하루는 오프라인(@코드스쿼드)에 모여 활동할 수 있습니다." +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 수강신청 +# title: 현재 재직 중이 아니라면 참여할 수 없나요? +# content: 아니요, 교육 과정 대상자에 해당된다면 재직여부와 상관없이 참여할 수 있습니다. +# editDate: "2022-12-15" - - course: clean-frontend - category: 수강신청 - title: 코어타임에 함께할 수 없다면 신청할 수 없나요? - content: 코드투게더 과정은 동료, 마스터와 함께 학습하는 과정입니다. 모두의 학습과 성장을 위해 정해진 코어타임은 지켜주셔야 합니다. - editDate: "2022-12-15" - - - course: clean-frontend - category: 수강신청 - title: 과정을 어떻게 신청할 수 있나요? - content: "모집 시기가 되면 대기자 분들에게 메일로 수강신청 방법을 안내드리고 있습니다.\n -그때 자세한 방법을 확인하실 수 있습니다." - editDate: "2022-12-15" - - - course: clean-frontend - category: 수강신청 - title: 별도의 선발 과정은 없나요? - content: 네, 없습니다. 다만 과정의 난이도가 중급이기 때문에 초보자는 신청이 어렵습니다. - editDate: "2022-12-15" - - - course: clean-frontend - category: 교육 과정 - title: 수강생은 총 몇 명인가요? - content: 약 20명의 수강생이 함께 학습합니다. - editDate: "2022-12-15" - - - course: clean-frontend - category: 수강신청 - title: 과정 중간에 빈자리가 생긴다면 등록할 수 있나요? - content: 아니요, 과정 특성상 중간에 합류하시는 것은 어렵습니다. - editDate: "2022-12-15" - - - course: clean-frontend - category: 결제 - title: 수강료 결제는 어떻게 하나요? - content: "수강료는 과정 시작 전에 결제합니다. 결제 방법은 과정에 신청하시면 자세히 안내받으실 수 있습니다.\n -만약 재직 중인 회사에서 교육 비용을 지원해 주는 경우, 법인 카드로 결제 또는 비용 입금 후 세금계산서 발행이 가능합니다." - editDate: "2022-12-15" - - - course: clean-frontend - category: 결제 - title: 고용노동부에서 지원하는 재직자 교육 과정(내일배움카드교육 등)에 해당되나요? - content: 아니요, 해당되지 않습니다. - editDate: "2022-12-15" +# - course: clean-frontend +# category: 수강신청 +# title: 코어타임에 함께할 수 없다면 신청할 수 없나요? +# content: 코드투게더 과정은 동료, 마스터와 함께 학습하는 과정입니다. 모두의 학습과 성장을 위해 정해진 코어타임은 지켜주셔야 합니다. +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 수강신청 +# title: 과정을 어떻게 신청할 수 있나요? +# content: "모집 시기가 되면 대기자 분들에게 메일로 수강신청 방법을 안내드리고 있습니다.\n +# 그때 자세한 방법을 확인하실 수 있습니다." +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 수강신청 +# title: 별도의 선발 과정은 없나요? +# content: 네, 없습니다. 다만 과정의 난이도가 중급이기 때문에 초보자는 신청이 어렵습니다. +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 교육 과정 +# title: 수강생은 총 몇 명인가요? +# content: 약 20명의 수강생이 함께 학습합니다. +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 수강신청 +# title: 과정 중간에 빈자리가 생긴다면 등록할 수 있나요? +# content: 아니요, 과정 특성상 중간에 합류하시는 것은 어렵습니다. +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 결제 +# title: 수강료 결제는 어떻게 하나요? +# content: "수강료는 과정 시작 전에 결제합니다. 결제 방법은 과정에 신청하시면 자세히 안내받으실 수 있습니다.\n +# 만약 재직 중인 회사에서 교육 비용을 지원해 주는 경우, 법인 카드로 결제 또는 비용 입금 후 세금계산서 발행이 가능합니다." +# editDate: "2022-12-15" + +# - course: clean-frontend +# category: 결제 +# title: 고용노동부에서 지원하는 재직자 교육 과정(내일배움카드교육 등)에 해당되나요? +# content: 아니요, 해당되지 않습니다. +# editDate: "2022-12-15" - course: ios-architecture category: 교육 과정 diff --git a/src/components/FAQ/FAQ.tsx b/src/components/FAQ/FAQ.tsx index 204b977c..9ad16770 100644 --- a/src/components/FAQ/FAQ.tsx +++ b/src/components/FAQ/FAQ.tsx @@ -11,7 +11,7 @@ import { SUBTITLE, TITLE } from "assets/static/phrases"; import { strainMdxInfo } from "lib/utils"; type IFaq = { - course?: "masters" | "javascript" | "pre-course" | "clean-frontend"; + course?: "masters" | "javascript" | "pre-course" | "ios-architecture"; }; const FAQ: React.FC = ({ course }) => { diff --git a/src/template/codeTogetherTemplate.tsx b/src/template/codeTogetherTemplate.tsx index 4c91b942..8ca0680f 100644 --- a/src/template/codeTogetherTemplate.tsx +++ b/src/template/codeTogetherTemplate.tsx @@ -55,7 +55,7 @@ export default ({ data, location }: PageProps) => { const graduateReviewInfo = strainFrontmatterInfo(graduateReview); const courseTitle = mastheadInfo.title; - const currentCourse = path.split("/").pop() as "clean-frontend" | "javascript"; + const currentCourse = path.split("/").pop() as "javascript" | "ios-architecture"; return ( From 865aee3b72a6992e670bbb99fc74fed68e970cb5 Mon Sep 17 00:00:00 2001 From: HTMLhead Date: Mon, 31 Mar 2025 11:19:17 +0900 Subject: [PATCH 4/5] =?UTF-8?q?fix(remove-codetogether):=20=EB=A7=88?= =?UTF-8?q?=EC=8A=A4=ED=84=B0=EC=A6=88=20=EC=B4=9D=20=EA=B8=88=EC=95=A1=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/masters/masthead.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/masters/masthead.mdx b/content/masters/masthead.mdx index 022b3f4e..d6ae156e 100644 --- a/content/masters/masthead.mdx +++ b/content/masters/masthead.mdx @@ -12,7 +12,7 @@ courseInfos: img: clock - title: 77만원 - content: "" + content: "5개월 기준 총 385만원" img: coin targets: From 9dd4fe3ac8f19383f9c2c5f2186dbccced39f8d3 Mon Sep 17 00:00:00 2001 From: HTMLhead Date: Mon, 31 Mar 2025 11:29:09 +0900 Subject: [PATCH 5/5] =?UTF-8?q?fix(remove-codetogether):=20=EC=95=A1?= =?UTF-8?q?=EC=85=98=20=ED=8C=8C=EC=9D=BC=20=EB=B2=84=EC=A0=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pipeline-beta.yml | 4 ++-- .github/workflows/pipeline-master.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipeline-beta.yml b/.github/workflows/pipeline-beta.yml index 38dd6f48..43f4d917 100644 --- a/.github/workflows/pipeline-beta.yml +++ b/.github/workflows/pipeline-beta.yml @@ -24,7 +24,7 @@ jobs: run: echo "::set-output name=hash::${{ hashFiles('package-lock.json') }}" - name: Check dependency cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache_dependencies with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Check dependency cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.test.outputs.dependency_cache_key }} diff --git a/.github/workflows/pipeline-master.yml b/.github/workflows/pipeline-master.yml index 7a9c4322..73d1b803 100644 --- a/.github/workflows/pipeline-master.yml +++ b/.github/workflows/pipeline-master.yml @@ -24,7 +24,7 @@ jobs: run: echo "::set-output name=hash::${{ hashFiles('package-lock.json') }}" - name: Check dependency cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache_dependencies with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Check dependency cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.test.outputs.dependency_cache_key }}