Skip to content

Commit c447d97

Browse files
author
github-actions
committed
[2025-05-06 14:32:05 UTC] New release [ci skip]
1 parent 4da85eb commit c447d97

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ <h3 class="mb-4 text-xl text-gray-500">Amplify Haskell’s impact on humanity.</
239239
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
240240
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-6 lg:py-24 h-full">
241241
<div class="space-y-4">
242-
<h2 class="text-center text-2xl-4xl font-normal">Haskell Foundation October 2024 Update</h2>
243-
<p>José Manuel Calderón Trilla posted the <a href="https://discourse.haskell.org/t/haskell-foundation-october-2024-update/10707" target="_blank">October 2024 Foundation update</a> in our community’s Discourse instance.</p>
242+
<h2 class="text-center text-2xl-4xl font-normal">Haskell Foundation Infrastructure Migration Update</h2>
243+
<p>José Manuel Calderón Trilla posted the <a href="https://discourse.haskell.org/t/haskell-infrastructure-migration-update/11989" target="_blank">Haskell Infrastructure Migration update</a> in our community’s Discourse instance.</p>
244244

245245

246246
</div>

news/index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,32 @@ <h1 class="text-2xl-5xl">News</h1>
246246
</div>
247247
</div>
248248

249+
<div class="max-w-screen-xl mx-auto py-4 md:py-6">
250+
<h4 class="text-2xl-4xl font-normal text-right"><small>May 6, 2025</small></h4>
251+
<!-- I didn't formated the date for the moment to push fast I get feedbacks -->
252+
253+
<!--
254+
I had to make an arbitrary choice about grid layout as it was hardcoded :
255+
- I remove the 2 columns grid on large screen, to avoid complexe computation based on news' count
256+
- Happy (or not) side-effect is removing the margin difference between november news and the others
257+
-->
258+
<div>
259+
<div class="relative bg-white">
260+
<div class="p-3">
261+
<div class="relative bg-white">
262+
<div class="py-4 px-6 sm:px-12">
263+
<h2 class="text-2xl-4xl font-normal">Haskell Foundation Infrastructure Migration Update</h2>
264+
265+
<div class="mt-8 space-y-4"><p>José Manuel Calderón Trilla posted the <a href="https://discourse.haskell.org/t/haskell-infrastructure-migration-update/11989" target="_blank">Haskell Infrastructure Migration update</a> in our community’s Discourse instance.</p></div>
266+
</div>
267+
</div>
268+
</div>
269+
</div>
270+
</div>
271+
272+
</div>
273+
274+
249275
<div class="max-w-screen-xl mx-auto py-4 md:py-6">
250276
<h4 class="text-2xl-4xl font-normal text-right"><small>November 8, 2024</small></h4>
251277
<!-- I didn't formated the date for the moment to push fast I get feedbacks -->

0 commit comments

Comments
 (0)