+
+
+
+
+
+ 성장의 발자취를 리더보드에서 확인할 수 있어요
+
+ 리더보드 보기
+
+
+
+ `;
+ }
+}
+
+customElements.define("ds-leaderboard-section", LeaderboardSection);
diff --git a/components/steps-section.js b/components/steps-section.js
index b8f2608..5d62339 100644
--- a/components/steps-section.js
+++ b/components/steps-section.js
@@ -16,7 +16,7 @@ class StepsSection extends HTMLElement {
return css`
:host {
display: block;
- background-color: var(--bg-200);
+ background-color: var(--bg-100);
}
section {
diff --git a/components/testimony-section.js b/components/testimony-section.js
index d6cf221..30f173e 100644
--- a/components/testimony-section.js
+++ b/components/testimony-section.js
@@ -13,6 +13,11 @@ class TestimonySection extends HTMLElement {
createCss() {
return css`
+ :host {
+ display: block;
+ background-color: var(--bg-200);
+ }
+
section {
max-width: 1550px;
margin: 0 27px;
diff --git a/images/leaderboard.png b/images/leaderboard.png
new file mode 100644
index 0000000..1a6904d
Binary files /dev/null and b/images/leaderboard.png differ
diff --git a/index.html b/index.html
index 48b6ec7..555f3f5 100644
--- a/index.html
+++ b/index.html
@@ -78,6 +78,8 @@