Skip to content
Closed
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
4 changes: 2 additions & 2 deletions docs/css/main.css

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions docs/static/images/sponsors/flipstone/flipstone-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
142 changes: 142 additions & 0 deletions docs/static/images/sponsors/tweag/logo_tweag_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions docs/static/images/sponsors/well-typed/wtnlogo-paths.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h1 class="text-3xl-5xl font-normal">Follow HF Developments</h1>
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
<h3 class="font-semibold text-xl">HF Discourse</h3>
<p class="mt-6">
Discord is where HF presents its major announcements, and solicits feedback on proposals and ongoing development. Additionally, this is a great place to make your desire to participate known, and to get up to date meeting minutes. All posted meeting minutes are archived at the HF gitlab repository.
Discourse is where HF presents its major announcements, and solicits feedback on proposals and ongoing development. Additionally, this is a great place to make your desire to participate known, and to get up to date meeting minutes. All posted meeting minutes are archived at the HF gitlab repository.
</p>
<div class="flex flex-col sm:flex-row justify-around md:flex-col lg:flex-row">
<div class="mt-8 mx-3 center">
Expand Down
10 changes: 5 additions & 5 deletions site/donations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ <h2 class="text-center text-2xl-4xl font-normal">Donating To The Haskell Foundat
Individuals can donate to the Haskell Foundation and help us drive broader adoption of the Haskell language. Click the button to donate through PayPal!
</p>
<center>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="26J88UNH38BDL" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="1" name="submit" title="PayPal - The safesr, easier way to pay online!" alt="Donate!" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="hosted_button_id" value="MG5HKV4VTH9UG" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate to the Haskell Foundation using PayPal!" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</center>
</div>
</div>
Expand Down
Loading