-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontactme.html
More file actions
32 lines (30 loc) · 1.31 KB
/
contactme.html
File metadata and controls
32 lines (30 loc) · 1.31 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
---
title: Contact Me
layout: main
---
<section>
<div class="window">
<div class="title-bar">
<div class="title-bar-text">Contacts!</div>
</div>
<div class="window-body">
<fieldset>
<p>Hey there! If you need to get a hold of me, e-mail me <a href="mailto:maple.baldwin@aol.com">here</a>,
or you could message me on Mastodon (link below).</p>
<p>I have some social media too, though I don't really post things often at all.</p>
<ul>
<li><a href="https://fosstodon.org/@damidoop">@damidoop@fosstodon.org</a> on Mastodon</li>
<li><a href="https://pixelfed.social/i/web/profile/583922726599618288">@damidoop@pixelfed.social</a>
on Pixelfed</li>
</ul>
<p>I have some other contacts that are more for fun or for games, so here they are, listed:</p>
<ul>
<li>MSN/WLM2009 (Escargot): DamiDoop</li>
<li>AIM/ICQ (NINA): DamiDoop</li>
<li>Wii U (Pretendo): damidoop</li>
</ul>
<p>I'm sure there are others I'm forgetting, but it's a safe bet my username is DamiDoop.</p>
</fieldset>
</div>
</div>
</section>