Skip to content

Commit c5d0e5a

Browse files
authored
Merge pull request #86 from haskellfoundation/june-update
Add June update to news
2 parents 388bb99 + 3b5dcc8 commit c5d0e5a

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
@@ -218,6 +218,28 @@ <h1 class="text-2xl-5xl">News</h1>
218218
</div>
219219
</div>
220220

221+
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
222+
<h2 class="text-2xl-4xl font-normal text-center">June 30, 2021</h2>
223+
<div>
224+
<div class="relative bg-white">
225+
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
226+
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
227+
<div class="p-3">
228+
<div class="relative bg-white border-3 border-purple-700">
229+
<div class="py-8 px-6 sm:px-12">
230+
<h2 class="text-2xl-4xl font-normal">Haskell Foundation June Update</h2>
231+
<p class="mt-8">
232+
Andrew Boardman posted the <a href="https://discourse.haskell.org/t/haskell-foundation-june-update/2722" target="_blank">June Foundation update.</a>
233+
</p>
234+
</div>
235+
236+
</div>
237+
</div>
238+
239+
</div>
240+
</div>
241+
</div>
242+
221243
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
222244
<h2 class="text-2xl-4xl font-normal text-center">May 28, 2021</h2>
223245
<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">June 30, 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 June Update</h2>
47+
<p class="mt-8">
48+
Andrew Boardman posted the <a href='https://discourse.haskell.org/t/haskell-foundation-june-update/2722' target='_blank'>June 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">May 28, 2021</h2>
3961
<div>

0 commit comments

Comments
 (0)