data endpoint for entity 90008 (aka. a website)

feat: add a buncha more buttons xd

ptr.pet 4a19d10b d43d305e

verified
Changed files
+24 -3
src
routes
static
+24 -3
src/routes/+page.svelte
···
},
{ name: 'julia', url: 'https://aph.nekoweb.org', image: '/others/aph.gif' },
{ name: 'rain', url: 'https://slonk.ing/', image: '/others/slonk.gif' },
{
name: 'indieweb',
url: 'https://indieweb.org/',
···
name: 'desktop!!',
url: '/',
image: '/others/desktopwebp.webp'
},
{ name: 'skyrina', url: 'https://skyrina.dev/', image: '/others/skylar.gif' }
];
···
</div>
{/if}
</Window>
-
<Window style="md:mr-2" title="cool stuff,,">
<div class="max-w-[50ch] prose prose-ralsei prose-a:!animate-none prose-img:m-0 leading-snug">
<div class="flex flex-row flex-wrap gap-3 place-items-start group">
{#each buttons as { name, url, image }}
···
{/each}
</div>
-
<span class="text-sm">please send it your buttons or stuff to add !! ;3</span><br />
-
<span class="text-xs italic">last updated on: 02-04-2025</span>
</div>
</Window>
</div>
···
},
{ name: 'julia', url: 'https://aph.nekoweb.org', image: '/others/aph.gif' },
{ name: 'rain', url: 'https://slonk.ing/', image: '/others/slonk.gif' },
+
{ name: 'dd', url: 'https://dd86k.space/about/', image: '/others/dd86k.gif' },
{
name: 'indieweb',
url: 'https://indieweb.org/',
···
name: 'desktop!!',
url: '/',
image: '/others/desktopwebp.webp'
+
},
+
{
+
name: 'defective by design',
+
url: 'https://www.defectivebydesign.org/',
+
image: '/others/dbd.gif'
+
},
+
{
+
name: 'kill fascists',
+
url: '/',
+
image: '/others/killfascists.webp'
+
},
+
{
+
name: 'it/its',
+
url: '/',
+
image: '/others/it.webp'
+
},
+
{
+
name: 'not a person',
+
url: '/',
+
image: '/others/notaperson.webp'
},
{ name: 'skyrina', url: 'https://skyrina.dev/', image: '/others/skylar.gif' }
];
···
</div>
{/if}
</Window>
+
<Window style="md:mr-2" title="cool buttons :3">
<div class="max-w-[50ch] prose prose-ralsei prose-a:!animate-none prose-img:m-0 leading-snug">
<div class="flex flex-row flex-wrap gap-3 place-items-start group">
{#each buttons as { name, url, image }}
···
{/each}
</div>
+
<span class="text-sm">feel free to send this one stuff to add here ;3</span><br />
+
<span class="text-xs italic">last updated on: 22-04-2025</span>
</div>
</Window>
</div>
static/others/dbd.gif

This is a binary file and will not be displayed.

static/others/dd86k.gif

This is a binary file and will not be displayed.

static/others/it.webp

This is a binary file and will not be displayed.

static/others/killfascists.webp

This is a binary file and will not be displayed.

static/others/notaperson.webp

This is a binary file and will not be displayed.