mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-02 19:40:59 +02:00
New Credits page
This commit is contained in:
parent
98c531fa52
commit
9278acdc7b
25
README.md
25
README.md
@ -1,17 +1,28 @@
|
||||
# Website of WiiMart
|
||||
# [WiiMart.org](https://wiimart.org)
|
||||
|
||||
<img src="media/branding-bag-no-bg.png" width="100" height="100" align="right" />
|
||||
|
||||
This is the source code of WiiMart's website. It contains WADs, branding, and project information.
|
||||
|
||||
## Folders and build script
|
||||
* `/inst` ZIP files of the WiiMart Installer
|
||||
* `/media` Media files used throughout the site (profile pictures, branding, screenshots, sound effects)
|
||||
* `/meta` Files used for the website (CSS, JS, images, music)
|
||||
* `/wad` WAD files (patched IOS and shop)
|
||||
* `.gitlab-ci.yml` Build script for the website
|
||||
|
||||
## Content pages
|
||||
* `404.html` 404 page
|
||||
* `branding.html` Branding for WiiMart
|
||||
* `install.html` Installation guide
|
||||
* `download.html` Same as `install.html`
|
||||
* `credits.html` Credits for WiiMart
|
||||
* `CNAME` Domain text file
|
||||
* `download.html` Redirect for `install.html`
|
||||
* `errors.html` Error Code Checker
|
||||
* `favicon.ico` Favicon
|
||||
* `fishiemart.html` ;D
|
||||
* `index.html` Main page
|
||||
* `/media` Media files used throughout the site (profile pictures, branding, screenshots)
|
||||
* `/meta` Files used for the website (CSS, JS, arrow images)
|
||||
* `/wad` WAD files (patched IOS and shop)
|
||||
* `install.html` Installation guide
|
||||
* `support.html` Support/FAQ page
|
||||
|
||||
*WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*
|
||||
|
||||
*WiiMart is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*
|
@ -26,7 +26,7 @@
|
||||
|
||||
<h1><a href="/">WiiMart</a></h1>
|
||||
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <button disabled>Branding</button>
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <button disabled>Branding</button> <a href="credits"><button>Credits</button></a><br><br>
|
||||
|
||||
<div>
|
||||
<h2>Wordmarks</h2>
|
||||
|
171
credits.html
Normal file
171
credits.html
Normal file
@ -0,0 +1,171 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<style>@font-face {font-family: 'Shop'; src: url('meta/shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
|
||||
<script src="meta/music.js" preload></script>
|
||||
<title>WiiMart Credits</title>
|
||||
<meta content="WiiMart Credits" property="og:title" />
|
||||
<meta content="View the credits for WiiMart here." property="og:description" />
|
||||
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image"/>
|
||||
<meta content="https://wiimart.org/credits" property="og:url" />
|
||||
<meta content="#1164E9" data-react-helmet="true" name="theme-color" />
|
||||
<meta name="keywords" content="WiiMart, Wii Shop, homebrew"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="meta/main.css" />
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
||||
<style>
|
||||
div.c {border-color:#9900FF}
|
||||
div.c div.pfp {border-color:#9900FF}
|
||||
h2.c {color:#9900FF}
|
||||
div.mem {display: flex;align-items: flex-start;}
|
||||
.uname {max-width:90%;word-wrap:break-word; word-break:break-word}
|
||||
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}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="bgmplayer">
|
||||
<h2>BGM player</h2>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<h1><a href="/">WiiMart</a></h1>
|
||||
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <button disabled>Credits</button><br><br>
|
||||
|
||||
<div>
|
||||
<h2>Shop Developers</h2>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-ocarina.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><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>
|
||||
<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>
|
||||
<audio src="media/sound-zelda.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-selim.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-thom.png" class="pfp">
|
||||
<p class="mem"><b class="uname">Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and <mark>[unreleased tool]</mark>. 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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Website Developers</h2>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-gem.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><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>
|
||||
<audio src="media/sound-fail.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-idkwh.png" class="pfp">
|
||||
<p class="mem"><b class="uname">idkwhereisthisname</b> is a Discord administrator, they have worked on their own Wii projects on the past such as <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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-chris.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><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>
|
||||
<audio src="media/sound-roblox-coil.mp3"></audio>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Discord Staff</h2>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-yts.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><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>
|
||||
<audio src="media/sound-sonic.exe.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-andry.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img src="media/pfp-rm05.png" class="pfp">
|
||||
<p class="mem"><b>RM05</b> is a Discord moderator 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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-emol.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp" >
|
||||
<img loading="lazy" src="media/pfp-def.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-max.gif" class="pfp">
|
||||
<p class="mem"><b class="uname">maxmaxmaxmaxm...</b> is a Discord moderator and contributor.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/max"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-peg.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><i>Peg</i></b> is one of the Discord moderators.<br><br>
|
||||
What a nice cat, I think you should click it!</p>
|
||||
<audio src="media/sound-gary.mp3"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-tim.gif" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><i>Just Tim</i></b> is one of the Discord moderators.<br><br>
|
||||
<a href="https://www.youtube.com/@JustTim51955"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a></p>
|
||||
<audio src="media/sound-su-ringtone.mp3"></audio>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Honorable Mention</h2>
|
||||
<p>Check out it is Wii Shop Channel client recreated for
|
||||
modern browsers. This neat project </p>
|
||||
</div>
|
||||
|
||||
<div class="c">
|
||||
<h2 class="c">Contributors</h2>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-rou.png" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><i>Roulettz</i></b> created the first 2006 banner WiiMart WAD.<br><br>
|
||||
</p>
|
||||
<audio src="media/sound-shop-finish.wav"></audio>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-comp.gif" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname"><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>
|
||||
</p>
|
||||
<audio src="media/sound-points.mp3"></audio>
|
||||
</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>
|
||||
|
||||
<div>
|
||||
<p class="mem">Want to also contribute to this project? Check out WiiMart on WiiLab!<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>
|
||||
</div>
|
||||
|
||||
<footer><p>WiiMart 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>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -27,7 +27,7 @@
|
||||
|
||||
<h1><a href="/">WiiMart</a></h1>
|
||||
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <button disabled>Errors</button> <a href="branding"><button>Branding</button></a><br><br>
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <button disabled>Errors</button> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
|
||||
|
||||
|
||||
<div id="input">
|
||||
@ -47,4 +47,5 @@
|
||||
|
||||
<footer><p>WiiMart 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>
|
||||
|
||||
</body</html>
|
||||
</body>
|
||||
</html>
|
||||
|
106
index.html
106
index.html
@ -26,10 +26,10 @@
|
||||
|
||||
<h1>WiiMart</h1>
|
||||
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a><br><br>
|
||||
<a href="install"><button>Install</button></a> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
|
||||
|
||||
<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(); 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. <br><br> We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <br><br> <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 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. <br><br> We decided to bring it back and now every wednesday, new games are added to the WiiMart catalog. <br><br> <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="border-color:green">
|
||||
<h2 style="color:green">Update your WiiMart!</h2>
|
||||
@ -86,6 +86,8 @@
|
||||
|
||||
<div>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<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://wiimart.org">Discord</a>.</p>
|
||||
<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>
|
||||
<h3>Can WiiMart run on Dolphin?</h3>
|
||||
@ -106,107 +108,7 @@
|
||||
<b>Region Free EVERYTHING</b> option in System Menu Hacks, then launch it again.</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Other Questions</h2>
|
||||
<p>You may ask in our Discord server, the <b>#support</b> channel can help you.</p>
|
||||
<a href="https://discord.gg/wiimart"><button>Discord</button></a><br><br>
|
||||
</div>
|
||||
|
||||
<h1>Who is involved?</h1>
|
||||
|
||||
<div>
|
||||
<h2>Members</h2>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-ocarina.png" class="pfp">
|
||||
<p class="mem"><b class="uname">Ocarina</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>
|
||||
<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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-selim.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-thom.png" class="pfp">
|
||||
<p class="mem"><b class="uname">Thom</b> is a Discord administrator and is the developer of the WiiMarty Discord bot and <mark>[unreleased tool]</mark>. 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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-wabagg.png" title="Wabagg123" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-gem.png" class="pfp">
|
||||
<p class="mem"><b class="uname">Gemdation</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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-idkwh.png" class="pfp">
|
||||
<p class="mem"><b class="uname">idkwhereisthisname</b> is a Discord administrator, they have worked on their own Wii projects on the past such as <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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-chris.png" class="pfp">
|
||||
<p class="mem"><b class="uname">ChrisplayzWii</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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-yts.png" class="pfp">
|
||||
<p class="mem"><b class="uname">YourTooSlow</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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-andry.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img src="media/pfp-rm05.png" class="pfp">
|
||||
<p class="mem"><b>RM05</b> is a Discord moderator 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>
|
||||
</div>
|
||||
<div class="pfp" >
|
||||
<img loading="lazy" src="media/pfp-def.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-max.gif" class="pfp">
|
||||
<p class="mem"><b class="uname">maxmaxmaxmaxm...</b> is a Discord moderator and contributor.<br><br>
|
||||
<a href="https://wiilab.wiimart.org/max"><button><img loading="lazy" src="meta/ico-git.png" class="ico" alt="GitLab"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
|
||||
<p class="mem"><b class="uname">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>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-peg.png" id="pfpMeow" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname">Peg</b> is one of the Discord moderators.<br><br>
|
||||
What a nice cat, I think you should give it a click!</p>
|
||||
<audio id="soundMeow" src="meta/gary.mp3"></audio>
|
||||
<script>const clickableImage = document.getElementById('pfpMeow'); const sound = document.getElementById('soundMeow'); clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src); newSound.play();});</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
<h2>Honorable Mention</h2>
|
||||
<p>Check out <a href="https://wiishopchannel.net">WiiShopChannel.net</a>, it is Wii Shop Channel client recreated for
|
||||
modern browsers. This neat project often helped out WiiMart for reference purposes.</p>
|
||||
</div>
|
||||
<div>
|
||||
<p class="mem">Want to also contribute to this project? Check out WiiMart on WiiLab!<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>
|
||||
</div>
|
||||
|
||||
|
||||
<footer><p>WiiMart 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>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
<h1><a href="/">WiiMart</a></h1>
|
||||
|
||||
<button disabled>Install</button> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a>
|
||||
<button disabled>Install</button> <a href="support"><button>Support</button></a> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
|
||||
|
||||
<script>function showDiv(divId) {const divs = document.querySelectorAll('.question'); divs.forEach(div => { div.style.display = 'none'; });document.getElementById(divId).style.display = 'block';}</script>
|
||||
|
||||
|
@ -34,16 +34,20 @@
|
||||
<tr><td><a href="martyna-peek.png">martyna-peek.png</a></td></tr>
|
||||
<tr><td><a href="pfp-andry.png">pfp-andry.png</a></td></tr>
|
||||
<tr><td><a href="pfp-chris.png">pfp-chris.png</a></td></tr>
|
||||
<tr><td><a href="pfp-comp.gif">pfp-comp.gif</a></td></tr>
|
||||
<tr><td><a href="pfp-def.png">pfp-def.png</a></td></tr>
|
||||
<tr><td><a href="pfp-emol.png">pfp-emol.png</a></td></tr>
|
||||
<tr><td><a href="pfp-fishie.png">pfp-fishie.png</a></td></tr>
|
||||
<tr><td><a href="pfp-gem.png">pfp-gem.png</a></td></tr>
|
||||
<tr><td><a href="pfp-idkwh.png">pfp-idkwh.png</a></td></tr>
|
||||
<tr><td><a href="pfp-ocarina.png">pfp-ocarina.png</a></td></tr>
|
||||
<tr><td><a href="pfp-peg.png">pfp-peg.png</a></td></tr>
|
||||
<tr><td><a href="pfp-rm05.png">pfp-rm05.png</a></td></tr>
|
||||
<tr><td><a href="pfp-rou.png">pfp-rou.png</a></td></tr>
|
||||
<tr><td><a href="pfp-selim.png">pfp-selim.png</a></td></tr>
|
||||
<tr><td><a href="pfp-subnetic.png">pfp-subnetic.png</a></td></tr>
|
||||
<tr><td><a href="pfp-thom.png">pfp-thom.png</a></td></tr>
|
||||
<tr><td><a href="pfp-tim.gif">pfp-tim.gif</a></td></tr>
|
||||
<tr><td><a href="pfp-wabagg.png">pfp-wabagg.png</a></td></tr>
|
||||
<tr><td><a href="pfp-wiimart.png">pfp-wiimart.png</a></td></tr>
|
||||
<tr><td><a href="pfp-yts.png">pfp-yts.png</a></td></tr>
|
||||
@ -90,6 +94,14 @@
|
||||
<tr><td><a href="screenshot-system-menu.png">screenshot-system-menu-wii.png</a></td></tr>
|
||||
<tr><td><a href="screenshot-yawmme-vwii.png">screenshot-yawmme-vwii.png</a></td></tr>
|
||||
<tr><td><a href="screenshot-yawmme-wii.png">screenshot-yawmme-wii.png</a></td></tr>
|
||||
<tr><td><a href="sound-fail.mp3">sound-fail.mp3</a></td></tr>
|
||||
<tr><td><a href="sound-gary.mp3">sound-gary.mp3</a></td></tr>
|
||||
<tr><td><a href="sound-points.mp3">sound-points.mp3</a></td></tr>
|
||||
<tr><td><a href="sound-roblox-coil.mp3">sound-roblox-coil.mp3</a></td></tr>
|
||||
<tr><td><a href="sound-shop-finish.wav">sound-shop-finish.wav</a></td></tr>
|
||||
<tr><td><a href="sound-sonic.exe.mp3">sound-sonic.exe.mp3</a></td></tr>
|
||||
<tr><td><a href="sound-su-ringtone.mp3">sound-su-ringtone.mp3</a></td></tr>
|
||||
<tr><td><a href="sound-zelda.mp3">sound-zelda.mp3</a></td></tr>
|
||||
</table>
|
||||
|
||||
<p><mark>Note</mark>: WAD files used to be here, they have been since moved to <a href="../wad">/wad</a>.
|
||||
|
BIN
media/pfp-comp.gif
Normal file
BIN
media/pfp-comp.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 924 KiB |
BIN
media/pfp-emol.png
Normal file
BIN
media/pfp-emol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
media/pfp-rou.png
Normal file
BIN
media/pfp-rou.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
media/pfp-tim.gif
Normal file
BIN
media/pfp-tim.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
BIN
media/sound-fail.mp3
Normal file
BIN
media/sound-fail.mp3
Normal file
Binary file not shown.
BIN
media/sound-points.mp3
Normal file
BIN
media/sound-points.mp3
Normal file
Binary file not shown.
BIN
media/sound-roblox-coil.mp3
Normal file
BIN
media/sound-roblox-coil.mp3
Normal file
Binary file not shown.
BIN
media/sound-shop-finish.wav
Normal file
BIN
media/sound-shop-finish.wav
Normal file
Binary file not shown.
BIN
media/sound-sonic.exe.mp3
Normal file
BIN
media/sound-sonic.exe.mp3
Normal file
Binary file not shown.
BIN
media/sound-su-ringtone.mp3
Normal file
BIN
media/sound-su-ringtone.mp3
Normal file
Binary file not shown.
BIN
media/sound-zelda.mp3
Normal file
BIN
media/sound-zelda.mp3
Normal file
Binary file not shown.
BIN
meta/ico-bsky.png
Normal file
BIN
meta/ico-bsky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
meta/ico-twitch.png
Normal file
BIN
meta/ico-twitch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@ -26,7 +26,9 @@
|
||||
<tr><td><a href="favicon.ico">favicon.ico</a></td></tr>
|
||||
<tr><td><a href="gallery.js">gallery.js</a></td></tr>
|
||||
<tr><td><a href="gary.mp3">gary.mp3</a></td></tr>
|
||||
<tr><td><a href="ico-bsky.png">ico-bsky.png</a></td></tr>
|
||||
<tr><td><a href="ico-git.png">ico-git.png</a></td></tr>
|
||||
<tr><td><a href="ico-twitch.png">ico-twitch.png</a></td></tr>
|
||||
<tr><td><a href="ico-web.png">ico-web.png</a></td></tr>
|
||||
<tr><td><a href="ico-yt.png">ico-yt.png</a></td></tr>
|
||||
<tr><td><a href="issue.js">issue.js</a></td></tr>
|
||||
|
@ -27,13 +27,8 @@ body.dir a {color:black;text-decoration: none;font-weight: normal;}
|
||||
body.dir a:hover {color:#34BEED}
|
||||
table {border: 1px solid white; border-collapse: collapse;}
|
||||
th, td {border: 1px solid;}
|
||||
div.mem {display: flex;align-items: flex-start;}
|
||||
.uname {max-width:90%;word-wrap:break-word; word-break:break-word;}
|
||||
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;}
|
||||
.ico {min-width:30px; min-height:30px; width:40px; height:40px;}
|
||||
img.ico {vertical-align: middle; min-width:30px; min-height:30px; width:40px; height:40px;}
|
||||
button.ico {width:20px; height:20px;}
|
||||
img.ico {vertical-align: middle; width:25px; height:25px;}
|
||||
.blue {color:#1164E9;}
|
||||
|
||||
mark {color:white;background:#34BEED;font-weight:bold;}
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
<h1><a href="/">WiiMart</a></h1>
|
||||
|
||||
<a href="install"><button>Install</button></a> <button disabled>Support</button> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a><br><br>
|
||||
<a href="install"><button>Install</button></a> <button disabled>Support</button> <a href="errors"><button>Errors</button></a> <a href="branding"><button>Branding</button></a> <a href="credits"><button>Credits</button></a><br><br>
|
||||
|
||||
<h2>Shop-related</h2>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user