diff options
Diffstat (limited to 'pages/contact.php')
-rw-r--r-- | pages/contact.php | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pages/contact.php b/pages/contact.php new file mode 100644 index 0000000..2d6c7af --- /dev/null +++ b/pages/contact.php @@ -0,0 +1,29 @@ +<h1>Contact Me</h1> + +<h2> + <a href="mailto:atc@53hor.net">atc@53hor.net</a> +</h2> + +<p> + I send mail signed with my PGP key. The fingerprint is <code>94B3 3D04 F47E 6611 ADD9 76A6 76F8 F1CB 49F9 1B02</code>. You can download the key like so: + +<pre> +<code> +# FreeBSD: +$ fetch -o - https://www.53hor.net/assets/atc.gpg | gpg --import + +# Also FreeBSD, but more inclusive: +$ curl https://www.53hor.net/assets/atc.gpg | gpg --import +</code> +</pre> + +You may read more in the <a href="https://www.gnupg.org/gph/en/manual/x56.html">Privacy Handbook</a>. +</p> + +<h2> + <a href="tel:+17577746829">(757) 774-6829</a> +</h2> + +<p> + If you want to hire me or have a business inquiry, here is a Google Voice number. Please understand that all calls and text messages are screened for spam by Google before I pick up. +</p> |