add Matrix and IRC to socials block #13

Merged
Sweetbread merged 3 commits from feat/add-matrix-irc into main 2026-03-08 17:16:54 +00:00
3 changed files with 10 additions and 0 deletions

BIN
static/img/icons/i_irc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

View File

@@ -14,4 +14,14 @@
<a href="https://www.reddit.com/r/KolibriOS/" target="_blank">
<img src="{{ url_for('static', filename='img/icons/i_reddit.png') }}" alt="Reddit">Reddit
</a>
</p>
<p class="p-socials">
<a href="https://matrix.to/#/#kolibrios:lair.moe" target="_blank">
<img src="{{ url_for('static', filename='img/icons/i_matrix.png') }}" alt="Matrix">Matrix
</a>
<br />
<a href="irc://kolibrios.org" target="_blank">
Sweetbread marked this conversation as resolved Outdated

I'm not sure in need of port. There are two default ports: 6667 and 6697 for TLS. If a client has no TLS support, it should not use port for it

I'm not sure in need of port. There are two default ports: 6667 and 6697 for TLS. If a client has no TLS support, it should not use port for it
Outdated
Review

Fixed.

Fixed.
<img src="{{ url_for('static', filename='img/icons/i_irc.png') }}" alt="IRC">IRC
</a>
</p>