Skip to content

Link to AB #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2025
Merged
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
20 changes: 13 additions & 7 deletions templates/donations/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ <h2 class="text-center text-2xl-4xl font-normal">Sponsoring The Haskell Foundati
<p>
Many enterprises use Haskell and its compiler, the Glasgow Haskell Compiler (GHC), for free. In the spirit of open source, the Haskell Foundation provides an opportunity for those enterprises to give back to the community and toolchain from which they benefit. Maintaining and developing reliable toolchains takes a huge amount of nitty-gritty engineering work.
</p>
<h3 class="text-center text-2xl-4xl font-normal">The Advisory Board</h3>
<div class="mt-8 space-y-8 max-w-2xl mx-auto">
<p>
Sponsoring the Haskell Foundation also grants sponsors participation in the Haskell Foundation Advisory Board. This body allows sponsors to voice their concerns and thoughts on how Haskell Foundation resources should be used. More details can be found <a href="https://docs.google.com/document/d/e/2PACX-1vTaBbT7PC2MPT5bRqBNXYbQNwuaD4wdDY6kiPCiZSrAQrEi34m-_nhLcBgL0gdcgXl8MqFUkPp2Vq6v/pub" target="_blank">here</a>.
</p>
</div>
<p>
Contributions to the Haskell Foundation are tax-deductible where applicable, and are used to sponsor our open source initiatives that ensure that research and development continues at the same world-class pace for years to come.
</p>
Expand All @@ -57,8 +63,8 @@ <h2 class="pt-12 text-2xl-4xl text-center font-semibold">Sponsorship Levels</h2>

</div>
<div class="space-y-1">
<h3 class="text-3xl font-normal">Functor</h3>
<div class="text-gray-600 text-xl font-medium">USD $$10k+ / year</div>
<h3 class="text-3xl font-normal">Bronze</h3>
<div class="text-gray-600 text-xl font-medium">USD $$15k+ / year</div>
</div>
<p class="">
Receive ongoing acknowledgements on social media channels and have a small logo displayed on the HF website.
Expand All @@ -74,8 +80,8 @@ <h3 class="text-3xl font-normal">Functor</h3>

</div>
<div class="space-y-1">
<h3 class="text-3xl font-normal">Applicative</h3>
<div class="text-gray-600 text-xl font-medium">USD $$25k+ / year</div>
<h3 class="text-3xl font-normal">Silver</h3>
<div class="text-gray-600 text-xl font-medium">USD $$35k+ / year</div>
</div>
<p class="">
Have your logo and story featured in the Supporter Spotlight on the website and newsletter, a medium- sized logo displayed on the HF website, and receive ongoing recognition on our social media pages.
Expand All @@ -93,11 +99,11 @@ <h3 class="text-3xl font-normal">Applicative</h3>

</div>
<div class="space-y-1">
<h3 class="text-3xl font-normal">Monad</h3>
<div class="text-gray-600 text-xl font-medium">USD $$70k+ / year</div>
<h3 class="text-3xl font-normal">Gold</h3>
<div class="text-gray-600 text-xl font-medium">USD $$100k+ / year</div>
</div>
<p class="">
All of the benefits of Functor and Applicative sponsorships, with the addition of a full interview for the Haskell Foundation blog, as well as having your logo prominently displayed on the HF website.
All of the benefits of Bronze and Silver sponsorships, with the addition of a full interview for the Haskell Foundation blog, as well as having your logo prominently displayed on the HF website.
</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="font-bold">SPONSORS</div>

<div class="mt-16">
<div class="font-bold">Monads</div>
<div class="font-bold">Gold</div>
</div>
<div class="flex flex-wrap items-center justify-center">
$for(monads)$
Expand All @@ -11,7 +11,7 @@
</div>

<div class="mt-16">
<div class="font-bold">Applicatives</div>
<div class="font-bold">Silver</div>
</div>
<div class="flex flex-wrap items-center justify-center">
$for(applicatives)$
Expand All @@ -20,7 +20,7 @@
</div>

<div class="mt-16">
<div class="font-bold">Functors</div>
<div class="font-bold">Bronze</div>
</div>
<div class="flex flex-wrap items-center justify-center">
$for(functors)$
Expand Down