12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
- <title>f.g :: contact</title>
- <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
- <link href="layout/style_splash.css" rel="stylesheet" type="text/css" media="all">
- <link href="layout/style_shared.css" rel="stylesheet" type="text/css" media="all">
- </head>
- <body>
- <div class="text">
- <!-- SECTION SECTION SECTION SECTION -->
- <p><img src="img/banner_contact.png" alt="Contact"></p>
- <p style="font-style:italic;"><a href="https://www.youtube.com/watch?v=beyI_cQ3HnI">The number you have reached has been disconnected.</a></p>
- <p>I don't talk to people so I will likely not respond. However, if you would like to pass along a comment or question regardless, feel free to send an email or leave a message in my guestbook -- I always enjoy reading messages even if I can't respond to people.</p>
- <!-- weh -->
- <h2>direct</h2>
- <ul>
- <li><a href="mailto:nyar@fear.garden">Email</a></li>
- <li><a href="https://nyarlathotep.atabook.org/">Guestbook</a> (new as of August 2024, <a href="img/archive_123gb.jpg">RIP 123gb</a>)</li>
- </ul>
- <p>I do technically also have Matrix and Discord (barely), but there is a 99% chance I will not respond to you anyway so there's no point in me giving those out.</p>
- <!-- weh -->
- <h2>social media</h2>
- <ul>
- <li><a href="https://asukarkreutz.dreamwidth.org/">Dreamwidth journal</a></li>
- <li><a href="https://tirnanog.space/nyarlathotep">Fediverse; main instance</a></li>
- <li><a href="https://blorbo.social/@asukarkreutz">Fediverse; Mastodon alt</a></li>
- <li><a href="https://www.last.fm/user/fluticasone">Last.fm</a></li>
- <li><a href="https://ano-otoko.tumblr.com/">Tumblr</a></li>
- </ul>
- </div>
- </body>
- </html>
|