Add Matrix and IRC to socials block (#13)
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 48s
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:
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">
|
||||
<img src="{{ url_for('static', filename='img/icons/i_irc.png') }}" alt="IRC">IRC
|
||||
</a>
|
||||
</p>
|
||||
Reference in New Issue
Block a user