From 5808d17e381dbed9810250a8343f18223ced2b37 Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter" <atc@53hor.net>
Date: Wed, 9 Dec 2020 20:18:29 -0500
Subject: merge contact and about

---
 about.html                                         |  6 --
 contact.html                                       | 99 ----------------------
 hosted.html                                        |  6 --
 index.html                                         |  6 --
 .../2019-04-06-why-have-a-website-in-2019.html     |  6 --
 .../2020-11-30-titanic's-last-signals.html         |  6 --
 ...-21-dancing-the-shag-and-the-new-lion-king.html |  6 --
 .../2019-07-28-i-finally-found-a-drink-i-like.html |  6 --
 posts/life/2019-08-11-marrying-my-best-friend.html |  6 --
 .../2020-04-10-the-obligatory-covid-19-post.html   |  6 --
 posts/life/2020-04-10-wedding-photos-are-here.html |  6 --
 .../2020-07-11-why-computer-science-at-w-m.html    |  6 --
 posts/programming/2020-12-01-the-guides.html       |  6 --
 .../2020-12-04-aoc-2020-day-1-in-cbm-basic.html    |  6 --
 ...int-planning-from-a-certified-scrum-master.html |  6 --
 ...est-way-to-transfer-gopro-files-with-linux.html |  6 --
 ...9-28-my-preferred-method-for-data-recovery.html |  6 --
 .../2020-07-26-now-this-is-a-minimal-install.html  |  6 --
 ...ear-god-why-are-pdf-editors-such-an-ordeal.html |  6 --
 ...-07-how-to-start-and-drive-a-hudson-hornet.html |  6 --
 .../2019-07-04-yabs-yet-another-bad-shop.html      |  6 --
 .../2019-08-30-keep-right-except-to-pass.html      |  6 --
 software.html                                      | 11 ---
 23 files changed, 236 deletions(-)
 delete mode 100644 contact.html

diff --git a/about.html b/about.html
index 4ce7c1b..ca2aebf 100644
--- a/about.html
+++ b/about.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/contact.html b/contact.html
deleted file mode 100644
index 8f39e4a..0000000
--- a/contact.html
+++ /dev/null
@@ -1,99 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <link rel="stylesheet" href="/includes/stylesheet.css" />
-    <meta charset="utf-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta
-      property="og:description"
-      content="The World Wide Web pages of Adam Carpenter"
-    />
-    <meta property="og:image" content="/includes/images/logo_diag.png" />
-    <meta property="og:site_name" content="53hor.net" />
-    <meta property="og:title" content="Contact Me" />
-    <meta property="og:type" content="website" />
-    <meta property="og:url" content="https://www.53hor.net" />
-    <title>53hornet ➙ Contact Me</title>
-  </head>
-
-  <body>
-    <nav>
-      <ul>
-        <li>
-          <a href="/">
-            <img src="/includes/icons/home-roof.svg" />
-            Home
-          </a>
-        </li>
-        <li>
-          <a href="/about.html">
-            <img src="/includes/icons/information-variant.svg" />
-            About
-          </a>
-        </li>
-        <li>
-          <a href="/software.html">
-            <img src="/includes/icons/git.svg" />
-            Software
-          </a>
-        </li>
-        <li>
-          <a href="/hosted.html">
-            <img src="/includes/icons/desktop-tower.svg" />
-            Hosted
-          </a>
-        </li>
-        <li>
-          <a type="application/rss+xml" href="/rss.xml">
-            <img src="/includes/icons/rss.svg" />
-            RSS
-          </a>
-        </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
-      </ul>
-    </nav>
-
-    <article>
-      <h1>Contact Me</h1>
-
-      <p>
-        You can write to <a href="mailto:atc@53hor.net">atc@53hor.net</a>. I
-        also exist on the following sites but may or may not use them that
-        often. E-mail is the best way to reach me.
-      </p>
-
-      <ul>
-        <li><a href="#">Discord</a></li>
-        <li><a href="#">Facebook</a></li>
-        <li><a href="#">Reddit</a></li>
-        <li><a href="#">Twitter</a></li>
-        <li><a href="#">YouTube</a></li>
-        <li>
-          <a href="https://www.linkedin.com/in/adam-carpenter/">LinkedIn</a>
-        </li>
-        <li><a href="https://steamcommunity.com/id/53hornet/">Steam</a></li>
-      </ul>
-
-      <p>
-        I'm also testing out Tox as an alternative to apps like Discord, so you
-        can message me there for the time being.
-      </p>
-      <p>
-        <img
-          src="/includes/tox.png"
-          alt="33FF8453F9A8E3583EFBC1185F17B466C2A76761AD7E35CBFEB9F1D977F71022FC8FBBC6AB41"
-          title="33FF8453F9A8E3583EFBC1185F17B466C2A76761AD7E35CBFEB9F1D977F71022FC8FBBC6AB41"
-        />
-      </p>
-      <p>
-        If you were looking for source code repositories, see
-        <a href="/software.html">Software</a>.
-      </p>
-    </article>
-  </body>
-</html>
diff --git a/hosted.html b/hosted.html
index dded443..fb07dc5 100644
--- a/hosted.html
+++ b/hosted.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/index.html b/index.html
index 1a0cd8b..070c3fe 100644
--- a/index.html
+++ b/index.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/computing/2019-04-06-why-have-a-website-in-2019.html b/posts/computing/2019-04-06-why-have-a-website-in-2019.html
index f8520d4..f6c3434 100644
--- a/posts/computing/2019-04-06-why-have-a-website-in-2019.html
+++ b/posts/computing/2019-04-06-why-have-a-website-in-2019.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/interesting/2020-11-30-titanic's-last-signals.html b/posts/interesting/2020-11-30-titanic's-last-signals.html
index 5803ab5..e81bdeb 100644
--- a/posts/interesting/2020-11-30-titanic's-last-signals.html
+++ b/posts/interesting/2020-11-30-titanic's-last-signals.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/life/2019-07-21-dancing-the-shag-and-the-new-lion-king.html b/posts/life/2019-07-21-dancing-the-shag-and-the-new-lion-king.html
index 692a132..70f2bdc 100644
--- a/posts/life/2019-07-21-dancing-the-shag-and-the-new-lion-king.html
+++ b/posts/life/2019-07-21-dancing-the-shag-and-the-new-lion-king.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/life/2019-07-28-i-finally-found-a-drink-i-like.html b/posts/life/2019-07-28-i-finally-found-a-drink-i-like.html
index 447c454..e06406c 100644
--- a/posts/life/2019-07-28-i-finally-found-a-drink-i-like.html
+++ b/posts/life/2019-07-28-i-finally-found-a-drink-i-like.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/life/2019-08-11-marrying-my-best-friend.html b/posts/life/2019-08-11-marrying-my-best-friend.html
index ab348e7..83765d9 100644
--- a/posts/life/2019-08-11-marrying-my-best-friend.html
+++ b/posts/life/2019-08-11-marrying-my-best-friend.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/life/2020-04-10-the-obligatory-covid-19-post.html b/posts/life/2020-04-10-the-obligatory-covid-19-post.html
index aa948f6..a561f38 100644
--- a/posts/life/2020-04-10-the-obligatory-covid-19-post.html
+++ b/posts/life/2020-04-10-the-obligatory-covid-19-post.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/life/2020-04-10-wedding-photos-are-here.html b/posts/life/2020-04-10-wedding-photos-are-here.html
index 01fc955..6cfa521 100644
--- a/posts/life/2020-04-10-wedding-photos-are-here.html
+++ b/posts/life/2020-04-10-wedding-photos-are-here.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/programming/2020-07-11-why-computer-science-at-w-m.html b/posts/programming/2020-07-11-why-computer-science-at-w-m.html
index 9d98c9c..b1b4684 100644
--- a/posts/programming/2020-07-11-why-computer-science-at-w-m.html
+++ b/posts/programming/2020-07-11-why-computer-science-at-w-m.html
@@ -52,12 +52,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/programming/2020-12-01-the-guides.html b/posts/programming/2020-12-01-the-guides.html
index 21f7fe0..2c3ed65 100644
--- a/posts/programming/2020-12-01-the-guides.html
+++ b/posts/programming/2020-12-01-the-guides.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/programming/2020-12-04-aoc-2020-day-1-in-cbm-basic.html b/posts/programming/2020-12-04-aoc-2020-day-1-in-cbm-basic.html
index 34296d6..bd8373a 100644
--- a/posts/programming/2020-12-04-aoc-2020-day-1-in-cbm-basic.html
+++ b/posts/programming/2020-12-04-aoc-2020-day-1-in-cbm-basic.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/programming/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html b/posts/programming/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html
index 2334b39..17b1f75 100644
--- a/posts/programming/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html
+++ b/posts/programming/2020-12-08-useful-sprint-planning-from-a-certified-scrum-master.html
@@ -54,12 +54,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html b/posts/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html
index 15c776f..7546f6f 100644
--- a/posts/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html
+++ b/posts/unix/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.html
@@ -52,12 +52,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/unix/2019-09-28-my-preferred-method-for-data-recovery.html b/posts/unix/2019-09-28-my-preferred-method-for-data-recovery.html
index b63ba5a..b1adab9 100644
--- a/posts/unix/2019-09-28-my-preferred-method-for-data-recovery.html
+++ b/posts/unix/2019-09-28-my-preferred-method-for-data-recovery.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/unix/2020-07-26-now-this-is-a-minimal-install.html b/posts/unix/2020-07-26-now-this-is-a-minimal-install.html
index 07a398a..f0240c2 100644
--- a/posts/unix/2020-07-26-now-this-is-a-minimal-install.html
+++ b/posts/unix/2020-07-26-now-this-is-a-minimal-install.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/unix/dear-god-why-are-pdf-editors-such-an-ordeal.html b/posts/unix/dear-god-why-are-pdf-editors-such-an-ordeal.html
index 9adc833..418dce9 100644
--- a/posts/unix/dear-god-why-are-pdf-editors-such-an-ordeal.html
+++ b/posts/unix/dear-god-why-are-pdf-editors-such-an-ordeal.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html b/posts/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html
index e60e5f4..bbfac36 100644
--- a/posts/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html
+++ b/posts/wheels/2019-06-07-how-to-start-and-drive-a-hudson-hornet.html
@@ -52,12 +52,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/wheels/2019-07-04-yabs-yet-another-bad-shop.html b/posts/wheels/2019-07-04-yabs-yet-another-bad-shop.html
index e1dcaa2..508cea0 100644
--- a/posts/wheels/2019-07-04-yabs-yet-another-bad-shop.html
+++ b/posts/wheels/2019-07-04-yabs-yet-another-bad-shop.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/posts/wheels/2019-08-30-keep-right-except-to-pass.html b/posts/wheels/2019-08-30-keep-right-except-to-pass.html
index 61f329f..91f9a1a 100644
--- a/posts/wheels/2019-08-30-keep-right-except-to-pass.html
+++ b/posts/wheels/2019-08-30-keep-right-except-to-pass.html
@@ -52,12 +52,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
diff --git a/software.html b/software.html
index ef37131..91962fa 100644
--- a/software.html
+++ b/software.html
@@ -49,12 +49,6 @@
             RSS
           </a>
         </li>
-        <li>
-          <a href="/contact.html">
-            <img src="/includes/icons/at.svg" />
-            Contact
-          </a>
-        </li>
       </ul>
     </nav>
 
@@ -77,11 +71,6 @@
         I don't use GitLab anymore. I used to until I self-hosted, so there may
         or may not be some stale mirrors of my stuff on there.
       </p>
-
-      <p>
-        If you were looking to contact me, see
-        <a href="/contact.html">Contact</a>.
-      </p>
     </article>
   </body>
 </html>
-- 
cgit v1.2.3