remove all mentions of pretendo in favour of splatfestival

This commit is contained in:
kittentm 2026-01-28 20:34:38 +01:00
commit 3551fe50e1
13 changed files with 13 additions and 13 deletions

View file

@ -39,20 +39,20 @@
<div class="do-public">
<div class="contents">
<div class="login">
<a class="nnid-login-btn" href="/users/auth/pretendo">
<a class="nnid-login-btn" href="/users/auth/splatfestival">
<span class="nnid-icon"></span>
Log In
</a>
<span class="nnid-description">
<p>
To use SplatNet, you need to log in with your Pretendo Network ID.
To use SplatNet, you need to log in with your Splatfestival Network ID.
</p>
<p>
*Please note that while smartphone apps that utilize the information from this site have been confirmed, none of them are affiliated with Nintendo in any way.
</p>
<p>
**IMPORTANT NOTE: This is a recreation of SplatNet! While the goal of this project is to be faithful, Nintendo Network pages will be treated as Pretendo instead.
**IMPORTANT NOTE: This is a recreation of SplatNet! While the goal of this project is to be faithful, Nintendo Network pages will be treated as Splatfestival instead.
</p>
</span>

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 798 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 575 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 536 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

View file

@ -12,10 +12,10 @@
<meta content="0" http-equiv="expires"/>
<meta content="Tue, 01 Jan 1980 1:00:00 GMT" http-equiv="expires"/>
<meta content="no-cache" http-equiv="pragma"/>
<title>Sign In to Pretendo Network</title>
<link href="../pretendo/css/style-auth.css" rel="stylesheet"/>
<script src="../pretendo/js/base_e42dadd1.js"></script>
<script src="../pretendo/353f197638abe79a7d2dc7a7fd522d075d11521d/satelliteLib-df3d4f52ec08e860f63e4ce57be273a0ed391ab8.js"></script>
<title>Sign In to Splatfestival Network</title>
<link href="../splatfestival/css/style-auth.css" rel="stylesheet"/>
<script src="../splatfestival/js/base_e42dadd1.js"></script>
<script src="../splatfestival/353f197638abe79a7d2dc7a7fd522d075d11521d/satelliteLib-df3d4f52ec08e860f63e4ce57be273a0ed391ab8.js"></script>
</head>
<body>
<div class="hb-wrapper hb-l-fixed">
@ -41,11 +41,11 @@
<div class="hb-contents">
<div class="hb-contents-wrapper">
<div class="hb-page">
<form action="/users/auth/pretendo/" method="post">
<form action="/users/auth/splatfestival/" method="post">
<input name="lang" type="hidden" value="en-US"/>
<div class="hb-container hb-l-inside">
<h2>Sign In</h2>
<p>Please sign in with a Pretendo Network ID to proceed.</p>
<p>Please sign in with a Splatfestival Network ID to proceed.</p>
</div>
<!-- ERROR CONTAINER -->
@ -56,7 +56,7 @@
<div class="hb-container hb-l-inside-half hb-mg-top-none">
<div class="auth-input-double">
<label>
<input maxlength="16" name="username" placeholder="Pretendo Network ID" title="Pretendo Network ID" type="text" value=""/>
<input maxlength="16" name="username" placeholder="Splatfestival Network ID" title="Splatfestival Network ID" type="text" value=""/>
</label>
<label>
<input maxlength="16" name="password" placeholder="Password" title="Password" type="password"/>
@ -74,7 +74,7 @@
</div>
<input class="hb-btn hb-is-decide" id="btn_text" type="submit" value="Sign In"/>
<p><a class="hb-icon-external" href="https://pretendo.network/account/forgot-password" target="_blank">Forgot your password?</a><br/>
<p><a class="hb-icon-external" href="https://discord.gg/grMSxZf" target="_blank">Forgot your password?</a><br/>
</form>
</div>
</div>
@ -83,8 +83,8 @@
<footer class="hb-footer">
<div class="hb-footer-wrapper">
<div class="hb-footer-link">
<a class="hb-icon-external" href="/help/terms">Terms &amp; Privacy Policy</a>
<a class="hb-icon-external" href="/help/contact">Contact/Help</a>
<a class="hb-icon-external" href="../../../site_policy/">Terms &amp; Privacy Policy</a>
<a class="hb-icon-external" href="https://git.crafterpika.cc/kittentm/splatnet/issues">Contact/Help</a>
</div>
<p class="hb-footer-copyright">©Nintendo</p>
</div>