forked from k9mail/k9mail.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelated.html
52 lines (48 loc) · 2.35 KB
/
related.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
---
layout: page
title: Related Apps
---
<!-- Top Header Section -->
<div class="container-fluid background-teal">
<div class="container py-3">
<h1 class="text-slate">Related Apps</h1>
</div>
</div>
<!-- Boxes Section -->
<div class="container-fluid">
<div id="apps" class="container pt-4 pb-3">
<p class="mb-0 size-18">Many other Android applications build on K-9’s functionality. Searching for K-9 on Google Play will turn up lots of things; here are some of the more useful-looking ones.</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://www.openkeychain.org/">
<i class="fas fa-key size-36 text-teal mb-3"></i>
<h3 class="text-slate weight-700">OpenKeyChain</h3>
<p>End-to-end email encryption with the OpenPGP standard.</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://play.google.com/store/apps/details?id=com.kbsdevelopment.k9mailwidget">
<i class="fas fa-cog size-36 text-teal mb-3"></i>
<h3 class="text-slate weight-700">K-9 Mail Widget</h3>
<p>Widget displaying configured mailbox or Unified Inbox.</p>
</a>
</div>
</div>
<div class="row justify-content-between pb-3">
<div class="col mx-3 gallery-item project-card full-width-sm">
<a class="text-dark" target="_blank" rel="noopener" href="https://play.google.com/store/apps/details?id=de.foobarsoft.emailwidget">
<i class="fas fa-cog size-36 text-teal mb-3"></i>
<h3 class="text-slate weight-700">Email Widget</h3>
<p>Fancy mail preview and count widgets (paid).</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://play.google.com/store/apps/details?id=com.anddoes.notifier">
<i class="fas fa-bell size-36 text-teal mb-3"></i>
<h3 class="text-slate weight-700">Apex Notifier</h3>
<p>Displays unread mail counter on a home screen.</p>
</a>
</div>
</div>
</div>
</div>