diff --git a/components/footer-link-list.js b/components/footer-link-list.js index 649d36f..b9ffc4f 100644 --- a/components/footer-link-list.js +++ b/components/footer-link-list.js @@ -1,4 +1,5 @@ import { css, html } from "../html-css-utils.js"; +import { APPLICATION_URL } from "../data.js"; class FooterLinkList extends HTMLElement { constructor() { @@ -79,7 +80,7 @@ class FooterLinkList extends HTMLElement {
  • diff --git a/components/step-section.js b/components/step-section.js index 32983f8..14a421c 100644 --- a/components/step-section.js +++ b/components/step-section.js @@ -1,4 +1,5 @@ import { html, css } from "../html-css-utils.js"; +import { APPLICATION_URL } from "../data.js"; class StepsSection extends HTMLElement { constructor() { @@ -38,7 +39,41 @@ class StepsSection extends HTMLElement { createHtml() { return html`
    - + 스터디 참여방법 + + +

    + 현재 스터디 1기(2024년 4/21~8/10)가 진행중이에요. 8/11에 시작하는 + 다음 기수 스터디 참여를 원한다면 + + 여기 + + 에서 신청할 수 있어요. +

    +
    + +

    + 답안 제출과 확인은 깃허브를 통해 이루어져요. 스터디 전체 + 진행상황을 알고 싶다면 + + 프로젝트 보드 + + 를 통해 파악할 수 있어요. +

    +
    + +

    + 매주 스터디 멤버들끼리 + + 디스코드 + + 에서 간단한 모임을 가져요. 멤버 간의 친밀감도 쌓고 해외 취업 + 관련한 유용한 정보도 공유하고 있어요. +

    +
    +
    `; } diff --git a/data.js b/data.js new file mode 100644 index 0000000..ca4fbcd --- /dev/null +++ b/data.js @@ -0,0 +1,2 @@ +export const APPLICATION_URL = + "https://github.com/DaleStudy/leetcode-study/discussions/209"; diff --git a/index.html b/index.html index 55ba7ee..b205d0c 100644 --- a/index.html +++ b/index.html @@ -188,45 +188,7 @@ - - 스터디 참여방법 - - -

    - 현재 스터디 1기(2024년 4/21~8/10)가 진행중이에요. 8/11에 시작하는 - 다음 기수 스터디 참여를 원한다면 - - 여기 - - 에서 신청할 수 있어요. -

    -
    - -

    - 답안 제출과 확인은 깃허브를 통해 이루어져요. 스터디 전체 진행상황을 - 알고 싶다면 - - 프로젝트 보드 - - 를 통해 파악할 수 있어요. -

    -
    - -

    - 매주 스터디 멤버들끼리 - - 디스코드 - - 에서 간단한 모임을 가져요. 멤버 간의 친밀감도 쌓고 해외 취업 관련한 - 유용한 정보도 공유하고 있어요. -

    -
    -
    -
    +