diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:38:02 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:38:02 -0500 |
commit | db88cf6a17bf89759bf555647b14233b99be673c (patch) | |
tree | 1e6c5fd56b3cbf6ab1529da6417e0ecdd254c1a5 /contact.html | |
download | 53hor-db88cf6a17bf89759bf555647b14233b99be673c.tar.xz 53hor-db88cf6a17bf89759bf555647b14233b99be673c.zip |
Basic redesign aimed at simplicity.
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..af3ea4a --- /dev/null +++ b/contact.html @@ -0,0 +1,16 @@ +You can send me mail at this address: +<a href="mailto:mail@53hor.net">mail@53hor.net</a>. I also exist on the +following sites but may or may not use them that often. + +<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> + +If you were looking for source code repositories, see +<a href="/software.html">Software</a>. |