Added Support for Deleting Accounts, Mii Renders and Updated Credits
This commit is contained in:
parent
1374cd226b
commit
89d00a9a42
8 changed files with 105 additions and 29 deletions
16
index.html
16
index.html
|
|
@ -9,8 +9,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<h1>SPFN</h1>
|
||||
<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>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
|
|
@ -22,11 +23,12 @@
|
|||
</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>
|
||||
<a href="https://github.com/Splatfestival-Network" target="_blank">Find us on Github</a>
|
||||
<a href="https://git.virintox.com/spfn" target="_blank">Find us on our GitLab</a>
|
||||
</div>
|
||||
<div class="home-container">
|
||||
<div class="home-container" style="display: none;">
|
||||
<h2 style="margin: 4px;">Splatfest Information</h2>
|
||||
<p style="margin: 4px;">Check here for information about current or upcoming splatfests</p>
|
||||
<div id="splatfest-active" class="splatfest-active", style="display: none;">
|
||||
|
|
@ -54,9 +56,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/res/img/tv.png">
|
||||
<img src="/res/img/rusticmaple.png">
|
||||
<div style="display: block;">
|
||||
<a href="https://github.com/DJMrTV" target="_blank" class="team-link"><h2>TV</h2></a>
|
||||
<a href="https://github.com/RusticMaple" target="_blank" class="team-link"><h2>RusticMaple</h2></a>
|
||||
<p>Owner and Server Developer</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -73,7 +75,7 @@
|
|||
<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 Developer</p>
|
||||
<p>Website and Server Developer</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue