File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+ import curiosumLogo from " @/assets/logos/curiosum.svg?raw" ;
23import dashbitLogo from " @/assets/logos/dashbit.png" ;
34import jumpLogo from " @/assets/logos/jump.svg?raw" ;
45import softwareMansionLogo from " @/assets/logos/software-mansion.svg?raw" ;
@@ -109,6 +110,31 @@ import SectionHeading from "@/components/ui/SectionHeading.astro";
109110 </a >
110111 </li >
111112
113+ <li class =" flex h-70 border-r border-b border-gray-0" >
114+ <a
115+ href =" https://www.curiosum.com/"
116+ target =" _blank"
117+ rel =" noopener noreferrer"
118+ aria-label =" Curiosum (opens in a new tab)"
119+ class =" flex h-full w-full flex-col gap-0 px-8 pt-14 pb-12 transition-colors duration-base ease-out-quart hover:bg-purple-0 md:gap-4 xl:px-14"
120+ >
121+ <div class =" flex h-20 shrink-0 items-center justify-center" >
122+ <span
123+ role =" img"
124+ aria-label =" Curiosum"
125+ class =" block w-52 [&_svg]:w-full"
126+ set:html ={ curiosumLogo }
127+ />
128+ </div >
129+ <div class =" flex h-20 shrink-0 items-center justify-center" >
130+ <p class =" text-center font-sans text-body text-black/80 md:pt-4 lg:pt-0" >
131+ Elixir-focused agency with over 50 projects delivered. Authors
132+ of Permit and Kanta, sponsors of Hologram.
133+ </p >
134+ </div >
135+ </a >
136+ </li >
137+
112138 <li
113139 class =" flex h-70 flex-col gap-4 border-r border-b border-gray-0 bg-black px-8 pt-14 pb-12 text-white xl:px-14"
114140 >
You can’t perform that action at this time.
0 commit comments