mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
make status api faster, fix donate, add services
This commit is contained in:
@@ -42,4 +42,8 @@
|
||||
.githubcolored {
|
||||
@apply bg-alt text-alt-text;
|
||||
}
|
||||
|
||||
.torcolored {
|
||||
@apply bg-[#7d4698] text-white;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="flex flex-row gap-2">
|
||||
<div class="flex flex-row flex-wrap gap-2">
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
>
|
||||
{#each menus as { url, name, external }}
|
||||
<a
|
||||
data-sveltekit-preload-data
|
||||
class:active={url !== "/"
|
||||
? currentPage.match(url)
|
||||
: url === currentPage}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user