feat(site): add /apps and /homelab pages with shared nav

This commit is contained in:
Patrick Plate
2026-06-22 17:28:13 +02:00
parent 508ad9a7f8
commit 29015438e8
3 changed files with 243 additions and 1 deletions
+9 -1
View File
@@ -18,7 +18,15 @@
<body>
<header>
<div class="wrap nav">
<div class="brand"><span class="mark"></span> plate-software.de</div>
<a class="brand" href="/"><span class="mark"></span> plate-software.de</a>
<nav class="nav-links">
<a href="/" class="active">
<span data-lang-de>Start</span>
<span data-lang-en>Home</span>
</a>
<a href="/apps/">Apps</a>
<a href="/homelab/">Homelab</a>
</nav>
<div class="lang-toggle" role="group" aria-label="Language">
<button id="btn-de" class="active" onclick="setLang('de')">DE</button>
<button id="btn-en" onclick="setLang('en')">EN</button>