summaryrefslogtreecommitdiff
path: root/tmpl/student.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tmpl/student.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/tmpl/student.html b/tmpl/student.html
index ea5fae5..8b6982b 100644
--- a/tmpl/student.html
+++ b/tmpl/student.html
@@ -17,9 +17,25 @@
<header>
<div class="header-content">
<div class="header-left">
- <h1><a id="site-title" href="/">CCA Selection System</a></h1>
+ <h1><a id="site-title" href="./">CCA Selection System</a></h1>
</div>
<div class="header-middle">
+ <nav>
+ <ul>
+ <li>
+ <a href="./">Home</a>
+ </li>
+ <li>
+ <a href="./docs/">Docs</a>
+ </li>
+ <li>
+ <a href="./iadocs/">IA Docs</a>
+ </li>
+ <li>
+ <a href="./src/">Source</a>
+ </li>
+ </ul>
+ </nav>
</div>
<div class="header-right">
<p>{{- .user.Name }} ({{ .user.Department -}})</p>
@@ -155,9 +171,6 @@
-->
</div>
</div>
- <footer>
- CCA Selection System, licensed under the GNU Affero General Public License, version 3.0 or any later version. Source code available at <a href="{{.source}}"><code>{{.source}}</code></a>.
- </footer>
<script src="static/student.js"></script>
<script>
document.addEventListener("DOMContentLoaded", () => {