Skip to content

Commit 1912f30

Browse files
authoredMay 17, 2021
Merge pull request #46 from haskellfoundation/april_update
Add April update to news.
2 parents 587aed8 + bf41068 commit 1912f30

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
 

‎docs/news/index.html

+22
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,28 @@ <h1 class="text-2xl-5xl">News</h1>
219219
</div>
220220
</div>
221221

222+
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
223+
<h2 class="text-2xl-4xl font-normal text-center">April 29, 2021</h2>
224+
<div>
225+
<div class="relative bg-white">
226+
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
227+
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
228+
<div class="p-3">
229+
<div class="relative bg-white border-3 border-purple-700">
230+
<div class="py-8 px-6 sm:px-12">
231+
<h2 class="text-2xl-4xl font-normal">Haskell Foundation April Update</h2>
232+
<p class="mt-8">
233+
Andrew Boardman posted the <a href="https://discourse.haskell.org/t/haskell-foundation-april-update/2445" target="_blank">April Foundation update.</a>
234+
</p>
235+
</div>
236+
237+
</div>
238+
</div>
239+
240+
</div>
241+
</div>
242+
</div>
243+
222244
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
223245
<h2 class="text-2xl-4xl font-normal text-center">March 19, 2021</h2>
224246
<div>

‎site/news/index.html

+22
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">April 29, 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 April Update</h2>
47+
<p class="mt-8">
48+
Andrew Boardman posted the <a href='https://discourse.haskell.org/t/haskell-foundation-april-update/2445' target='_blank'>April 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">March 19, 2021</h2>
3961
<div>

0 commit comments

Comments
 (0)
Please sign in to comment.