Skip to content

Commit

Permalink
added contact us page
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrecs committed Apr 7, 2024
1 parent 145e852 commit 1bb83b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/pages/about/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
import Layout from "../../layout/layout.astro";
---
<Layout>

</Layout>
<div class="w-full h-screen flex flex-col justify-center items-center text-center">
<h1 class="text-6xl py-6">Contact us</h1>
<p class="text-2xl m-4">Need to get in contact with a specific member of our staff? <br/><a href="/staff" class="text-vatsca1">Go here</a></p>
<p class="text-2xl m-4">Want to leave feedback about our expericnce with our services or controllers? <br/><a href="[email protected]:" class="text-vatsca1">[email protected]</a></p>
<p class="text-2xl m-4">For general questions, please join our discord and use the #General channel <br/><a href="http://discord.vatsim-scandinavia.org/" class="text-vatsca1">Discord</a></p>
</div>
</Layout>

0 comments on commit 1bb83b2

Please sign in to comment.