add icons for social media links

master
Goldwaage 2024-02-12 20:38:22 +01:00
parent e63c154bdb
commit ec5ce66a1b
9 changed files with 10 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

View File

@ -1,19 +1,17 @@
<div class="side-contact"> <div class="side-contact">
<h2>Kontakt</h2> <h2>Kontakt</h2>
<br />
<ul> <ul>
<li> <li>
kontakt@c3re.de kontakt@c3re.de
</li> </li>
<li> <li>
<a href="https://matrix.to/#/#hackerhuette:matrix.c3re.de">Matrix Chat</a> 02361/8488096
</li> </li>
<li> <li>
<a href="https://chaos.social/@c3re">Mastodon</a> <a class="icon" href="https://matrix.to/#/#hackerhuette:matrix.c3re.de"><img alt="Matrix Chat" src="/img/matrix.png" /></a>
</li> <a class="icon" href="https://chaos.social/@c3re"><img alt="Mastodon" src="/img/mastodon.png" /></a>
<li> <a class="icon" href="https://github.com/orgs/c3re"><img alt="Github" src="/img/github.png" /></a>
<a href="https://github.com/orgs/c3re">Github</a>
</li> </li>
</ul> </ul>

View File

@ -199,6 +199,9 @@ a.external:after {
.side-contact { .side-contact {
background-color: var(--color-bg-content); background-color: var(--color-bg-content);
} }
.side-contact .icon {
margin-right: 1em;
}
/* place header in the center of header-wrapper */ /* place header in the center of header-wrapper */
.header-wrapper { .header-wrapper {