forked from spacebar/spfn-website
Setup i18n
This commit is contained in:
parent
7871e7917e
commit
ec1e82879d
13 changed files with 483 additions and 77 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Home | SPFN</title>
|
||||
<title data-i18n="home.window"></title>
|
||||
<link rel="icon" type="image/png" href="/res/img/spfn.png">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
|
@ -15,33 +15,27 @@
|
|||
<header>
|
||||
<div style="display: flex;">
|
||||
<img style="width: 96px; padding: 0px; margin: 0px" src="/res/img/spfn.png">
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px">Splatfestival Network</h2>
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px" data-i18n="home.title"></h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button active">Home</button></a>
|
||||
<a href="/guides"><button class="header-button">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button">Account</button></a>
|
||||
<a href="/"><button class="header-button active" data-i18n="header.home"></button></a>
|
||||
<a href="/guides"><button class="header-button" data-i18n="header.guides"></button></a>
|
||||
<a href="/downloads"><button class="header-button" data-i18n="header.downloads"></button></a>
|
||||
<a href="/account"><button class="header-button" data-i18n="header.account"></button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<div class="title">
|
||||
<img style="width: 192px; padding: 0px; margin: 0px" src="/res/img/spfn.png">
|
||||
<h2 class="title-main">Splatfestival Network</h2>
|
||||
<p class="title-desc">Restoring Splatfests to Splatoon on the Wii U</p>
|
||||
<h2 class="title-main" data-i18n="home.title"></h2>
|
||||
<p class="title-desc" data-i18n="home.subtitle"></p>
|
||||
</div>
|
||||
<div class="home-container">
|
||||
<h2>Where to Find Us</h2>
|
||||
<p class="center">
|
||||
Join the Splatfestival discord server for updates to the
|
||||
servers and news about current or future Splatfests.
|
||||
</p>
|
||||
<p>
|
||||
Our code is also all open source,
|
||||
which can all be found on our self-hosted Forgejo instance.
|
||||
</p>
|
||||
<h2 data-i18n="home.findus.title"></h2>
|
||||
<p class="center" data-i18n="home.findus.discord"></p>
|
||||
<p data-i18n="home.findus.forgejo"></p>
|
||||
<div style="display: flex; flex-direction: row;">
|
||||
<a href="https://discord.gg/grMSxZf" target="_blank"><img src="/res/img/discord.png" style="width: 8rem;" /></a>
|
||||
<a href="https://git.spbr.net/spacebar" target="_blank"><img src="/res/img/fj.png" style="width: 8rem;" /></a>
|
||||
|
|
@ -63,29 +57,29 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="home-container">
|
||||
<h2 style="margin: 0 auto;">Credits</h2>
|
||||
<p>Members or Groups that made Splatfestival Network what it is today</p>
|
||||
<h2 style="margin: 0 auto;" data-i18n="home.credits.title"></h2>
|
||||
<p data-i18n="home.credits.subtitle"></p>
|
||||
<div class="team-members">
|
||||
<div class="member-row">
|
||||
<div class="team-member">
|
||||
<img src="/res/img/pretendo.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/PretendoNetwork/" target="_blank" class="team-link"><h2>Pretendo Network</h2></a>
|
||||
<p>Original Server Code and Reverse Engineering</p>
|
||||
<p data-i18n="home.credits.pretendo"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/rusticmaple.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/RusticMaple" target="_blank" class="team-link"><h2>RusticMaple</h2></a>
|
||||
<p>Owner and Server Developer</p>
|
||||
<p data-i18n="home.credits.rusticmaple"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/ceantix.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/ceantixdev" target="_blank" class="team-link"><h2>Ceantix</h2></a>
|
||||
<p>Server Developer</p>
|
||||
<p data-i18n="home.credits.ceantix"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -94,21 +88,21 @@
|
|||
<img src="/res/img/bloxerhd.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/BloxerHD018" target="_blank" class="team-link"><h2>BloxerHD</h2></a>
|
||||
<p>Website and Server Developer</p>
|
||||
<p data-i18n="home.credits.bloxerhd"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/kinnay.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/kinnay" target="_blank" class="team-link"><h2>Kinnay</h2></a>
|
||||
<p>Documentation of PRUDP and RMC</p>
|
||||
<p data-i18n="home.credits.kinnay"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/purplepote.png">
|
||||
<div style="display: block;">
|
||||
<h2>PurplePote</h2>
|
||||
<p>Splatfestival Admin who Supported Development</p>
|
||||
<p data-i18n="home.credits.purplepote"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -117,7 +111,7 @@
|
|||
<img src="/res/img/splatfestival.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://discord.gg/grMSxZf" target="_blank" class="team-link"><h2>Splatfestival Staff</h2></a>
|
||||
<p>Supported Development and Deployment of SPFN</p>
|
||||
<p data-i18n="home.credits.splatfestival"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -125,9 +119,10 @@
|
|||
</div>
|
||||
|
||||
<script type="text/javascript" src="/js/home.js"></script>
|
||||
<script type="text/javascript" src="/js/locale.js"></script>
|
||||
</main>
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
<p class="center" data-i18n="footer.assistance"></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue