Skip to content

Commit d39ba9b

Browse files
authored
Replace Slack links to Mattermost (#25)
Update links to Slack in `index.html`: make them point to Mattermost. Use the `fab fa-comments` FontAwesome icon for Mattermost links.
1 parent 3e69b3d commit d39ba9b

File tree

1 file changed

+42
-16
lines changed

1 file changed

+42
-16
lines changed

index.html

+42-16
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@
4646
</a>
4747
</li>
4848
<li>
49-
<a href="http://slack.simpeg.xyz" title="Slack">
50-
<i class="fab fa-slack fa-lg"></i>
49+
<a
50+
href="https://mattermost.softwareunderground.org/simpeg"
51+
title="Mattermost"
52+
>
53+
<i class="fas fa-comment fa-lg"></i>
5154
</a>
5255
</li>
5356
<li>
@@ -164,11 +167,13 @@ <h2 id="inversion">Inversion Components</h2>
164167

165168
<h2 id="start">&#x1F680; Get Started &#x1F680;</h2>
166169
<p>
167-
The easiest way to install SimPEG is from <a href="https://pypi.python.org/pypi/simpeg">PyPI</a>,
168-
using <a href="https://pypi.python.org/pypi/pip">pip</a>.
169-
If you get stuck or have no idea what a <i>pip</i> is, jump on <a href="http://slack.simpeg.xyz">Slack</a> or
170-
<a href="https://simpeg.discourse.group">Discourse</a> to
171-
ask the community a question!!
170+
The easiest way to install SimPEG is from
171+
<a href="https://pypi.python.org/pypi/simpeg">PyPI</a>, using
172+
<a href="https://pypi.python.org/pypi/pip">pip</a>. If you get stuck or have
173+
no idea what a <i>pip</i> is, jump on
174+
<a href="https://mattermost.softwareunderground.org/simpeg">Mattermost</a> or
175+
<a href="https://simpeg.discourse.group">Discourse</a> to ask the community a
176+
question!!
172177
</p>
173178
<div class="columns">
174179
<div class="column">
@@ -198,8 +203,8 @@ <h2 id="start">&#x1F680; Get Started &#x1F680;</h2>
198203
</a>
199204
</li>
200205
<li>
201-
<i class="fab fa-slack fa-lg"></i>
202-
<a href="http://slack.simpeg.xyz">
206+
<i class="fas fa-comment fa-lg"></i>
207+
<a href="https://mattermost.softwareunderground.org/simpeg">
203208
Chat to scientists and developers
204209
</a>
205210
</li>
@@ -225,13 +230,34 @@ <h2 id="start">&#x1F680; Get Started &#x1F680;</h2>
225230
<h2 id="contact">&#x1F4E2; Contacting Us &#x1F4E2;</h2>
226231
Please don't hesitate to reach out and ask a question! We love to hear about how people are using or want to use SimPEG!
227232
<p>
228-
<ul class="icons">
229-
<li><i class="fas fa-envelope fa-lg"></i><a href="https://cdn.forms-content.sg-form.com/ed4ab287-df4b-11eb-88f6-421855200eee">Sign up for the newsletter</a></li>
230-
<li><i class="fab fa-discourse fa-lg"></i>Join the community forum on <a href="https://simpeg.discourse.group">Discourse</a></li>
231-
<li><i class="fab fa-slack fa-lg"></i>Send us a message on <a href="http://slack.simpeg.xyz">Slack</a></li>
232-
<li><i class="fab fa-github fa-lg"></i>Contact us on <a href="https://github.com/simpeg">GitHub</a> by creating a <a href="https://github.com/simpeg/simpeg/issues/new">new issue</a></li>
233-
<li><i class="fab fa-youtube fa-lg"></i>Join a weekly meeting organized on <a href="http://slack.simpeg.xyz">Slack</a> or see previous meetings on <a href="https://www.youtube.com/c/geoscixyz">YouTube</a></li>
234-
</ul>
233+
<ul class="icons">
234+
<li>
235+
<i class="fas fa-envelope fa-lg"></i
236+
><a
237+
href="https://cdn.forms-content.sg-form.com/ed4ab287-df4b-11eb-88f6-421855200eee"
238+
>Sign up for the newsletter</a
239+
>
240+
</li>
241+
<li>
242+
<i class="fab fa-discourse fa-lg"></i>Join the community forum on
243+
<a href="https://simpeg.discourse.group">Discourse</a>
244+
</li>
245+
<li>
246+
<i class="fas fa-comment fa-lg"></i>Send us a message on
247+
<a href="https://mattermost.softwareunderground.org/simpeg">Mattermost</a>
248+
</li>
249+
<li>
250+
<i class="fab fa-github fa-lg"></i>Contact us on
251+
<a href="https://github.com/simpeg">GitHub</a> by creating a
252+
<a href="https://github.com/simpeg/simpeg/issues/new">new issue</a>
253+
</li>
254+
<li>
255+
<i class="fab fa-youtube fa-lg"></i>Join a weekly meeting organized on
256+
<a href="https://mattermost.softwareunderground.org/simpeg">Mattermost</a>
257+
or see previous meetings on
258+
<a href="https://www.youtube.com/c/geoscixyz">YouTube</a>
259+
</li>
260+
</ul>
235261
</p>
236262

237263
<h2 id="contribute">&#x1F64C; Contribute &#x1F64C;</h2>

0 commit comments

Comments
 (0)