add Matrix and IRC to socials block
This commit is contained in:
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: 612 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">
|
<a href="https://www.reddit.com/r/KolibriOS/" target="_blank">
|
||||||
<img src="{{ url_for('static', filename='img/icons/i_reddit.png') }}" alt="Reddit">Reddit
|
<img src="{{ url_for('static', filename='img/icons/i_reddit.png') }}" alt="Reddit">Reddit
|
||||||
</a>
|
</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:6697" target="_blank">
|
||||||
|
<img src="{{ url_for('static', filename='img/icons/i_irc.png') }}" alt="IRC">IRC
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
Reference in New Issue
Block a user