data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add a buncha more buttons xd

dusk 4a19d10b d43d305e

+24 -3
+24 -3
src/routes/+page.svelte
··· 23 23 }, 24 24 { name: 'julia', url: 'https://aph.nekoweb.org', image: '/others/aph.gif' }, 25 25 { name: 'rain', url: 'https://slonk.ing/', image: '/others/slonk.gif' }, 26 + { name: 'dd', url: 'https://dd86k.space/about/', image: '/others/dd86k.gif' }, 26 27 { 27 28 name: 'indieweb', 28 29 url: 'https://indieweb.org/', ··· 47 48 name: 'desktop!!', 48 49 url: '/', 49 50 image: '/others/desktopwebp.webp' 51 + }, 52 + { 53 + name: 'defective by design', 54 + url: 'https://www.defectivebydesign.org/', 55 + image: '/others/dbd.gif' 56 + }, 57 + { 58 + name: 'kill fascists', 59 + url: '/', 60 + image: '/others/killfascists.webp' 61 + }, 62 + { 63 + name: 'it/its', 64 + url: '/', 65 + image: '/others/it.webp' 66 + }, 67 + { 68 + name: 'not a person', 69 + url: '/', 70 + image: '/others/notaperson.webp' 50 71 }, 51 72 { name: 'skyrina', url: 'https://skyrina.dev/', image: '/others/skylar.gif' } 52 73 ]; ··· 179 200 </div> 180 201 {/if} 181 202 </Window> 182 - <Window style="md:mr-2" title="cool stuff,,"> 203 + <Window style="md:mr-2" title="cool buttons :3"> 183 204 <div class="max-w-[50ch] prose prose-ralsei prose-a:!animate-none prose-img:m-0 leading-snug"> 184 205 <div class="flex flex-row flex-wrap gap-3 place-items-start group"> 185 206 {#each buttons as { name, url, image }} ··· 194 215 {/each} 195 216 </div> 196 217 197 - <span class="text-sm">please send it your buttons or stuff to add !! ;3</span><br /> 198 - <span class="text-xs italic">last updated on: 02-04-2025</span> 218 + <span class="text-sm">feel free to send this one stuff to add here ;3</span><br /> 219 + <span class="text-xs italic">last updated on: 22-04-2025</span> 199 220 </div> 200 221 </Window> 201 222 </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.