Skip to content

Commit f5f5a8d

Browse files
committed
Add curiosum
1 parent b4fe8f2 commit f5f5a8d

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

src/assets/logos/curiosum.svg

Lines changed: 58 additions & 0 deletions
Loading

src/components/home/Stewards.astro

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
import curiosumLogo from "@/assets/logos/curiosum.svg?raw";
23
import dashbitLogo from "@/assets/logos/dashbit.png";
34
import jumpLogo from "@/assets/logos/jump.svg?raw";
45
import 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
>

0 commit comments

Comments
 (0)