Update Kitsudev & add CBA

This commit is contained in:
Kio 2025-03-12 13:40:15 -04:00
parent 3c69e0ceec
commit 18ed4a0da6
2 changed files with 25 additions and 13 deletions

View file

@ -28,7 +28,7 @@
Notes
</td>
<td>
~8,438<br>
~8,738<br>
Emojis
</td>
</tr>
@ -58,13 +58,13 @@
</tr>
</table>
</div>
<div id="kdev">
<a href="https://kitsunes.dev" target="_blank" class="title">
<h2>KitsuDev</h2>
<img src="https://kitsunes.dev/assets/img/logo.svg" alt="A neofox staring, wide-eyed, at a laptop.">
<div id="cba">
<a href="https://fedi.catboy.agency" target="_blank" class="title">
<h2>Catboy Agency</h2>
<img src="https://nyaa.catboy.download/catboyagency/77eaa645-fd28-4383-80d5-4ab383b71e78.webp" alt="The Mascot for the Catboy Agency.">
</a>
<p>Build code, burn things, fopses.</p>
<table>
<p>A cozy instance administered by <a href="https://fedi.catboy.agency/@cyberboy">Cyberboy</a>. Somehow features catfolk and not foxes.</p>
<table >
<tr>
<td>
<span class="user-count"></span><br>
@ -72,17 +72,27 @@
</td>
<td>
<span class="note-count"></span><br>
Issues
Notes
</td>
<td>
~3,443<br>
Emojis
</td>
<td>~25<br>
Public Repos</td>
</tr>
</table>
</div>
<div id="kdev">
<a href="https://kitsunes.dev" target="_blank" class="title">
<h2>KitsuDev</h2>
<img src="https://s3.kitsunes.club/storage/b51b4fd2-e1ee-4e9e-a83f-7a7df280b3ac.png" alt="A neofox staring, wide-eyed, at a laptop.">
</a>
<p>Build code, burn things, fopses.</p>
</div>
<div>
<small>
numbers with a tilde are updated manually. <br>
Last update: 3/3/2025<br>
Last update: 2025-03-11<br>
<a href="https://kitsunes.dev/kitsu/KitsuLife">Source code</a>
</small>
</div>
@ -99,7 +109,9 @@
Join us on our mission to make the fediverse a friendly place. You won't regret it.
<br>
<br>
-- kio
-- <a href="https://kitsunes.club/@kio">kio</a>
<br>
<small>(the non-cute, evil lead administrator)</small>
<br>
<h2>Contact</h2>
on fedi: <a href="https://kitsunes.club/@administration">@administration@kitsunes.club</a>

View file

@ -1,4 +1,4 @@
const instances = [["kc","https://kitsunes.club/nodeinfo/2.1"],["kg","https://kitsunes.gay/nodeinfo/2.1"], ["kdev", "https://kitsunes.dev/api/v1/nodeinfo"]]
const instances = [["kc","https://kitsunes.club/nodeinfo/2.1"],["kg","https://kitsunes.gay/nodeinfo/2.1"], ["cba","https://fedi.catboy.agency/nodeinfo/2.1"], ]
for (const instance of instances) {
fetch(instance[1]).then(response => {