Skip to content

Add June update to news #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,28 @@ <h1 class="text-2xl-5xl">News</h1>
</div>
</div>

<div class="max-w-screen-xl mx-auto py-16 md:py-24">
<h2 class="text-2xl-4xl font-normal text-center">June 30, 2021</h2>
<div>
<div class="relative bg-white">
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
<div class="p-3">
<div class="relative bg-white border-3 border-purple-700">
<div class="py-8 px-6 sm:px-12">
<h2 class="text-2xl-4xl font-normal">Haskell Foundation June Update</h2>
<p class="mt-8">
Andrew Boardman posted the <a href="https://discourse.haskell.org/t/haskell-foundation-june-update/2722" target="_blank">June Foundation update.</a>
</p>
</div>

</div>
</div>

</div>
</div>
</div>

<div class="max-w-screen-xl mx-auto py-16 md:py-24">
<h2 class="text-2xl-4xl font-normal text-center">May 28, 2021</h2>
<div>
Expand Down
22 changes: 22 additions & 0 deletions site/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,28 @@ <h1 class="text-2xl-5xl">News</h1>
</div>
</div>

<div class="max-w-screen-xl mx-auto py-16 md:py-24">
<h2 class="text-2xl-4xl font-normal text-center">June 30, 2021</h2>
<div>
<div class="relative bg-white">
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
<div class="p-3">
<div class="relative bg-white border-3 border-purple-700">
<div class="py-8 px-6 sm:px-12">
<h2 class="text-2xl-4xl font-normal">Haskell Foundation June Update</h2>
<p class="mt-8">
Andrew Boardman posted the <a href='https://discourse.haskell.org/t/haskell-foundation-june-update/2722' target='_blank'>June Foundation update.</a>
</p>
</div>

</div>
</div>

</div>
</div>
</div>

<div class="max-w-screen-xl mx-auto py-16 md:py-24">
<h2 class="text-2xl-4xl font-normal text-center">May 28, 2021</h2>
<div>
Expand Down