Compare commits

...

2 Commits

Author SHA1 Message Date
Goldwaage 2109fddeac Merge branch 'master' of ssh://git.c3re.de:2222/c3re/c3re-website 2024-02-12 20:38:45 +01:00
Goldwaage ec5ce66a1b add icons for social media links 2024-02-12 20:38:22 +01:00
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">
<h2>Kontakt</h2>
<br />
<ul>
<li>
kontakt@c3re.de
</li>
<li>
02361/8488096
</li>
<li>
<a href="https://matrix.to/#/#hackerhuette:matrix.c3re.de">Matrix Chat</a>
</li>
<li>
<a href="https://chaos.social/@c3re">Mastodon</a>
</li>
<li>
<a href="https://github.com/orgs/c3re">Github</a>
<a class="icon" href="https://matrix.to/#/#hackerhuette:matrix.c3re.de"><img alt="Matrix Chat" src="/img/matrix.png" /></a>
<a class="icon" href="https://chaos.social/@c3re"><img alt="Mastodon" src="/img/mastodon.png" /></a>
<a class="icon" href="https://github.com/orgs/c3re"><img alt="Github" src="/img/github.png" /></a>
</li>
<li>
<a href="/kontakt/#anreise">Anreise</a>

View File

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