Skip to content

Commit

Permalink
update content for season 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Nov 28, 2024
1 parent 23ef45d commit 4b03a89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions components/footer-link-list.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { css, html } from "../html-css-utils.js";
import { APPLICATION_URL, CONTRIBUTING_URL, FAQ_URL } from "../data.js";
import { APPLICATION_URL, CONTRIBUTING_URL, WIKI_URL } from "../data.js";

class FooterLinkList extends HTMLElement {
constructor() {
Expand Down Expand Up @@ -70,11 +70,11 @@ class FooterLinkList extends HTMLElement {
return html`<ul>
<li>
<a
href="${FAQ_URL}"
href="${WIKI_URL}"
target="_blank"
aria-label="Read the FAQ discussion on Algorithm study group"
aria-label="Read the Wiki page on Algorithm study group"
>
FAQ
Wiki
</a>
</li>
Expand Down
6 changes: 3 additions & 3 deletions components/steps-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ class StepsSection extends HTMLElement {
</ds-step>
<ds-step step="3" icon-src="images/icon_step3.png">
<p slot="content">
맀주 μŠ€ν„°λ”” 멀버듀끼리
μŠ€ν„°λ”” 멀버 간에 μΉœλ°€κ°μ„ μŒ“κΈ° μœ„ν•΄
<ds-step-text-link link="${DISCORD_URL}">
λ””μŠ€μ½”λ“œ
</ds-step-text-link>
μ—μ„œ κ°„λ‹¨ν•œ λͺ¨μž„을 κ°€μ Έμš”. 멀버 κ°„μ˜ μΉœλ°€κ°λ„ μŒ“κ³  ν•΄μ™Έ μ·¨μ—…
κ΄€λ ¨ν•œ μœ μš©ν•œ 정보도 κ³΅μœ ν•˜κ³  μžˆμ–΄μš”.
μ—μ„œ 자율적인 λŒ€ν™”μ™€ λͺ¨μž„을 κ°€μ Έμš”. ν•¨κ»˜ μ½”λ”© μ‹œν—˜/λ©΄μ ‘ μ€€λΉ„λ₯Ό
ν•˜κ³  ν•΄μ™Έ μ·¨μ—… κ΄€λ ¨ν•œ μœ μš©ν•œ 정보도 κ³΅μœ ν•˜κ³  μžˆμ–΄μš”.
</p>
</ds-step>
</ds-step-list>
Expand Down
3 changes: 1 addition & 2 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ export const DISCORD_URL = "https://dales.link/discord";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/3";
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 WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki";
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";
Expand Down

0 comments on commit 4b03a89

Please sign in to comment.