Add Matrix and IRC to socials block (#13)
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 48s

Reviewed-on: #13
Reviewed-by: Gleb Zaharov <risdeveau@lair.moe>
Co-authored-by: Burer <burer@kolibrios.org>
Co-committed-by: Burer <burer@kolibrios.org>
This commit was merged in pull request #13.
This commit is contained in:
2026-03-08 17:16:53 +00:00
committed by Gleb Zaharov
parent f9a07bcadd
commit 961692241a
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">
<img src="{{ url_for('static', filename='img/icons/i_irc.png') }}" alt="IRC">IRC
</a>
</p>