Skip to content

Commit f199fb9

Browse files
authored
Merge pull request #503 from jmct/sponsor-update-q1-2025
Link to AB
2 parents 3df73af + 5b436b1 commit f199fb9

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

templates/donations/list.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ <h2 class="text-center text-2xl-4xl font-normal">Sponsoring The Haskell Foundati
3636
<p>
3737
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.
3838
</p>
39+
<h3 class="text-center text-2xl-4xl font-normal">The Advisory Board</h3>
40+
<div class="mt-8 space-y-8 max-w-2xl mx-auto">
41+
<p>
42+
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>.
43+
</p>
44+
</div>
3945
<p>
4046
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.
4147
</p>
@@ -57,8 +63,8 @@ <h2 class="pt-12 text-2xl-4xl text-center font-semibold">Sponsorship Levels</h2>
5763

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

7581
</div>
7682
<div class="space-y-1">
77-
<h3 class="text-3xl font-normal">Applicative</h3>
78-
<div class="text-gray-600 text-xl font-medium">USD $$25k+ / year</div>
83+
<h3 class="text-3xl font-normal">Silver</h3>
84+
<div class="text-gray-600 text-xl font-medium">USD $$35k+ / year</div>
7985
</div>
8086
<p class="">
8187
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.
@@ -93,11 +99,11 @@ <h3 class="text-3xl font-normal">Applicative</h3>
9399

94100
</div>
95101
<div class="space-y-1">
96-
<h3 class="text-3xl font-normal">Monad</h3>
97-
<div class="text-gray-600 text-xl font-medium">USD $$70k+ / year</div>
102+
<h3 class="text-3xl font-normal">Gold</h3>
103+
<div class="text-gray-600 text-xl font-medium">USD $$100k+ / year</div>
98104
</div>
99105
<p class="">
100-
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.
106+
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.
101107
</p>
102108
</div>
103109

templates/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="font-bold">SPONSORS</div>
33

44
<div class="mt-16">
5-
<div class="font-bold">Monads</div>
5+
<div class="font-bold">Gold</div>
66
</div>
77
<div class="flex flex-wrap items-center justify-center">
88
$for(monads)$
@@ -11,7 +11,7 @@
1111
</div>
1212

1313
<div class="mt-16">
14-
<div class="font-bold">Applicatives</div>
14+
<div class="font-bold">Silver</div>
1515
</div>
1616
<div class="flex flex-wrap items-center justify-center">
1717
$for(applicatives)$
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<div class="mt-16">
23-
<div class="font-bold">Functors</div>
23+
<div class="font-bold">Bronze</div>
2424
</div>
2525
<div class="flex flex-wrap items-center justify-center">
2626
$for(functors)$

0 commit comments

Comments
 (0)