add work section

This commit is contained in:
Tben
2022-02-04 12:25:05 +01:00
parent f6645e57d1
commit c8640cc9d9
7 changed files with 113 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ const GeneralHeader = () => {
<nav>
<a href="/">Home</a>
<a href="/about">About Me</a>
<a href="/work">My Work</a>
<a href='/documents/Benjamin_Toby_CV.pdf' target="_blank">My Resume</a>
<a href="/contact">Contact Me</a>
</nav>