Added Discord front page before presenting join link.
This commit is contained in:
parent
2979cefc38
commit
cf6a415dd5
|
@ -0,0 +1,31 @@
|
|||
+++
|
||||
title = "Discord"
|
||||
+++
|
||||
|
||||
Please read our [most common questions](https://citra-emu.org/wiki/faq/) and our [community rules](https://citra-emu.org/rules/) before joining.
|
||||
|
||||
Review the following before joining our servers:
|
||||
|
||||
* **Piracy is prohibited** Warez/downloading games talk is prohibited. **This includes asking for system files, ROMs, encryption keys, etc.**
|
||||
|
||||
* **Do not link or discuss unofficial builds.** Citra does not provide support for unofficial builds. They may introduce new bugs, contain GPL violations, or be a virus.
|
||||
|
||||
* **Having trouble with a specific game?** Check our [Game Compatibility List](https://citra-emu.org/game/).
|
||||
|
||||
* **Want a quick answer?** Check our [most common questions](https://citra-emu.org/wiki/faq/).
|
||||
|
||||
* **Does Citra support network connectivity or online play?** No, Network has not yet been implemented in Citra therefore any online function does not work.
|
||||
|
||||
* **Are you planning to make an Android version?** No, not at the moment.
|
||||
|
||||
<div id='discordLink' style='margin-top: 5%; display: none;'>
|
||||
<a href='https://discord.gg/9jgD2y4'>Click here to join our Discord channel.</a>
|
||||
</div>
|
||||
|
||||
<script type='text/javascript'>
|
||||
$(function() {
|
||||
setTimeout(function(){
|
||||
$('#discordLink').show();
|
||||
}, 5000);
|
||||
});
|
||||
</script>
|
|
@ -102,7 +102,7 @@
|
|||
<a href="https://www.facebook.com/citra.emu">Facebook</a>
|
||||
<a href="https://twitter.com/citraemu">Twitter</a>
|
||||
<a href="https://community.citra-emu.org/">Forums</a>
|
||||
<a href="https://discord.gg/fZwvKPu">Discord</a>
|
||||
<a href="/discord">Discord</a>
|
||||
<a href="/chat">IRC</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li class="index-1 first"><a href="/rules/" title="" class="">Rules</a></li>
|
||||
<li class="index-2"><a href="https://community.citra-emu.org/" title="" class="">Community Forums</a></li>
|
||||
<li class="index-3 last"><a href="https://discord.gg/fZwvKPu" title="" class="">Discord Chat</a></li>
|
||||
<li class="index-3 last"><a href="/discord/" title="" class="">Discord Chat</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="index-7 dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Media <span class="caret"></span></a>
|
||||
|
|
Reference in New Issue