diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-09 20:18:29 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-09 20:18:29 -0500 |
commit | 5808d17e381dbed9810250a8343f18223ced2b37 (patch) | |
tree | 9b681583e2cb815a3fecd7809eac15cb843de12e /contact.html | |
parent | 9bb17f8088bbcd5407e2d3fcbce72bfc6ee5da3d (diff) | |
download | 53hor-5808d17e381dbed9810250a8343f18223ced2b37.tar.xz 53hor-5808d17e381dbed9810250a8343f18223ced2b37.zip |
merge contact and about
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 99 |
1 files changed, 0 insertions, 99 deletions
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> |