Skip to content

Commit 201dea8

Browse files
committed
Add about.html footer with link to source CMD
1 parent 8a0f466 commit 201dea8

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

app/src/main/assets/about.cmd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
overflow-wrap: break-word;
1212
padding: 0.5em;
1313
}
14+
footer {
15+
border-top: 2px solid black;
16+
margin-top: 1.5em;
17+
padding-top: 0.75em;
18+
}
1419
h1 {
1520
font-size: 1.6em;
1621
margin-top: 0.3em;
@@ -88,6 +93,11 @@ Licensed under Apache-2.0, see \Apache-2.0. \+
8893
----
8994

9095

96+
<footer>
97+
This page's [CMD] source: [`about.cmd`]
98+
</footer>
99+
100+
91101
@@[stroke]
92102
https://github.com/stroke-input/stroke-input-android
93103
@@
@@ -121,5 +131,14 @@ Licensed under Apache-2.0, see \Apache-2.0. \+
121131
tree/2663656870e92c0dcbe891590681815ebb509c05
122132
@@
123133

134+
@@[CMD]
135+
https://github.com/conway-markdown/conway-markdown
136+
@@
137+
@@[`about.cmd`]
138+
https://github.com/stroke-input/stroke-input-android/\
139+
blob/master/\
140+
app/src/main/assets/about.cmd
141+
@@
142+
124143
{: \GPL-3.0-only : b<https://www.gnu.org/licenses/> :}
125144
{: \Apache-2.0 : b<https://www.apache.org/licenses/LICENSE-2.0.html> :}

app/src/main/assets/about.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
overflow-wrap: break-word;
1111
padding: 0.5em;
1212
}
13+
footer {
14+
border-top: 2px solid black;
15+
margin-top: 1.5em;
16+
padding-top: 0.75em;
17+
}
1318
h1 {
1419
font-size: 1.6em;
1520
margin-top: 0.3em;
@@ -75,5 +80,8 @@ <h3><a href="https://github.com/stroke-input/stroke-input-font">Stroke Input Key
7580
©&nbsp;2015 Google and others<br>
7681
Licensed under Apache-2.0, see &lt;<a href="https://www.apache.org/licenses/LICENSE-2.0.html">https://www.apache.org/licenses/LICENSE-2.0.html</a>&gt;.<br>
7782
</p>
83+
<footer>
84+
This page's <a href="https://github.com/conway-markdown/conway-markdown">CMD</a> source: <a href="https://github.com/stroke-input/stroke-input-android/blob/master/app/src/main/assets/about.cmd"><code>about.cmd</code></a>
85+
</footer>
7886
</body>
7987
</html>

0 commit comments

Comments
 (0)