mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-11-06 23:40:16 +01:00
new mods moment
This commit is contained in:
parent
8806156861
commit
6270c63f5e
39
credits.html
39
credits.html
@ -163,7 +163,7 @@
|
|||||||
<figure id="Yoshi">
|
<figure id="Yoshi">
|
||||||
<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">
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<b><i>ThatOneYoshi</i></b> is one of the Discord moderators and have contributed with Flash injects.
|
<b><i>ThatOneYoshi</i></b> is one of the Discord administrators, they have contributed with some Virtual Console injects.
|
||||||
<br><br>
|
<br><br>
|
||||||
<a target="_blank" href="https://thatoneyoshi.link/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a>
|
<a target="_blank" href="https://thatoneyoshi.link/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a>
|
||||||
<a target="_blank" href="https://bsky.app/profile/thatoneyoshi.link"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a>
|
<a target="_blank" href="https://bsky.app/profile/thatoneyoshi.link"><button><img loading="lazy" src="meta/ico-bsky.png" class="ico"></button></a>
|
||||||
@ -190,12 +190,33 @@
|
|||||||
<figure id="AFA">
|
<figure id="AFA">
|
||||||
<img loading="lazy" src="media/pfp-afa.png" class="pfp">
|
<img loading="lazy" src="media/pfp-afa.png" class="pfp">
|
||||||
<figcaption>
|
<figcaption>
|
||||||
<b>A for Animation</b> has contributed with some Virtual Console injects.
|
<b>A for Animation</b> is one of the Discord moderators, they have contributed with some Virtual Console injects.
|
||||||
<br><br>
|
<br><br>
|
||||||
<a target="_blank" href="https://www.youtube.com/@AforAnimation888"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
<a target="_blank" href="https://www.youtube.com/@AforAnimation888"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
</div>
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img loading="lazy" src="media/pfp-forgorarchive.png" class="pfp">
|
||||||
|
<figcaption>
|
||||||
|
<b>ForgottenArchive</b> is one of the Discord moderators, they have contributed with some Virtual Console injects.
|
||||||
|
<br><br>
|
||||||
|
<a target="_blank" href="https://www.youtube.com/@ForgottenArchive2001"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<figure>
|
||||||
|
<img loading="lazy" src="media/pfp-nebula.png" class="pfp">
|
||||||
|
<figcaption>
|
||||||
|
<b>nebulagamez</b> is one of the Discord moderators.
|
||||||
|
<br><br>
|
||||||
|
<a target="_blank" href="https://www.youtube.com/@nebulasvideoz"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
||||||
|
</figcaption>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="box" style="border-color:#9900FF;">
|
<div class="box" style="border-color:#9900FF;">
|
||||||
<h2 style="text-shadow:0 2px 4px #9900FF;color:#9900FF;">Contributors</h2>
|
<h2 style="text-shadow:0 2px 4px #9900FF;color:#9900FF;">Contributors</h2>
|
||||||
@ -278,18 +299,6 @@
|
|||||||
</figcaption>
|
</figcaption>
|
||||||
<audio src="media/sound-youtube.ogg"></audio>
|
<audio src="media/sound-youtube.ogg"></audio>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<figure id="FA">
|
|
||||||
<img loading="lazy" src="media/pfp-forgorarchive.png" class="pfp">
|
|
||||||
<figcaption>
|
|
||||||
<b>ForgottenArchive</b> has contributed with some Virtual Console injects.
|
|
||||||
They are currently one of our trial moderators.
|
|
||||||
<br><br>
|
|
||||||
<a target="_blank" href="https://www.youtube.com/@ForgottenArchive2001"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
|
|
||||||
</figcaption>
|
|
||||||
</figure>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user