static-pages/chat/index.html
Naomi Carrigan 90d05bfe72
Some checks failed
Code Analysis / SonarQube (push) Failing after 42s
feat: set up sitemap
2025-02-26 15:49:06 -08:00

30 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Connect with NHCarrigan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="We offer a few different ways to get in touch. This page outlines them all." />
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
</head>
<body>
<main>
<h1>Connect with NHCarrigan</h1>
<section>
<p>We offer a few ways to get in touch:</p>
<h2>Forum</h2>
<p>Our forum can be found at <a href="https://forum.nhcarrigan.com">forum.nhcarrigan.com</a>.</p>
<h2>IRC</h2>
<p>We offer a simple web-based IRC client you can use at <a href="https://irc.nhcarrigan.com">irc.nhcarrigan.com</a>.</p>
<p>Or if you prefer, you may connect to <code>irc.nhcarrigan.com:6697</code> with your favourite client.</p>
<h2>Matrix</h2>
<p>You can find our Matrix space at <code>#home:matrix.nhcarrigan.com</code>. This <strong>should</strong> be federated, but if that fails you can still sign up for an account on our home server!</p>
<h2>Fediverse</h2>
<p>We host our own instance of Sharkey, a Mastodon-compliant platform. You can find us at <a href="https://fedi.nhcarrigan.com/@naomi">fedi.nhcarrigan.com</a>. Signups are restricted, but you can follow us from your favourite Mastodon server.</p>
<h2>Code</h2>
<p>Our code repositories are found on our self-hosted Gitea instance at <a href="https://git.nhcarrigan.com">git.nhcarrigan.com</a>.
<h2>Sitemap</h2>
<p>If you still can't find what you are looking for, our sitemap lists ALL of our pages at <a href="https://sitemap.nhcarrigan.com">sitemap.nhcarrigan.com</a></p>
</main>
</body>
</html>