mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
Merge branch 'main' of https://github.com/MutaTechTips/mutaharwebsite
This commit is contained in:
26
src/routes/contact.md
Normal file
26
src/routes/contact.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Contact Us
|
||||
---
|
||||
# {title}
|
||||
## Do you want to contact us?
|
||||
|
||||
# Our email (note that it is currently not working)
|
||||
|
||||
<a href="mailto:contact@mutahar.rocks">contact@mutahar.rocks</a>
|
||||
<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
|
||||
|
||||
<p><a href="https://discord.gg/26EG7fFtfS">Discord</a></p>
|
||||
|
||||
<p><a href="https://matrix.to/#/#mutatechtips:matrix.mutahar.rocks">Matrix</a></p>
|
||||
|
||||
<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>
|
||||
|
||||
<p id="Activity"></p>
|
||||
|
||||
<script lang="ts">
|
||||
import "../assets/global.css"
|
||||
</script>
|
||||
@@ -33,6 +33,15 @@ title: Our Instances
|
||||
<br>
|
||||
|
||||
</div>
|
||||
<div id="nitt">
|
||||
<h3 class="instances"> Nitter </h3>
|
||||
<br>
|
||||
You want to check something on twitter? Oh wait you don't have an account.. No worries!
|
||||
<br>
|
||||
<a href="https://nitter.mutahar.rocks">Nitter is here for that.</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<script lang="ts">
|
||||
import "../assets/global.css"
|
||||
|
||||
Reference in New Issue
Block a user