@@ -15,7 +15,7 @@ <h1 class="text-main">Community</h1>
15
15
16
16
< div class ="container-fluid ">
17
17
< 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 >
19
19
< div class ="row justify-content-between pt-4 ">
20
20
< div class ="col mx-3 gallery-item project-card full-width-sm ">
21
21
< 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>
25
25
</ a >
26
26
</ div >
27
27
< 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 >
32
32
</ a >
33
33
</ div >
34
34
</ 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 ">
46
36
< div class ="col mx-3 gallery-item project-card full-width-sm ">
47
37
< a class ="text-dark " target ="_blank " rel ="noopener " href ="https://github.com/k9mail/k-9/issues ">
48
38
< i class ="fab fa-github size-36 text-main mb-3 "> </ i >
49
39
< h3 class ="text-main weight-700 "> GitHub Bug Tracker</ h3 >
50
40
< p > Use the issue tracker to report bugs or request new features.</ p >
51
41
</ a >
52
42
</ 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 >
53
50
</ div >
54
51
</ div >
55
- </ div >
52
+ </ div >
0 commit comments