diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-30 00:23:54 -0500 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-30 00:23:54 -0500 |
| commit | 11d2a2d2a82676514dc94512e40bfe39cdf20b03 (patch) | |
| tree | db6f3a1d14c429a0c185922207b252563ed3c043 | |
| parent | 742a152f6679b4cfd73bb0a2d6949bd42cb312af (diff) | |
update projects
| -rw-r--r-- | pinapelz.moe/projects.html | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/pinapelz.moe/projects.html b/pinapelz.moe/projects.html index 258d088..e8d8509 100644 --- a/pinapelz.moe/projects.html +++ b/pinapelz.moe/projects.html @@ -52,7 +52,6 @@ <li><a href="/">home</a></li> <li><a href="/about.html">webmaster</a></li> <li><a href="/about.html">projects</a></li> - <li><a href="https://moekyun.me">moeify my link</a></li> </ul> <div class="image-section"> @@ -74,10 +73,16 @@ </li> <li>X: <a href="https://x.com/pinapelz">@pinapelz</a></li> <li> - Fediverse: - <a href="https://social.moekyun.me/@pinapelz" - >@pinapelz@social.moekyun.me</a - > + Fedi: + <a href="https://sakurajima.social/@pinapelz" + >@pinapelz@sakurajima.social</a + > + </li> + <li> + Bluesky: + <a href="https://bsky.app/profile/pinapelz.moe" + >@pinapelz.moe</a + > </li> <li>Discord: @pinapelz</li> </ul> @@ -128,11 +133,25 @@ </p> </li> <li> + <h2><a href="https://arcade.moekyun.me">573-UPDATES</a></h2> + <div class="image-container"> + <img src="https://pinapelz.com/573.png" alt="573-UPDATES Main Feed" width="300px" /> + </div> + <p> + 573-UPDATES is a news aggreator for JP arcade games (mostly rhythm). It only pulls data from + official sources. Its called 573 cause it sounds like KONAMI if you shuffle around how you read those numbers in JP + (yep, KONAMI's arcade games inspired this). Use it to browse the latest news or share permalinks to posts with friends! + </p> + </li> + <li> <h2> <a href="https://github.com/pinapelz/ffxiv-malmstone" >Malmstone Calculator</a > </h2> + <div class="image-container"> + <img src="https://pinapelz.com/malmstone.png" alt="FFXIV-Malmstone Screenshot" width="200px" /> + </div> <p> A FFXIV Dalamud plugin that helps with calculating how much more pvp you got left to play before hitting the next level in the @@ -154,7 +173,7 @@ </li> <br /> <p> - yep not seeing a trend here at all... if you like this sorta thing, the rest of it + yep not seeing a trend here at all with any of my interests... if you like this sorta thing, the rest of it is over on my <a href="https://github.com/pinapelz">GitHub</a> </p> |
