Skip to content

Commit 62884b9

Browse files
authored
Merge pull request #53 from haskellfoundation/feat/contact-updates
update contact page with feedback in comments
2 parents 1912f30 + b002d31 commit 62884b9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/contact/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,15 @@ <h1 class="text-3xl-5xl font-normal">Follow HF Developments</h1>
281281
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
282282
<h3 class="font-semibold text-xl">HF Discourse</h3>
283283
<p class="mt-6">
284-
Discord is where HF conducts presents its major announcements, and solicits feedback on proposals and ongoing development. Additionally, this is a great place to make your desire to participate known, and to get up to date meeting minutes.
284+
Discord is where HF presents its major announcements, and solicits feedback on proposals and ongoing development. Additionally, this is a great place to make your desire to participate known, and to get up to date meeting minutes. All posted meeting minutes are archived at the HF gitlab repository.
285285
</p>
286286
<div class="flex flex-col sm:flex-row justify-around md:flex-col lg:flex-row">
287287
<div class="mt-8 mx-3 center">
288288
<a class="arrow-link" href="https://discourse.haskell.org/c/haskell-foundation/11">>> Discourse</a>
289289
</div>
290+
<div class="mt-8 mx-3 center">
291+
<a class="arrow-link" href="https://gitlab.haskell.org/hf/minutes">>> Meeting Minutes</a>
292+
</div>
290293
</div>
291294
</div>
292295
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">

site/contact/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,15 @@ <h1 class="text-3xl-5xl font-normal">Follow HF Developments</h1>
9696
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">
9797
<h3 class="font-semibold text-xl">HF Discourse</h3>
9898
<p class="mt-6">
99-
Discord is where HF conducts presents its major announcements, and solicits feedback on proposals and ongoing development. Additionally, this is a great place to make your desire to participate known, and to get up to date meeting minutes.
99+
Discord is where HF presents its major announcements, and solicits feedback on proposals and ongoing development. Additionally, this is a great place to make your desire to participate known, and to get up to date meeting minutes. All posted meeting minutes are archived at the HF gitlab repository.
100100
</p>
101101
<div class="flex flex-col sm:flex-row justify-around md:flex-col lg:flex-row">
102102
<div class="mt-8 mx-3 center">
103103
<a class="arrow-link" href="https://discourse.haskell.org/c/haskell-foundation/11">>> Discourse</a>
104104
</div>
105+
<div class="mt-8 mx-3 center">
106+
<a class="arrow-link" href="https://gitlab.haskell.org/hf/minutes">>> Meeting Minutes</a>
107+
</div>
105108
</div>
106109
</div>
107110
<div class="bg-white border border-gray-300 rounded py-8 px-6 sm:px-12 text-center">

0 commit comments

Comments
 (0)