WiiMart Wednesday 14 and some CSS changes

This commit is contained in:
Gemdation 2025-07-09 18:21:43 -05:00
parent 7f90351aba
commit 80380111e1
13 changed files with 817 additions and 612 deletions

View File

@ -28,7 +28,8 @@
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <span class="active">Branding</span> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav> <nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <span class="active">Branding</span> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
<div> <div class="row">
<div class="box">
<h2>Wordmarks</h2> <h2>Wordmarks</h2>
<div style="border-color:#1164E9;background-color: #1164E9" class="wm"><img loading="lazy" src="media/branding-wordmark-white.png" class="wm"></div> <div style="border-color:#1164E9;background-color: #1164E9" class="wm"><img loading="lazy" src="media/branding-wordmark-white.png" class="wm"></div>
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-blue.png" class="wm"></div> <div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-blue.png" class="wm"></div>
@ -37,7 +38,7 @@
<p><a href="media/branding-wordmark.svg" class="btn" download>Download SVG</a></p> <p><a href="media/branding-wordmark.svg" class="btn" download>Download SVG</a></p>
</div> </div>
<div> <div class="box">
<h2>Colors</h2> <h2>Colors</h2>
<mark style="background-color: #1164E9;">WiiMart Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#1164E9</mark> <mark style="background-color: #1164E9;">WiiMart Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#1164E9</mark>
<br><mark style="background-color:#00378F">WiiMart Dark Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#00378F</mark> <br><mark style="background-color:#00378F">WiiMart Dark Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#00378F</mark>
@ -45,7 +46,7 @@
</div> </div>
<div> <div class="box">
<h2>Icons</h2> <h2>Icons</h2>
<img loading="lazy" src="media/branding-bag.png" width="200px" height="200px" style="min-width:200px; min-height:200px;"> <img loading="lazy" src="media/branding-bag.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
<img loading="lazy" src="media/branding-bag-no-bg.png" height="200px"> <img loading="lazy" src="media/branding-bag-no-bg.png" height="200px">
@ -55,18 +56,19 @@
</div> </div>
<div> <div class="box">
<h2>Banners</h2> <h2>Banners</h2>
<img loading="lazy" src="media/branding-banner.png" width="100%" height="100%" style="min-width:100%; min-height:100%;"> <img loading="lazy" src="media/branding-banner.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
<img loading="lazy" src="media/branding-super-center.png" width="100%" height="100%" style="min-width:100%; min-height:100%;"> <img loading="lazy" src="media/branding-super-center.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
<img loading="lazy" src="media/branding-wiimart-wednesday.png" width="100%" height="100%" style="min-width:100%; min-height:100%;"> <img loading="lazy" src="media/branding-wiimart-wednesday.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
</div> </div>
<div> <div class="box">
<h2>Extra Information</h2> <h2>Extra Information</h2>
<p>The icons and banners are recolors of Wii Shop Channel textures, WiiMart itself is primarily a parody of <p>The icons and banners are recolors of Wii Shop Channel textures, WiiMart itself is primarily a parody of
the <a href="https://www.cufonfonts.com/font/wal-mart-logos-1980s-1990s">90s Walmart branding</a>.</p> the <a href="https://www.cufonfonts.com/font/wal-mart-logos-1980s-1990s">90s Walmart branding</a>.</p>
</div> </div>
</div>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer> <footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>

View File

@ -17,13 +17,10 @@
<script src="meta/gallery.js" defer></script> <script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<style> <style>
div.c {border-color:#9900FF} figure {display: flex;align-items: flex-start;}
div.c div.pfp {border-color:#9900FF} figure img.pfp {width:150px;height:150px; min-height:150px; min-width:150px; object-fit: cover;margin-right:10px;border-radius: 5px;}
h2.c {color:#9900FF}
div.mem {display: flex;align-items: flex-start;}
div.pfp {display: flex;align-items: center;width: 100%;}
img.pfp {width:150px;height:150px; min-height:150px; min-width:150px; object-fit: cover;margin-right:10px;border-radius: 5px;}
p.mem {flex: 1} p.mem {flex: 1}
hr {border-style:dashed}
</style> </style>
</head> </head>
<body onload="loadafterwednesdaycheck();"> <body onload="loadafterwednesdaycheck();">
@ -37,137 +34,184 @@
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <span class="active">Credits</span></nav> <nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <span class="active">Credits</span></nav>
<div> <div class="box">
<h2>Shop Developers</h2> <h2>Shop Developers</h2>
<div class="pfp">
<figure>
<img loading="lazy" src="media/pfp-ocarina.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-ocarina.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>Ocarina</i></b> is the creator of WiiMart! He began working on it after the unsuccess of Rii Shop. <figcaption><b><i>Ocarina</i></b> is the creator of WiiMart! He began working on it after the unsuccess of Rii Shop.
As the owner, he maintains the shop entirely.<br><br> As the owner, he maintains the shop entirely.<br><br>
<a href="https://wiilab.wiimart.org/Ocarina"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Epicboss16"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/Ocarina"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Epicboss16"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
<audio src="media/sound-zelda.mp3"></audio> <audio src="media/sound-zelda.mp3"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-selim.png" class="pfp"> <img loading="lazy" src="media/pfp-selim.png" class="pfp">
<p class="mem"><b>Selim</b> is a Discord administrator and server hoster for WiiMart, currently tinkering with <mark>[unreleased fork]</mark>.<br><br> <figcaption class="mem"><b>Selim</b> is a Discord administrator and server hoster for WiiMart, currently tinkering with <mark>[unreleased fork]</mark>.<br><br>
<a href="https://wiilab.wiimart.org/selimgozel1"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p> <a href="https://wiilab.wiimart.org/selimgozel1"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></figcaption>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-thom.png" class="pfp"> <img loading="lazy" src="media/pfp-thom.png" class="pfp">
<p class="mem"><b>Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and the WiiMart Installer. He can code in Python and C/C++. He was a co-owner of Reviive.<br><br> <figcaption class="mem"><b>Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and the WiiMart Installer. He can code in Python and C/C++. He was a co-owner of Reviive.<br><br>
<a href="https://wiilab.wiimart.org/thom2305"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/thom2305"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp"> <img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp">
<p class="mem"><b>Wabagg123</b> is one of the developers for WiiMart that contributes to the WiiConnect24 and Wii SOAP part of the shop.<br><br> <figcaption class="mem"><b>Wabagg123</b> is one of the developers for WiiMart that contributes to the WiiConnect24 and Wii SOAP part of the shop.<br><br>
<a href="https://www.youtube.com/@wabagg123/"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> </p> <a href="https://www.youtube.com/@wabagg123/"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> </figcaption>
</div> </figure>
<div class="pfp"> <hr>
<figure class="box">
<img loading="lazy" src="media/pfp-idkwh.png" class="pfp"> <img loading="lazy" src="media/pfp-idkwh.png" class="pfp">
<p class="mem"><b>idkwhereisthisname</b> is a Discord admin, they have worked on creating identical past shop pages like the Ambassador Program. Also worked on their own <abbr title="Yet another Wii Shop Channel">YaWSC</abbr>.<br><br> <figcaption class="mem"><b>idkwhereisthisname</b> is a Discord admin, they have worked on creating identical past shop pages like the Ambassador Program. Also worked on their own <abbr title="Yet another Wii Shop Channel">YaWSC</abbr>.<br><br>
<a href="https://wiilab.wiimart.org/idkwhereisthisname"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@idkwhereisthisname"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://idkwhereisthis.name/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/idkwhereisthisname"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@idkwhereisthisname"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://idkwhereisthis.name/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
</div> </figure>
</div>
<div> <hr>
<h2>Website Developers</h2> <h2>Website Developers</h2>
<div class="pfp">
<figure class="box">
<img loading="lazy" src="media/pfp-gem.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-gem.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>Gemdation</i></b> is the main website coder and designer of the WiiMart branding.<br><br> <figcaption class="mem"><b><i>Gemdation</i></b> is the main website coder and designer of the WiiMart branding.<br><br>
<a href="https://wiilab.wiimart.org/gem"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gemdation.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/gem"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gemdation.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
<audio src="media/sound-bej3.mp3"></audio> <audio src="media/sound-bej3.mp3"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-chris.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-chris.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>ChrisplayzWii</i></b> is one of the Discord moderators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br> <figcaption class="mem"><b><i>ChrisplayzWii</i></b> is one of the Discord moderators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br>
<a href="https://wiilab.wiimart.org/Chrisplayzwii"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@ChrisplayzWii"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://chrisplayzwii.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/Chrisplayzwii"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@ChrisplayzWii"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://chrisplayzwii.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
<audio src="media/sound-roblox-coil.mp3"></audio> <audio src="media/sound-roblox-coil.mp3"></audio>
</div> </figure>
</div>
<div> <hr>
<h2>Discord Staff</h2> <h2>Discord Staff</h2>
<div class="pfp">
<figure class="box">
<img loading="lazy" src="media/pfp-yts.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-yts.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>YourTooSlow</i></b> is a Discord administrator, he is learning HTML and JavaScript.<br><br> <figcaption class="mem"><b><i>YourTooSlow</i></b> is a Discord administrator, he is learning HTML and JavaScript.<br><br>
<a href="https://wiilab.wiimart.org/Your2Slow"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </p> <a href="https://wiilab.wiimart.org/Your2Slow"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </figcaption>
<audio src="media/sound-sonic.exe.mp3"></audio> <audio src="media/sound-sonic.exe.mp3"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-andry.png" class="pfp"> <img loading="lazy" src="media/pfp-andry.png" class="pfp">
<p class="mem"><b>Andry6702</b> is a Discord moderator, he contributed on other projects such as New Shop Channel and Reviive.<br><br> <figcaption class="mem"><b>Andry6702</b> is a Discord moderator, he contributed on other projects such as New Shop Channel and Reviive.<br><br>
<a href="https://www.youtube.com/@andry6702"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://andry6702.net"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://www.youtube.com/@andry6702"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://andry6702.net"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img src="media/pfp-rm05.png" class="pfp"> <img src="media/pfp-rm05.png" class="pfp">
<p class="mem"><b>RM05</b> is a Discord administrator and WiiMart translation contributor.<br><br> <figcaption class="mem"><b>RM05</b> is a Discord administrator and WiiMart translation contributor.<br><br>
<a href="https://wiilab.wiimart.org/MrRM05"><button><img src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Mr_RM05"><button><img src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/MrRM05"><button><img src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@Mr_RM05"><button><img src="meta/ico-yt.png" class="ico"></button></a></figcaption>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-emol.png" class="pfp"> <img loading="lazy" src="media/pfp-emol.png" class="pfp">
<p class="mem"><b>Emolgun</b> is one of the Discord moderators.<br><br> <figcaption class="mem"><b>Emolgun</b> is one of the Discord moderators.<br><br>
<a href="https://bsky.app/profile/emolgun.bsky.social"><button><img src="meta/ico-bsky.png" class="ico" alt="GitLab"></button></a> <a href="https://twitch.tv/emolgun"><button><img src="meta/ico-twitch.png" class="ico"> <a href="https://www.youtube.com/@Emolgun"><button><img src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://bsky.app/profile/emolgun.bsky.social"><button><img src="meta/ico-bsky.png" class="ico" alt="GitLab"></button></a> <a href="https://twitch.tv/emolgun"><button><img src="meta/ico-twitch.png" class="ico"> <a href="https://www.youtube.com/@Emolgun"><button><img src="meta/ico-yt.png" class="ico"></button></a></figcaption>
</div> </figure>
<div class="pfp" >
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-def.png" class="pfp"> <img loading="lazy" src="media/pfp-def.png" class="pfp">
<p class="mem"><b>DefeatOf13</b> is a Discord moderator and WiiMart mascot designer.<br><br> <figcaption class="mem"><b>DefeatOf13</b> is a Discord moderator and WiiMart mascot designer.<br><br>
<a href="https://wiilab.wiimart.org/DefeatOf13"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@defeatof13"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://defitmods.xyz"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://wiilab.wiimart.org/DefeatOf13"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a> <a href="https://www.youtube.com/@defeatof13"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://defitmods.xyz"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp"> <img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
<p class="mem"><b>Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br> <figcaption class="mem"><b>Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br>
<a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p> <a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></figcaption>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-yoshi.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-yoshi.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>ThatOneYoshi</i></b> is one of the Discord moderators.<br><br> <figcaption class="mem"><b><i>ThatOneYoshi</i></b> is one of the Discord moderators.<br><br>
<a href="https://thatoneyoshi.link/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://bsky.app/profile/thatoneyoshi.link"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@thatoneyoshifan-balls"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://thatoneyoshi.link/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://bsky.app/profile/thatoneyoshi.link"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@thatoneyoshifan-balls"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
<audio src="media/sound-yoshi.mp3"></audio> <audio src="media/sound-yoshi.mp3"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-cosmo.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-cosmo.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>cosmobona56</i></b> is one of the Discord moderators.<br><br> <figcaption class="mem"><b><i>cosmobona56</i></b> is one of the Discord moderators.<br><br>
<a href="https://www.youtube.com/@cosmo.tv_de"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://www.youtube.com/@cosmo.tv_de"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
<audio src="media/sound-undertale-save.mp3"></audio> <audio src="media/sound-undertale-save.mp3"></audio>
</div> </figure>
</div> </div>
<div class="c"> <div class="box" style="border-color:#9900FF;">
<h2 class="c">Contributors</h2> <h2 style="color:#9900FF;">Contributors</h2>
<div class="pfp"> <figure class="box">
<img loading="lazy" src="media/pfp-rou.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-rou.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>Roulettz</i></b> created the first 2006 banner WiiMart WAD.<br><br> <figcaption class="mem"><b><i>Roulettz</i></b> created the first 2006 banner WiiMart WAD.<br><br>
</p> </figcaption>
<audio src="media/sound-shop-finish.wav"></audio> <audio src="media/sound-shop-finish.wav"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-comp.gif" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-comp.gif" class="pfp" style="cursor:help">
<p class="mem"><b><i>Nathan Boehm</i></b>'s project, <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, often helped out WiiMart for reference purposes.<br><br> <figcaption class="mem"><b><i>Nathan Boehm</i></b>'s project, <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, often helped out WiiMart for reference purposes.<br><br>
<a href="https://nathanboehm.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://www.youtube.com/@NathanBoehm"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://nathanboehm.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="https://www.youtube.com/@NathanBoehm"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
</p>
<audio src="media/sound-points.mp3"></audio> <audio src="media/sound-points.mp3"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-saul.png" class="pfp" style="cursor:help"> <img loading="lazy" src="media/pfp-saul.png" class="pfp" style="cursor:help">
<p class="mem"><b><i>saulfabreg</i></b> is one of the Virtual Console inject creators.<br><br> <figcaption class="mem"><b><i>saulfabreg</i></b> is one of the Virtual Console inject creators.<br><br>
<a href="http://saulfabreg-wiivc.blogspot.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="http://twitter.com/saulfabregwiivc"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://www.youtube.com/@saulfabregwiivc"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="http://saulfabreg-wiivc.blogspot.com"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> <a href="http://twitter.com/saulfabregwiivc"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://www.youtube.com/@saulfabregwiivc"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
</p>
<audio src="media/sound-points.mp3"></audio> <audio src="media/sound-points.mp3"></audio>
</div> </figure>
<div class="pfp">
<hr>
<figure class="box">
<img loading="lazy" src="media/pfp-dustin.gif" class="pfp"> <img loading="lazy" src="media/pfp-dustin.gif" class="pfp">
<p class="mem"><b>dustinbriggs1991</b> is one of the Virtual Console inject creators.<br><br> <figcaption class="mem"><b>dustinbriggs1991</b> is one of the Virtual Console inject creators.<br><br>
<a href="https://x.com/dustinbriggs91"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://bsky.app/profile/dustinbriggs1991.bsky.social"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@dustinbriggs1991"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://x.com/dustinbriggs91"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a> <a href="https://bsky.app/profile/dustinbriggs1991.bsky.social"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a> <a href="https://www.youtube.com/@dustinbriggs1991"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
</p> </figure>
</div>
<div class="pfp"> <hr>
<figure class="box">
<img loading="lazy" src="media/pfp-onion.png" class="pfp"> <img loading="lazy" src="media/pfp-onion.png" class="pfp">
<p class="mem"><b>Onion Mastori</b> is one of the Virtual Console inject creators.<br><br> <figcaption class="mem"><b>Onion Mastori</b> is one of the Virtual Console inject creators.<br><br>
<a href="https://www.youtube.com/@onionmastori" title="Onion Mastori"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://www.youtube.com/@xboxnostalgic101" title="Xbox Nostalgic 101"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p> <a href="https://www.youtube.com/@onionmastori" title="Onion Mastori"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://www.youtube.com/@xboxnostalgic101" title="Xbox Nostalgic 101"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></figcaption>
</p> </figure>
</div>
</div> </div>
<script>document.addEventListener('DOMContentLoaded', function() {const pfpDivs = document.querySelectorAll('.pfp'); pfpDivs.forEach(function(pfpDiv) {const clickableImage = pfpDiv.querySelector('img'); const sound = pfpDiv.querySelector('audio'); if (clickableImage && sound) {clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src);newSound.play();});}});});</script> <script>document.addEventListener('DOMContentLoaded', function() {const pfpDivs = document.querySelectorAll('figure'); pfpDivs.forEach(function(pfpDiv) {const clickableImage = pfpDiv.querySelector('img'); const sound = pfpDiv.querySelector('audio'); if (clickableImage && sound) {clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src);newSound.play();});}});});</script>
<div> <div class="box">
<p class="mem">Want to also contribute to this project? You can help out with a custom game or contribute directly on our GitLab.<br><br> <p class="mem">Want to also contribute to this project? You can help out with a custom game or contribute directly on our GitLab.<br><br>
<a href="https://wiilab.wiimart.org/wiimart/"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p> <a href="https://wiilab.wiimart.org/wiimart/"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
</div> </div>

View File

@ -16,7 +16,7 @@
<script src="meta/error.js" defer></script> <script src="meta/error.js" defer></script>
<script src="meta/music.js"></script> <script src="meta/music.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style> <style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;border-color:red;text-align:left} #results h2 {color:#FF0000;} #results p {color:#FF0000}</style>
</head> </head>
<body onload="loadafterwednesdaycheck();"> <body onload="loadafterwednesdaycheck();">
<div id="bgmplayer"> <div id="bgmplayer">
@ -29,18 +29,20 @@
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <span class="active">Errors</span> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav> <nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <span class="active">Errors</span> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
<div id="input"> <div class="row">
<div class="box" id="input">
<h2>Error Code Checker <b style="color:red">BETA</b></h2> <h2>Error Code Checker <b style="color:red">BETA</b></h2>
<input type="text" id="errorCode" maxlength="6"><br> <input type="text" id="errorCode" maxlength="6"><br>
<button id="submitBtn" style="margin-bottom: 10px;">Submit</button> <button id="submitBtn" style="margin-bottom: 10px;">Submit</button>
</div> </div>
<div class="err" id="results" style="transition:.3s easein-out; text-align:center;"> <div class="box" id="results" style="transition:.3s easein-out; text-align:center;">
<h2 id="code"></h2> <h2 id="code"></h2>
<p id="issue"></p> <p id="issue"></p>
<p><a href="javascript:reseterrorcodeform();" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p> <p><a href="javascript:reseterrorcodeform();" style="color: #FF4242;cursor:pointer;text-align:center; text-decoration:underline;"><b>Check another error</b></a></p>
</div> </div>
</div>
<p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js">error.js</a> file over at GitLab.</p> <p>Want to contribute to this? Go see the <a href="https://wiilab.wiimart.org/wiimart/WiiMart-github-io/-/blob/main/meta/error.js">error.js</a> file over at GitLab.</p>

View File

@ -15,9 +15,7 @@
<link rel="stylesheet" href="meta/main.css"> <link rel="stylesheet" href="meta/main.css">
<script src="meta/gallery.js" defer></script> <script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="meta/favicon-fishie.ico"> <link rel="icon" type="image/x-icon" href="meta/favicon-fishie.ico">
<style>div {border-color: orange; box-shadow: 0 0 10px #a153005d; } h1, h2, h3 {color:orange} a {color:orange}</style> <style>div.box {border-color: orange; box-shadow: 0 0 10px #a153005d; } h1, h2, h3 {color:orange} a {color:orange}</style>
<style>button {font-family:'Shop',sans-serif;padding: 5px; border:none;outline:2px solid orange; color:black;background-color:white;border-radius: 5px;background-color:#f6fdff;filter: drop-shadow(1px 1px 3.4px #bbbbbb);box-shadow:inset 1px 1px 12px #53360015;}button:hover {border:none;outline:3px solid orange;cursor: pointer;filter: drop-shadow(1px 1px 3.4px #edb2347c);box-shadow:inset 1px 1px 12px #57310015;}button:active {box-shadow: none}</style>
<!--testing...first gitlab commit-->
</head> </head>
<body onload="loadafterwednesdaycheck();preloadArrows();"> <body onload="loadafterwednesdaycheck();preloadArrows();">
<div id="bgmplayer"> <div id="bgmplayer">
@ -28,7 +26,8 @@
<h1 style="cursor:pointer;">FishieMart</h1> <h1 style="cursor:pointer;">FishieMart</h1>
<div class="block" style="padding-bottom:10px;"> <div class="row">
<div class="box" style="padding-bottom:10px;">
<p>FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing <p>FishieMart is a revival for the defunct Fishie Fishie. It was closed on April 1, 2060, banishing
Fishie Fishie from the universe. FishieMart brings back the experience of Fishie Fishie from the universe. FishieMart brings back the experience of
downloading and playing Fishie Fishie titles with a revival of the Fishie Fishie Channel.</p> downloading and playing Fishie Fishie titles with a revival of the Fishie Fishie Channel.</p>
@ -36,7 +35,7 @@
Fishii, Fishii U, and partially the <a target="_blank" href="https://spongebob.fandom.com/wiki/Magic_Conch_shell">magic conch shell</a>.</p> Fishii, Fishii U, and partially the <a target="_blank" href="https://spongebob.fandom.com/wiki/Magic_Conch_shell">magic conch shell</a>.</p>
</div> </div>
<div> <div class="box">
<h3>Screenshots</h3> <h3>Screenshots</h3>
<div class="gallery"> <div class="gallery">
<img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" alt="Gameplay 1"> <img loading="lazy" src="https://images.nintendolife.com/screenshots/24186/large.jpg" class="slide" alt="Gameplay 1">
@ -49,7 +48,7 @@
<h1>What's on it?</h1> <h1>What's on it?</h1>
<div class="block"> <div class="box">
<h2>The originals!</h2> <h2>The originals!</h2>
<p>FishieMart includes a variety of ShovelWare content that was available on the original Fishie Fishie Channel, such <p>FishieMart includes a variety of ShovelWare content that was available on the original Fishie Fishie Channel, such
as <b>Dr. Fishie Online Rx</b>, <b>My Fishie Ranch</b>, <b>Super Fishie 64</b>, as <b>Dr. Fishie Online Rx</b>, <b>My Fishie Ranch</b>, <b>Super Fishie 64</b>,
@ -58,7 +57,7 @@
<b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p> <b>Pac-Fishie</b>, and <b>Fishalaga</b>.</p>
</div> </div>
<div class="block"> <div class="box">
<h2>Something <mark class="new"><span style="color:#ff491b">FISHY!</span></mark></h2> <h2>Something <mark class="new"><span style="color:#ff491b">FISHY!</span></mark></h2>
<p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the <p>In case the originals aren't enough, we have also added tons of custom Virtual Tank injects! Just some of the
latest titles we've added are <b>The New Fishie</b>, <b>WaterBound</b>, <b>Super Fishie All-Catch + Super Fishie World</b>, latest titles we've added are <b>The New Fishie</b>, <b>WaterBound</b>, <b>Super Fishie All-Catch + Super Fishie World</b>,
@ -70,7 +69,7 @@
<p>Please consult the FAQ first.</p> <p>Please consult the FAQ first.</p>
<div> <div class="box">
<h2>Frequently Asked Questions</h2> <h2>Frequently Asked Questions</h2>
<h3>I don't like Fishie Fishie! This got installed to my Wii automa-</h3> <h3>I don't like Fishie Fishie! This got installed to my Wii automa-</h3>
<p>Please stop lying, everyone loves Fishie Fishie and you installed this to the Wii yourself.</p> <p>Please stop lying, everyone loves Fishie Fishie and you installed this to the Wii yourself.</p>
@ -78,14 +77,14 @@
<p>skill issue</p> <p>skill issue</p>
</div> </div>
<div> <div class="box">
<h2>Other Questions</h2> <h2>Other Questions</h2>
<p>You may ask Fishie himself for guidance with the FishieMart.</p> <p>You may ask Fishie himself for guidance with the FishieMart.</p>
</div> </div>
<h1>Who is involved?</h1> <h1>Who is involved?</h1>
<div class="block"> <div class="box">
<h2>Project Fishies</h2> <h2>Project Fishies</h2>
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt="Fishie"></a> <a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt="Fishie"></a>
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a> <a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
@ -98,6 +97,7 @@
<a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a> <a href="http://christophekohler.epizy.com/FishieFishie" title="Fishie"><img loading="lazy" src="media/pfp-fishie.png" class="pfp" alt=""></a>
<p>Want to also eat some fish? Swim with Fishie by downloading Fishie Fishie on the FishieMart</p> <p>Want to also eat some fish? Swim with Fishie by downloading Fishie Fishie on the FishieMart</p>
</div> </div>
</div>
<footer><p>FishieMart is not affiliated with the evil DSiMart or any related parties. To contact, please send an email to <b>/dev/null</b>.</p></footer> <footer><p>FishieMart is not affiliated with the evil DSiMart or any related parties. To contact, please send an email to <b>/dev/null</b>.</p></footer>

View File

@ -16,9 +16,12 @@
<link rel="stylesheet" href="meta/main.css"> <link rel="stylesheet" href="meta/main.css">
<script src="meta/gallery.js" defer></script> <script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<style>.em {opacity:1; transition: opacity 0.5s ease-in-out;} .em.fade {opacity: 0;}</style>
</head> </head>
<body> <body onload="loadafterwednesdaycheck();">
<div id="bgmplayer">
<div>
<div class="box" id="bgmplayer">
<h2>BGM player</h2> <h2>BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a> <a href="javascript:playBGM();" id="shopbgmselector"><button id="shopbgm">Play</button></a>
<p><br>Enable audio autoplay in your browser for it to continue playing throughout the website.</p> <p><br>Enable audio autoplay in your browser for it to continue playing throughout the website.</p>
@ -29,26 +32,22 @@
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav> <nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
<script>function WiiMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="block"; } function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";} window.onload = WiiMartWednesday(); preloadArrows(); loadafterwednesdaycheck(); function whatiswmw() {const wswbox = document.getElementById("whatiswsw");wswbox.style.display="block";} function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";}</script> <script>function WiiMartWednesday() {const today = new Date(); const dayOfWeek = today.getDay();if (dayOfWeek === 3) {const wednesdayDiv = document.getElementById('wednesdaytitles'); if (wednesdayDiv) {wednesdayDiv.style.display = 'block';} }}; function whatiswmw() {const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="block"; } function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";} window.onload = WiiMartWednesday(); preloadArrows(); loadafterwednesdaycheck(); function whatiswmw() {const wswbox = document.getElementById("whatiswsw");wswbox.style.display="block";} function whatiswmwclose() { const wswbox = document.getElementById("whatiswsw"); wswbox.style.display="none";}</script>
<div id="wednesdaytitles" style="display:none"><img loading="lazy" src="meta/NEW_en.gif" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div id="whatiswsw" style="display:none;"><h3>What is Wii Shop/WiiMart Wednesday?</h3><hr><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><br><button onclick="whatiswmwclose();">Close</button></div> <div class="box" id="wednesdaytitles" style="display:none"><img loading="lazy" src="meta/NEW_en.gif" alt="NEW" style="margin-right:5px;">It's WiiMart Wednesday, The catalog has been updated with new games! <br><a href="javascript:whatiswmw();" style="font-size:11px; font-style:italic; cursor:help;" id="helpwed">What is WiiMart Wednesday?</a></div><div class="box" id="whatiswsw" style="display:none;"><h3>What is Wii Shop/WiiMart Wednesday?</h3><hr><p>"Update Day" also known as "Wii Shop Wednesday is a song that Nirvana The Band The Show made. <br> it was a song about the latest games added to the shop channel on that wednesday as they sang to the titles on the catalog pages. We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <a href="https://www.youtube.com/watch?v=XQ0lnz1iv3k&t=0s" target="_blank">Visit this link to watch the Update day video</a></p><br><button onclick="whatiswmwclose();">Close</button></div>
<div style="padding: 0;"> <div class="row">
<div class="box" style="padding: 0;">
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header> <header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details> <details>
<summary>WiiMart Wednesday #13 <span class="date">07-02</span></summary> <summary>WiiMart Wednesday #14 <span class="date">07-09</span></summary>
<p>These titles were added this Wednesday.</p> <p>These titles were added this Wednesday.</p>
<ul> <ul>
<li><i>The Legend of Zelda: The Missing Link</i> (Nintendo 64, dustinbriggs1991/Ryoku)</li> <li><i>Pokémon Kart 64</i> (Subnetic, Nintendo 64)</li>
<li><i>The Legend of Zelda: Ocarina of Time Spaceworld '97 Beta Experience</i> (Nintendo 64, Subnetic)</li> <li><i>Super Pika Land Ultra: Chocolate Version</i> (Subnetic, SNES/Super Famicom)</li>
<li><i>Simpson Kart 64</i> (Nintendo 64, Onion Mastori)</li> <li><i>Super Koopa RPG: Here Comes The Koopa Bros!</i> (Subnetic, SNES/Super Famicom)</li>
<li><i>Mario is Missing: Done Right</i> (SNES/Super Famicom, dustinbriggs1991/Ryoku)</li> <li><i>Super Mario Bros. 3Mix</i> (dustinbriggs1991 / Ryoku, NES/Famicom)</li>
<li><i>The Legend of Zelda: Meadow of Shadows</i> (SNES/Super Famicom, Subnetic)</li> <li><i>Angry Birds</i> (Subnetic, SEGA Genesis/Mega Drive)</li>
<li><i>Super Mario World: Return to Dinosaur Land</i> (SNES/Super Famicom, Subnetic)</li> <li><i>Plants vs. Zombies</i> (dustinbriggs1991 / Ryoku, SEGA Genesis/Mega Drive)</li>
<li><i>Wario Land: Super Mario Land 3</i> (SNES/Super Famicom, Subnetic)</li> <li><i>東方 Bad Apple!! PV 影絵</i> (Subnetic, WiiWare / Flash)</li>
<li><i>Bubsy II</i> (SNES/Super Famicom, Onion Mastori)</li>
<li><i>Nekotako / Taco: Princess from the Moon</i> (SNES/Super Famicom, Onion Mastori)</li>
<li><i>Super Nazo Puyo: Rulue no Roux</i> (SNES/Super Famicom, Onion Mastori)</li>
<li><i>Magical ☆ Tarurūto-kun: Magic Adventure</i> (SEGA Genesis/Mega Drive, Onion Mastori)</li>
<li><i>Luigi's Revenge Interactive</i> (WiiWare Flash, Onion Mastori)</li>
</ul> </ul>
</details> </details>
<details> <details>
@ -58,21 +57,17 @@
<a href="info-log" style="float:right;font-size:small;padding-right:5px">View older</a> <a href="info-log" style="float:right;font-size:small;padding-right:5px">View older</a>
</div> </div>
<div id="about"> <div class="box" id="about">
<p><b>WiiMart</b> is an open-source revival for the defunct Wii Shop Channel service. It was closed on January 30, 2019, <p><b>WiiMart</b> is an open-source revival for the defunct Wii Shop Channel service. It was closed on January 30, 2019,
making an entire library of digital-exclusive games get left behind. WiiMart brings back the experience of making an entire library of digital-exclusive games get left behind. WiiMart brings back the experience of
downloading and playing these titles with a revival of the Wii Shop Channel.</p> downloading and playing these titles with a revival of the Wii Shop Channel.</p>
</div> </div>
<div style="padding-bottom:0"> <div class="box" style="padding-bottom:0">
<img loading="lazy" src="media/martyna-looking.png" style="height:100%; width:25%; float: left; min-width:25%; min-height:100%;"> <img loading="lazy" src="media/martyna-looking.png" style="height:100%; width:25%; float: left; min-width:25%; min-height:100%;">
<p class="blue">If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.</p> <p class="blue">If WiiMart sounds like what you are looking for, try it out for yourself! WiiMart can be used on Wii, Wii U, and partially Dolphin.</p>
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p> <p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
</div> <div class="gallery" style="margin-bottom:10px">
<div>
<h2>Screenshots</h2>
<div class="gallery">
<img src="media/screenshot-start-menu.png" class="slide"> <img src="media/screenshot-start-menu.png" class="slide">
<img src="media/screenshot-main-menu.png" class="slide"> <img src="media/screenshot-main-menu.png" class="slide">
<img src="media/screenshot-catalog.png" class="slide"> <img src="media/screenshot-catalog.png" class="slide">
@ -83,16 +78,18 @@
<h1>What's on it?</h1> <h1>What's on it?</h1>
<div> <div class="box">
<h2>The originals!</h2> <h2>Contents</h2>
<p>WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such <p>WiiMart includes a variety of WiiWare content that was available on the original Wii Shop Channel, such
as <b>Dr. Mario Online Rx</b>, <b>My Pokemon Ranch</b>, <b>Super Mario 64</b>, as <b>Dr. Mario Online Rx</b>, <b>My Pokemon Ranch</b>, <b>Super Mario 64</b>,
<b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:#835C13;cursor:default;text-decoration:none;"><b>Fishie Fishie</b></a>.</p> <b>Sonic the Hedgehog 4: Episode I</b>, and <a href="fishiemart" style="color:#835C13;cursor:default;text-decoration:none;"><b><span class="hide">Fishie Fishie</span></b></a>.</p>
<p>Virtual Console is also included with titles like <b>Super Mario Bros.</b>, <b>Sonic the Hedgehog</b>, <b>Super Mario 64</b>, <p>Virtual Console is also included with titles like <b>Super Mario Bros.</b>, <b>Sonic the Hedgehog</b>, <b>Super Mario 64</b>,
<b>Pac-Man</b>, and <b>Galaga</b>.</p> <b>Pac-Man</b>, and <b>Galaga</b>.</p>
<img id="emCycle" class="em" src="meta/em-wiiware.svg" style="height:50px;">
</div> </div>
<script>document.addEventListener('DOMContentLoaded', function(){const emCycle = document.getElementById('emCycle');const imageSources = ["meta/em-wiiware.svg","meta/em-virtual-console.svg","meta/em-channels.svg"];let currentImageIndex = 0;const fadeDuration = 300;const displayDuration = 1200;function cycleImage(){emCycle.classList.add('fade');setTimeout(()=>{currentImageIndex = (currentImageIndex + 1) % imageSources.length;emCycle.src = imageSources[currentImageIndex];emCycle.classList.remove('fade');setTimeout(cycleImage, displayDuration + fadeDuration);}, fadeDuration);}if(emCycle){setTimeout(cycleImage, displayDuration);}});</script>
<div> <div class="box">
<h2>Something <mark class="new"><span style="color:#ff491b">NEW!</span></mark></h2> <h2>Something <mark class="new"><span style="color:#ff491b">NEW!</span></mark></h2>
<p>In case the originals aren't enough, we have also added tons of custom Virtual Console injects! Just some of the <p>In case the originals aren't enough, we have also added tons of custom Virtual Console injects! Just some of the
latest titles we've added are <b>The New Tetris</b>, <b>EarthBound</b>, <b>Super Mario All-Stars + Super Mario World</b>, latest titles we've added are <b>The New Tetris</b>, <b>EarthBound</b>, <b>Super Mario All-Stars + Super Mario World</b>,
@ -106,7 +103,7 @@
<p>Please consult the FAQ first.</p> <p>Please consult the FAQ first.</p>
<div> <div class="box">
<h2>Frequently Asked Questions</h2> <h2>Frequently Asked Questions</h2>
<h3>How do I troubleshoot <i>this error code</i>?</h3> <h3>How do I troubleshoot <i>this error code</i>?</h3>
<p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://discord.gg/wbbDmbYm7U">Discord</a>.</p> <p>Check it with <a href="errors">this tool</a>, otherwise ask for help in the <b>#support</b> channel on <a href="https://discord.gg/wbbDmbYm7U">Discord</a>.</p>
@ -129,6 +126,7 @@
<p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the <p>Install <a href="https://wii.hacks.guide/priiloader">Priiloader</a> and enable the
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p> <b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
</div> </div>
</div>
<p style="margin-bottom: 0px"><img src="media/branding-button.png" class="wb"> <a href="https://dsimart.org/"><img src="media/branding-button-dsimart.png" class="wb"></a></p> <p style="margin-bottom: 0px"><img src="media/branding-button.png" class="wb"> <a href="https://dsimart.org/"><img src="media/branding-button-dsimart.png" class="wb"></a></p>

View File

@ -25,9 +25,23 @@
<nav style="margin-bottom:0"><a href="/" class="btn">Back to WiiMart.org</a></nav> <nav style="margin-bottom:0"><a href="/" class="btn">Back to WiiMart.org</a></nav>
<div class="row">
<!-- Each summary can't be too long or else it'll start a new line with the date on smaller windows --> <!-- Each summary can't be too long or else it'll start a new line with the date on smaller windows -->
<div style="padding:0;padding-bottom:10px"> <div class="box" style="padding:0;padding-bottom:10px">
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header> <header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
<details>
<summary>WiiMart Wednesday #14 <span class="date">07-09</span></summary>
<p>These titles were added this Wednesday.</p>
<ul>
<li><i>Pokémon Kart 64</i> (Subnetic, Nintendo 64)</li>
<li><i>Super Pika Land Ultra: Chocolate Version</i> (Subnetic, SNES/Super Famicom)</li>
<li><i>Super Koopa RPG: Here Comes The Koopa Bros!</i> (Subnetic, SNES/Super Famicom)</li>
<li><i>Super Mario Bros. 3Mix</i> (dustinbriggs1991 / Ryoku, NES/Famicom)</li>
<li><i>Angry Birds</i> (Subnetic, SEGA Genesis/Mega Drive)</li>
<li><i>Plants vs. Zombies</i> (dustinbriggs1991 / Ryoku, SEGA Genesis/Mega Drive)</li>
<li><i>東方 Bad Apple!! PV 影絵</i> (Subnetic, WiiWare / Flash)</li>
</ul>
</details>
<details> <details>
<summary>WiiMart Wednesday #13 <span class="date">07-02</span></summary> <summary>WiiMart Wednesday #13 <span class="date">07-02</span></summary>
<p>These titles were added this Wednesday.</p> <p>These titles were added this Wednesday.</p>
@ -371,6 +385,7 @@
<p>The Discord server was released on March 9th. A few members were in the server while it was private.</p> <p>The Discord server was released on March 9th. A few members were in the server while it was private.</p>
</details> </details>
</div> </div>
</div>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer> <footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>

View File

@ -19,11 +19,11 @@
img {width:100%} img {width:100%}
button.r {outline: 1px solid #9A9A9A} button.r {outline: 1px solid #9A9A9A}
button.r:hover {box-shadow: inset 0 0 0 3px #9A9A9A} button.r:hover {box-shadow: inset 0 0 0 3px #9A9A9A}
div#start {display:block} div.box#start {display:block}
div#warning {border: solid 2px #ed3434} div.box#warning {border: solid 2px #ed3434}
div#warning h2 {color: #ed3434} div.box#warning h2 {color: #ed3434}
div#platform button {width:60%;margin-bottom: 10px} div.box#platform button {width:60%;margin-bottom: 10px}
div.question {display:none} div.box {display:none}
a {text-decoration:none} a {text-decoration:none}
</style> </style>
</head> </head>
@ -38,16 +38,17 @@
<nav><span class="active">Install</span> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav> <nav><span class="active">Install</span> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <a href="specials" class="btn">Specials</a> <a href="credits" class="btn">Credits</a></nav>
<script>function showDiv(divId) {const divs = document.querySelectorAll('.question'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script> <script>function showDiv(divId) {const divs = document.querySelectorAll('.box'); divs.forEach(div => {div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
<div id="start" class="question"> <div class="row">
<div id="start" class="box">
<h2>Ready to install?</h2> <h2>Ready to install?</h2>
<p>WiiMart can utilize most things on on Wii and Wii U consoles, like downloading and changing settings.</p> <p>WiiMart can utilize most things on on Wii and Wii U consoles, like downloading and changing settings.</p>
<p>Dolphin users may need some extra configuration.</p> <p>Dolphin users may need some extra configuration.</p>
<button onclick="showDiv('warning')">Start</button> <button onclick="showDiv('warning')">Start</button>
</div> </div>
<div id="warning" class="question"> <div id="warning" class="box">
<h2>Backup Your Games!</h2> <h2>Backup Your Games!</h2>
<img src="media/overwrite-demonstration.gif"> <img src="media/overwrite-demonstration.gif">
<p>When downloading games, WiiMart could overwrite titles <i>and their save data</i> <p>When downloading games, WiiMart could overwrite titles <i>and their save data</i>
@ -61,7 +62,7 @@
</div> </div>
<div id="platform" class="question"> <div id="platform" class="box">
<!-- <!--
<h2 id="Auto">Automatic Installation</h2> <h2 id="Auto">Automatic Installation</h2>
<button onclick="showDiv('inst')" style="background-image: url(media/screenshot-hbc-blank.png);background-size: cover;"><img src="media/button-inst.png" alt=""><b>WiiMart Installer</b> for<br>The Homebrew Channel</button><br> <button onclick="showDiv('inst')" style="background-image: url(media/screenshot-hbc-blank.png);background-size: cover;"><img src="media/button-inst.png" alt=""><b>WiiMart Installer</b> for<br>The Homebrew Channel</button><br>
@ -80,7 +81,7 @@
</div> </div>
<!-- <!--
<div id="inst" class="question" style="display:none"> <div id="inst" class="box" style="display:none">
<h2>WiiMart Installer</h2> <h2>WiiMart Installer</h2>
<span style="color:red;font-weight:bold">Do not use on Korean Wii consoles.</span> <span style="color:red;font-weight:bold">Do not use on Korean Wii consoles.</span>
<h3>Download and Placing</h3> <h3>Download and Placing</h3>
@ -100,7 +101,7 @@
</div> </div>
--> -->
<div id="dolphin" class="question"> <div id="dolphin" class="box">
<h2>Dolphin</h2> <h2>Dolphin</h2>
<h3>Do you have a console NAND backup?</h3> <h3>Do you have a console NAND backup?</h3>
<button onclick="showDiv('platform')" class="r">Back</button> <button onclick="showDiv('platform')" class="r">Back</button>
@ -108,14 +109,14 @@
<button onclick="showDiv('withNAND')">Yes</button> <button onclick="showDiv('withNAND')">Yes</button>
</div> </div>
<div id="noNAND" class="question"> <div id="noNAND" class="box">
<h2>Dolphin</h2> <h2>Dolphin</h2>
<h2 style="color:red">No NAND!</h2> <h2 style="color:red">No NAND!</h2>
<p>We are sorry, but WiiMart requires a real console's NAND backup. Using one from the Internet may not work.</p> <p>We are sorry, but WiiMart requires a real console's NAND backup. Using one from the Internet may not work.</p>
<button onclick="showDiv('dolphin')" class="r">Back</button> <button onclick="showDiv('dolphin')" class="r">Back</button>
</div> </div>
<div id="withNAND" class="question"> <div id="withNAND" class="box">
<h2>Dolphin</h2> <h2>Dolphin</h2>
<h3>Getting a NAND backup</h3> <h3>Getting a NAND backup</h3>
<p><b>Wii owners</b>, use <a href="https://wii.hacks.guide/bootmii">BootMii</a> to get your <b>nand.bin</b> file.<br> <p><b>Wii owners</b>, use <a href="https://wii.hacks.guide/bootmii">BootMii</a> to get your <b>nand.bin</b> file.<br>
@ -139,7 +140,7 @@
<button onclick="showDiv('dolphin')" class="r">Back</button> <button onclick="showDiv('dolphin')" class="r">Back</button>
</div> </div>
<div id="vWii" class="question"> <div id="vWii" class="box">
<h2>vWii</h2> <h2>vWii</h2>
<h3>Downloading WADs</h3> <h3>Downloading WADs</h3>
<p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p> <p>Download IOS56 for vWii and <i>one</i> of the WiiMart WADs below.</p>
@ -161,7 +162,7 @@
<button onclick="showDiv('platform')" class="r">Back</button> <button onclick="showDiv('platform')" class="r">Back</button>
</div> </div>
<div id="wii" class="question"> <div id="wii" class="box">
<h2>Wii</h2> <h2>Wii</h2>
<h3>Downloading WADs</h3> <h3>Downloading WADs</h3>
<p>Download IOS56 for Wii and <i>one</i> of the WiiMart WADs below.</p> <p>Download IOS56 for Wii and <i>one</i> of the WiiMart WADs below.</p>
@ -181,6 +182,7 @@
<p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p> <p>You can now go to the Wii Menu and launch the Wii Shop Channel.</p>
<button onclick="showDiv('platform')" class="r">Back</button> <button onclick="showDiv('platform')" class="r">Back</button>
</div> </div>
</div>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer> <footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>

21
meta/em-channels.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="103pt" height="53pt" viewBox="0 0 103 53" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g id="#ffffffff">
<path fill="#ffffff" opacity="1.00" d=" M 80.24 15.09 C 82.35 14.44 84.43 16.10 84.81 18.15 C 84.75 20.67 81.88 23.07 79.55 21.37 C 76.88 20.06 77.48 15.91 80.24 15.09 Z" />
<path fill="#ffffff" opacity="1.00" d=" M 19.72 17.69 C 21.36 17.50 23.01 17.47 24.66 17.60 C 24.73 19.47 24.77 21.34 24.79 23.22 C 26.60 23.24 28.42 23.26 30.23 23.29 C 30.27 24.94 30.24 26.59 30.13 28.24 C 28.37 28.23 26.61 28.23 24.85 28.23 C 24.77 30.05 24.71 31.87 24.68 33.69 C 23.07 33.71 21.47 33.75 19.87 33.79 C 19.78 31.96 19.72 30.13 19.70 28.30 C 17.80 28.32 15.91 28.21 14.02 28.04 C 14.00 26.46 14.05 24.89 14.18 23.33 C 16.05 23.32 17.92 23.22 19.78 23.08 C 19.76 21.28 19.74 19.48 19.72 17.69 Z" />
<path fill="#ffffff" opacity="1.00" d=" M 70.54 22.49 C 73.46 21.07 76.72 24.90 74.75 27.54 C 73.53 29.92 69.76 29.49 68.78 27.13 C 67.87 25.39 68.92 23.36 70.54 22.49 Z" />
<path fill="#ffffff" opacity="1.00" d=" M 89.50 22.42 C 92.66 21.09 95.71 25.81 93.04 28.07 C 91.18 30.40 87.17 28.74 87.23 25.87 C 87.00 24.33 88.10 22.92 89.50 22.42 Z" />
<path fill="#ffffff" opacity="1.00" d=" M 80.09 29.68 C 82.43 28.62 85.39 31.21 84.61 33.68 C 84.12 35.61 81.74 37.22 79.87 36.03 C 77.06 35.01 77.21 30.52 80.09 29.68 Z" />
</g>
<g id="#34beedff">
<path fill="#34beed" opacity="1.00" d=" M 17.86 2.82 C 27.27 -0.41 37.27 1.71 46.93 2.09 C 55.65 2.75 64.32 1.34 73.02 1.04 C 80.80 0.84 89.20 2.49 94.97 8.08 C 99.88 12.50 102.38 19.00 103.00 25.47 L 103.00 27.58 C 102.52 33.13 100.67 38.68 97.03 42.98 C 93.01 47.93 86.91 50.81 80.67 51.69 C 70.78 52.89 60.91 50.80 51.01 50.98 C 41.52 51.02 32.00 52.94 22.53 51.56 C 16.33 50.63 10.42 47.48 6.56 42.48 C 1.64 36.24 -0.22 27.66 1.94 19.98 C 3.98 12.11 10.04 5.29 17.86 2.82 M 80.24 15.09 C 77.48 15.91 76.88 20.06 79.55 21.37 C 81.88 23.07 84.75 20.67 84.81 18.15 C 84.43 16.10 82.35 14.44 80.24 15.09 M 19.72 17.69 C 19.74 19.48 19.76 21.28 19.78 23.08 C 17.92 23.22 16.05 23.32 14.18 23.33 C 14.05 24.89 14.00 26.46 14.02 28.04 C 15.91 28.21 17.80 28.32 19.70 28.30 C 19.72 30.13 19.78 31.96 19.87 33.79 C 21.47 33.75 23.07 33.71 24.68 33.69 C 24.71 31.87 24.77 30.05 24.85 28.23 C 26.61 28.23 28.37 28.23 30.13 28.24 C 30.24 26.59 30.27 24.94 30.23 23.29 C 28.42 23.26 26.60 23.24 24.79 23.22 C 24.77 21.34 24.73 19.47 24.66 17.60 C 23.01 17.47 21.36 17.50 19.72 17.69 M 70.54 22.49 C 68.92 23.36 67.87 25.39 68.78 27.13 C 69.76 29.49 73.53 29.92 74.75 27.54 C 76.72 24.90 73.46 21.07 70.54 22.49 M 89.50 22.42 C 88.10 22.92 87.00 24.33 87.23 25.87 C 87.17 28.74 91.18 30.40 93.04 28.07 C 95.71 25.81 92.66 21.09 89.50 22.42 M 80.09 29.68 C 77.21 30.52 77.06 35.01 79.87 36.03 C 81.74 37.22 84.12 35.61 84.61 33.68 C 85.39 31.21 82.43 28.62 80.09 29.68 Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

100
meta/em-wiiware.svg Normal file
View File

@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg32"
viewBox="0 0 113.93684 22"
version="1.1"
height="95"
width="492">
<defs
id="defs36" />
<metadata
id="metadata2">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
style="stroke-width:0.95439351"
id="g28"
transform="matrix(0.02404878,0,0,0.02404878,1.1578947,0.69473847)">
<g
style="fill:#9f9fa0;stroke-width:0.95439351"
id="g14">
<path
style="fill:#9f9fa0;stroke-width:0.95439351"
id="path4"
d="m 1214.7,96 c 0,52.7 44.7,95.6 99.4,95.6 57,0 101.8,-42.1 101.8,-95.6 0,-53.8 -44.8,-96 -101.8,-96 -54.7,0 -99.4,43.1 -99.4,96"
class="A" />
<rect
style="fill:#9f9fa0;stroke-width:0.95439351"
id="rect6"
height="548.59998"
width="169.5"
y="287.79999"
x="1231.4"
class="A" />
<path
style="fill:#9f9fa0;stroke-width:0.95439351"
id="path8"
d="m 1559.5,96 c 0,52.7 44.5,95.6 99.2,95.6 57.2,0 101.9,-42.1 101.9,-95.6 0,-53.8 -44.7,-96 -101.9,-96 -54.7,0 -99.2,43.1 -99.2,96"
class="A" />
<rect
style="fill:#9f9fa0;stroke-width:0.95439351"
id="rect10"
height="548.59998"
width="169.5"
y="287.79999"
x="1575.9"
class="A" />
<path
style="fill:#9f9fa0;stroke-width:0.95439351"
id="path12"
d="M 961.9,46.2 813.2,629.1 c 0,0 -113.6,-437.5 -132,-499.5 C 662.7,67.4 624.4,40 570.6,40 516.7,40 478.4,67.4 459.9,129.5 441.4,191.6 327.8,629 327.8,629 L 179.1,46.2 H 0 c 0,0 172,622 195.4,693.9 18.1,56.3 61.3,102 125,102 73.2,0 107.3,-53.1 123.2,-102 15.6,-48.7 127,-459.4 127,-459.4 0,0 111.4,410.7 126.8,459.4 16,48.9 50,102 123,102 63.9,0 107,-45.8 125.4,-102 23.4,-71.9 195,-693.9 195,-693.9 z"
class="A" />
</g>
<g
style="fill:#22b2e9;stroke-width:0.95439351"
id="g26">
<path
style="fill:#22b2e9;stroke-width:0.95439351"
id="path16"
d="m 2479.8,577.3 c -23.1,110.3 -123.8,274 -305.4,272.6 -90.2,-0.5 -138.8,-40.1 -163.6,-73.2 -56.8,-75.6 -40.2,-180.2 -36.6,-200.5 l 94,-532.2 168.8,1.1 -93.7,532.6 -0.5,2 c -2.4,12.9 -5.5,54.4 11.1,76.2 3.6,4.4 14.1,18.2 51.3,18.5 74,0.5 99.1,-72 106.7,-104.6 L 2361,290.6 2404.3,45.1 h 169.4 l -93.9,532.2 0.3,-1.7 50.7,-287.4 0.2,-2.5"
class="B" />
<path
style="fill:#22b2e9;stroke-width:0.95439351"
id="path18"
d="m 2310.6,577.3 c -15.4,110.3 27.2,274 209.4,272.6 90.4,-0.5 152.9,-40.1 189.4,-73.2 83.4,-75.6 104,-180.2 107.2,-200.5 l 93.8,-532.2 -169.5,1.1 -93.8,532.6 -0.3,2 c -2.2,12.9 -13.7,54.4 -38.1,76.2 -5.1,4.4 -20.5,18.2 -57.7,18.5 -74.2,0.5 -73.6,-72 -69.8,-104.6 l 49.1,-279.2 43.4,-245.5 h -169.3 l -93.8,532.2 0.3,-1.7 50.6,-287.4 0.5,-2.5"
class="B" />
<path
style="fill:#22b2e9;stroke-width:0.95439351"
id="path20"
d="m 3214.5,819.7 c -35.6,22.4 -72.7,30.2 -119.5,30.2 -111.5,0 -236.7,-105.7 -199.7,-308.6 32,-177.3 179,-311.1 348.4,-311.1 164.9,0 283.6,99.6 249.7,286.7 l -58,318.3 H 3260.7 L 3310,563 c 19,-104.5 4.4,-167.6 -89.9,-167.6 -82,0 -136.3,71.1 -149,141 -16.5,91.9 25.5,136.1 91.3,136.1 31.8,0 60.6,-7.1 81.6,-14.8 z"
class="B" />
<path
style="fill:#22b2e9;stroke-width:0.95439351"
id="path22"
d="m 3920.1,279.5 c -47.8,0 -91.1,12.9 -130.9,37.9 l 15.3,-83.7 h -175 l -110.1,602.6 h 175 l 58.4,-320.2 c 12.9,-32.7 47.1,-81.7 139.2,-81.7 h 123.9 l 28.3,-155 h -123.4"
class="B" />
<path
style="fill:#22b2e9;stroke-width:0.95439351"
id="path24"
d="m 4205.3,535.3 c -23.1,131.8 41.6,176.2 112,176.2 59.6,0 105,-30.3 142.6,-71.6 l 111.1,93.5 c -71.5,74.1 -174.9,116.7 -269.7,116.7 -182.3,0 -306.6,-121.5 -273.3,-309.9 33.3,-188.4 179.9,-309.7 362.2,-309.7 145.6,0 275.7,121.3 242.7,309.7 l -10,56.9 h -373.5 l 21.7,-123.8 h 191.5 c 12,-60.6 -26.3,-111.7 -92.1,-111.7 -80,0 -141.9,42.1 -165.2,173.7"
class="B" />
</g>
</g>
<style
id="style30"
type="text/css">.A{fill:#9F9FA0;}
.B{fill:#22B2E9;}</style>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -2,8 +2,9 @@
/*Main things*/ /*Main things*/
body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;font-family:'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out;} body {scroll-behavior:smooth;text-align: center;font-family: sans-serif;font-family:'Shop',sans-serif; overflow-x:hidden;transition:.1s ease-in-out;}
div {line-height:23.3px; background-color: white;border-radius: 5px;border-color: #34BEED;box-shadow: 0 0 10px #2525255d; box-sizing: border-box;border-width: 2px;border-style: solid; width: 35%; text-align: center;margin: 0 auto;padding: 5px;margin-top: 8px; overflow: auto;}
div.clear {border:none;background: none;box-shadow: none;} div.row {width:50%;margin:auto}
div.box {line-height:23.3px;background-color:white;border:solid 2px #34BEED;border-radius:5px;box-shadow: 0 0 10px #2525255d;box-sizing:border-box;text-align:center;margin: 0 auto;padding:5px;margin-top: 8px; overflow: auto;}
h1 {margin-bottom: 10px;} h1 {margin-bottom: 10px;}
nav {margin-bottom: 20px;line-height: 35px;} nav {margin-bottom: 20px;line-height: 35px;}
@ -15,10 +16,12 @@ a.btn:hover {background-color: #C7FDFF;}
a.btn:active {filter: none;} a.btn:active {filter: none;}
span.active {background-color: #c7c7c7;border-radius: 10px;padding: 4px;font-weight: 100;display:inline;cursor:auto;user-select:none} span.active {background-color: #c7c7c7;border-radius: 10px;padding: 4px;font-weight: 100;display:inline;cursor:auto;user-select:none}
span.date {float: right;} span.date {float: right;}
span.hide {color:black}
button {margin-bottom: 6px;font-family:'Shop',sans-serif;padding: 5px;outline: 1px solid #34BEED;border-radius: 3px;filter: drop-shadow(1px 1px 3.4px #bbbbbb);border:none} button {margin-bottom: 6px;font-family:'Shop',sans-serif;padding: 5px;outline: 1px solid #34BEED;border-radius: 3px;filter: drop-shadow(1px 1px 3.4px #bbbbbb);border:none}
button:hover {box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer} button:hover {box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer}
details {text-align: left;padding-left: 5px;padding-right: 5px;li {font-size: smaller;};} details {text-align: left;padding-left: 5px;padding-right: 5px;}
details li {font-size: smaller}
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none} summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none}
/* Text stuff */ /* Text stuff */
@ -33,7 +36,7 @@ a {color:#34BEED; font-weight: bold;}
table {border: 1px solid white; border-collapse: collapse;} table {border: 1px solid white; border-collapse: collapse;}
th, td {border: 1px solid;} th, td {border: 1px solid;}
button.ico {width:20px; height:20px;} button.ico {width:20px; height:20px;}
img.ico {vertical-align: middle; width:25px; height:25px;} img.ico {vertical-align:middle;width:20px;height:20px;}
img.wb {outline: solid 1px black} img.wb {outline: solid 1px black}
.blue {color:#1164E9;} .blue {color:#1164E9;}
@ -41,8 +44,8 @@ mark {color:white;background:#34BEED;font-weight:bold;}
mark.new {background-color: gold;color:orangered;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;} mark.new {background-color: gold;color:orangered;border-radius: 10px; padding-right:5px; padding-left:5px;font-weight:bold;}
/* Gallery */ /* Gallery */
div.gallery {position: relative; overflow: hidden;width:100%;} div.gallery {position:relative;width:100%;box-sizing:border-box;}
img.slide {width:100%; min-height:200px; min-width:100%;} img.slide {width:100%; min-height:200px; min-width:100%;border-radius:5px;}
img.arrow {min-height:68px; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;} img.arrow {min-height:68px; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;}
img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;} img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;}
img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;} img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
@ -70,16 +73,18 @@ div#bgmplayer p {line-height:20px;color:#9A9A9A;margin-top:-10px;font-style:ital
} }
/* Auto-resizer, do not change pls*/ /* Auto-resizer, do not change pls*/
@media (max-width: 768px) {div {width: 95%} } @media (max-width: 768px) {div.row {width: 95%}}
@media (min-width: 1500px) {div.row {width: 40%}}
/* Dark theme via system preference */ /* Dark theme via system preference */
@media (prefers-color-scheme: dark) @media (prefers-color-scheme: dark)
{ {
body {background-color: black; color: #e0e0e0;} body {background-color: black; color: #e0e0e0;}
div {background-color: #1e1e1e; border-color: #34BEED; box-shadow: 0 0 10px #000000CC;} div.box {background-color: #1e1e1e; box-shadow: 0 0 10px #000000CC;}
a.btn {background-color: #587566;color:white} a.btn {background-color: #587566;color:white}
a.btn:hover {background-color: #7da2a3;} a.btn:hover {background-color: #7da2a3;}
span.active {background-color: #313131} span.active {background-color: #313131}
span.hide {color:white}
button {background-color: #3b3b3b; color: #e0e0e0;filter: drop-shadow(1px 1px 3.4px #747474)} button {background-color: #3b3b3b; color: #e0e0e0;filter: drop-shadow(1px 1px 3.4px #747474)}
button:active {box-shadow: none;} button:active {box-shadow: none;}
footer, footer a {color: #9A9A9A;} footer, footer a {color: #9A9A9A;}

View File

@ -30,7 +30,8 @@
<nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <span class="active">Specials</span> <a href="credits" class="btn">Credits</a></nav> <nav><a href="install" class="btn">Install</a> <a href="support" class="btn">Support</a> <a href="errors" class="btn">Errors</a> <a href="branding" class="btn">Branding</a> <span class="active">Specials</span> <a href="credits" class="btn">Credits</a></nav>
<div class="3DS"> <div class="row">
<div class="box" id="3DS">
<h2>3DS Theme</h2> <h2>3DS Theme</h2>
<img src="media/screenshot-3ds-theme.png" style="width: 100%;border-radius: 5px;" alt="Theme screenshots"> <img src="media/screenshot-3ds-theme.png" style="width: 100%;border-radius: 5px;" alt="Theme screenshots">
<p>This cute theme brings WiiMart to your 3DS alongside the Wii Shop Channel background music.</p> <p>This cute theme brings WiiMart to your 3DS alongside the Wii Shop Channel background music.</p>
@ -38,7 +39,7 @@
<p>Put the ZIP file into <b>sd:/Themes</b> and install it with the Anenome themeing tool.</p> <p>Put the ZIP file into <b>sd:/Themes</b> and install it with the Anenome themeing tool.</p>
</div> </div>
<div> <div class="box">
<h2>Wii U Forwarder</h2> <h2>Wii U Forwarder</h2>
<div class="gallery"> <div class="gallery">
<img src="media/screenshot-wii-u-forwarder-icon.png" class="slide" alt="Forwarder icon in the Wii U Menu"> <img src="media/screenshot-wii-u-forwarder-icon.png" class="slide" alt="Forwarder icon in the Wii U Menu">
@ -49,7 +50,7 @@
<p>Put this WUHB file into <b>SD:/wiiu/apps</b>. Aroma required!</p> <p>Put this WUHB file into <b>SD:/wiiu/apps</b>. Aroma required!</p>
</div> </div>
<div> <div class="box">
<h2>Wii Points Generator</h2> <h2>Wii Points Generator</h2>
<p id="code">XXXX-XXXX-XXXX-XXXX</p> <p id="code">XXXX-XXXX-XXXX-XXXX</p>
<button onclick="generateCode()">Generate</button> <button onclick="generateCode()">Generate</button>
@ -59,13 +60,13 @@
</div> </div>
<div> <div class="box">
<h2>PC Client</h2> <h2>PC Client</h2>
<p>Browse the entire catalog of WiiMart from your computer's browser!</p> <p>Browse the entire catalog of WiiMart from your computer's browser!</p>
<p><span class="active">Coming soon!</span></p> <p><span class="active">Coming soon!</span></p>
</div> </div>
<div> <div class="box">
<h2>List of Shop URLs</h2> <h2>List of Shop URLs</h2>
<p>If you weren't already aware, the Wii Shop Channel is a web app. The original Wii Shop Channel was hosted at <p>If you weren't already aware, the Wii Shop Channel is a web app. The original Wii Shop Channel was hosted at
<b>oss-auth.shop.wii.com</b>, while WiiMart is hosted at <b>oss-auth.thecheese.io</b>.</p> <b>oss-auth.shop.wii.com</b>, while WiiMart is hosted at <b>oss-auth.thecheese.io</b>.</p>
@ -87,8 +88,7 @@
<li><a href="https://oss-auth.thecheese.io/oss/serv/S_14.jsp">S_14</a> (Wii Download Ticket page)</li> <li><a href="https://oss-auth.thecheese.io/oss/serv/S_14.jsp">S_14</a> (Wii Download Ticket page)</li>
</ul> </ul>
</div> </div>
</div>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer> <footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>

View File

@ -40,7 +40,8 @@
<h2>Shop-related</h2> <h2>Shop-related</h2>
<div> <div class="row">
<div class="box">
<h3>Is real money needed to buy Wii Points?</h3> <h3>Is real money needed to buy Wii Points?</h3>
<p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p> <p>The WiiMart service is entirely free of charge! Wii Points are "bought" only to keep the service as close the original as possible.</p>
<h3>How do I troubleshoot <i>this error code</i>?</h3> <h3>How do I troubleshoot <i>this error code</i>?</h3>
@ -60,7 +61,7 @@
<!-- <!--
<h2 id="Backup">Save Data Backup</h2> <h2 id="Backup">Save Data Backup</h2>
<div> <div class="box">
<p></p> <p></p>
<h3></h3> <h3></h3>
</div> </div>
@ -68,7 +69,7 @@
<h2>Title-related</h2> <h2>Title-related</h2>
<div> <div class="box">
<h3>My title says 'This channel can't be used.' or just has a black screen!</h3> <h3>My title says 'This channel can't be used.' or just has a black screen!</h3>
<div class="gallery" style="width:100%"> <div class="gallery" style="width:100%">
<img src="media/screenshot-priiloader-help-1.png" class="slide" alt="Priiloader main menu"> <img src="media/screenshot-priiloader-help-1.png" class="slide" alt="Priiloader main menu">
@ -102,7 +103,7 @@
<h2>Project-related</h2> <h2>Project-related</h2>
<div> <div class="box">
<h3>How is the shop doing?</h3> <h3>How is the shop doing?</h3>
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs, <p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs,
are all being utilized.</p> are all being utilized.</p>
@ -118,7 +119,7 @@
<h2 id="EULA">User Agreements</h2> <h2 id="EULA">User Agreements</h2>
<div> <div class="box">
<img src="media/screenshot-eula-help-0.png" alt="Shop user agreements message"> <img src="media/screenshot-eula-help-0.png" alt="Shop user agreements message">
<p>If you've come across this screen then the following will help. Click on that <b>User Agreements</b> button, if it takes you to the Wii Menu then you can go to it manually.</p> <p>If you've come across this screen then the following will help. Click on that <b>User Agreements</b> button, if it takes you to the Wii Menu then you can go to it manually.</p>
@ -177,6 +178,7 @@
<p>You will now be able to load into WiiMart.</p> <p>You will now be able to load into WiiMart.</p>
</div> </div>
</div>
<footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer> <footer><p>The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to <a href="mailto:support@wiimart.org"><b>support@wiimart.org</b></a>.</p></footer>