diff options
| author | Michael <[email protected]> | 2017-04-06 09:12:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-06 09:12:42 -0400 |
| commit | 002a2d6cf1d6434f228a1b3c4ceb0480efd41fae (patch) | |
| tree | e96842858c7b438f44dad28edb62b63c83c50801 /Project-Unite | |
| parent | 2ebd4cae8885dc924d59851f9fd0387f50a7b5c8 (diff) | |
| download | project-unite-002a2d6cf1d6434f228a1b3c4ceb0480efd41fae.tar.gz project-unite-002a2d6cf1d6434f228a1b3c4ceb0480efd41fae.tar.bz2 project-unite-002a2d6cf1d6434f228a1b3c4ceb0480efd41fae.zip | |
Add Discord page
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Project-Unite.csproj | 1 | ||||
| -rw-r--r-- | Project-Unite/Views/Home/Discord.cshtml | 22 |
2 files changed, 23 insertions, 0 deletions
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 @@ <Content Include="Views\Developer\Releases.cshtml" /> <Content Include="Views\Developer\AddRelease.cshtml" /> <Content Include="Views\Download\ViewRelease.cshtml" /> + <Content Include="Views\Home\Discord.cshtml" /> </ItemGroup> <ItemGroup> <Folder Include="App_Data\" /> 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"; +} + +<h2>Discord</h2> + +<p>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.</p> + +<p>You may join our Discord by clicking this button:</p> + +<a href="https://discord.gg/Vfhp78J" class="btn btn-lg btn-primary"><span class="glyphicon glyphicon-comment"></span> Join the Discord!</a> + +<h3>Disclaimer</h3> + +<p>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.</p> + +<p>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.</p> + +<p>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!</p> + +<p><strong>Remember to stay civil, follow the rules in the #rules channel, and have fun.</strong></p>
\ No newline at end of file |
