This commit is contained in:
2026-07-25 15:25:24 -05:00
parent 1dcfc56844
commit 0ceb342d14
4 changed files with 27 additions and 16 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
{{define "topbar"}}
<header class="topbar">
<div class="brand">
<span class="wordmark">TAPM</span>
<span class="product-name">Deployment Access</span>
</div>
<a class="brand" href="/portal" aria-label="Technology Architects Deployment Access">
<span class="brand-logo"><img src="/static/ta-logo.svg" alt="Technology Architects"></span>
<span class="brand-fallback">TAPM</span>
</a>
<nav class="portal-nav" aria-label="Portal">
<a href="/portal" {{if eq .CurrentView "codes"}}class="active" aria-current="page"{{end}}>Codes</a>
<a href="/portal/packages" {{if eq .CurrentView "packages"}}class="active" aria-current="page"{{end}}>Packages</a>