forked from k9mail/k9mail.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
55 lines (51 loc) · 2.51 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: page
title: Community
---
<!-- Top Header Section -->
<div class="container-fluid background">
<div class="container py-3">
<h1 class="text-main">Community</h1>
</div>
</div>
<!-- Boxes Section -->
<div class="container-fluid">
<div id="mailing-lists" class="container pt-4 pb-1">
<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>
<div class="row justify-content-between pt-4">
<div class="col mx-3 gallery-item project-card full-width-sm">
<a class="text-dark" target="_blank" rel="noopener" href="https://forum.k9mail.app/">
<i class="fas fa-comment-dots size-36 text-main mb-3"></i>
<h3 class="text-main weight-700">Support Forum</h3>
<p>If you have any questions related to K-9 Mail this forum is the right place to ask.</p>
</a>
</div>
<div class="col mx-3 gallery-item project-card full-width-sm">
<a class="text-dark" target="_blank" rel="noopener" href="https://groups.google.com/forum/#!forum/k-9-dev">
<i class="fas fa-code size-36 text-main mb-3"></i>
<h3 class="text-main weight-700">Dev Talk</h3>
<p>For development talk, the developer mailing list is a low-traffic list covering broad development issues.</p>
</a>
</div>
</div>
</div>
<div id="channels" class="container pt-2 pb-3">
<p class="mb-0 size-18">Apart from the mailing lists, you can find us on IRC and GitHub:</p>
<div class="row justify-content-between pt-4 pb-3">
<div class="col mx-3 gallery-item project-card full-width-sm">
<a class="text-dark" target="_blank" rel="noopener" href="https://webchat.freenode.net/?channels=#k-9">
<i class="fas fa-comments size-36 text-main mb-3"></i>
<h3 class="text-main weight-700">IRC</h3>
<p>Many of the developers use IRC to chat in real-time. You can find them on the Freenode network, channel #k-9</p>
</a>
</div>
<div class="col mx-3 gallery-item project-card full-width-sm">
<a class="text-dark" target="_blank" rel="noopener" href="https://github.com/k9mail/k-9/issues">
<i class="fab fa-github size-36 text-main mb-3"></i>
<h3 class="text-main weight-700">GitHub Bug Tracker</h3>
<p>Use the issue tracker to report bugs or request new features.</p>
</a>
</div>
</div>
</div>
</div>