summaryrefslogtreecommitdiff
path: root/contact/index.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-11 11:26:18 -0500
committer53hornet <atc@53hor.net>2021-12-11 11:26:18 -0500
commit00d6a7d10f6267e437b330aa99df091bfc7c67b6 (patch)
treeb3ffb8fc4f09933ebc8ed9c90f03412250199dd8 /contact/index.php
parentde9bbfdb8f0d3b366e76a5cc775690f7315c740f (diff)
download53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.tar.xz
53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.zip
chore: organize pages and use router/renderer, organize assetsrouting
Diffstat (limited to 'contact/index.php')
-rw-r--r--contact/index.php35
1 files changed, 0 insertions, 35 deletions
diff --git a/contact/index.php b/contact/index.php
deleted file mode 100644
index 5d1cc76..0000000
--- a/contact/index.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-include('../includes/head.php');
-?>
-<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/contact/atc.gpg | gpg --import
-
-# Also FreeBSD, but more inclusive:
-$ curl https://www.53hor.net/contact/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>
-<?php
-include('../includes/foot.php');
-?>