Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ensawards.org/src/assets/jamesEthAvatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 29 additions & 30 deletions ensawards.org/src/pages/ens-contract-naming-season.astro
Original file line number Diff line number Diff line change
Expand Up @@ -300,36 +300,35 @@ const daoScores = contractPipeline();
</div>
</LeaderboardSnippetCard>
</div>
<!--TODO: After quote authors confirm they are happy with their quotes make a PR that only uncomments this section to "launch" it-->
<!--<div-->
<!-- class={cn(-->
<!-- containerBaseStyles,-->
<!-- "gap-5 sm:gap-10 py-6 sm:py-[40px] relative z-10",-->
<!-- )}>-->
<!-- <div-->
<!-- class={cn(-->
<!-- backgroundGreyStyles,-->
<!-- "sm:h-[calc(100%+30px)] flex justify-center items-center",-->
<!-- )}>-->
<!-- <Image-->
<!-- quality={100}-->
<!-- src={VoicesFromTheCommunityBackgroundImage}-->
<!-- alt="avatars of ENS community"-->
<!-- class="max-sm:hidden relative bottom-0 sm:h-full sm:w-auto"-->
<!-- />-->
<!-- </div>-->
<!-- <h3-->
<!-- class={cn(-->
<!-- sectionHeaderBaseStyles,-->
<!-- "relative z-10 self-stretch text-left",-->
<!-- )}>-->
<!-- Voices from the community-->
<!-- </h3>-->
<!-- <div-->
<!-- class="relative z-10 flex flex-col sm:flex-row flex-wrap justify-start items-start gap-4 sm:gap-5">-->
<!-- {voicesFromTheCommunity.map((quote) => <QuoteCard {...quote} />)}-->
<!-- </div>-->
<!--</div>-->
<div
class={cn(
containerBaseStyles,
"gap-5 sm:gap-10 py-6 sm:py-[40px] relative z-10",
)}>
<div
class={cn(
backgroundGreyStyles,
"sm:h-[calc(100%+30px)] flex justify-center items-center",
)}>
<Image
quality={100}
src={VoicesFromTheCommunityBackgroundImage}
alt="avatars of ENS community"
class="max-sm:hidden relative bottom-0 sm:h-full sm:w-auto"
/>
</div>
<h3
class={cn(
sectionHeaderBaseStyles,
"relative z-10 self-stretch text-left",
)}>
Voices from the community
</h3>
<div
class="relative z-10 flex flex-col sm:flex-row flex-wrap justify-start items-start gap-4 sm:gap-5">
{voicesFromTheCommunity.map((quote) => <QuoteCard {...quote} />)}
</div>
</div>
<div
class={cn(
containerBaseStyles,
Expand Down
Loading