[READ-ONLY] Mirror of https://github.com/flo-bit/buttfinity-showcase. buttfinity showcase website made with threlte flo-bit.dev/buttfinity-showcase/
0

Configure Feed

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

button

Florian (Oct 8, 2025, 3:52 PM +0200) d1caf6c0 2423af78

+3 -1
+3 -1
src/routes/+page.svelte
··· 81 81 <dd class="pt-2 pl-9 font-light lowercase">Use as a MIDI controller.</dd> 82 82 </div> 83 83 84 + <div class="lg:ml-9 absolute lg:relative bottom-2 left-2 pointer-events-auto z-20"> 84 85 <a 85 86 href="https://github.com/flo-bit/buttfinity" 86 87 target="_blank" 87 - class="ml-9 pointer-events-auto transform-all inline-flex touch-manipulation items-center justify-center gap-2 rounded-2xl border border-rose-500/15 bg-rose-200/50 px-3 py-1.5 text-sm font-medium whitespace-nowrap text-rose-950 shadow-lg inset-shadow-sm shadow-rose-500/5 inset-shadow-rose-700/5 outline-offset-2 backdrop-blur-md backdrop-brightness-105 duration-800 hover:scale-101 hover:cursor-pointer hover:bg-rose-200/60 hover:duration-300 focus-visible:scale-101 focus-visible:outline-2 focus-visible:outline-rose-500 active:scale-98 active:shadow-md active:duration-100 disabled:pointer-events-none disabled:opacity-60 disabled:shadow-md disabled:hover:scale-100 motion-safe:transition-all motion-safe:focus-visible:transition-transform dark:border-rose-500/15 dark:bg-rose-950/20 dark:text-rose-400 dark:shadow-rose-500/2 dark:inset-shadow-rose-500/2 dark:hover:bg-rose-950/25 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" 88 + class="pointer-events-auto transform-all inline-flex touch-manipulation items-center justify-center gap-2 rounded-2xl border border-rose-500/15 bg-rose-200/50 px-3 py-1.5 text-sm font-medium whitespace-nowrap text-rose-950 shadow-lg inset-shadow-sm shadow-rose-500/5 inset-shadow-rose-700/5 outline-offset-2 backdrop-blur-md backdrop-brightness-105 duration-800 hover:scale-101 hover:cursor-pointer hover:bg-rose-200/60 hover:duration-300 focus-visible:scale-101 focus-visible:outline-2 focus-visible:outline-rose-500 active:scale-98 active:shadow-md active:duration-100 disabled:pointer-events-none disabled:opacity-60 disabled:shadow-md disabled:hover:scale-100 motion-safe:transition-all motion-safe:focus-visible:transition-transform dark:border-rose-500/15 dark:bg-rose-950/20 dark:text-rose-400 dark:shadow-rose-500/2 dark:inset-shadow-rose-500/2 dark:hover:bg-rose-950/25 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0" 88 89 > 89 90 Build it! 90 91 </a> 92 + </div> 91 93 </dl> 92 94 </div> 93 95