Skip to content

Commit b8f3a8f

Browse files
authored
Add Slack links to contact (#28)
1 parent 5ed494b commit b8f3a8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/routes/+page.svelte

+6-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,12 @@
136136

137137
<div class="max-w-4xl mx-auto text-center my-12 sm:my-24">
138138
<h2 id="contact" class="text-3xl font-bold">Contact us</h2>
139-
<p>If you work at NAV, reach us on Slack!</p>
140-
139+
<p>Reach us on Slack! We're available on the following slacks:</p>
140+
<ul>
141+
<li><a href="https://nav-it.slack.com/archives/C5KUST8N6">NAV</a></li>
142+
<li><a href="https://offentlig-paas-no.slack.com/archives/C7PK9DU92">Offentlig PaaS</a></li>
143+
<li><a href="https://kubernetes.slack.com/archives/CNJHE4QAH">Kubernetes</a></li>
144+
</ul>
141145
<p>
142146
If not, look for someone wearing a t-shirt with the NAIS logo on it at your neighbourhood
143147
JavaZone...

0 commit comments

Comments
 (0)