ong I hate Git

This commit is contained in:
Gemdation 2025-04-25 02:15:59 -05:00
parent 5c9d2dc4ad
commit 48a65a5e22
17 changed files with 76 additions and 36 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style>@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<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>Branding of WiiMart</title>
<meta content="Branding of WiiMart" property="og:title" />
@ -28,34 +28,37 @@
<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>
<div>
<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="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-black.png" class="wm"></div>
<p>The wordmarks should be visible on the background they are in, like shown.</p>
</div>
<div>
<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>
<br><mark style="background-color:#00378F">WiiMart Dark Blue&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#00378F</mark>
<br><mark style="background-color:#001F50">WiiMart Darker Blue&nbsp;&nbsp;&nbsp;#001F50</mark>
<br><br>
</div>
<div>
<h2>Wordmarks</h2>
<div style="border-color:#1164E9;background-color: #1164E9" class="wm"><img loading="lazy" src="media/branding-wordmark-white.png" width="300px" height="45px"style="min-width:300px; min-height:45px;"></div>
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-blue.png" width="300px" height="45px" style="min-width:300px; min-height:45px;"></div>
<div style="background-color: white;border-color: white;" class="wm"><img loading="lazy" src="media/branding-wordmark-black.png" width="300px" height="45px" style="min-width:300px; min-height:45px;"></div>
<p>The wordmarks should be visible on the background they are in, like shown.</p>
</div>
<div>
<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-no-bg.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
<br><br>
<img loading="lazy" src="media/branding-wfc-joke.png" width="200px" height="200px" style="min-width:200px; min-height:200px;">
<p>Here are two shop icons with one WFC joke.</p>
<a href="media/branding-bag.svg" download><button>Download SVG</button></a>
</div>
<div>
<h2>Banner</h2>
<h2>Banners</h2>
<img loading="lazy" src="media/branding-banner.png" width="100%" height="100%" style="min-width:100%; min-height:100%;">
<br><br>
<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%;">
</div>
<div>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<style>@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<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" ></script>
<title>FishieMart: an active Fishie Fishie revival!</title>
<meta content="FishieMart: an active Fishie Fishie revival!" property="og:title" />

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<style>@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<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: an active Wii Shop revival!</title>
<meta content="WiiMart: an active Wii Shop revival!" property="og:title" />
@ -16,16 +16,15 @@
<link rel="stylesheet" href="meta/main.css" />
<script src="meta/gallery.js" defer></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!--just here because the buttons are spaced weird idk-->
</head>
<body>
<div id="bgmplayer">
<h2 style="height:20px; margin-top:-9px; line-height:40px; ">BGM player</h2>
<h2 style="height:20px; margin-top:-9px; line-height:40px;">BGM player</h2>
<a href="javascript:playBGM();" id="shopbgmselector" style="text-decoration:none;"><button id="shopbgm" >Play BGM</button></a>
<p style="line-height:20px; color:#8c8c8c; margin-top:-10px; font-style:italic; font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p>
<p style="line-height:20px;color:#9A9A9A;margin-top:-10px;font-style:italic;font-size:10px;"><br>(enable autoplay on your browser for the music to continue playing throughout the website)</p>
</div>
<h1 style="font-size: xx-large;">WiiMart</h1>
<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>
@ -106,7 +105,7 @@
<div>
<h2>Other Questions</h2>
<p>You may ask in our Discord server, the <b>#support</b> or <b>#ticket</b> channel can help you.</p>
<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>
@ -125,67 +124,61 @@
<p class="mem"><b class="uname">Larsenv</b> is the server hoster for WiiMart and frequently adds custom Virtual Console titles. Also
the hoster of <a href="https://mariocube.com">MarioCube</a>.<br><br>
<a href="https://github.com/larsenv"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a> <a href="https://www.youtube.com/@Larsenv293"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://larsenv.xyz/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</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>
</p>
</div>
<div class="pfp">
<img loading="lazy" src="media/pfp-thom.png" class="pfp">
<p class="mem"><b class="uname">Thom</b> 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://github.com/thom2305"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a> <a href="https://thom2305.github.io/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
</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 coder of this website and designer for the WiiMart Discord server.<br><br>
<a href="https://github.com/Gemdation"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></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://github.com/Gemdation"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></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-chris.png" class="pfp">
<p class="mem"><b class="uname">ChrisplayzWii</b> is one of the Discord administrators, he was the main coder for the original WiiMart website and was the owner of Reviive.<br><br>
<a href="https://github.com/ChrisplayzWii/"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></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>
</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> and a Nintendo TVii revival attempt.<br><br>
<a href="https://github.com/idkwhere1sthisname"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></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>
</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://github.com/your2slow"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a> <a href="https://yourtooslow.com/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a> </p>
</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 contributor, currently tinkering with <mark>[unreleased fork]</mark>.<br><br>
<a href="https://github.com/SelimGOZ"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a></p>
</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://github.com/andry6703"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a> <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>
</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://github.com/DefeatOf13"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a> <a href="https://www.youtube.com/@defeatof13/featured"><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://github.com/DefeatOf13"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></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. Currently working on <mark>[unreleased repository]</mark>.<br><br>
<a href="https://github.com/Maxfm4ikProjects2"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a></p>
</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, they frequently help with the Virtual Console injects.<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>
@ -199,7 +192,6 @@
<div>
<p class="mem">Want to also contribute to this project? Check out WiiMart on GitHub!<br><br>
<a href="https://github.com/WiiMart"><button><img loading="lazy" src="meta/ico-github.png" class="ico" alt="GitHub"></button></a></p>
</p>
</div>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<style>@font-face {font-family: 'Shop'; src: url('shop.ttf') format('truetype'); font-weight: normal; font-style: normal;}</style>
<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>Install WiiMart</title>
<meta content="Download WiiMart" property="og:title" />

29
media/branding-bag.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
media/branding-wfc-joke.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@ -14,9 +14,15 @@
<table>
<tr><td><a href="/">..</a></td></tr>
<tr><td><a href="branding-bag-no-bg.png">branding-bag-no-bg.png</a></td></tr>
<tr><td><a href="branding-bag.png">branding-bag.png</a></td></tr>
<tr><td><a href="branding-bag.svg">branding-bag.svg</a></td></tr>
<tr><td><a href="branding-banner.png">branding-banner.png</a></td></tr>
<tr><td><a href="branding-button.png">branding-button.png</a></td></tr>
<tr><td><a href="branding-str2wiimart.png">branding-str2wiimart.png</a> ;D</td></tr>
<tr><td><a href="branding-super-center.png">branding-super-center.png</a></td></tr>
<tr><td><a href="branding-wfc-joke.png">branding-wfc-joke.png</a></td></tr>
<tr><td><a href="branding-wiimart-wednesday.png">branding-wiimart-wednesday.png</a></td></tr>
<tr><td><a href="branding-wordmark-black.png">branding-wordmark-black.png</a></td></tr>
<tr><td><a href="branding-wordmark-blue.png">branding-wordmark-blue.png</a></td></tr>
<tr><td><a href="branding-wordmark-white.png">branding-wordmark-white.png</a></td></tr>
@ -35,6 +41,7 @@
<tr><td><a href="pfp-larsenv.png">pfp-larsenv.png</a></td></tr>
<tr><td><a href="pfp-ocarina.png">pfp-ocarina.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-wabagg.png">pfp-wabagg.png</a></td></tr>
<tr><td><a href="pfp-wiimart.png">pfp-wiimart.png</a></td></tr>

BIN
media/pfp-subnetic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -14,12 +14,16 @@ footer a {color:grey}
/* Text stuff */
h1, h2 {color:#34BEED;}
h1 {font-size: 30px;}
h1 a {text-decoration:none}
h1 img {position: absolute;top: 20px;margin-left: 10px}
a {color:#34BEED; font-weight: bold;}
::selection{color: #323232;background: #34BEED;}
::-moz-selection{color: #323232;background:#34BEED;}
body.dir {text-align: left;}
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;}
@ -74,4 +78,6 @@ img.right {right: 10px; animation: rightHoverAnimation 0.5s infinite alternate;}
mark {color:black;background:#34BEED;font-weight:bold;}
.blue {color:#5898ff;}
#errorCode {background-color: black;border: 2px solid grey}
body.dir a {color:white}
mark {color:white}
}

View File

@ -0,0 +1 @@
<html><head><title>Redirecting...</title><meta http-equiv="refresh" content="0; URL=/wad/WiiShop(WiiOriginal).wad"></head><body></body></html>

View File

@ -0,0 +1 @@
<html><head><title>Redirecting...</title><meta http-equiv="refresh" content="0; URL=/wad/WiiShop(vWiiOriginal).wad"></head><body></body></html>

Binary file not shown.

Binary file not shown.

View File

@ -21,10 +21,11 @@
<tr><td><a href="IOS80(vWiiOriginal).wad">IOS80(vWiiOriginal).wad</a></td></tr>
<tr><td><a href="IOS80(Wii).wad">IOS80(Wii).wad</a></td></tr>
<tr><td><a href="IOS80(WiiOriginal).wad">IOS80(WiiOriginal).wad</a></td></tr>
<tr><td><a href="Wii-Shop-vWii-Original.wad">Wii-Shop-vWii-Original.wad</a></td></tr>
<tr><td><a href="Wii-Shop-Wii-Original.wad">Wii-Shop-Wii-Original.wad</a></td></tr>
<tr><td><a href="WiiMart.wad">WiiMart.wad</a></td></tr>
<tr><td><a href="WiiMartOB.wad">WiiMartOB.wad</a></td></tr>
<tr><td><a href="WiiShop(vWiiOriginal).wad">WiiShop(vWiiOriginal).wad</a></td></tr>
<tr><td><a href="WiiShop(WiiOriginal).wad">WiiShop(WiiOriginal).wad</a></td></tr>
</table>
<p>No, the Wii mini is not supported.</p><!--jk i know no one is gonna ask that--->