diff --git a/src/routes/contact.md b/src/routes/contact.md
index 92eef5c..170ef0b 100644
--- a/src/routes/contact.md
+++ b/src/routes/contact.md
@@ -5,6 +5,7 @@ description: Do you want to contact us?
# { title }
@@ -16,6 +17,15 @@ description: Do you want to contact us?
+
+
## Our email
[contact@projectsegfau.lt](mailto:contact@projectsegfau.lt)
@@ -24,12 +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).
-
-
\ No newline at end of file
+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 329c4df..ecc2acf 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.";
@@ -67,6 +68,17 @@
{/await}
+
+
{#if announcements.severity === "info"}