make status api faster, fix donate, add services

This commit is contained in:
2023-01-02 21:12:06 +02:00
parent d768ad1704
commit 76435cc3d2
14 changed files with 97 additions and 41 deletions

View File

@@ -42,4 +42,8 @@
.githubcolored {
@apply bg-alt text-alt-text;
}
.torcolored {
@apply bg-[#7d4698] text-white;
}
</style>

View File

@@ -1,3 +1,3 @@
<div class="flex flex-row gap-2">
<div class="flex flex-row flex-wrap gap-2">
<slot />
</div>

View File

@@ -84,7 +84,6 @@
>
{#each menus as { url, name, external }}
<a
data-sveltekit-preload-data
class:active={url !== "/"
? currentPage.match(url)
: url === currentPage}

View File

@@ -7,7 +7,7 @@
},
{
"name": "Arya",
"description": "Libre Software Enthusiast and ProjectSegfault SysAdmin",
"description": "Libre Software Enthusiast and Project Segfault Sysadmin",
"position": "Sysadmin",
"website": "https://aryak.vern.cc",
"matrix": "https://matrix.to/#/@aryak:projectsegfau.lt",