Skip to content

Commit e43bed0

Browse files
authored
May update news item (#75)
* Add news item for the May update. * Forgot to update the h2 * run build.sh
1 parent e3c4617 commit e43bed0

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

docs/news/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,28 @@ <h1 class="text-2xl-5xl">News</h1>
230230
</div>
231231
</div>
232232

233+
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
234+
<h2 class="text-2xl-4xl font-normal text-center">May 28, 2021</h2>
235+
<div>
236+
<div class="relative bg-white">
237+
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
238+
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
239+
<div class="p-3">
240+
<div class="relative bg-white border-3 border-purple-700">
241+
<div class="py-8 px-6 sm:px-12">
242+
<h2 class="text-2xl-4xl font-normal">Haskell Foundation May Update</h2>
243+
<p class="mt-8">
244+
Andrew Boardman posted the <a href="https://discourse.haskell.org/t/haskell-foundation-may-update/2567" target="_blank">May Foundation update.</a>
245+
</p>
246+
</div>
247+
248+
</div>
249+
</div>
250+
251+
</div>
252+
</div>
253+
</div>
254+
233255
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
234256
<h2 class="text-2xl-4xl font-normal text-center">April 29, 2021</h2>
235257
<div>

site/news/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,28 @@ <h1 class="text-2xl-5xl">News</h1>
3434
</div>
3535
</div>
3636

37+
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
38+
<h2 class="text-2xl-4xl font-normal text-center">May 28, 2021</h2>
39+
<div>
40+
<div class="relative bg-white">
41+
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
42+
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
43+
<div class="p-3">
44+
<div class="relative bg-white border-3 border-purple-700">
45+
<div class="py-8 px-6 sm:px-12">
46+
<h2 class="text-2xl-4xl font-normal">Haskell Foundation May Update</h2>
47+
<p class="mt-8">
48+
Andrew Boardman posted the <a href='https://discourse.haskell.org/t/haskell-foundation-may-update/2567' target='_blank'>May Foundation update.</a>
49+
</p>
50+
</div>
51+
52+
</div>
53+
</div>
54+
55+
</div>
56+
</div>
57+
</div>
58+
3759
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
3860
<h2 class="text-2xl-4xl font-normal text-center">April 29, 2021</h2>
3961
<div>

0 commit comments

Comments
 (0)