Files
trianta.dev/pages/contact/index.html
T
2026-02-24 08:45:24 -06:00

58 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Trianta</title>
<link rel="stylesheet" href="/default.css" />
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
</head>
<body>
<div class="inside">
<div>
<a href="/" class="trianta">[ TRIANTA ]</a>
<div class="column">
<a href="https://www.github.com/trimutex" alt="GitHub">[ <i class="nf nf-dev-github"></i> ]</a>
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects">[ <i class="nf nf-linux-gitea"></i> ]</a>
<a href="/completed" alt="Completed">[ <i class="nf nf-dev-javascript"></i> ]</a>
<a href="/current" alt="Current">[ <i class="nf nf-dev-git_branch"></i> ]</a>
<a href="/other" alt="Other">[ <i class="nf nf-dev-git_merge"></i> ]</a>
<a href="/contact" alt="Contact">[ <i class="nf nf-oct-feed_person"></i> ]</a>
</div>
</div>
<p>Progress Not Perfection</p>
<div class="card">
<h3>Contact Methods</h3>
<p>E-mail: gregcraw2001@gmail.com</p>
<p>Matrix: @trimutex:matrix.org</p>
<p>Discord: @trianta (depreciated)</p>
</div>
<div class="card">
<h3>How do I use Matrix?</h3>
<p>Here's my notes of how to access it:</p>
<h3>Picking a Client</h3>
<p>A client is needed to access the server. As such, here's some listed popular clients:</p>
<p><a href="https://cinny.in">[ Cinny (Personal Choice) ]</a></p>
<p><a href="https://app.element.io">[ Element ]</a></p>
<p><a href="https://commet.chat">[ Commet ]</a></p>
<p><a href="https://matrix.org/ecosystem/clients">[ Clients Listed From Official Site ]</a></p>
<h3>Account Creation</h3>
<p>Once you open a client, you will create an account. Here's info about the details:</p>
<p>+ --- Homeserver --- +</p>
<p>This is which server your account resides</p>
<p>Mine is `matrix.trianta.dev`, other default options exist</p>
<p>+ --- Username / Password --- +</p>
<p>The login details for accessing the account on the above server</p>
<p>+ --- Registration Token --- +</p>
<p>A password for account creation on a server if enabled</p>
<p>The default options normally don't have this</p>
<p>If you want the token for my server, contact me another way first!</p>
<h3>Welcome In!</h3>
<p>Mess around with it, `Add Space` (the plus icon) is the equivalent of creating a server in Discord.</p>
<p>Accounts are able to connect to spaces that exist in other servers if the server enables it (known as federation).</p>
<p>My Contact: `@trianta:matrix.trianta.dev`</p>
<p>My Space Invite: <a href="https://matrix.to/#/#core:matrix.trianta.dev">#core:matrix.trianta.dev</a></p>
</div>
</div>
</body>
</html>