Skip to content

Commit b69d861

Browse files
authored
Merge pull request #49 from haskellfoundation/feat/reorg-press-and-news
Move press page to news/, add contact entries for volunteers and press kit
2 parents 0dfc741 + 9bb491d commit b69d861

File tree

23 files changed

+769
-376
lines changed

23 files changed

+769
-376
lines changed

docs/affiliates/about/index.html

+22-20
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<a href="../../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<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>
5353

54-
<a href="../../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
55-
<a href="../../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56-
<a href="../../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
57-
5854
<a href="../../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
55+
<a href="../../news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
56+
<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>
57+
58+
<a href="../../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
5959
<a href="../../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
6060
<a href="../../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
6161
<a href="../../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
@@ -128,11 +128,24 @@
128128

129129
</li>
130130

131-
<li class="relative">
132-
<a href="../../news" id>News</a>
131+
<li class="relative">
132+
<a href="../../news" id="news-nav-item">News</a>
133+
134+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="news-nav-item-menu">
135+
136+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../../news">
137+
News
138+
</a>
139+
140+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../../news/press">
141+
Press
142+
</a>
143+
144+
</div>
133145

134146
</li>
135147

148+
136149
<li class="relative">
137150
<a href="../../donations" id>Sponsorship</a>
138151

@@ -143,23 +156,12 @@
143156

144157
</li>
145158

146-
<li class="relative">
147-
<a href="../../contact" id="contact-nav-item">Contact</a>
148-
149-
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
150-
151-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../../contact">
152-
Contact
153-
</a>
154-
155-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../../contact/press">
156-
Press
157-
</a>
158-
159-
</div>
159+
<li class="relative">
160+
<a href="../../contact" id>Contact</a>
160161

161162
</li>
162163

164+
163165
<li class="relative">
164166
<a href="../../faq" id>FAQ</a>
165167

docs/affiliates/index.html

+22-20
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<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>
5353

54-
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
55-
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56-
<a href="../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
57-
5854
<a href="../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
55+
<a href="../news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
56+
<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>
57+
58+
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
5959
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
6060
<a href="../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
6161
<a href="../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
@@ -128,11 +128,24 @@
128128

129129
</li>
130130

131-
<li class="relative">
132-
<a href="../news" id>News</a>
131+
<li class="relative">
132+
<a href="../news" id="news-nav-item">News</a>
133+
134+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="news-nav-item-menu">
135+
136+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news">
137+
News
138+
</a>
139+
140+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news/press">
141+
Press
142+
</a>
143+
144+
</div>
133145

134146
</li>
135147

148+
136149
<li class="relative">
137150
<a href="../donations" id>Sponsorship</a>
138151

@@ -143,23 +156,12 @@
143156

144157
</li>
145158

146-
<li class="relative">
147-
<a href="../contact" id="contact-nav-item">Contact</a>
148-
149-
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
150-
151-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">
152-
Contact
153-
</a>
154-
155-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact/press">
156-
Press
157-
</a>
158-
159-
</div>
159+
<li class="relative">
160+
<a href="../contact" id>Contact</a>
160161

161162
</li>
162163

164+
163165
<li class="relative">
164166
<a href="../faq" id>FAQ</a>
165167

docs/board-nominations/index.html

+22-20
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<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>
5353

54-
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
55-
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56-
<a href="../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
57-
5854
<a href="../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
55+
<a href="../news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
56+
<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>
57+
58+
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
5959
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
6060
<a href="../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
6161
<a href="../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
@@ -128,11 +128,24 @@
128128

129129
</li>
130130

131-
<li class="relative">
132-
<a href="../news" id>News</a>
131+
<li class="relative">
132+
<a href="../news" id="news-nav-item">News</a>
133+
134+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="news-nav-item-menu">
135+
136+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news">
137+
News
138+
</a>
139+
140+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news/press">
141+
Press
142+
</a>
143+
144+
</div>
133145

134146
</li>
135147

148+
136149
<li class="relative">
137150
<a href="../donations" id>Sponsorship</a>
138151

@@ -143,23 +156,12 @@
143156

144157
</li>
145158

146-
<li class="relative">
147-
<a href="../contact" id="contact-nav-item">Contact</a>
148-
149-
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
150-
151-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">
152-
Contact
153-
</a>
154-
155-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact/press">
156-
Press
157-
</a>
158-
159-
</div>
159+
<li class="relative">
160+
<a href="../contact" id>Contact</a>
160161

161162
</li>
162163

164+
163165
<li class="relative">
164166
<a href="../faq" id>FAQ</a>
165167

docs/contact/index.html

+45-22
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<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>
5353

54-
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
55-
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56-
<a href="../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
57-
5854
<a href="../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
55+
<a href="../news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
56+
<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>
57+
58+
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
5959
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
6060
<a href="../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
6161
<a href="../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
@@ -128,11 +128,24 @@
128128

129129
</li>
130130

131-
<li class="relative">
132-
<a href="../news" id>News</a>
131+
<li class="relative">
132+
<a href="../news" id="news-nav-item">News</a>
133+
134+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="news-nav-item-menu">
135+
136+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news">
137+
News
138+
</a>
139+
140+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news/press">
141+
Press
142+
</a>
143+
144+
</div>
133145

134146
</li>
135147

148+
136149
<li class="relative">
137150
<a href="../donations" id>Sponsorship</a>
138151

@@ -143,23 +156,12 @@
143156

144157
</li>
145158

146-
<li class="relative">
147-
<a href="../contact" id="contact-nav-item">Contact</a>
148-
149-
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
150-
151-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">
152-
Contact
153-
</a>
154-
155-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact/press">
156-
Press
157-
</a>
158-
159-
</div>
159+
<li class="relative">
160+
<a href="../contact" id>Contact</a>
160161

161162
</li>
162163

164+
163165
<li class="relative">
164166
<a href="../faq" id>FAQ</a>
165167

@@ -224,7 +226,7 @@ <h1 class="text-2xl-5xl">Contact</h1>
224226

225227
<div class="bg-gray-100 px-6 sm:px-12 space-y-4 py-12">
226228
<h2 class="font-normal text-2xl-4xl">General Information</h2>
227-
<p>For general information or volunteer opportunites, please email us:</p>
229+
<p>For general information or volunteer opportunities, please email us:</p>
228230

229231
<div class="text-sm sm:text-base">
230232
<a class="arrow-link" href="mailto:[email protected]">&gt;&gt; [email protected]</a>
@@ -243,6 +245,27 @@ <h2 class="font-normal text-2xl-4xl">Sponsorship</h2>
243245

244246
</div>
245247

248+
<div class="bg-gray-100 px-6 sm:px-12 space-y-4 py-12">
249+
<h2 class="font-normal text-2xl-4xl">Press Kit</h2>
250+
<p>For press-related information, including branding, logos, and syndication opportunities, please email us:</p>
251+
252+
<div class="text-sm sm:text-base">
253+
<a class="arrow-link" href="mailto:[email protected]">&gt;&gt; [email protected]</a>
254+
</div>
255+
256+
</div>
257+
258+
<div class="bg-gray-100 px-6 sm:px-12 space-y-4 py-12">
259+
<h2 class="font-normal text-2xl-4xl">Volunteers</h2>
260+
<p>For more information on volunteer opportunities, please email us:</p>
261+
262+
<div class="text-sm sm:text-base">
263+
<a class="arrow-link" href="mailto:[email protected]">&gt;&gt; [email protected]</a>
264+
</div>
265+
266+
</div>
267+
268+
246269
</div>
247270
</div>
248271

@@ -256,7 +279,7 @@ <h1 class="text-3xl-5xl font-normal">Follow HF Developments</h1>
256279
<div class="mt-10 md:mt-12 lg:mt-16 xl:mt-20 ">
257280
<div class="grid gap-8 md:grid-cols-2">
258281
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
259-
<h3 class="font-semibold text-xl">HF-announce email list</h3>
282+
<h3 class="font-semibold text-xl">Haskell Foundation Discourse</h3>
260283
<p class="mt-6">
261284
This list will have infrequent traffic announcing major news from the Haskell Foundation. It is expected that all messages will come from HF or its designees.
262285
</p>

docs/donations/index.html

+22-20
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<a href="../affiliates" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Affiliates</a>
5252
<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>
5353

54-
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
55-
<a href="../contact" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
56-
<a href="../contact/press" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Press</a>
57-
5854
<a href="../news" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
55+
<a href="../news" class="block py-3 pl-6 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">News</a>
56+
<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>
57+
58+
<a href="../contact" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Contact</a>
5959
<a href="../donations" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Sponsorship</a>
6060
<a href="../resources" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">Resources</a>
6161
<a href="../faq" class="block py-3 border-t border-gray-320 hover:bg-gray-100 text-lg font-medium">FAQ</a>
@@ -128,11 +128,24 @@
128128

129129
</li>
130130

131-
<li class="relative">
132-
<a href="../news" id>News</a>
131+
<li class="relative">
132+
<a href="../news" id="news-nav-item">News</a>
133+
134+
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="news-nav-item-menu">
135+
136+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news">
137+
News
138+
</a>
139+
140+
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../news/press">
141+
Press
142+
</a>
143+
144+
</div>
133145

134146
</li>
135147

148+
136149
<li class="relative">
137150
<a href="../donations" id>Sponsorship</a>
138151

@@ -143,23 +156,12 @@
143156

144157
</li>
145158

146-
<li class="relative">
147-
<a href="../contact" id="contact-nav-item">Contact</a>
148-
149-
<div class="pt-2 absolute top-full w-44 bg-white shadow-md hidden" id="contact-nav-item-menu">
150-
151-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact">
152-
Contact
153-
</a>
154-
155-
<a class="block p-4 border-t-2 hover:bg-gray-50 cursor-pointer" href="../contact/press">
156-
Press
157-
</a>
158-
159-
</div>
159+
<li class="relative">
160+
<a href="../contact" id>Contact</a>
160161

161162
</li>
162163

164+
163165
<li class="relative">
164166
<a href="../faq" id>FAQ</a>
165167

0 commit comments

Comments
 (0)