diff --git a/src/i18n/common.json b/src/i18n/common.json index 15a40de..7372da6 100644 --- a/src/i18n/common.json +++ b/src/i18n/common.json @@ -15,5 +15,11 @@ "DONATEDESCRIPTION": "The ways you can donate to us and more", "DONATEPLEASEDO": "please do", "DONATEEXPLANATION": "If you donate, we will be more motivated to work on the server and host more stuff and maybe even get more hardware. I really recommend you donate any spare money you have if you enjoy or use our services on a daily basis. Thanks!", - "DONATEOKSURE": "sure I'll donate. Links?" + "DONATEOKSURE": "sure I'll donate. Links?", + "CONTACTTITLE": "Contact Us", + "CONTACTDESCRIPTION": "Do you want to contact us?", + "CONTACTOUREMAIL": "Our email", + "CONTACTEMAILEX": "Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!", + "CONTACTPEOPLE": "People", + "CONTACTCLICK": "Click to show who is active on what platform" } \ No newline at end of file diff --git a/src/i18n/nb.json b/src/i18n/nb.json index 8c04ea7..0c10256 100644 --- a/src/i18n/nb.json +++ b/src/i18n/nb.json @@ -15,5 +15,11 @@ "DONATEDESCRIPTION": "Veiene du kan donere til oss og mer", "DONATEPLEASEDO": "vær så snill", "DONATEEXPLANATION": "Hvis du donerer, blir vi mer motivert til å jobbe på serverene våres og ofre flere tjenester, og kanskje skaffe oss mer maskinvare. Jeg anbefaler at du donerer reservepenger hvis du liker å bruke tjenestene våres, eller hvis du bruker våres tjenester på en daglig basis. Takk!", - "DONATEOKSURE": "greit, jeg skal donere. Hvor kan jeg donere?" + "DONATEOKSURE": "greit, jeg skal donere. Hvor kan jeg donere?", + "CONTACTTITLE": "Få kontakt med oss", + "CONTACTDESCRIPTION": "Veier du kan komme i kontakt med oss.", + "CONTACTOUREMAIL": "Våres e-post", + "CONTACTEMAILEX": "Microsoft (Outlook, Hotmail) pleier å markere e-poster som ikke er populære som søppelpost. Hvis du sender oss en e-post via Microsoft, husk å markere oss som ikke søppelpost!", + "CONTACTPEOPLE": "Medlemmer i Project Segfault", + "CONTACTCLICK": "Klikk for å komme i kontakt med en av medlemmene våres." } \ No newline at end of file diff --git a/src/lib/Content.svelte b/src/lib/Content.svelte index 7fdffb7..bf83de8 100644 --- a/src/lib/Content.svelte +++ b/src/lib/Content.svelte @@ -1,22 +1,14 @@ + + - {title} {separator} Project Segfault + Project Segfault
diff --git a/src/routes/contact.md b/src/routes/contact.svelte similarity index 88% rename from src/routes/contact.md rename to src/routes/contact.svelte index 2524c0e..549b3a2 100644 --- a/src/routes/contact.md +++ b/src/routes/contact.svelte @@ -1,18 +1,18 @@ ---- -title: Contact Us -description: Do you want to contact us? ---- -# {title} + -## {description} +

{$t('common.CONTACTTITLE')}

-# Our email +

{$t('common.CONTACTDESCRIPTION')}

+ +

{$t('common.CONTACTOUREMAIL')}

contact@projectsegfau.lt

-

Please be aware that Microsoft often blocks non-popular emails, if you do contact us through there, make sure to check your spam and mark it as not-spam!

+

{$t('common.CONTACTEMAILEX')}

-

People

+

{$t('common.CONTACTPEOPLE')}