This commit is contained in:
array-in-a-matrix 2024-01-29 14:44:39 -05:00
parent 5f4747ae5d
commit bbfc7affcd
2 changed files with 15 additions and 12 deletions

View file

@ -100,18 +100,21 @@
</div>
<hr />
<h3 id="vps">Hosted on VPS:</h3>
<section class="grid-item" id="matrix">
<a href="./matrix/"
><h4>Matrix homeserver</h4>
<div><img src="../../res/site/icons/matrix.svg" alt="Matrix" /></div>
</a>
<p>
A decentralized End-to-End encrypted and federated chat server. Matrix
web clients can be found <a href="https://chatinamatrix.xyz">here</a>.
Point your client to <code>matrix.chatinamatrix.xyz</code>
</p>
</section>
<div class="grid">
<section class="grid-item" id="matrix">
<a href="./matrix/"
><h4>Matrix homeserver</h4>
<div>
<img src="../../res/site/icons/matrix.svg" alt="Matrix" />
</div>
</a>
<p>
A decentralized End-to-End encrypted and federated chat server.
Matrix web clients can be found
<a href="https://chatinamatrix.xyz">here</a>. Point your client to
<code>matrix.chatinamatrix.xyz</code>
</p>
</section>
<section class="grid-item" id="element">
<a href="https://element.chatinamatrix.xyz"
><h4>Element</h4>

View file

@ -716,7 +716,7 @@ body {
.grid {
display: flex;
flex-wrap: wrap;
justify-content: stretch;
justify-content: space-evenly;
margin: auto;
gap: 4%;
}