-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
스터디 3기 시작에 따른 웹사이트 컨텐츠 업데이트 #205
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ import "./icon-link-list.js"; | |
import "./image.js"; | ||
import "./intro-section.js"; | ||
import "./language-section.js"; | ||
import "./participant-review-section.js"; | ||
import "./participant-review.js"; | ||
import "./testimony-section.js"; | ||
import "./testimony.js"; | ||
Comment on lines
+11
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 오오, "testimony"가 더 적합하다고 판단하셨군요! |
||
import "./steps-section.js"; | ||
import "./step.js"; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,8 @@ class StepsSection extends HTMLElement { | |
<ds-step-list> | ||
<ds-step step="1" icon-src="images/icon_step1.png"> | ||
<p slot="content"> | ||
현재 스터디 2기(2024년 8/11~11/23)가 진행중이에요. 11/30에 | ||
시작하는 다음 기수 스터디 참여를 원한다면 | ||
현재 스터디 3기(2024년 12/8 ~ 2025년 3/22)가 진행중이에요. 다음 | ||
기수 스터디 참여를 원한다면 | ||
Comment on lines
+46
to
+47
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 현재 스터디 3기가 진행 중이라고 컨텐츠 변경 |
||
<ds-step-text-link link="${APPLICATION_URL}"> | ||
여기 | ||
</ds-step-text-link> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export const APPLICATION_URL = | ||
"https://github.com/DaleStudy/leetcode-study/discussions/620"; | ||
export const DISCORD_URL = "https://dales.link/discord"; | ||
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/3"; | ||
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/12"; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 프로젝트 URL 업데이트 |
||
export const CONTRIBUTING_URL = | ||
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md"; | ||
export const WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki"; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ds-participant-review
라는 커스텀 태그 이름이 너무 장황한 것 같아서 좀 간단히 줄여보았습니다. 본 PR과 무방한 내용을 같이 포함시켜서 죄송합니다. 리뷰가 편하시도록 중요한 변경은 밑에 코멘트 달아두겠습니다.