diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 20:05:57 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 20:05:57 -0800 |
commit | 8ff10d9f79e1926f491445bd45322e1586b1b93b (patch) | |
tree | 86aaa8fa214d62f833d527c9b60cf1eb4b6421df /build | |
parent | cc18753073c5c121e78442ac64d3b1ba7d44bea1 (diff) |
fixed resume in about section
Diffstat (limited to 'build')
-rw-r--r-- | build/website/about/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/website/about/index.html b/build/website/about/index.html index 7dcc59e..be6494c 100644 --- a/build/website/about/index.html +++ b/build/website/about/index.html @@ -35,14 +35,12 @@ About <code>git clone git://prestonpan.tech/prestonpan.git</code> -<h2>Resume</h2> -<p> - I am also looking for employment currently! <a href="./resume.pdf">Get my resume here.</a> -</p> <h2>Articles</h2> <ul> + <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> |