Skip to content

Commit 12fd0d2

Browse files
authored
Merge pull request #147 from k9mail/update_community_page
Update community page
2 parents b47fa1d + 2ca708c commit 12fd0d2

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

community.html

+14-17
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 class="text-main">Community</h1>
1515

1616
<div class="container-fluid">
1717
<div id="mailing-lists" class="container pt-4 pb-1">
18-
<p class="mb-0 size-18">There are a couple of ways to interact with the K-9 Mail community. Below you'll find the mailing lists:</p>
18+
<p class="mb-0 size-18">There are a couple of ways to interact with the K-9 Mail community:</p>
1919
<div class="row justify-content-between pt-4">
2020
<div class="col mx-3 gallery-item project-card full-width-sm">
2121
<a class="text-dark" target="_blank" rel="noopener" href="https://forum.k9mail.app/">
@@ -25,31 +25,28 @@ <h3 class="text-main weight-700">Support Forum</h3>
2525
</a>
2626
</div>
2727
<div class="col mx-3 gallery-item project-card full-width-sm">
28-
<a class="text-dark" target="_blank" rel="noopener" href="https://groups.google.com/forum/#!forum/k-9-dev">
29-
<i class="fas fa-code size-36 text-main mb-3"></i>
30-
<h3 class="text-main weight-700">Dev Talk</h3>
31-
<p>For development talk, the developer mailing list is a low-traffic list covering broad development issues.</p>
28+
<a class="text-dark" target="_blank" rel="noopener" href="https://matrix.to/#/#k9mail:matrix.org">
29+
<i class="fas fa-comments size-36 text-main mb-3"></i>
30+
<h3 class="text-main weight-700">Matrix</h3>
31+
<p>Join our Matrix room to chat about K-9 Mail in real-time.</p>
3232
</a>
3333
</div>
3434
</div>
35-
</div>
36-
<div id="channels" class="container pt-2 pb-3">
37-
<p class="mb-0 size-18">Apart from the mailing lists, you can find us on IRC and GitHub:</p>
38-
<div class="row justify-content-between pt-4 pb-3">
39-
<div class="col mx-3 gallery-item project-card full-width-sm">
40-
<a class="text-dark" target="_blank" rel="noopener" href="https://webchat.freenode.net/?channels=#k-9">
41-
<i class="fas fa-comments size-36 text-main mb-3"></i>
42-
<h3 class="text-main weight-700">IRC</h3>
43-
<p>Many of the developers use IRC to chat in real-time. You can find them on the Freenode network, channel #k-9</p>
44-
</a>
45-
</div>
35+
<div class="row justify-content-between pt-1 pb-3">
4636
<div class="col mx-3 gallery-item project-card full-width-sm">
4737
<a class="text-dark" target="_blank" rel="noopener" href="https://github.com/k9mail/k-9/issues">
4838
<i class="fab fa-github size-36 text-main mb-3"></i>
4939
<h3 class="text-main weight-700">GitHub Bug Tracker</h3>
5040
<p>Use the issue tracker to report bugs or request new features.</p>
5141
</a>
5242
</div>
43+
<div class="col mx-3 gallery-item project-card full-width-sm">
44+
<a class="text-dark" target="_blank" rel="noopener" href="https://github.com/k9mail/k-9/discussions">
45+
<i class="fas fa-code size-36 text-main mb-3"></i>
46+
<h3 class="text-main weight-700">GitHub Discussions</h3>
47+
<p>For questions and discussions around K-9 Mail development.</p>
48+
</a>
49+
</div>
5350
</div>
5451
</div>
55-
</div>
52+
</div>

0 commit comments

Comments
 (0)