Skip to content

Commit aaec1b1

Browse files
committed
Add Android section
1 parent 7ab5570 commit aaec1b1

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

index.cmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ OrdinaryDictionaryReplacement: #.boilerplate-properties-override
1111
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
1212
<link rel="manifest" href="/site.webmanifest">
1313
<link rel="stylesheet" href="/javascript/stroke-input.min.css">
14+
* %styles -->
15+
img {
16+
vertical-align: middle;
17+
}
1418

1519
RegexDictionaryReplacement: #.chinese-lang
1620
- queue_position: BEFORE #escape-idle-html
@@ -21,3 +25,19 @@ RegexDictionaryReplacement: #.chinese-lang
2125
%%%
2226

2327
# %title
28+
29+
--
30+
See b<https://github.com/stroke-input> for the GitHub organisation.
31+
--
32+
33+
34+
## Stroke Input Method (筆畫輸入法) for Android
35+
36+
==
37+
- [![Get it on F-Droid]{width=240 height=auto}(https://fdroid.gitlab.io/artwork/badge/get-it-on.png)][f-droid]
38+
- [![Get it on Google Play]{width=240 height=auto}(https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)][google-play]
39+
- [Source code on GitHub](https://github.com/stroke-input/stroke-input-android)
40+
==
41+
42+
[f-droid]: https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/
43+
[google-play]: https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,28 @@
1111
<link rel="manifest" href="/site.webmanifest">
1212
<link rel="stylesheet" href="/javascript/stroke-input.min.css">
1313
<title>Stroke input method (筆畫輸入法)</title>
14+
<style>
15+
img {
16+
vertical-align: middle;
17+
}
18+
</style>
1419
</head>
1520
<body>
1621
<h1>Stroke input method (<span lang="zh-Hant">筆畫輸入法</span>)</h1>
22+
<p>
23+
See &lt;<a href="https://github.com/stroke-input">https://github.com/stroke-input</a>&gt; for the GitHub organisation.
24+
</p>
25+
<h2>Stroke Input Method (<span lang="zh-Hant">筆畫輸入法</span>) for Android</h2>
26+
<ul>
27+
<li>
28+
<a href="https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="240" height="auto"></a>
29+
</li>
30+
<li>
31+
<a href="https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="240" height="auto"></a>
32+
</li>
33+
<li>
34+
<a href="https://github.com/stroke-input/stroke-input-android">Source code on GitHub</a>
35+
</li>
36+
</ul>
1737
</body>
1838
</html>

0 commit comments

Comments
 (0)