diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 20:06:35 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 20:06:35 -0800 |
commit | 046a020ccfad08a38ba4a1aedb36c27c5be6220f (patch) | |
tree | c349819130aacabf563cee89b531fe5848b37735 | |
parent | 8ff10d9f79e1926f491445bd45322e1586b1b93b (diff) |
fixed yet another dumb mistake on about page
-rw-r--r-- | build/website/about/index.html | 1 | ||||
-rw-r--r-- | website/about/index.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/website/about/index.html b/build/website/about/index.html index be6494c..61ac9a2 100644 --- a/build/website/about/index.html +++ b/build/website/about/index.html @@ -40,7 +40,6 @@ About <li><a href="./resume.pdf">Resume</a> -- My resume. I'm looking for employment right now!</li> <li><a href="./contact.html">Contact</a> -- How to contact me.</li> <li><a href="./technology.html">About Technology</a> -- about the software/hardware that I use.</li> - <li><a href="./resume.pdf">Resume</a> -- </li> </ul> </div> diff --git a/website/about/index.html b/website/about/index.html index 29dc592..cc85c38 100644 --- a/website/about/index.html +++ b/website/about/index.html @@ -20,7 +20,6 @@ $$START CONTENT <li><a href="./resume.pdf">Resume</a> -- My resume. I'm looking for employment right now!</li> <li><a href="./contact.html">Contact</a> -- How to contact me.</li> <li><a href="./technology.html">About Technology</a> -- about the software/hardware that I use.</li> - <li><a href="./resume.pdf">Resume</a> -- </li> </ul> $$END CONTENT |