Skip to content

Commit 51ff7c4

Browse files
author
github-actions
committed
[2025-06-04 13:46:31 UTC] New release [ci skip]
1 parent 81f1e2e commit 51ff7c4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

partnerships/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,28 @@
245245
<h1 class="text-2xl-5xl">Partnerships</h1>
246246
</div>
247247

248+
<div class="mt-16 md:mt-24">
249+
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12">
250+
251+
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
252+
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-6 lg:py-24 h-full">
253+
<div class="space-y-4">
254+
<h2 class="text-center text-2xl-4xl font-normal">Haskell Ecosystem Support Packages by Well-Typed</h2>
255+
<p>Well-Typed and the Haskell Foundation have worked together to provide a way for companies to get the specific support they need while still supporting the wider Haskell ecosystem.</p>
256+
<table>
257+
<!-- the p tags here are to work around Tailwind being incomprehensible - DTC 2023-03-01 -->
258+
</table>
259+
<div class="mt-4">
260+
<a class="arrow-link" href="../partnerships/well-typed.html">&gt;&gt; Read more</a>
261+
</div>
262+
</div>
263+
</div>
264+
</div>
265+
266+
267+
</div>
268+
</div>
269+
248270
</div>
249271

250272
</div>

0 commit comments

Comments
 (0)