Skip to content

Commit ad54890

Browse files
committed
July update added to news
1 parent 81880a6 commit ad54890

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/news/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,27 @@ <h1 class="text-2xl-5xl">News</h1>
217217
</div>
218218
</div>
219219

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

site/news/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,27 @@ <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">July 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 July Update</h2>
47+
<p class="mt-8">
48+
Andrew Boardman posted the <a href='https://discourse.haskell.org/t/haskell-foundation-july-update/2812' target='_blank'>July Foundation update.</a>
49+
</p>
50+
</div>
51+
52+
</div>
53+
</div>
54+
55+
</div>
56+
</div>
57+
3758
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
3859
<h2 class="text-2xl-4xl font-normal text-center">June 30, 2021</h2>
3960
<div>

0 commit comments

Comments
 (0)