Compare commits

...

2 commits

Author SHA1 Message Date
array-in-a-matrix 8183b1b449 added missing links 2024-01-29 14:45:44 -05:00
array-in-a-matrix bbfc7affcd fix #2 2024-01-29 14:44:39 -05:00
2 changed files with 19 additions and 16 deletions

View file

@ -46,7 +46,7 @@
<p>Anonymous real-time live chat app. Come leave a quick message!</p>
</section>
<section class="grid-item" id="gemini">
<a href="gemini://arrayinamatrix.xyz/"
<a href="gemini://arrayinamatrix.xyz"
><h4>Gemini capsule</h4>
<div>
<img src="../../res/site/icons/gemini.png" alt="Gemini" />
@ -54,7 +54,7 @@
</a>
<p>
This is my Gemini capsule, you can learn more about it
<a href="https://bloginamatrix.xyz/gemini-capsule/">here</a>.
<a href="https://bloginamatrix.xyzgemini-capsule/">here</a>.
(Requires Gemini compatible browser.)
</p>
</section>
@ -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>
@ -142,7 +145,7 @@
<p>Video Conferencing Software, a FOSS alternative to Zoom.</p>
</section>
<section class="grid-item" id="etherpad">
<a href=""
<a href="https://etherpad.chatinamatrix.xyz"
><h4>Etherpad</h4>
<div>
<img src="../../res/site/icons/etherpad.svg" alt="Etherpad" />
@ -151,7 +154,7 @@
<p>Open-source web-based collaborative real-time editor.</p>
</section>
<section class="grid-item" id="hydrogen">
<a href=""
<a href="https://hydrogen.chatinamatrix.xyz"
><h4>Hydrogen</h4>
<div>
<img src="../../res/site/icons/hydrogen.svg" alt="Hydrogen" />

View file

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