-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
56 lines (53 loc) · 2.43 KB
/
contact.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="/css/style.css">
<title>Rains' Contact info</title>
</head>
<body>
<div class="Middle">
<h1>Contact!</h1>
</div>
<div class="linkbar">
<p><a href="/">Home</a> | <a href="/projects">Projects</a> | <a href="/contact">Contact</a></p>
</div>
<div class="Middle">
<h2>Places you can actually contact me:</h2>
<ul>
<li>Discord: @AnnoyingRains</li>
<li>Mastodon: <a rel="me" href="https://meow.social/@AnnoyingRains">AnnoyingRains@meow.social</a></li>
<li>Reddit: <a href="https://reddit.com/u/annoyingrain5">u/annoyingrain5</a></li>
<li>email: contact (at) annoyingrains (dot) xyz</li>
<li>Ex-Twitter: <a href="https://twitter.com/AnnoyingRainsG">@AnnoyingrainsG</a> - Other contact methods highly preferred</li>
</ul>
</div>
<div class="Middle">
<h2>Other accounts I have that you (probably) can't (or shouldn't) contact me on:</h2>
<ul>
<li>Website: You are already here!</li>
<li>Minecraft: AnnoyingRains</li>
<li>Twitch: <a href="https://www.twitch.tv/annoyingrains">AnnoyingRains</a></li>
<li>Youtube: <a href="https://www.youtube.com/@AnnoyingRains/">AnnoyingRains</a></li>
<li>Steam: <a href="https://steamcommunity.com/id/AnnoyingRains">OCE | AnnoyingRains</a></li>
</ul>
</ul>
</div>
<div class="Middle">
<h2>Ways I would prefer you wouldn't contact me:</h2>
<ul>
<li>Showing up at my house unannounced</li>
<li>Physical postal mail</li>
<li>Graffiti</li>
<li>Using threats</li>
<li>Ouija board (If I am dead, please let me rest, thanks in advance)</li>
<li>Easter eggs in software (I should not need to say why this is not a great communication method)</li>
<li>Facebook</li>
<li>Using malware (please do not my computer)</li>
<li>Reviews of KDE Connect, (yes I read them, no that does not make it a good place for you to contact me)</li>
<li>By yelling at me from inside my walls (or anything that involves you being in my walls tbh)</li>
<li>On every platform at once</li>
<li><a href="https://github.com/kkuchta/css-only-chat">CSS-Only Chat</a></li>
<li>Snapchat</li>
</ul>
</div>
</body>