mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-02 19:40:59 +02:00
do NOT choose form over function 🔥 🔥 💯 😭 🛍 🛍
This commit is contained in:
parent
56c154b629
commit
940a5c93a4
21
README.md
21
README.md
@ -4,31 +4,28 @@
|
||||
|
||||
This is the source code of WiiMart's website. It contains WADs, branding, and project information.
|
||||
|
||||
## Folders and build script
|
||||
* `/extras` Files used for the Specials page (Themes, forwarders)
|
||||
* `/media` Media files used throughout the site (pictures, branding, 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
|
||||
* `credits.html` Credits for WiiMart
|
||||
* `CNAME` Domain text file
|
||||
* `errors.html` Error Code Checker
|
||||
* `favicon.ico` Favicon
|
||||
* `fishiemart.html` ;D
|
||||
* `index.html` Main page
|
||||
* `info-log.html` 'Important Info' log
|
||||
* `install.html` Installation guide
|
||||
* `support.html` Support/FAQ page
|
||||
|
||||
### Meta
|
||||
* `/extras` Files used for the Specials page (Themes, forwarders)
|
||||
* `/media` Media files used throughout the site (pictures, branding, 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
|
||||
* `favicon.ico` Favicon
|
||||
* `404.html` 404 page
|
||||
|
||||
### Redirects
|
||||
|
||||
* `download.html` Redirect for `install.html`
|
||||
* `title-sheet.html` Redirect for the WiiMart Titles spreadsheet
|
||||
|
||||
|
||||
|
||||
*The WiiMart Team is not affiliated with Nintendo or any related parties. To contact, please send an email to support@wiimart.org*
|
@ -68,12 +68,12 @@
|
||||
<p><a href="install" class="btn" style="font-size: larger;">Get Started</a></p>
|
||||
<div class="gallery" style="margin-bottom:10px">
|
||||
<img src="media/screenshot-start-menu.png" class="slide" loading="lazy" alt="screenshot" title="the recommended titles present in the image aren't the lastest added titles, check the Important Info: box on the top of the page for the latest." >
|
||||
<img src="media/screenshot-main-menu.png" class="slide" loading="lazy" alt="screenshot>
|
||||
<img src="media/screenshot-main-menu.png" class="slide" loading="lazy" alt="screenshot">
|
||||
<img src="media/screenshot-catalog.png" class="slide" loading="lazy" alt="screenshot">
|
||||
<img src="media/screenshot-game.png" class="slide" loading="lazy" alt="screenshot">
|
||||
<img src="media/screenshot-news.png" class="slide" loading="lazy" alt="screenshot" title="the info present in the image isnt about the lastest added titles, check the Important Info: box on the top of the page for the latest.">
|
||||
</div>
|
||||
<div id="disclaimer" title="this text is scrollable, highlight right or use arrow keys to scroll.">*Images for preview purposes, Recommended Titles and relevant information may be outdated, or subject to change.</div>
|
||||
<div id="disclaimer">Here are just some screenshots of WiiMart! Pages and content may be subject to change.</div>
|
||||
</div>
|
||||
|
||||
<h1>What's on it?</h1>
|
||||
@ -111,9 +111,8 @@
|
||||
<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>
|
||||
<p>It can, however you'll need a real console NAND to bypass the Wii Shop message, <span style="color:#FF3C3C">also downloads do not work</span>.</p>
|
||||
<h3>I want to ask how the shop is doing.</h3>
|
||||
<p>So far, the developers have been utilizing most of the channel's features. Downloading, dynamic banners, catalogs,
|
||||
are all being utilized.</p>
|
||||
<h3>How the shop is doing?</h3>
|
||||
<p>So far, the developers have been utilizing most of the channel's features. Downloading, catalogs, are all being utilized. Gifting and manuals are planned.</p>
|
||||
<h3>When is <i>this feature</i> going to be added?</h3>
|
||||
<p>The owner and developers are updating on their own time. In the meantime you can check the progress above
|
||||
for what features do and don't work. <b>Important: Gifting is no longer available at the moment.</b></p>
|
||||
|
@ -10,8 +10,6 @@ h1 {margin-bottom: 10px;}
|
||||
nav {margin-bottom: 20px;line-height: 35px;}
|
||||
footer {color:grey}
|
||||
footer a {color:grey}
|
||||
details[open] {transition:.3s ease-in-out; max-height: 445px; overflow: hidden auto; margin-bottom:3px;}
|
||||
details[open] summary {position:sticky; top:0; left:0; background-image:url("/meta/fadebg-wmw.png"); background-color:#73bad146; background-size:100% !important; }
|
||||
a.btn { background-color: #E6FFF2;border-radius: 10px;padding: 4px;margin-bottom: 10px;color:black;text-decoration: none;filter: drop-shadow(1px 1px 1px black);font-weight: 100;display:inline; transition:.2s ease-in-out;}
|
||||
a.btn:hover { background-color: #C7FDFF; padding:5px; font-size:16px; transition:.2s ease-in-out;}
|
||||
a.btn:active {filter: none;}
|
||||
@ -26,10 +24,12 @@ button {transform:scale(1);margin-bottom: 6px;font-family:'Shop',sans-serif;padd
|
||||
button:hover { transform:scale(1.03);transition: transform 0.2s ease-in-out; box-shadow: inset 0 0 0 3px #34BEED;cursor:pointer}
|
||||
button:disabled {outline: 1px solid #9A9A9A;box-shadow:none;cursor:default}
|
||||
|
||||
details {text-align:left;padding-left: 5px;padding-right: 5px; max-height:50px; transition:.3s ease-in-out;}
|
||||
details {text-align:left;padding-left: 5px;padding-right: 5px; max-height:50px;transition:.3s ease-in-out;scrollbar-width:none;}
|
||||
details[open] {transition:.3s ease-in-out; max-height: 445px; overflow: hidden auto; margin-bottom:3px;}
|
||||
details[open] summary {position:sticky; top:0; left:0; background-image:url("/meta/fadebg-wmw.png"); background-color:#73bad146; background-size:100% !important; }
|
||||
details ul {padding-left:0;}
|
||||
details li {font-size:smaller;list-style:none;vertical-align:middle;}
|
||||
summary {padding-left: 5px;padding-right: 5px;cursor: pointer;user-select: none; border-radius:5px; margin-bottom:3px;}
|
||||
summary {padding-left:5px;padding-right:5px;backdrop-filter:blur(1.8px);cursor:pointer;user-select:none;border-radius:5px;margin-bottom:3px;}
|
||||
summary:hover {background-color:#73bad14d;}
|
||||
summary:active {background-color:#73bad16b;}
|
||||
details li img {width:25px;height:25px;vertical-align:middle;margin:1px;outline:solid 1px #9900FF;border-radius:2px}
|
||||
|
10
support.html
10
support.html
@ -19,8 +19,8 @@
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<style>
|
||||
img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;}
|
||||
summary {color:red;text-decoration: underline;list-style: none;font-weight: bold;user-select: none;cursor: pointer;}
|
||||
details {color:red;outline: solid 1px red;padding-bottom: 5px;margin-bottom: 10px;text-align: center;h2 {color:red};}
|
||||
summary {color:red;list-style:none;font-weight:bold;padding-top:5px;}
|
||||
details {padding-top:5px;color:red;outline:solid 1px red;padding-bottom: 5px;margin-bottom: 10px;text-align: center;h2 {color:red};}
|
||||
button#scrollUp {position:fixed;bottom: 10px; right: 10px; display: none; transform: translateY(20px); transition: opacity 0.3s ease, transform 0.3s ease;padding-bottom:0;z-index:1000;}
|
||||
button#scrollUp.show {display:block;opacity:1;transform: translateY(0);}
|
||||
</style>
|
||||
@ -140,8 +140,9 @@
|
||||
<p>Go to page 2 and click on <b>Internet</b>, then click on <b>User Agreements</b>.</p>
|
||||
|
||||
<details>
|
||||
<summary><img src="media/screenshot-eula-help-2-issue.png" alt="vWii update dialog">If you are on vWii and you see this message, click here!</summary>
|
||||
<summary>If you are on vWii and it wants you to update, click here!</summary>
|
||||
<h2>Manually Downloading the EULA</h2>
|
||||
<p><img src="media/screenshot-eula-help-2-issue.png" alt="vWii update dialog"></p>
|
||||
<p>Before you go to the User Agreements you will need to install the vWii EULA applet.</p>
|
||||
<p>Download the <a href="https://oscwii.org/library/app/system-channel-restorer">System Channel Restorer</a> app and launch it from The Homebrew Channel, select EULA (and some other channels you might like as well).</p>
|
||||
<img src="media/screenshot-scr-1.png" alt="Restorer main menu">
|
||||
@ -157,8 +158,9 @@
|
||||
<p>Click on <b>Yes</b>.</p>
|
||||
|
||||
<details>
|
||||
<summary><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"> If you see this screen, click here!</summary>
|
||||
<summary>If you see the 'not offered' message, click here!</summary>
|
||||
<h2>How to bypass WiiConnect24 'not offered' message</h2>
|
||||
<p><img src="media/screenshot-eula-help-3-issue.png" alt="EULA 'not offered' message"></p>
|
||||
<p>This screen appears because the console is set to a country that was not supported by the original Wii Network Services.</p>
|
||||
<img src="media/screenshot-country-help-1.png" alt="Wii Settings, hovering Country">
|
||||
<p>Try switching to a country that you think is supported (e.g. United States for North America, United Kingdom for Europe, etc.)</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user