Skip to content

Commit 6275eb6

Browse files
Mark Zimmermannclaude
andcommitted
Sprachumschalter in index.html repariert: Links zu Kurs-Unterlagen
Der bisherige Sprachbutton hatte kein JS und tat nichts. Ersetzt durch zwei Links die direkt auf die Kurs-Unterlagen auf GitHub Pages zeigen: - DE → kurs/index_de.html - EN → kurs/index_en.html Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 76abb97 commit 6275eb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@
223223
<div class="nav-subtitle">Knowledge Graph Explorer</div>
224224
</div>
225225
<div class="nav-right">
226-
<button class="lang-toggle" id="langToggle" aria-label="Sprache wechseln">&#x1F1E9;&#x1F1EA; / &#x1F1EC;&#x1F1E7;</button>
226+
<a href="https://godmodeai2025.github.io/Learning-Skill/kurs/index_de.html" class="lang-toggle" style="text-decoration:none" title="Kurs-Unterlagen (DE)">&#x1F1E9;&#x1F1EA; Kurs</a>
227+
<a href="https://godmodeai2025.github.io/Learning-Skill/kurs/index_en.html" class="lang-toggle" style="text-decoration:none" title="Course Materials (EN)">&#x1F1EC;&#x1F1E7; Course</a>
227228
</div>
228229
<div class="nav-progress" id="navProgress"></div>
229230
</nav>

0 commit comments

Comments
 (0)