diff options
| author | Michael <[email protected]> | 2017-04-06 08:51:00 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-06 08:51:00 -0400 |
| commit | fec869364f8ddbeef641cc41b6c382d7ab8c56f0 (patch) | |
| tree | 66fa630431b5a0565a0ad76d4b2b1fb8d9157986 /Project-Unite/Views/Home | |
| parent | 0c80060a3c88bc073bdbfcb74a2e46be9b2596c0 (diff) | |
| download | project-unite-fec869364f8ddbeef641cc41b6c382d7ab8c56f0.tar.gz project-unite-fec869364f8ddbeef641cc41b6c382d7ab8c56f0.tar.bz2 project-unite-fec869364f8ddbeef641cc41b6c382d7ab8c56f0.zip | |
Update contact page
Diffstat (limited to 'Project-Unite/Views/Home')
| -rw-r--r-- | Project-Unite/Views/Home/Contact.cshtml | 47 |
1 files changed, 33 insertions, 14 deletions
diff --git a/Project-Unite/Views/Home/Contact.cshtml b/Project-Unite/Views/Home/Contact.cshtml index 0f4327e..b2bb6a4 100644 --- a/Project-Unite/Views/Home/Contact.cshtml +++ b/Project-Unite/Views/Home/Contact.cshtml @@ -1,17 +1,36 @@ @{ ViewBag.Title = "Contact"; } -<h2>@ViewBag.Title.</h2> -<h3>@ViewBag.Message</h3> - -<address> - One Microsoft Way<br /> - Redmond, WA 98052-6399<br /> - <abbr title="Phone">P:</abbr> - 425.555.0100 -</address> - -<address> - <strong>Support:</strong> <a href="mailto:[email protected]">[email protected]</a><br /> - <strong>Marketing:</strong> <a href="mailto:[email protected]">[email protected]</a> -</address>
\ No newline at end of file + +<h2>Get in touch</h2> + +<p>The best way to get in touch with us devs is either through the forums or the Discord - both found in the "Community" menu at the top - but if you need more of a one-to-one type of conversation, the below information may be of help.</p> + +<h3>Contact Michael</h3> + +<p>Hi. I'm Michael - lead dev of ShiftOS. If you need help with something, shoot me a DM on Discord or email me. You can also private-message my ShiftOS account. I check my inbox regularly.</p> + +<p><strong>Email me:</strong><br/> + + <a href="mailto:[email protected]">Click to email me using your system mail client.</a></p> + +<h4>Please note!</h4> + +<p>You should only email me for the following purposes:</p> + +<ol> + <li>General questions about ShiftOS</li> + <li>Ban appeals</li> + <li>Reporting of rogue staff</li> + <li>Unite API assistance</li> +</ol> + +<p>I will <strong>not</strong> allow spam of my email address, and if you end up spamming me, I will ban you from the multi-user domain.</p> + +<h4>Response times</h4> + +<p>I check my email as soon as I wake up, and get on my computer. I check it three times a day, and if I see your message, I will reply as soon as possible. Just be patient - I've got a game to code and maintain after all!</p> + +<h3>Contact the dev team collectively</h3> + +<p>If for some reason you need to shoot a message at the entire dev team, you can either private-message the "Developers" group on this site, or shoot an email to [email protected]. I will forward the message to the development room.</p>
\ No newline at end of file |
