mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +05:30
Merge branch 'main' of https://github.com/MutaTechTips/mutaharwebsite
This commit is contained in:
commit
ce2701bec5
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,4 +6,5 @@ node_modules
|
|||||||
/package
|
/package
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
yarn.lock
|
||||||
!.env.example
|
!.env.example
|
||||||
|
@ -31,6 +31,26 @@ a.visited {
|
|||||||
box-shadow: 0 0 5px 5px #252525;
|
box-shadow: 0 0 5px 5px #252525;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button {
|
||||||
|
background-color: #3db686;
|
||||||
|
border: none;
|
||||||
|
color: white;
|
||||||
|
padding: 1% 1%;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 16px;
|
||||||
|
margin: 4px 2px;
|
||||||
|
transition-duration: 0.4s;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.button:hover {
|
||||||
|
background-color: #101010;
|
||||||
|
color: #3db686;
|
||||||
|
border: #3db686;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.gameserversCardTitle, .centreofattention {
|
.gameserversCardTitle, .centreofattention {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -43,4 +63,4 @@ a.visited {
|
|||||||
.card {
|
.card {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
<a href="/donate">Donate</a>
|
<a href="/donate">Donate</a>
|
||||||
|
|
|
|
||||||
<a href="/minecraft">Minecraft</a>
|
<a href="/minecraft">Minecraft</a>
|
||||||
|
|
|
||||||
|
<a href="/contact">Contact</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@ -17,4 +19,4 @@
|
|||||||
border-width: 1em;
|
border-width: 1em;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
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>
|
<br>
|
||||||
|
|
||||||
</div>
|
</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>
|
</div>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import "../assets/global.css"
|
import "../assets/global.css"
|
||||||
|
Loading…
Reference in New Issue
Block a user