Added SimpleX chat + logo

This commit is contained in:
J'informatique 2025-01-10 15:43:35 +01:00
parent 94794514ac
commit ad342f96a5
No known key found for this signature in database
4 changed files with 113 additions and 0 deletions

View File

@ -425,6 +425,19 @@
--button-background:#3a76f0;
}
/* SimpleX */
.button-simplex {
--button-text:#000000;
--button-background:#F3F6F7;
}
/* SimpleX dark */
.button-simplex-dark {
--button-text:#FFFFFF;
background-color: #000000;
--button-border: 1px solid #000000;
}
/* Slack */
.button-slack {
--button-text:#000000;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

47
images/icons/simplex.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -242,6 +242,12 @@
<!-- Signal -->
<a class="button button-signal" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/signal.svg" alt="Signal Logo">Signal</a>
<!-- SimpleX chat -->
<a class="button button-simplex" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/simplex.svg" alt="SimpleX Logo">SimpleX chat</a>
<!-- SimpleX chat dark -->
<a class="button button-simplex-dark" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/simplex-dark.svg" alt="SimpleX Logo">SimpleX chat dark</a>
<!-- Slack -->
<a class="button button-slack" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/slack.svg" alt="Slack Logo">Join Slack</a>