-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |