-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
91 lines (86 loc) · 4.03 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
title: AnySoftKeyboard
---
<section class="hero" style="padding-bottom: 0px;">
<div class="text-container">
<h1 class="editable">The only Android keyboard <strong>you'll ever need</strong></h1>
<p class="subtext editable">Free as in speech <strong>and</strong> Free as in beer.</p>
<div class="cta button alt"><a href="/download">Download Now</a></div>
<div class="text-container" style="max-width: 600px;">
<img src="/images/phone_graphic.png" alt="Pixel 3 screenshot" class="editable" />
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2><strong>Features</strong> of AnySoftKeyboard</h2>
<ul>
<li>Supports lots of languages via external packages</li>
<li>Physical keyboards are supported as well</li>
<li>Themes (skin) support</li>
<li>Incognito Mode - will not track your typing</li>
<li>Word suggestions, and Next-Word suggestions</li>
<li>Automatic correction can be customized, or turned off entirely. External packages include word lists that can be freely mixed. You can use a French layout and get suggestions for German and Russian!</li>
<li>Gesture typing</li>
<li>Dark mode, automatic (based on system) and manual</li>
<li>Power saving mode, disables various features to save battery</li>
<li>Per-app tint, the keyboard changes color depending on the app</li>
<li>Voice input</li>
<li>Compact modes: Split and Compact to left/right</li>
<li>Special keyboard for text fields which require only numbers, dates, email or URI addresses.</li>
<li>Plenty of emojis</li>
<p>..and many more!</p>
</ul>
</div>
<div class="image">
<img src="/images/features_graphic.png" alt="Features" class="card editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2><strong>Help</strong> from the community</h2>
The official discussions and support community is on <a href="https://github.com/AnySoftKeyboard/AnySoftKeyboard/discussions" target="_blank" ref="noopener"><i class="fab fa-github"></i> GitHub</a>. You can also find us on <a rel="me" href="https://hachyderm.io/@anysoftkeyboard"><i class="fab fa-mastodon"></i> Mastodon</a>.<br />
Read our <a href="https://github.com/AnySoftKeyboard/AnySoftKeyboard/wiki" target="_blank" rel="noopener">wiki</a> for more information about usage and code.</p>
<div class="button" style="margin-bottom: 30px;"><a href="https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues" target="_blank" rel="noopener"><i class="fab fa-github"></i> GitHub Issues</a></div>
</div>
<div class="image">
<img src="/images/help_community.png" alt="Community" class="card editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Numerous <strong>languages</strong> available</h2>
<p>There are many <a href="/languages" target="_blank" rel="noopener">languages</a> with multiple dictionaries, auto-correction and keyboards that are supported.</p>
</div>
<div class="image">
<img src="/images/languages_graphic.png" alt="Languages" class="card editable" />
</div>
</div>
</section>
<section class="testimonial">
<div class="container flex">
<div class="testimonial-block">
<div class="square-image"><img src="/images/avatar.png" alt="John Doe" class="editable"></div>
<blockquote>
<p class="editable">AnySoftKeyboard is the keyboard we have been waiting for; lightweight, fast, accurate and private!</p>
<p class="editable author">John Doe - User</p>
</blockquote>
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable"><strong>Donate</strong> to help develop this application</h2>
<div class="button alt">
<a href="https://www.paypal.me/menny" target="_blank" rel="noopener">Donate via PayPal</a>
</div>
<div class="button alt mt-3">
<a href="https://github.com/sponsors/menny" target="_blank" rel="noopener">Donate via GitHub Sponsors</a>
</div>
</section>
</div>