add resume to navbar

This commit is contained in:
askiiart 2024-11-20 08:44:55 -06:00
parent 7bbe3d807b
commit 091994c72f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,7 @@
<body>
<div class="navbar" id="navbar">
<a href="/" class="active">Home</a>
<a href="/resume.html">Resume</a>
<a href="https://git.askiiart.net/askiiart/engl-2311-webfolio">Code</a>
</div>
$body$