refactor: reorder lesson modules and update footer links

- Reorder modules by learning path: HTML first, then CSS, then Tailwind
- Group modules with comments for clarity
- Change footer link from GitHub to Gitea (librete.ch)
This commit is contained in:
2025-12-30 18:09:47 +01:00
parent 38541c7a78
commit 334b147706
2 changed files with 32 additions and 18 deletions

View File

@@ -120,8 +120,8 @@
<footer class="app-footer">
<span data-i18n="openSource">Open Source:</span>
<a href="https://github.com/nextlevelshit/code-crispies" target="_blank">GitHub</a>
<span data-i18n="by">by</span> <a href="https://dailysh.it" title="Michael W. Czechowski">mwc</a>
<a href="https://git.librete.ch/libretech/code-crispies" target="_blank">Gitea</a>
<span data-i18n="by">by</span> <a href="https://librete.ch" title="librete.ch">librete.ch</a>
</footer>
</aside>