8 Commits

Author SHA1 Message Date
trianta fa93277ab2 contact: fix incorrect userID for Matrix #26
Reviewed-on: #26
2026-02-26 10:38:40 -06:00
trianta c8f5ed5c49 contact: fix incorrect userID for Matrix 2026-02-26 10:37:56 -06:00
trianta 5e02bd712f core: fixup completed page #25
Reviewed-on: #25
2026-02-24 09:41:14 -06:00
trianta 83e7fc7684 core: fixup completed page 2026-02-24 09:40:41 -06:00
trianta 67a22a2ddb core: redesign website with adjusted and formatting (#24)
Reviewed-on: #24
2026-02-24 08:52:55 -06:00
trianta e16f882db2 html: remove old ul styles 2026-02-24 08:45:24 -06:00
trianta 4efb3a9ade html: cleanup formatting 2026-02-24 08:40:05 -06:00
trianta de3c5f9c7b html: fixup sitemap 2026-02-24 08:30:48 -06:00
4 changed files with 27 additions and 38 deletions
+2 -5
View File
@@ -65,7 +65,6 @@ nav ul {
display: inline-block;
width: 60rem;
vertical-align: bottom;
border: solid 4px #8c7862;
}
.stats {
@@ -103,6 +102,7 @@ a {
padding: 8px;
text-decoration: none;
width: 100%;
color: #8c7862;
}
a:hover, a:active {
@@ -142,10 +142,7 @@ a:visited {
margin-top: 25px;
margin-bottom: 25px;
border: 2px solid #8c7862;
}
.reserve {
max-height: 800px;
padding: 10px 0px;
}
#pong {
+6 -5
View File
@@ -31,12 +31,13 @@
</div>
<div class="card">
<h3>Sitemap</h3>
<a href="/completed">[ Completed Projects ]</a> .
<a href="/current">[ Current Personal Projects ]</a> .
<a href="/other">[ Other Projects and Contributions ]</a> .
<a href="/contact">[ Contact Methods ]</a>
<a href="/completed">[ Completed JavaScript Projects ]</a> .
<a href="/current">[ Current Personal Projects ]</a>
<br>
<a href="/other">[ Other Projects and Contributions ]</a> .
<a href="/contact">[ Contact Methods ]</a> .
<a href="https://lab.trianta.dev/Trianta">[ Gitea ]</a>
<br>
<a href="https://lab.trianta.dev/Trianta">[ Gitea ]</a> .
<a href="https://clips.trianta.dev">[ Gaming Clips ]</a> .
<a href="https://draw.trianta.dev">[ Excalidraw ]</a> .
<a href="https://pdf.trianta.dev">[ Stirling-pdf ]</a>
+3 -3
View File
@@ -20,8 +20,8 @@
</div>
</div>
<p>Progress Not Perfection</p>
<h2>Completed Projects</h2>
<div class="card reserve">
<h2>Completed JavaScript Projects</h2>
<div class="card">
<div class="canvas">
<canvas width="750" height="585" id="pong"></canvas>
<script src="/public/pong.js"></script>
@@ -39,7 +39,7 @@
<a href="https://lab.trianta.dev/Trianta/trianta.dev/src/branch/main/src/pong.js">[ View Code ]</a>
</div>
</div>
<div class="card reserve">
<div class="card">
<div class="canvas">
<canvas width="625" height="375" id="snake"></canvas>
<script src="/public/snake.js"></script>
+15 -24
View File
@@ -23,7 +23,7 @@
<div class="card">
<h3>Contact Methods</h3>
<p>E-mail: gregcraw2001@gmail.com</p>
<p>Matrix: @trimutex:matrix.org</p>
<p>Matrix: @trianta:matrix.trianta.dev</p>
<p>Discord: @trianta (depreciated)</p>
</div>
<div class="card">
@@ -31,31 +31,22 @@
<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>
<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>
<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>+ --- 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>