Skip to content
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

영어 사이트 이름 정정 #183

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Footer extends HTMLElement {
<slot name="icon-link-list"></slot>
</section>

<p>© 2024 Dale Study. All rights reserved.</p>
<p>© 2024 DaleStudy. All rights reserved.</p>
</footer>`;
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Header extends HTMLElement {
return html`
<header>
<div class="header-content">
<a href="/" aria-label="Go to the homepage of Dale Study">
<a href="/" aria-label="Go to the homepage of DaleStudy">
<svg
id="logo"
width="45"
Expand Down
20 changes: 12 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Dale Study Group Website</title>
<meta name="description" content="This is a Dale Study Group Website" />
<title>DaleStudy</title>
<meta name="description" content="DaleStudy Website" />
<meta
name="keywords"
content="Algorithm, DataStructure, LeetCode, Study, Group"
/>
Comment on lines +9 to +12
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SEO에 조금이나마 도움이 될까하여 키워드도 추가하였습니다.

<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
Expand Down Expand Up @@ -170,13 +174,13 @@
이 스터디는 자유와 책임의 균형이 잘 맞춰져 있습니다. 매주 깃허브 레포지토리에 할당된 문제의 소스 코드를 올리면 되고, 정기적으로 온라인 모임을 통해 그 주 문제에 대해 이야기할 수도 있습니다. 물론, 이는 필수는 아니어서 부담 없이 참여할 수 있었습니다. <br />
스터디에 모인 사람들도 중요했습니다. 운이 좋게도 스터디에 적극적인 멤버들과 함께할 수 있었고, 스터디 기간 중후반까지 높은 참여율을 유지할 수 있었습니다. 이는 달레님의 커뮤니티에 대한 지속적인 관심과 노력 덕분이라 생각합니다. 달레님의 정성과 노력에 저를 포함한 스터디 멤버들이 잘 응답했다고 생각해요. 저희 스터디 멤버들에게 감사하고 여러분들이 자랑스러워요!"
author="Evan Suhyeong Lee"
></ds-participant-review>
<ds-participant-review
author-img-src="images/human_3.png"
content="LeetCode Blind 75 완주를 목표로 매주 5문제씩 꾸준히 풀고 있습니다. 서로의 코드를 리뷰하고 피드백을 주고받으며 많은 것을 배웠어요. 해외 취업을 목표로 하는 분들에게 유익한 정보와 동기부여가 되며, 함께 공부하는 멤버들과 알차게 매주를 채워나가고 있습니다. <br />
></ds-participant-review>
<ds-participant-review
author-img-src="images/human_3.png"
content="LeetCode Blind 75 완주를 목표로 매주 5문제씩 꾸준히 풀고 있습니다. 서로의 코드를 리뷰하고 피드백을 주고받으며 많은 것을 배웠어요. 해외 취업을 목표로 하는 분들에게 유익한 정보와 동기부여가 되며, 함께 공부하는 멤버들과 알차게 매주를 채워나가고 있습니다. <br />
자기주도적으로 배움과 동기를 얻고 싶은 분들께 강력히 추천합니다."
author="Helena Park"
></ds-participant-review>
author="Helena Park"
></ds-participant-review>
</ds-participant-review-list>
</ds-participant-reviews-section>

Expand Down