updated matrix description
Some checks failed
continuous-integration/drone/push Build is failing

minor bug fixes
This commit is contained in:
Samuel Philipp 2020-06-18 21:45:04 +02:00
parent ad776f2bb3
commit 5a225dba03
3 changed files with 33 additions and 16 deletions

View file

@ -5,6 +5,7 @@
@import "~bootstrap/scss/utilities/display"; @import "~bootstrap/scss/utilities/display";
@import "~bootstrap/scss/utilities/text"; @import "~bootstrap/scss/utilities/text";
@import "~bootstrap/scss/utilities/float"; @import "~bootstrap/scss/utilities/float";
$fa-font-path: "../font"; $fa-font-path: "../font";
@import "~@fortawesome/fontawesome-free/scss/fontawesome"; @import "~@fortawesome/fontawesome-free/scss/fontawesome";
@import "~@fortawesome/fontawesome-free/scss/solid"; @import "~@fortawesome/fontawesome-free/scss/solid";
@ -36,6 +37,14 @@ body {
padding: 2%; padding: 2%;
} }
a {
color: #fea500;
&:hover {
color: darken(#fea500, .5);
}
}
.logo { .logo {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
@ -47,6 +56,10 @@ body {
} }
.menu { .menu {
a {
color: #ffffff;
}
.active a { .active a {
font-weight: bold; font-weight: bold;
} }
@ -69,14 +82,6 @@ body {
border-top: 1px solid #ffffff; border-top: 1px solid #ffffff;
} }
a {
color: #ffffff;
&:hover {
color: #dddddd;
}
}
.sp-codes { .sp-codes {
font-family: "Minotaur", monospace; font-family: "Minotaur", monospace;
font-size: 5rem; font-size: 5rem;
@ -87,11 +92,11 @@ a {
font-family: "Minotaur", monospace; font-family: "Minotaur", monospace;
font-size: 3rem; font-size: 3rem;
text-align: center; text-align: center;
}
//.row { a {
// margin: 0; color: #ffffff;
//} }
}
.flex-grow { .flex-grow {
flex: 1; flex: 1;
@ -141,6 +146,8 @@ a {
&.flat { &.flat {
.inner { .inner {
flex-direction: row; flex-direction: row;
pointer-events: all;
text-decoration: none;
h2 { h2 {
margin-left: 0.5rem; margin-left: 0.5rem;
@ -148,3 +155,7 @@ a {
} }
} }
} }
.links a {
color: #ffffff;
}

View file

@ -53,7 +53,7 @@ eleventyNavigation:
</div> </div>
</div> </div>
<div class="d-flex justify-content-center flex-wrap my-3"> <div class="d-flex justify-content-center flex-wrap my-3 links">
<div class="m-2"><a href="mailto:mail@sp-codes.de"><span <div class="m-2"><a href="mailto:mail@sp-codes.de"><span
class="fas fa-fw fa-4x fa-envelope"></span></a></div> class="fas fa-fw fa-4x fa-envelope"></span></a></div>
<div class="m-2"><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de"> <div class="m-2"><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">

View file

@ -5,11 +5,17 @@ title: Matrix
--- ---
# Matrix # Matrix
[Matrix](https://matrix.org) ist eine moderne Software für dezentrale Kommunikation (wie E-Mail). [Matrix](https://matrix.org) ist eine moderne, quelloffene Software für dezentrale Kommunikation (wie E-Mail).
Seit Ende 2019 betreibe ich einen öffentlichen Matrix-Server
Weitere Informationen folgen...
__Seit Ende 2019 betreibe ich einen öffentlichen Matrix-Server: [matrix.sp-codes.de](https://matrix.sp-codes.de/)__
Melde dich gerne auf meinem Server an oder suche dir einen aus der unten verlinkten Liste aus. Ich freue mich auf deine Nachricht an [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de).
## Server Details
Der Matrix-Homeserver läuft auf einem vServer von [Netcup](https://netcup.de/).
## Weitere nützliche Links ## Weitere nützliche Links