add Matrix and IRC to socials block #13
BIN
static/img/icons/i_irc.png
Normal file
BIN
static/img/icons/i_irc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 510 B |
BIN
static/img/icons/i_matrix.png
Normal file
BIN
static/img/icons/i_matrix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 239 B |
@@ -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
|
||||
<img src="{{ url_for('static', filename='img/icons/i_irc.png') }}" alt="IRC">IRC
|
||||
</a>
|
||||
</p>
|
||||
Reference in New Issue
Block a user
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
Fixed.