new mods moment

This commit is contained in:
ThatOneYoshi 2025-10-15 09:50:08 -04:00
parent 8806156861
commit 6270c63f5e

View File

@ -163,7 +163,7 @@
<figure id="Yoshi">
<img loading="lazy" src="media/pfp-yoshi.png" class="pfp" style="cursor:help">
<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>
<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>
@ -190,12 +190,33 @@
<figure id="AFA">
<img loading="lazy" src="media/pfp-afa.png" class="pfp">
<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>
<a target="_blank" href="https://www.youtube.com/@AforAnimation888"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a>
</figcaption>
</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;">
<h2 style="text-shadow:0 2px 4px #9900FF;color:#9900FF;">Contributors</h2>
@ -278,18 +299,6 @@
</figcaption>
<audio src="media/sound-youtube.ogg"></audio>
</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>
<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>