diff --git a/src/lib/Card/Link.svelte b/src/lib/Card/Link.svelte index 6b49d88..cfb9875 100644 --- a/src/lib/Card/Link.svelte +++ b/src/lib/Card/Link.svelte @@ -12,7 +12,8 @@ .web, .email, .picture, - .pgp { + .pgp, + .link { background-color: var(--alt); color: var(--alt-text); font-size: 20px; diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte index 1920bcd..8d1ea41 100644 --- a/src/lib/Footer.svelte +++ b/src/lib/Footer.svelte @@ -37,18 +37,4 @@ font-weight: 500; text-align: center; } - - .badge { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - } - - img { - width: 270px; - background: var(--accent); - padding: 0.5rem; - border-radius: 10px; - } diff --git a/src/lib/Nav.svelte b/src/lib/Nav.svelte index 500396c..75d82af 100644 --- a/src/lib/Nav.svelte +++ b/src/lib/Nav.svelte @@ -5,7 +5,7 @@ $: currentPage = $page.url.pathname; const menus = [ - { name: "Instances", url: "/instances" }, + { name: "Services", url: "/services" }, { name: "Projects", url: "/projects" }, { name: "Minecraft", url: "/minecraft" }, { name: "Donate", url: "/donate" }, @@ -46,12 +46,20 @@
-
+
+ + + ## Our email @@ -23,4 +34,4 @@ _Please be aware that Microsoft often blocks non-popular emails, if you do conta ## People -You can find ways to contact individual team members [on our team page](/team). +You can find ways to contact individual team members [on our team page](/team). \ No newline at end of file diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 4870672..e40da8f 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -2,6 +2,7 @@ import SvelteSeo from "svelte-seo"; import Hero from "$lib/Hero.svelte"; import LinkButton from "$lib/LinkButton.svelte"; + import Note from "$lib/Form/Note.svelte"; import dayjs from "dayjs"; let description: string = "Open source development and hosted services."; @@ -25,12 +26,14 @@ marginTop="7" >
- - + +
@@ -67,6 +70,17 @@ {/await}
+ + {#if announcements.severity === "info"}