From 690681cf4f996fb2f33087798cea1657cc1f7072 Mon Sep 17 00:00:00 2001 From: Kjuly Date: Tue, 11 Jun 2024 17:46:26 +0800 Subject: [PATCH] Add references.md --- config/base.yml | 1 + config/en/mkdocs.yml | 1 + config/zh-Hans/mkdocs.yml | 1 + overrides/css/extra.css | 10 ++++++++-- src/en/references.md | 15 +++++++++++++++ src/zh-Hans/references.md | 15 +++++++++++++++ 6 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 src/en/references.md create mode 100644 src/zh-Hans/references.md diff --git a/config/base.yml b/config/base.yml index 8d523707..69a9aa89 100644 --- a/config/base.yml +++ b/config/base.yml @@ -96,6 +96,7 @@ extra: timeline: Index page of Event Timeline. city: Index page of Events by City. tag: Tags. + references: References. help: Help & Feedback. privacy: Privacy Policy. terms: Terms & Conditions. diff --git a/config/en/mkdocs.yml b/config/en/mkdocs.yml index 41fcbc13..4daa736c 100644 --- a/config/en/mkdocs.yml +++ b/config/en/mkdocs.yml @@ -122,6 +122,7 @@ nav: - Orgs: https://swing.kids - Changelogs: https://github.com/swingdance/events/commits/main/ - About: + - references.md - support.md - Privacy & Terms: - privacy.md diff --git a/config/zh-Hans/mkdocs.yml b/config/zh-Hans/mkdocs.yml index eac33333..93f4aadc 100644 --- a/config/zh-Hans/mkdocs.yml +++ b/config/zh-Hans/mkdocs.yml @@ -122,6 +122,7 @@ nav: - 组织: https://swing.kids - 更新日志: https://github.com/swingdance/events/commits/main/ - 关于: + - references.md - support.md - 隐私与条款: - privacy.md diff --git a/overrides/css/extra.css b/overrides/css/extra.css index 2c3074fb..93f8391f 100644 --- a/overrides/css/extra.css +++ b/overrides/css/extra.css @@ -3,9 +3,10 @@ --md-status--timeline: url('data:image/svg+xml;charset=utf-8,'); --md-status--city: url('data:image/svg+xml;charset=utf-8,'); --md-status--tag: url('data:image/svg+xml;charset=utf-8,'); + --md-status--references: url('data:image/svg+xml;charset=utf-8,'); --md-status--help: url('data:image/svg+xml;charset=utf-8,'); - --md-status--privacy: url('data:image/svg+xml;charset=utf-8,'); - --md-status--terms: url('data:image/svg+xml;charset=utf-8,'); + --md-status--privacy: url('data:image/svg+xml;charset=utf-8,'); + --md-status--terms: url('data:image/svg+xml;charset=utf-8,'); /* Admonitions */ --md-admonition-icon--email: url('data:image/svg+xml;charset=utf-8,'); --md-admonition-icon--venue: url('data:image/svg+xml;charset=utf-8,'); @@ -30,6 +31,11 @@ -webkit-mask-image: var(--md-status--tag); } +.md-status--references::after { + mask-image: var(--md-status--references); + -webkit-mask-image: var(--md-status--references); +} + .md-status--help::after { mask-image: var(--md-status--help); -webkit-mask-image: var(--md-status--help); diff --git a/src/en/references.md b/src/en/references.md new file mode 100644 index 00000000..425427e8 --- /dev/null +++ b/src/en/references.md @@ -0,0 +1,15 @@ +--- +status: references +--- + +# References + +Here are some lists maintained by other dancers or organizations for reference. + +| Region | List Name | By | +| --- | --- | --- | +| Global | [Swing Plan-it](https://www.swingplanit.com) | +| ja_JP • Japan | [Swing Dance Events in Japan](https://sites.google.com/view/swingdanceeventsinjapan/home) | Taiga +| ko_KR • South Korea | [주간 소셜 스케줄 (Weekly Swing Schedule in Korea)](https://docs.google.com/spreadsheets/d/1f2y-doDtxlxZwswSB-yWs5n7A01xBccFQLDnFCLnTns) | Triplecrown Swing Dance +| zh_CN • China | [国内摇摆舞组织不完全汇总](https://mp.weixin.qq.com/s/UdH0yMKJv0TVOQbIcA2h1A) | Cat's Corner Studio +| [+ Submit](https://github.com/swingdance/shared-docs/issues/new){ .md-button } diff --git a/src/zh-Hans/references.md b/src/zh-Hans/references.md new file mode 100644 index 00000000..84f6e335 --- /dev/null +++ b/src/zh-Hans/references.md @@ -0,0 +1,15 @@ +--- +status: references +--- + +# 参考 + +以下是其他舞者或组织维护的一些列表,可供参考。 + +| 地区 | 列表名称 | 维护者 | +| --- | --- | --- | +| 全球 | [Swing Plan-it](https://www.swingplanit.com) | +| ja_JP • 日本 | [Swing Dance Events in Japan](https://sites.google.com/view/swingdanceeventsinjapan/home) | Taiga +| ko_KR • 韩国 | [주간 소셜 스케줄 (Weekly Swing Schedule in Korea)](https://docs.google.com/spreadsheets/d/1f2y-doDtxlxZwswSB-yWs5n7A01xBccFQLDnFCLnTns) | Triplecrown Swing Dance +| zh_CN • 中国 | [国内摇摆舞组织不完全汇总](https://mp.weixin.qq.com/s/UdH0yMKJv0TVOQbIcA2h1A) | 猫角工作室 +| [+ 提交](https://github.com/swingdance/shared-docs/issues/new){ .md-button }