diff --git a/src/lib/Header.svelte b/src/lib/Header.svelte index 7aa4491..eb49086 100644 --- a/src/lib/Header.svelte +++ b/src/lib/Header.svelte @@ -16,7 +16,9 @@ <a href="/minecraft" class="button">Minecraft</a> <a href="/contact" class="button">Contact</a> - </section> + + <a href="/faq" class="button">FAQ</a> + </section> </header> diff --git a/src/routes/contact.md b/src/routes/contact.md index 71db31d..5aa4140 100644 --- a/src/routes/contact.md +++ b/src/routes/contact.md @@ -4,9 +4,11 @@ title: Contact Us # {title} ## Do you want to contact us? -# Our email (note that it is currently not working) +# Our email -<a href="mailto:contact@mutahar.rocks">contact@mutahar.rocks</a> +<p><a href="mailto:contact@mutahar.rocks">contact@mutahar.rocks</a></p> + +<p><a href="mailto:contact@mutahar.rocks">contact@projectsegfau.lt</a></p> <p><i>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!</i></p> # Invites @@ -17,6 +19,6 @@ title: Contact Us <p id="Active"></p> -<button type="button" class="button" onclick='document.getElementById("Active").innerHTML = "Midou (Matrix) / Mrlerien (Discord) / Odyssey (Both)"'>Click to show who is active on what platform</button> +<button type="button" class="button" onclick='document.getElementById("Active").innerHTML = "Midou (Matrix) / Mrlerien (Discord) / Odyssey (Both) / Devnol (Matrix)"'>Click to show who is active on what platform</button> -<p id="Activity"></p> \ No newline at end of file +<p id="Activity"></p>