-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact.html
More file actions
35 lines (35 loc) · 2.33 KB
/
Contact.html
File metadata and controls
35 lines (35 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=refresh content="0; URL=https://blue-maned_hawk.srht.site/Contact.html" />
<title>Contact Me | Blue-Maned_Hawk's Website</title>
<link rel=icon href=./icon.png />
<meta charset=utf8 \>
<link rel=stylesheet href=./main.css \>
</head>
<body>
<h1>Contact Me</h1>
<a class=back href=./index.html>← back to the main page</a>
<p>
Here are all of the ways you should contact me. There may or may not be (but in all honesty, probably are) others that you shouldn't use.
</p>
<p class=danger>
IF YOU NEED TO CONTACT ME SECURELY, DO SO VIA ENCRYPTED EMAIL WITH <a href=./pgp.txt>THIS PGP KEY</a>.
</p>
<ul>
<li>SourceHut: <a href=https://sr.ht/~blue-maned_hawk/><code>~blue-maned_hawk</code></a>.</li>
<li>Tumblr: <a href=https://bluemanedhawk.tumblr.com><code>bluemanedhawk</code></a>.</li>
<li>Discord: <code>BlueManedHawk#6218</code>, though i guess that's not super useful if you don't happen to share a server with me.</li>
<li>YouTube: <a href=https://www.youtube.com/channel/UCSJSpMgWOWLcrH5s4xT16uA><code>Blue-Maned_Hawk</code></a>. There really isn't that much there, and none of it's worthwhile.</li>
<li>Email: Unfortunately, i can't afford a personal server yet, so i'm currently using Google's servers as <code>bluemanedhawk</code> (<a href=./pgp.txt>PGP public key</a>).</li>
<li>IRC: Usually as <code>Blue-Maned_Hawk</code>. Of course, do make sure that it's really me.</li>
<li>Usenet: As <code>Blue-Maned_Hawk</code>. You can make sure it's really me by checking the headers.</li>
<li>The Apioforum: <a href=https://a.gh0.pw/user/BlueManedHawk><code>BlueManedHawk</code></a>.</li>
<li>Bay 12 Forums: <a href=http://www.bay12forums.com/smf/index.php?action=profile;u=127708><code>BlueManedHawk</code></a> (<a href=./Please_wait_patiently_for_the_failure_of_the_system.png>profile picture</a>).</li>
<li>Dwarf Fortress Wiki: <a href=https://dwarffortresswiki.org/index.php/User:BlueManedHawk><code>BlueManedHawk</code></a>.</li>
<li>Github: <a href=https://github.com/bluemanedhawk><code>BlueManedHawk</code></a>.</li>
<li>TruttleCities: <a href=http://truttle1.xyz/truttlecities/~BlueManedHawk/><code>BlueManedHawk</code></a>, though now that that service is indefinitely offline, that doesn't really matter.</li>
</ul>
</p>
</body>
</html>