Skip to content

Commit 20003f2

Browse files
authored
Merge pull request #2 from ioltw/20250408
20240409
2 parents 2ff47df + 51e8db0 commit 20003f2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

src/app/en/(ioltw)/student/learning-resources/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export default function LearningResources() {
7373
<div className="icon-ul">
7474
<h6>Here are experience shares, competition insights, and related resources from past participants and national team members:</h6>
7575
<ul>
76+
<li>
77+
<a href="/pdf/exp_4.pdf" target="_blank" style={{color: "#2782ce"}}>Cheng-You Ko:Linguistics Olympiad Problem Solving — Morpheme Analysis Strategies for Morphosyntactic Questions</a>
78+
</li>
7679
<li>
7780
<a href="https://lope.linguistics.ntu.edu.tw/ioltw/exp/exp_1.pdf" target="_blank" style={{color: "#2782ce"}}>Cheng-You Ko: Sharing on Preparation and Problem Solving for the Linguistics Olympiad (in Chinese)</a>
7881
</li>

src/app/zh/(ioltw)/student/learning-resources/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ export default function LearningResources() {
7272
<div className="icon-ul">
7373
<h6>以下為歷屆參賽者與國手的經驗分享、參賽心得與相關資源:</h6>
7474
<ul>
75+
<li>
76+
<a href="/pdf/exp_4.pdf" target="_blank" style={{color: "#2782ce"}}>柯承佑:語奧解題-形態句法題型的語素分析策略</a>
77+
</li>
7578
<li>
7679
<a href="https://lope.linguistics.ntu.edu.tw/ioltw/exp/exp_1.pdf" target="_blank" style={{color: "#2782ce"}}>柯承佑:語言學奧林匹亞競賽準備與解題經驗分享</a>
7780
</li>
@@ -159,4 +162,4 @@ export default function LearningResources() {
159162

160163
</main>
161164
);
162-
}
165+
}

src/components/footer-en.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Footer() {
5757

5858
<div className="container">
5959
<div className="copyright">
60-
&copy; Taiwan Olympiad in Linguistics, 2024. Last Updated 2025/3/21
60+
&copy; Taiwan Olympiad in Linguistics, 2024. Last Updated 2025/4/9
6161
</div>
6262
<div className="credits">
6363
{/* <!-- All the links in the footer should remain intact. -->

src/components/footer-zh.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function Footer() {
5757

5858
<div className="container">
5959
<div className="copyright">
60-
&copy; 台灣語言學奧林匹亞競賽, 2024. 最近更新日期:2025/3/21
60+
&copy; 台灣語言學奧林匹亞競賽, 2024. 最近更新日期:2025/4/9
6161
</div>
6262
<div className="credits">
6363
{/* <!-- All the links in the footer should remain intact. -->

0 commit comments

Comments
 (0)