summaryrefslogtreecommitdiff
path: root/website/src/components/Navbar.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-17 22:35:17 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-17 22:35:17 +0100
commitd0b4dc876810ddb6383d826f1fffd1258273f468 (patch)
tree02cbbb81f131641acb2f076162fe3e2134885a5a /website/src/components/Navbar.astro
parentb66fd31bd77b8eeca1ef6009136b563b20b85b2b (diff)
Adds CV
Diffstat (limited to 'website/src/components/Navbar.astro')
-rw-r--r--website/src/components/Navbar.astro3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index 479f8b5..eeb67f2 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -12,5 +12,8 @@
<li>
<a href="/links">Links</a>
</li>
+ <li>
+ <a href="/cv">CV</a>
+ </li>
</ul>
</nav>