Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 13 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,20 @@ <h4 class="font-bold text-lg text-blue-600">介紹影片</h4>
</main>

<!-- Footer -->
<footer class="bg-gray-800 text-white">
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion advanced-resources/competitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="index.html" class="text-purple-600 font-semibold transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -124,7 +125,18 @@ <h3 class="mt-2 text-sm font-medium text-gray-900">找不到競賽</h3>
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
1 change: 1 addition & 0 deletions advanced-resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="index.html" class="text-purple-600 font-semibold transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down
14 changes: 13 additions & 1 deletion advanced-resources/online-courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="index.html" class="text-purple-600 font-semibold transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -126,7 +127,18 @@ <h3 class="mt-2 text-sm font-medium text-gray-900">找不到課程</h3>
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion advanced-resources/reading-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="index.html" class="text-purple-600 font-semibold transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -84,7 +85,18 @@ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion autonomous-learning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="../advanced-resources/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -151,7 +152,18 @@ <h3 class="font-bold text-lg">【自主學習】系列影片</h3>
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion autonomous-learning/methodology.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="../advanced-resources/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -125,7 +126,18 @@ <h2 class="text-2xl font-bold text-center mb-8">或,從下方直接探索所
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

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

The email address "contact@example.com" is a placeholder and should be replaced with an actual contact email address before deploying to production. The example.com domain is reserved for documentation and should not be used in a live website.

Suggested change
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
<a href="mailto:contact@edu-prescription.tw" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>

Copilot uses AI. Check for mistakes.
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion autonomous-learning/plan-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="../advanced-resources/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -130,7 +131,18 @@ <h2 class="text-2xl font-bold text-center mb-8">精選計畫範本藝廊</h2>
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion autonomous-learning/resource-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="../advanced-resources/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -149,7 +150,18 @@ <h3 class="mt-2 text-sm font-medium text-gray-900">找不到資源</h3>
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
14 changes: 13 additions & 1 deletion autonomous-learning/topic-ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<a href="../career-exploration/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">未來生涯GPS</a>
<a href="../advanced-resources/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">進階資源探索區</a>
<a href="../civic-tech-map/index.html" class="text-gray-600 hover:text-blue-500 transition duration-300">公民科技專案地圖</a>
<a href="../about.html" class="text-gray-600 hover:text-blue-500 transition duration-300">關於我們</a>
</div>
</nav>
</header>
Expand Down Expand Up @@ -182,7 +183,18 @@ <h2 class="text-2xl font-bold mb-2 text-center">3. 🌏 探索全球趨勢議題
<!-- Footer -->
<footer class="bg-gray-800 text-white mt-20">
<div class="container mx-auto px-6 py-10">
<p class="text-center">&copy; 2026 台灣教育處方籤</p>
<div class="text-center">
<h3 class="text-2xl font-bold">台灣教育處方籤</h3>
<p class="text-gray-400 mt-1">一個由關心台灣教育的學生與開發者發起的專案。</p>
<div class="flex justify-center space-x-6 mt-4">
<a href="../about.html" class="text-gray-400 hover:text-white transition duration-300">關於我們</a>
<a href="../sitemap.html" class="text-gray-400 hover:text-white transition duration-300">網站地圖</a>
<a href="mailto:contact@example.com" class="text-gray-400 hover:text-white transition duration-300">聯絡我們</a>
</div>
</div>
<div class="mt-8 border-t border-gray-700 pt-6 text-center text-gray-500 text-sm">
&copy; 2026 台灣教育處方籤. All Rights Reserved.
</div>
</div>
</footer>

Expand Down
Loading