about_contact.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
  5. <title>f.g :: contact</title>
  6. <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
  7. <link href="layout/style_splash.css" rel="stylesheet" type="text/css" media="all">
  8. <link href="layout/style_shared.css" rel="stylesheet" type="text/css" media="all">
  9. </head>
  10. <body>
  11. <div class="text">
  12. <!-- SECTION SECTION SECTION SECTION -->
  13. <p><img src="img/banner_contact.png" alt="Contact"></p>
  14. <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>
  15. <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>
  16. <!-- weh -->
  17. <h2>direct</h2>
  18. <ul>
  19. <li><a href="mailto:nyar@fear.garden">Email</a></li>
  20. <li><a href="https://nyarlathotep.atabook.org/">Guestbook</a> (new as of August 2024, <a href="img/archive_123gb.jpg">RIP 123gb</a>)</li>
  21. </ul>
  22. <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>
  23. <!-- weh -->
  24. <h2>social media</h2>
  25. <ul>
  26. <li><a href="https://asukarkreutz.dreamwidth.org/">Dreamwidth journal</a></li>
  27. <li><a href="https://tirnanog.space/nyarlathotep">Fediverse; main instance</a></li>
  28. <li><a href="https://blorbo.social/@asukarkreutz">Fediverse; Mastodon alt</a></li>
  29. <li><a href="https://www.last.fm/user/fluticasone">Last.fm</a></li>
  30. <li><a href="https://ano-otoko.tumblr.com/">Tumblr</a></li>
  31. </ul>
  32. </div>
  33. </body>
  34. </html>