This commit is contained in:
tree 2023-02-16 22:23:43 +01:00
rodič 3a6ca7fe61
revize ba9d3a4492
1 změnil soubory, kde provedl 1 přidání a 3 odebrání

Zobrazit soubor

@ -23,9 +23,7 @@
{#each items.map(getPerson) as item} {#each items.map(getPerson) as item}
<div class="hover:bg-white hover:text-black p-2 {size === 'small' ? 'w-2/3 sm:w-48' : 'w-2/3 sm:w-64'} person-item" on:mouseenter={animateSpeaker}> <div class="hover:bg-white hover:text-black p-2 {size === 'small' ? 'w-2/3 sm:w-48' : 'w-2/3 sm:w-64'} person-item" on:mouseenter={animateSpeaker}>
<div> <div>
<a href={twitterLink(item.twitter)} target="_blank" <img src="/people/{item.img}" class="grayscale invert aspect-square object-cover w-full" />
><img src="/people/{item.img}" class="grayscale invert aspect-square object-cover w-full" /></a
>
</div> </div>
<div class="mt-4 speaker-name animate-speaker text-xl">{item.name.toUpperCase()}</div> <div class="mt-4 speaker-name animate-speaker text-xl">{item.name.toUpperCase()}</div>
<div class="text-lg text-mild"> <div class="text-lg text-mild">