mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
Add Discord page
This commit is contained in:
parent
2ebd4cae88
commit
002a2d6cf1
2 changed files with 23 additions and 0 deletions
|
@ -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\" />
|
||||
|
|
22
Project-Unite/Views/Home/Discord.cshtml
Normal file
22
Project-Unite/Views/Home/Discord.cshtml
Normal file
|
@ -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>
|
Loading…
Reference in a new issue