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 |
@@ -15,3 +15,13 @@
|
|||||||
<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>
|
||||||
|
|
||||||
|
<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>
|
||||||
Reference in New Issue
Block a user