-
Notifications
You must be signed in to change notification settings - Fork 28
/
community.html
46 lines (42 loc) · 1.81 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
---
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:</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 stretched-link" 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 stretched-link" target="_blank" rel="noopener"
href="https://matrix.to/#/#k9mail:matrix.org">
<i class="fas fa-comments size-36 text-main mb-3"></i>
<h3 class="text-main weight-700">Matrix</h3>
<p>Join our Matrix room to chat about K-9 Mail in real-time.</p>
</a>
</div>
</div>
<div class="row justify-content-between pt-1 pb-3">
<div class="col mx-3 gallery-item project-card full-width-sm">
<a class="text-dark stretched-link" target="_blank" rel="noopener" href="https://github.com/thunderbird/thunderbird-android/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>