mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-11-06 15:30:18 +01:00
WiiFart Friday #20
This commit is contained in:
parent
ff78313723
commit
2c11db26f2
23
credits.html
23
credits.html
@ -18,12 +18,12 @@
|
||||
<script src="meta/gallery.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<style>
|
||||
figure {display:flex;align-items:flex-start}
|
||||
figure img.pfp {margin-left: -30px;width:150px;height:100%;object-fit: cover;border-radius:5px;}
|
||||
figcaption {padding-left:10px;text-align:left}
|
||||
hr {border-style:dashed}
|
||||
div#Contribute button {min-width:300px;}
|
||||
div#Contribute button img {float:left;}
|
||||
figure {display:flex;align-items:flex-start}
|
||||
figure img.pfp {margin-left: -30px;width:150px;height:100%;object-fit: cover;border-radius:5px;}
|
||||
figcaption {padding-left:10px;text-align:left}
|
||||
hr {border-style:dashed}
|
||||
div#Contribute button {min-width:300px;}
|
||||
div#Contribute button img {float:left;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -114,7 +114,7 @@
|
||||
<a target="_blank" href="https://www.youtube.com/@gemdation"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||
<a target="_blank" 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-bej.ogg"></audio>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
@ -205,7 +205,7 @@
|
||||
<a target="_blank" href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||
<a target="_blank" href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a>
|
||||
</figcaption>
|
||||
<audio src="media/sound-vc.mp3"></audio>
|
||||
<audio src="media/sound-giselle-sklaverai.mp3"></audio>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
@ -268,7 +268,7 @@
|
||||
<a target="_blank" href="http://twitter.com/saulfabregwiivc"><button><img loading="lazy" src="meta/ico-twt.png" class="ico"></button></a>
|
||||
<a target="_blank" href="https://www.youtube.com/@saulfabregwiivc"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||
</figcaption>
|
||||
<audio src="media/sound-points.mp3"></audio>
|
||||
<audio src="media/sound-vc.mp3"></audio>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
@ -297,12 +297,13 @@
|
||||
<hr>
|
||||
|
||||
<figure id="TheErrorExe">
|
||||
<img loading="lazy" src="media/pfp-errorexe.png" class="pfp">
|
||||
<img loading="lazy" src="media/pfp-errorexe.png" class="pfp" style="cursor:help">
|
||||
<figcaption>
|
||||
<b>TheErrorExe</b> has contributed with his <a target="_blank" href="https://revivemii.xyz/">ReviveMii</a>-powered YouTube service.
|
||||
<b><i>TheErrorExe</i></b> has contributed with his <a target="_blank" href="https://revivemii.xyz/">ReviveMii</a>-powered YouTube service.
|
||||
<br><br>
|
||||
<a target="_blank" href="https://theerrorexe.dev/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a>
|
||||
</figcaption>
|
||||
<audio src="media/sound-youtube.ogg"></audio>
|
||||
</figure>
|
||||
|
||||
<hr>
|
||||
|
||||
61
index.html
61
index.html
@ -1,23 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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"></script>
|
||||
<script src="meta/loader.js"></script>
|
||||
<title>WiiMart: an active Wii Shop revival!</title>
|
||||
<meta content="WiiMart: an active Wii Shop revival!" property="og:title">
|
||||
<meta content="WiiMart is an open-source revival of the defunct Wii Shop Channel. This website contains information about it and the project team behind it!" property="og:description">
|
||||
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image">
|
||||
<meta content="https://wiimart.org" 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>.em {opacity:1; transition: opacity 0.5s ease-in-out;} .em.fade {opacity: 0;} #disclaimer {text-align:left;color: #929a9a; font-weight:Bold; font-size:10px;padding:0;height:23px; max-height:23px; width:100%; max-width:100%; display:block; margin-bottom:2px;margin-top:-8px; white-space: nowrap; overflow:auto hidden; scrollbar-width: none; -ms-overflow-style: none;} #disclaimer::-webkit-scrollbar {display:none;}</style>
|
||||
<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"></script>
|
||||
<script src="meta/loader.js"></script>
|
||||
<title>WiiMart: an active Wii Shop revival!</title>
|
||||
<meta content="WiiMart: an active Wii Shop revival!" property="og:title">
|
||||
<meta content="WiiMart is an open-source revival of the defunct Wii Shop Channel. This website contains information about it and the project team behind it!" property="og:description">
|
||||
<meta content="https://wiimart.org/media/branding-bag.png" property="og:image">
|
||||
<meta content="https://wiimart.org" 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>.em {opacity:1; transition: opacity 0.5s ease-in-out;} .em.fade {opacity: 0;} #disclaimer {text-align:left;color: #929a9a; font-weight:Bold; font-size:10px;padding:0;height:23px; max-height:23px; width:100%; max-width:100%; display:block; margin-bottom:2px;margin-top:-8px; white-space: nowrap; overflow:auto hidden; scrollbar-width: none; -ms-overflow-style: none;} #disclaimer::-webkit-scrollbar {display:none;}</style>
|
||||
</head>
|
||||
<body onload="setTimeout(function(){WiiMartWednesday();},50);">
|
||||
|
||||
@ -33,20 +33,15 @@
|
||||
<div class="box" style="padding: 0;">
|
||||
<header style="background-color:#34BEED;color:white;font-weight:bold;margin-bottom:10px">Important Info:</header>
|
||||
<details class="details-impt-info">
|
||||
<summary>WiiMart Wednesday #19 <span class="date">08-26</span></summary>
|
||||
<summary>WiiMart Wednesday #20 <span class="date">09-05</span></summary>
|
||||
<p>These titles were added this Wednesday.</p>
|
||||
<ul>
|
||||
<li><img src="meta/em-vc-64.png" class="pf"> Super Mario Kart: Project R <a href="credits#RM05"><img src="media/em-rm05.png"></a></li>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> Final Fantasy IV: Namingway Edition <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> The Ren & Stimpy Show: Buckeroo$! <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> The Ren & Stimpy Show: Veediots! <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||
<li><img src="meta/em-vc-genesis.png" class="pf"> Sonic the Hedgehog: The World Words <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-vc-genesis.png" class="pf"> Sonic the Hedgehog 2: Nick Arcade Proto <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-vc-genesis.png" class="pf"> Sonic the Hedgehog 3: Paramount Promo Cart <a href="credits#Dustin"><img src="media/em-dustin.png"></a></li>
|
||||
<li><img src="meta/em-vc-nes.png" class="pf"> Crazy Land [Proto] Doki! Doki! Yuuenchi <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||
<li><img src="meta/em-vc-nes.png" class="pf"> Arkanoid <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> Sicari 2: The Brink of Time <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> Kid Klown in Crazy Chase <img src="media/em-forgorarchive.png"></li>
|
||||
<li><img src="meta/em-vc-master.png" class="pf"> Alex Kidd in Miracle World 2 <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-vc-master.png" class="pf"> Asterix <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-flash.png" class="pf"> Zuma <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||
</ul>
|
||||
<p>This WiiMart Wednesday came after a two week skip.</p>
|
||||
</details>
|
||||
<details class="details-impt-info">
|
||||
<summary>Update your WiiMart! <span class="date"><img src="meta/em-pinned.svg" style="width:20px;height:20px;vertical-align:middle"> 05-02</span></summary>
|
||||
@ -66,11 +61,11 @@
|
||||
<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>
|
||||
<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-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.">
|
||||
<img src="media/screenshot-start-menu.png" class="slide" loading="lazy" alt="Recommended Titles page of the shop">
|
||||
<img src="media/screenshot-main-menu.png" class="slide" loading="lazy" alt="Main screen of the shop, showing different types of software">
|
||||
<img src="media/screenshot-catalog.png" class="slide" loading="lazy" alt="Page of the newest game additions">
|
||||
<img src="media/screenshot-game.png" class="slide" loading="lazy" alt="Indivdual game page, cursor hovering over a download button">
|
||||
<img src="media/screenshot-news.png" class="slide" loading="lazy" alt="Indivdual WiiMart Wednesday page, showing what titles have been added">
|
||||
</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>
|
||||
|
||||
@ -27,6 +27,17 @@
|
||||
<!-- Each summary can't be too long or else it'll start a new line with the date on smaller windows -->
|
||||
<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>
|
||||
<details class="details-impt-info">
|
||||
<summary>WiiMart Wednesday #20 <span class="date">09-05</span></summary>
|
||||
<p>These titles were added this <s>Wednesday</s> Friday.</p>
|
||||
<ul>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> Sicari 2: The Brink of Time <a href="credits#Subnetic"><img src="media/em-subnetic.png"></a></li>
|
||||
<li><img src="meta/em-vc-snes.png" class="pf"> Kid Klown in Crazy Chase <img src="media/em-forgorarchive.png"></li>
|
||||
<li><img src="meta/em-vc-master.png" class="pf"> Alex Kidd in Miracle World 2 <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-vc-master.png" class="pf"> Asterix <a href="credits#AFA"><img src="media/em-afa.png"></a></li>
|
||||
<li><img src="meta/em-flash.png" class="pf"> Zuma <a href="credits#Idkwh"><img src="media/em-idkwh.png"></a></li>
|
||||
</ul>
|
||||
</details>
|
||||
<details class="details-impt-info">
|
||||
<summary>WiiMart Wednesday #19 <span class="date">08-26</span></summary>
|
||||
<p>These titles were added this Wednesday.</p>
|
||||
|
||||
BIN
media/em-forgorarchive.png
Normal file
BIN
media/em-forgorarchive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
BIN
media/pfp-forgorarchive.png
Normal file
BIN
media/pfp-forgorarchive.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
media/sound-bej.ogg
Normal file
BIN
media/sound-bej.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
media/sound-giselle-sklaverai.mp3
Normal file
BIN
media/sound-giselle-sklaverai.mp3
Normal file
Binary file not shown.
BIN
media/sound-youtube.ogg
Normal file
BIN
media/sound-youtube.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user