diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 19:54:25 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 19:54:25 -0800 |
commit | cc18753073c5c121e78442ac64d3b1ba7d44bea1 (patch) | |
tree | 61c4eea954d66431a0cf35b54c336beb65d2bdf2 | |
parent | 3c4f75fe49ec977d927a48b9ad4d6c0ea3e75d36 (diff) |
add resume to about page
-rw-r--r-- | build/website/about/index.html | 4 | ||||
-rw-r--r-- | website/about/index.html | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/build/website/about/index.html b/build/website/about/index.html index 28d3f5b..7dcc59e 100644 --- a/build/website/about/index.html +++ b/build/website/about/index.html @@ -35,6 +35,10 @@ 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="./contact.html">Contact</a> -- How to contact me.</li> diff --git a/website/about/index.html b/website/about/index.html index acb43e1..20c49ce 100644 --- a/website/about/index.html +++ b/website/about/index.html @@ -15,6 +15,10 @@ $$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="./contact.html">Contact</a> -- How to contact me.</li> |