From 002a2d6cf1d6434f228a1b3c4ceb0480efd41fae Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 6 Apr 2017 09:12:42 -0400 Subject: [PATCH] Add Discord page --- Project-Unite/Project-Unite.csproj | 1 + Project-Unite/Views/Home/Discord.cshtml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Project-Unite/Views/Home/Discord.cshtml diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj index 49bdef7..d94fc9c 100644 --- a/Project-Unite/Project-Unite.csproj +++ b/Project-Unite/Project-Unite.csproj @@ -542,6 +542,7 @@ + diff --git a/Project-Unite/Views/Home/Discord.cshtml b/Project-Unite/Views/Home/Discord.cshtml new file mode 100644 index 0000000..391ba65 --- /dev/null +++ b/Project-Unite/Views/Home/Discord.cshtml @@ -0,0 +1,22 @@ + +@{ + ViewBag.Title = "Discord"; +} + +

Discord

+ +

Discord is a free instant-messaging application supporting both text and voice chatting. It is also a very awesome way to hang out with the ShiftOS community. In fact, being on the ShiftOS Discord server could potentially get you a spot on ShiftHangout - our biweekly community hangout livestream.

+ +

You may join our Discord by clicking this button:

+ + Join the Discord! + +

Disclaimer

+ +

Our server is set up to mute all communications from new members for the first 10 minutes of them being on the server. This is a spam countermeasure. If your account was created on the same day you joined the server, at the end of the 10-minute wait you may be placed in an interrogation room so we can prove you are not a spammer.

+ +

To prove you are not a spammer, either post a link to your ShiftOS profile, or your YouTube channel, or another public social media account. This is a rare counter-measure and only happens if your username is similar to a previously-banned spammer.

+ +

We welcome you to come in at any time - and once you get through the anti-spam measures, you won't be bugged about it again!

+ +

Remember to stay civil, follow the rules in the #rules channel, and have fun.

\ No newline at end of file