diff --git a/components/header.js b/components/header.js
index aa30098..40667b6 100644
--- a/components/header.js
+++ b/components/header.js
@@ -1,4 +1,5 @@
import { css, html } from "../html-css-utils.js";
+import { DISCORD_URL } from "../data.js";
class Header extends HTMLElement {
constructor() {
@@ -288,10 +289,7 @@ class Header extends HTMLElement {
참여방법 안내
- 디스코드 참여하기
diff --git a/components/icon-link-list.js b/components/icon-link-list.js
index 0f60f42..e72fb54 100644
--- a/components/icon-link-list.js
+++ b/components/icon-link-list.js
@@ -1,4 +1,10 @@
import { css, html } from "../html-css-utils.js";
+import {
+ ALGO_DALE_URL,
+ GITHUB_URL,
+ LINKED_IN_URL,
+ YOUTUBE_URL,
+} from "../data.js";
class IconLinkList extends HTMLElement {
constructor() {
@@ -58,7 +64,11 @@ class IconLinkList extends HTMLElement {
createHtml() {
return html`
`;
diff --git a/components/step-section.js b/components/steps-section.js
similarity index 90%
rename from components/step-section.js
rename to components/steps-section.js
index 14a421c..192155a 100644
--- a/components/step-section.js
+++ b/components/steps-section.js
@@ -1,5 +1,5 @@
import { html, css } from "../html-css-utils.js";
-import { APPLICATION_URL } from "../data.js";
+import { APPLICATION_URL, DISCORD_URL, PROJECT_URL } from "../data.js";
class StepsSection extends HTMLElement {
constructor() {
@@ -55,9 +55,7 @@ class StepsSection extends HTMLElement {
답안 제출과 확인은 깃허브를 통해 이루어져요. 스터디 전체
진행상황을 알고 싶다면
-
+
프로젝트 보드
를 통해 파악할 수 있어요.
@@ -66,7 +64,7 @@ class StepsSection extends HTMLElement {
매주 스터디 멤버들끼리
-
+
디스코드
에서 간단한 모임을 가져요. 멤버 간의 친밀감도 쌓고 해외 취업
diff --git a/data.js b/data.js
index ca4fbcd..c924ea3 100644
--- a/data.js
+++ b/data.js
@@ -1,2 +1,12 @@
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/209";
+export const DISCORD_URL = "https://discord.gg/6TwzdnW6ze";
+export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/1";
+export const CONTRIBUTING_URL =
+ "https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md";
+export const FAQ_URL =
+ "https://github.com/DaleStudy/leetcode-study/discussions/54";
+export const ALGO_DALE_URL = "https://www.algodale.com/";
+export const LINKED_IN_URL = "https://www.linkedin.com/in/daleseo/";
+export const GITHUB_URL = "https://github.com/DaleStudy/leetcode-study";
+export const YOUTUBE_URL = "https://www.youtube.com/@DaleSeo";
diff --git a/index.html b/index.html
index b205d0c..f9c6a3f 100644
--- a/index.html
+++ b/index.html
@@ -46,27 +46,7 @@
-
-
- 해외취업을 위한 커뮤니티 기반 알고리즘 스터디
-
-
- 디스코드 참여하기
-
-
-
-
+
-
-
- 코드리뷰를 통해 새로운 관점을 배울 수 있어요
-
-
- 디스코드 참여하기
-
-
-
-
+
참가자 후기