Skip to content

Commit 83db248

Browse files
author
github-actions
committed
[2025-09-13 14:35:09 UTC] New release [ci skip]
1 parent 61bcd83 commit 83db248

File tree

3 files changed

+410
-0
lines changed

3 files changed

+410
-0
lines changed

events/2026-amerihac.html

Lines changed: 354 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,354 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
6+
<!-- Favicon -->
7+
<link rel="apple-touch-icon" sizes="76x76" href="../assets/favicon/apple-touch-icon.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon/favicon-32x32.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="../assets/favicon/favicon-16x16.png">
10+
<link rel="manifest" href="../assets/favicon/site.webmanifest">
11+
<link rel="mask-icon" href="../assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
12+
<meta name="msapplication-TileColor" content="#da532c">
13+
<meta name="theme-color" content="#ffffff">
14+
15+
<!-- other -->
16+
<meta charset="utf-8">
17+
<meta content="width=device-width, initial-scale=1" data-ssr name="viewport">
18+
<link rel="preconnect" href="https://fonts.gstatic.com">
19+
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Maven+Pro:wght@400;500;700&family=Playfair+Display:wght@400;600;800&display=swap" rel="stylesheet">
20+
<link href="../assets/fontawesome-free-5.15.2-web/css/all.css" rel="stylesheet">
21+
<link href="../assets/fontawesome-free-5.15.2-web/css/regular.css" rel="stylesheet">
22+
<link href="../assets/fontawesome-free-5.15.2-web/css/brands.css" rel="stylesheet">
23+
<link rel="stylesheet" href="../assets/css/main.css">
24+
<link rel="alternate" type="application/rss+xml" href="https://feeds.buzzsprout.com/1817535.rss">
25+
<script src="../assets/js/main.js" defer></script>
26+
<!-- from https://stackoverflow.com/questions/33986976/how-can-i-remove-a-buggy-service-worker-or-implement-a-kill-switch/62154131#62154131
27+
attempt to fix: https://github.com/haskellfoundation/haskellfoundation.github.io/issues/70
28+
-->
29+
<script>
30+
if (navigator && navigator.serviceWorker && navigator.serviceWorker.getRegistration) {
31+
navigator.serviceWorker.getRegistration('/').then(function(registration) {
32+
if (registration) {
33+
registration.update();
34+
registration.unregister();
35+
}
36+
});
37+
}
38+
</script>
39+
40+
<!-- metadata -->
41+
<title>2026 Haskell Foundation North American Hackathon (AmeriHac)</title>
42+
<meta property="og:title" content="2026 Haskell Foundation North American Hackathon (AmeriHac)">
43+
44+
<meta property="og:description" content="Haskell Foundation is proud to announce the inaugural AmeriHac, a two
45+
day haskell hackathon in New York City! Jane Street has kindly offered
46+
to host the Haskell Foundation's first North American Haskell event.
47+
">
48+
49+
50+
</head>
51+
52+
<body class="relative">
53+
54+
<!-- This is the mobile fly-out menu - outside document flow. -->
55+
<div id="nav-backdrop" class="fixed z-10 inset-0 hidden"></div>
56+
57+
<div id="mobile-nav" class="fixed z-20 top-0 right-0 w-full sm:w-1/2 max-h-full overflow-auto hidden rounded-b shadow-lg bg-white px-4">
58+
59+
<div class="pt-6 flex justify-between">
60+
61+
<div>
62+
<img src="../assets/images/logos/hf-logo-100-alpha.png" width="68" height="52" alt="Logo of the Haskell Foundation" />
63+
<div class="text-sm mt-2 text-gray-500">The Haskell Foundation</div>
64+
</div>
65+
66+
<div class>
67+
<button id="mobile-nav-close" type="button" class="inline-flex items-center justify-center p-2 rounded text-purple-800 shadow-lg focus:outline-none">
68+
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
69+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
70+
</svg>
71+
</button>
72+
</div>
73+
74+
</div>
75+
76+
<div class="mt-6">
77+
<a href="../" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Home</a>
78+
79+
<div class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">About</div>
80+
<a href="../who-we-are" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Current Board</a>
81+
<a href="../who-we-are/past-boards" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Past Boards</a>
82+
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
83+
<a href="../vision" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Vision</a>
84+
<a href="../careers" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Careers</a>
85+
86+
<a href="../podcast" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Podcast</a>
87+
88+
<a href="../projects" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Projects</a>
89+
90+
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
91+
92+
<div class="block py-3 border-t border-gray-320 text-lg font-medium text-gray-500">Affiliates</div>
93+
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
94+
<a href="../affiliates/about" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">About Affiliating</a>
95+
96+
<div class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium text-gray-500">News and Info</div>
97+
<a href="../news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
98+
<a href="https://haskell.foundation/events" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Events</a>
99+
<a href="../news/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
100+
<a href="../resources" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
101+
<a href="../faq" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
102+
103+
</div>
104+
105+
</div>
106+
107+
108+
<!-- Document flow begins here -->
109+
<div class="min-h-screen flex flex-col">
110+
<div>
111+
<nav class="max-w-screen-xl mx-auto px-4 pt-6 sm:pt-12 sm:px-6 flex items-center justify-between justify-self-stretch">
112+
113+
<div>
114+
<a href="../">
115+
<img src="../assets/images/logos/hf-logo-100-alpha.png" alt="The Haskell Foundation homepage" />
116+
<div class="text-sm mt-2 text-gray-500"></div>
117+
</a>
118+
</div>
119+
120+
<nav class="hidden lg:block">
121+
<ul class="flex space-x-8 xl:space-x-12">
122+
123+
124+
<li class="relative">
125+
<a href="../who-we-are" id="who-we-are-nav-item">About</a>
126+
127+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md z-10 hidden" id="who-we-are-nav-item-menu">
128+
129+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../who-we-are">
130+
Current Board
131+
</a>
132+
133+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../who-we-are/past-boards">
134+
Past Boards
135+
</a>
136+
137+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">Contact</a>
138+
139+
140+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../vision">Vision</a>
141+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../careers">Careers</a>
142+
</div>
143+
144+
</li>
145+
146+
<li class="relative">
147+
<a href="../podcast">Podcast</a>
148+
</li>
149+
150+
<li class="relative">
151+
<a href="../projects">Projects</a>
152+
153+
</li>
154+
155+
<li class="relative">
156+
<a href="../partnerships">Partnerships</a>
157+
</li>
158+
159+
<li class="relative">
160+
<a href="../donations">Sponsorship</a>
161+
162+
</li>
163+
164+
<li class="relative">
165+
<a href="../affiliates" id="affiliates-nav-item">Affiliates</a>
166+
167+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md z-10 hidden" id="affiliates-nav-item-menu">
168+
169+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../affiliates">
170+
Affiliates
171+
</a>
172+
173+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../affiliates/about">
174+
About Affiliating
175+
</a>
176+
177+
</div>
178+
179+
</li>
180+
181+
<li class="relative">
182+
<a href="../news" id="news-nav-item">News and Info</a>
183+
184+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md z-10 hidden" id="news-nav-item-menu">
185+
186+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news">
187+
News
188+
</a>
189+
190+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="https://haskell.foundation/events">
191+
Events
192+
</a>
193+
194+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news/press">
195+
Press
196+
</a>
197+
198+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../resources">Resources</a>
199+
200+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../faq">FAQ</a>
201+
</div>
202+
203+
</li>
204+
205+
206+
<li class="relative">
207+
<a class="dbox-donation-page-button" href="https://donorbox.org/donation-button-52?" style="background: rgb(94, 80, 134); color: rgb(255, 255, 255); text-decoration: none; font-family: Verdana, sans-serif; display: flex; gap: 8px; width: fit-content; font-size: 16px; border-radius: 5px; line-height: 24px; padding: 8px 24px;"><img src="https://donorbox.org/images/white_logo.svg">Donate</a>
208+
</li>
209+
</ul>
210+
</nav>
211+
212+
<div class="absolute right-0 lg:hidden self-start">
213+
<button id="mobile-nav-open" type="button" class="mr-4 flex items-center justify-center p-2 rounded text-purple-800 shadow-lg focus:outline-none" aria-label="Main menu" aria-haspopup="true">
214+
<svg class="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24">
215+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
216+
</svg>
217+
</button>
218+
</div>
219+
220+
</nav>
221+
222+
</div>
223+
224+
<div class="flex-grow">
225+
<div class="max-w-screen-xl mx-auto">
226+
<div class="xl:max-w-screen-xl mx-auto md:px-12 lg:px-16 py-16 md:py-24">
227+
<div class="bg-gray-800 shadow-lg shadow-xl shadow-md shadow-sm px-6 sm:px-12 md:px-12 lg:px-16 py-16 md:py-20">
228+
<h2 class="text-gray-50 font-normal text-3xl-4xl text-center">2026 Haskell Foundation North American Hackathon (AmeriHac)</h2>
229+
<p class="mt-10 lg:text-xl text-gray-300 leading-relaxed text-center">
230+
Open Source Haskell hackathon
231+
</p>
232+
</div>
233+
</div>
234+
</div>
235+
<div class="max-w-screen-xl mx-auto">
236+
<div class="px-4 sm:px-8 md:px-12 lg:px-16">
237+
<div class="mx-auto prose md:prose-lg">
238+
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12 bg-gray-100">
239+
<div class="text-lg"><strong>Location:</strong> New York, New York </div>
240+
<div class="text-lg"><strong>Dates:</strong> Feb 6, 2026 </div>
241+
</div>
242+
<p>Haskell Foundation is proud to announce the inaugural AmeriHac, a two day haskell hackathon in New York City! Jane Street has kindly offered to host the Haskell Foundation’s first North American Haskell event.</p>
243+
<p>The event will take place on Feb 7th and Feb 8th 2026 within Jane Street’s <a href="https://maps.app.goo.gl/eHweQfEGkRJiYkct6">New York premises</a>. Registration will be free, thanks to Jane Street’s generosity as hosts.</p>
244+
<h2 id="organization">Organization</h2>
245+
<p>Much like ZuriHac, there will be dedicated space for specific projects (GHC, cabal, stack, etc.), with the full details being determined by registrant interest.</p>
246+
<h2 id="summary">Summary:</h2>
247+
<ul>
248+
<li>Who: Haskell Foundation and Jane Street␍</li>
249+
<li>What: Weekend Haskell hackathon␍</li>
250+
<li>Where: Jane Street NYC␍</li>
251+
</ul>
252+
<p>We will update this page when keynote speakers have been finalized.</p>
253+
<p>The Haskell Foundation is excited to see you there!</p>
254+
<h2 id="registration">Registration</h2>
255+
<p>Register here: https://forms.gle/3dZvn3VAvwa3JgJK8</p>
256+
<div class="flex flex-wrap items-center justify-center">
257+
<a class="block w-48" style="margin-right: 4rem"><img src="../assets/images/partners/ost_logo-400.png"></a><a class="block w-48" style="margin-left: 4rem;"><img src="../assets/images/logos/hf-logo-400px-alpha.png"></a>
258+
</div>
259+
</div>
260+
</div>
261+
</div>
262+
263+
</div>
264+
265+
<div class="max-w-screen-xl mx-auto text-center sm:px-12 md:px-12 lg:px-16 mt-32">
266+
<div class="font-bold">SPONSORS</div>
267+
268+
<div class="mt-16">
269+
<div class="font-bold">Gold</div>
270+
</div>
271+
<div class="flex flex-wrap items-center justify-center">
272+
273+
<a href="https://iohk.io/" target="_blank" class="block w-48 m-4"><img alt="IOHK" src="../assets/images/sponsors/iohk/iohk-683.png" srcset="../assets/images/sponsors/iohk/iohk-200.png 200w, /assets/images/sponsors/iohk/iohk-400.png 400w, /assets/images/sponsors/iohk/iohk-683.png 683w"></a>
274+
275+
<a href="https://juspay.in" target="_blank" class="block w-48 m-4"><img alt="Juspay" src="../assets/images/sponsors/juspay/juspay_logo.png"></a>
276+
277+
<a href="https://mercury.com/" target="_blank" class="block w-48 m-4"><img alt="Mercury" src="../assets/images/sponsors/mercury/mercury.png"></a>
278+
279+
<a href="https://www.sc.com/en/" target="_blank" class="block w-48 m-4"><img alt="Standard Chartered" src="../assets/images/sponsors/standard-chartered/scb-logo.png"></a>
280+
281+
</div>
282+
283+
<div class="mt-16">
284+
<div class="font-bold">Silver</div>
285+
</div>
286+
<div class="flex flex-wrap items-center justify-center">
287+
288+
<a href="https://tweag.io/" target="_blank" class="block w-36 m-4"><img alt="Tweag" src="../assets/images/sponsors/tweag/tweag-683.png" srcset="../assets/images/sponsors/tweag/tweag-200.png 200w, /assets/images/sponsors/tweag/tweag-400.png 400w, /assets/images/sponsors/tweag/tweag-683.png 683w"></a>
289+
290+
<a href="https://well-typed.com/" target="_blank" class="block w-36 m-4"><img alt="Well-Typed" src="../assets/images/sponsors/well-typed/well-typed-683.png" srcset="../assets/images/sponsors/well-typed/well-typed-200.png 200w, /assets/images/sponsors/well-typed/well-typed-400.png 400w, /assets/images/sponsors/well-typed/well-typed-683.png 683w"></a>
291+
292+
</div>
293+
294+
<div class="mt-16">
295+
<div class="font-bold">Bronze</div>
296+
</div>
297+
<div class="flex flex-wrap items-center justify-center">
298+
299+
<a href="https://www.channable.com/" target="_blank" class="block w-24 m-4"><img alt="Channable" src="../assets/images/sponsors/channable/channable-683.png" srcset="../assets/images/sponsors/channable/channable-200.png 200w, /assets/images/sponsors/channable/channable-400.png 400w, /assets/images/sponsors/channable/channable-683.png 683w"></a>
300+
301+
<a href="https://www.digitalocean.com" target="_blank" class="block w-24 m-4"><img alt="DigitalOcean" src="../assets/images/sponsors/digital-ocean/DO-logo-683.png" srcset="../assets/images/sponsors/digital-ocean/DO-logo-200.png 200w, /assets/images/sponsors/digital-ocean/DO-logo-400.png 400w, /assets/images/sponsors/digital-ocean/DO-logo-683.png 683w"></a>
302+
303+
<a href="https://opensource.google/" target="_blank" class="block w-24 m-4"><img alt="Google" src="../assets/images/sponsors/google/google-683.png" srcset="../assets/images/sponsors/google/google-200.png 200w, /assets/images/sponsors/google/google-400.png 400w, /assets/images/sponsors/google/google-683.png 683w"></a>
304+
305+
<a href="https://qbaylogic.com/" target="_blank" class="block w-24 m-4"><img alt="QBayLogic" src="../assets/images/sponsors/qbaylogic/qbaylogic-683.png" srcset="../assets/images/sponsors/qbaylogic/qbaylogic-200.png 200w, /assets/images/sponsors/qbaylogic/qbaylogic-400.png 400w, /assets/images/sponsors/qbaylogic/qbaylogic-683.png 683w"></a>
306+
307+
<a href="https://tripshot.com/" target="_blank" class="block w-24 m-4"><img alt="TripShot" src="../assets/images/sponsors/tripshot/Tripshot_Logo_RGB.png"></a>
308+
309+
</div>
310+
</div>
311+
312+
<div class="mt-20 bg-gray-800 w-full py-20">
313+
<div class="max-w-screen-xl mx-auto text-gray-300 text-lg px-6 lg:px-16">
314+
315+
<div class="flex flex-col space-y-8 text-center lg:flex-row lg:space-y-0">
316+
<div class="lg:flex space-y-4 lg:gap-2 lg:flex-grow lg:space-y-0">
317+
<div class="font-medium mt-1">To learn more about the Haskell Foundation </div>
318+
<div class="ml-2">
319+
<a href="../contact" class="arrow-link light">>> contact us</a>
320+
</div>
321+
</div>
322+
323+
<div class="flex space-x-4 w-44">
324+
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
325+
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
326+
<a href="https://discourse.haskell.org/c/haskell-foundation/11" target="_blank" class="text-4xl block"><span class="fab fa-discourse"></span></a>
327+
<a rel="me" href="https://mastodon.social/@haskell_foundation" target="_blank" class="text-4xl block"><span class="fab fa-mastodon"></span></a>
328+
<a href="https://www.youtube.com/@HaskellFoundation" target="_blank" class="text-4xl block"><span class="fab fa-youtube"></span></a>
329+
<a href="https://github.com/haskellfoundation" target="_blank" class="text-4xl block"><span class="fab fa-github"></span></a>
330+
</div>
331+
</div>
332+
333+
<div class="flex flex-row">
334+
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
335+
<img src="../assets/images/logos/hf-logo-100-alpha.png" class="h-8" alt="Logo of the Haskell Foundation" />
336+
<div class="font-medium">2025 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
337+
</div>
338+
339+
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">
340+
<div>Haskell Foundation, Inc.</div>
341+
<div>2093 Philadelphia Pike #8119</div>
342+
<div>Claymont, DE 19703</div>
343+
<div>USA</div>
344+
</div>
345+
</div>
346+
347+
</div>
348+
</div>
349+
350+
</div>
351+
352+
</body>
353+
354+
</html>

events/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,34 @@ <h1 class="text-2xl-5xl">Events</h1>
252252
<div class="mt-16 md:mt-24">
253253
<div class="max-w-screen-xl mx-auto grid gap-8 lg:grid-cols-2 md:px-12">
254254

255+
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
256+
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-6 lg:py-24 h-full">
257+
<div class="space-y-4">
258+
<h2 class="text-center text-2xl-4xl font-normal">2026 Haskell Foundation North American Hackathon (AmeriHac)</h2>
259+
<p>Open Source Haskell hackathon</p>
260+
<table>
261+
<!-- the p tags here are to work around Tailwind being incomprehensible - DTC 2023-03-01 -->
262+
<tr>
263+
<th scope="row" style="text-align: right;">Dates:</th>
264+
<td>
265+
<p>Feb 6, 2026</p>
266+
</td>
267+
</tr>
268+
<tr>
269+
<th scope="row" style="text-align: right;">Location:</th>
270+
<td>
271+
<p>New York, New York</p>
272+
</td>
273+
</tr>
274+
</table>
275+
<div class="mt-4">
276+
<a class="arrow-link" href="../events/2026-amerihac.html">&gt;&gt; Read more</a>
277+
</div>
278+
</div>
279+
</div>
280+
</div>
281+
282+
255283
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
256284
<div class="bg-gray-100 px-6 sm:px-12 lg:px-16 py-6 lg:py-24 h-full">
257285
<div class="space-y-4">

0 commit comments

Comments
 (0)