We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed494b commit b8f3a8fCopy full SHA for b8f3a8f
src/routes/+page.svelte
@@ -136,8 +136,12 @@
136
137
<div class="max-w-4xl mx-auto text-center my-12 sm:my-24">
138
<h2 id="contact" class="text-3xl font-bold">Contact us</h2>
139
- <p>If you work at NAV, reach us on Slack!</p>
140
-
+ <p>Reach us on Slack! We're available on the following slacks:</p>
+ <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>
145
<p>
146
If not, look for someone wearing a t-shirt with the NAIS logo on it at your neighbourhood
147
JavaZone...
0 commit comments