diff options
-rw-r--r-- | build/website/about/index.html | 6 | ||||
-rw-r--r-- | website/about/index.html | 6 |
2 files changed, 4 insertions, 8 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> diff --git a/website/about/index.html b/website/about/index.html index 20c49ce..29dc592 100644 --- a/website/about/index.html +++ b/website/about/index.html @@ -15,14 +15,12 @@ $$START CONTENT <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> $$END CONTENT |