2024-12-10 01:31:36 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<title>Trianta</title>
|
2024-12-10 01:37:37 -06:00
|
|
|
<link rel="stylesheet" href="/default.css" />
|
2026-02-24 07:30:58 -06:00
|
|
|
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
|
2024-12-10 01:31:36 -06:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="inside">
|
2024-12-10 03:14:56 -06:00
|
|
|
<div>
|
2026-02-24 07:46:10 -06:00
|
|
|
<a href="/" class="trianta">[ TRIANTA ]</a>
|
2026-02-24 07:30:58 -06:00
|
|
|
<div class="column">
|
2026-02-24 07:46:10 -06:00
|
|
|
<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>
|
2024-12-29 22:09:20 -06:00
|
|
|
</div>
|
2024-12-10 01:31:36 -06:00
|
|
|
</div>
|
2026-02-24 08:27:30 -06:00
|
|
|
<p>Progress Not Perfection</p>
|
2026-02-24 08:25:30 -06:00
|
|
|
<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>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://cinny.in">[ Cinny (Personal Choice) ]</a></li>
|
|
|
|
|
<li><a href="https://app.element.io">[ Element ]</a></li>
|
|
|
|
|
<li><a href="https://commet.chat">[ Commet ]</a></li>
|
|
|
|
|
<li><a href="https://matrix.org/ecosystem/clients">[ Clients Listed From Official Site ]</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<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>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>This is which server your account resides</li>
|
|
|
|
|
<li>Mine is `matrix.trianta.dev`, other default options exist</li>
|
|
|
|
|
<li></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<p>Username / Password</p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>The login details for accessing the account on the above server</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<p>Registration Token</p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>A password for account creation on a server if enabled</li>
|
|
|
|
|
<li>The default options normally don't have this</li>
|
|
|
|
|
<li>If you want the token for my server, contact me another way first!</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h3> Welcome In!
|
|
|
|
|
<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>
|
2024-12-10 01:31:36 -06:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|