forked from ProjectSegfault/website
Push to prod soon™️?
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
parent
ae966cbdb2
commit
87c98fa4fd
@ -78,6 +78,32 @@ a.visited {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.matrixcolored {
|
||||
background-color: #0dbd8b;
|
||||
}
|
||||
|
||||
.matrixcolored:hover {
|
||||
background-color: #099970;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.discordcolored {
|
||||
background-color: #5865F2;
|
||||
}
|
||||
|
||||
.discordcolored:hover {
|
||||
background-color: hsl(235,calc(var(--saturation-factor, 1)*86.1%),71.8%); /* I didn't steal this from their website DONT SUE ME DONT FUCKING SUE ME PLEASEEEEEEEEEEEEEEEE */
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.githubcolored {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
.githubcolored:hover {
|
||||
background-color: #666666;
|
||||
color: #fff;
|
||||
}
|
||||
.gameserversCardTitle, .centreofattention {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ title: Donate to Project Segfault
|
||||
## Our donation methods
|
||||
|
||||
# please do
|
||||
If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoyed our services, like if you had so much fun on our Garry's Mod server (cause I've had a lot of fun there)
|
||||
If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis.
|
||||
|
||||
# yeah sure I'll donate. links?
|
||||
LiberaPay: <a href="https://liberapay.com/Midou/donate"><img alt="Donate using Liberapay" style="height: 1.5em;" src="https://liberapay.com/assets/widgets/donate.svg"></a>
|
||||
|
@ -2,6 +2,13 @@
|
||||
title: Project Segfault
|
||||
---
|
||||
# {title}
|
||||
|
||||
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt" class="button matrixcolored">Matrix</a>
|
||||
|
||||
<a href="https://discord.gg/26EG7fFtfS" class="button discordcolored">Discord</a>
|
||||
|
||||
<a href="https://github.com/ProjectSegfault" class="button githubcolored">GitHub</a>
|
||||
|
||||
## 4 idiots with an insanely good server.
|
||||
|
||||
# what
|
||||
|
Loading…
Reference in New Issue
Block a user