Skip to content

Remove erroneous references to time and location for partnerships #515

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 3 commits into from
Jun 4, 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
1 change: 1 addition & 0 deletions partnerships/well-typed.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Haskell Ecosystem Support Packages by Well-Typed
published: 2025-06-04
status: active
summary: 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.
---
Expand Down
8 changes: 4 additions & 4 deletions templates/partnerships/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
$partial("templates/corners.html")$
<div class="text-center pt-12 md:pt-20 px-12 sm:px-16 md:px-24 lg:px-36 ">
<h1 class="text-2xl-5xl">Events</h1>
<h1 class="text-2xl-5xl">Partnerships</h1>
</div>
$if(events)$
$if(partnerships)$
<div class="mt-16 md:mt-24">
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12">
$for(events)$
$partial("templates/events/tile.html")$
$for(partnerships)$
$partial("templates/partnerships/tile.html")$
$endfor$
</div>
</div>
Expand Down
4 changes: 0 additions & 4 deletions templates/partnerships/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">$title$</h2>
<div class="max-w-screen-xl mx-auto">
<div class="px-4 sm:px-8 md:px-12 lg:px-16">
<div class="mx-auto prose md:prose-lg">
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12 bg-gray-100">
<div class="text-lg"><strong>Location:</strong> $location$ </div>
<div class="text-lg"><strong>Dates:</strong> $daterange$ </div>
</div>
$body$
</div>
</div>
Expand Down