diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:16:36 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:16:36 -0800 |
commit | cb07b3d317566c801ac1f6c05c4e3c16c6226083 (patch) | |
tree | 62a57f99038312c44ec026ee96251ad73371c731 /website/about | |
parent | 3c7553ae5a6f0e17b2245907f25e27265ccc3940 (diff) |
add 404 page
Diffstat (limited to 'website/about')
-rw-r--r-- | website/about/contact.html | 1 | ||||
-rw-r--r-- | website/about/resume.pdf (renamed from website/about/source/resume.pdf) | bin | 18644 -> 18542 bytes | |||
-rwxr-xr-x | website/about/source/compile | 3 |
3 files changed, 1 insertions, 3 deletions
diff --git a/website/about/contact.html b/website/about/contact.html index ccb60b0..a2aae75 100644 --- a/website/about/contact.html +++ b/website/about/contact.html @@ -14,6 +14,7 @@ $$START CONTENT </ul> <h2>Keys</h2> +<p>Use these keys to allow me access to your server (ssh key) or send encrypted emails/verify signed emails (gpg key).</p> <ul> <li><a href="/preston.asc">My gpg key</a></li> <li><a href="/preston.pub">My ssh key</a></li> diff --git a/website/about/source/resume.pdf b/website/about/resume.pdf Binary files differindex b3fdeb8..9159b04 100644 --- a/website/about/source/resume.pdf +++ b/website/about/resume.pdf diff --git a/website/about/source/compile b/website/about/source/compile deleted file mode 100755 index 9078e19..0000000 --- a/website/about/source/compile +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -tbl resume.ms -T pdf | groff -ms -T pdf > resume.pdf |