mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
add fixes for members page
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
|
||||
.links a {
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
|
||||
@@ -1,32 +1,31 @@
|
||||
<script lang="ts">
|
||||
export let title;
|
||||
export let description;
|
||||
export let separator;
|
||||
import SvelteSeo from 'svelte-seo';
|
||||
// Enjoy the jank.
|
||||
if(title === "Project Segfault") {
|
||||
title = "";
|
||||
separator = "";
|
||||
}
|
||||
else {
|
||||
separator = "|";
|
||||
}
|
||||
export let separator;
|
||||
import SvelteSeo from "svelte-seo";
|
||||
// Enjoy the jank.
|
||||
if (title === "Project Segfault") {
|
||||
title = "";
|
||||
separator = "";
|
||||
} else {
|
||||
separator = "|";
|
||||
}
|
||||
</script>
|
||||
|
||||
<SvelteSeo
|
||||
openGraph={{
|
||||
title: title,
|
||||
description: description,
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: 'https://projectsegfau.lt:8448/_matrix/media/r0/download/projectsegfau.lt/HBgjhWUExhKPzbpkpIqQfUkF',
|
||||
width: 850,
|
||||
height: 650,
|
||||
alt: 'Image'
|
||||
}
|
||||
]
|
||||
}}
|
||||
openGraph={{
|
||||
title: title,
|
||||
description: description,
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://projectsegfau.lt:8448/_matrix/media/r0/download/projectsegfau.lt/HBgjhWUExhKPzbpkpIqQfUkF",
|
||||
width: 850,
|
||||
height: 650,
|
||||
alt: "Image"
|
||||
}
|
||||
]
|
||||
}}
|
||||
/>
|
||||
|
||||
<svelte:head>
|
||||
@@ -35,4 +34,4 @@
|
||||
|
||||
<div class="mdsvex_content">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
[
|
||||
{
|
||||
"name": "Midou",
|
||||
"matrix": "https://matrix.to/#/@midou:projectsegfau.lt/",
|
||||
"position": "System administrator",
|
||||
"description": "Fill out your fucking description",
|
||||
"github": "https://github.com/Midou36O",
|
||||
"website": "https://miicord.com"
|
||||
"matrix": "https://matrix.to/#/@midou:projectsegfau.lt/",
|
||||
"position": "System administrator",
|
||||
"description": "Placeholder",
|
||||
"github": "https://github.com/Midou36O/",
|
||||
"website": "https://miicord.com/"
|
||||
},
|
||||
{
|
||||
"name": "MrLeRien",
|
||||
"discord": "https://discord.com/users/213634643327582208/",
|
||||
"position": "Hoster",
|
||||
"description": "Fill out your fucking description",
|
||||
"github": "https://github.com/MrLeRien"
|
||||
"discord": "https://discord.com/users/213634643327582208/",
|
||||
"position": "Hoster",
|
||||
"description": "Placeholder",
|
||||
"github": "https://github.com/MrLeRien/"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "akisblack",
|
||||
"matrix": "https://matrix.to/#/@akis:projectsegfau.lt/",
|
||||
"discord": "https://discord.com/users/845535118285602866/",
|
||||
"position": "Web developer",
|
||||
"description": "Fill out your fucking description",
|
||||
"github": "https://github.com/akisblack",
|
||||
"website": "https://akisblack.github.io"
|
||||
"matrix": "https://matrix.to/#/@akis:projectsegfau.lt/",
|
||||
"discord": "https://discord.com/users/845535118285602866/",
|
||||
"position": "Web developer",
|
||||
"description": "Hi, I am Akis.",
|
||||
"github": "https://github.com/akisblack/",
|
||||
"website": "https://akisblack.github.io/"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "Devnol",
|
||||
"matrix": "https://matrix.to/#/@devnol:projectsegfau.lt/",
|
||||
"discord": "https://discord.com/users/429353559566319626/",
|
||||
"position": "Hoster",
|
||||
"description": "I am the asshole",
|
||||
"github": "https://github.com/Devnol",
|
||||
"website": "https://devnol.github.io"
|
||||
"matrix": "https://matrix.to/#/@devnol:projectsegfau.lt/",
|
||||
"discord": "https://discord.com/users/429353559566319626/",
|
||||
"position": "Hoster",
|
||||
"description": "Placeholder",
|
||||
"github": "https://github.com/Devnol/",
|
||||
"website": "https://devnol.github.io/"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -11,11 +11,13 @@
|
||||
</a>
|
||||
|
||||
<div class="links">
|
||||
<a href="https://instances.projectsegfau.lt/">Instances & Gameservers</a>
|
||||
<a href="https://instances.projectsegfau.lt/">Instances & Gameservers</a
|
||||
>
|
||||
<a href="/minecraft">Minecraft</a>
|
||||
<a href="/donate">Donate</a>
|
||||
<a href="/faq">FAQ</a>
|
||||
<a href="/contact">Contact</a>
|
||||
<a href="/members">Members</a>
|
||||
<a href="https://blog.projectsegfau.lt/">Blog</a>
|
||||
<a href="/legal">Legal</a>
|
||||
</div>
|
||||
@@ -77,6 +79,7 @@
|
||||
nav {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
div.links {
|
||||
|
||||
@@ -35,4 +35,4 @@ a {
|
||||
text-decoration: underline;
|
||||
color: var(--accent-primary);
|
||||
text-underline-offset: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user