Skip to content

Commit 0fc47e1

Browse files
committed
badges.
1 parent aaf04d6 commit 0fc47e1

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

source/code/index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
title: How Do I Rime with the Code
22
icon: fa fa-code
3+
content_class: nofancybox
34
date: 2015-03-14 17:34:02
45
---
56

67
Fork Rime on [GitHub](https://github.com/rime):
78

8-
* __La rime__ - the core library
9-
<https://github.com/rime/librime>
9+
* __La rime__ - the core library - <https://github.com/rime/librime>
10+
<span class="badges">[![GitHub issues](https://img.shields.io/github/issues/rime/librime.svg)](https://github.com/rime/librime/issues)[![GitHub forks](https://img.shields.io/github/forks/rime/librime.svg)](https://github.com/rime/librime)[![GitHub stars](https://img.shields.io/github/stars/rime/librime.svg)](https://github.com/rime/librime)</span>
1011

11-
* __La brise__ - Rime schema repository
12-
<https://github.com/rime/brise>
12+
* __La brise__ - Rime schema repository - <https://github.com/rime/brise>
13+
<span class="badges">[![GitHub issues](https://img.shields.io/github/issues/rime/brise.svg)](https://github.com/rime/brise/issues)[![GitHub forks](https://img.shields.io/github/forks/rime/brise.svg)](https://github.com/rime/brise)[![GitHub stars](https://img.shields.io/github/stars/rime/brise.svg)](https://github.com/rime/brise)</span>
1314

14-
* __ibus-rime__ - Linux client powered by IBus
15-
<https://github.com/rime/ibus-rime>
15+
* __ibus-rime__ - Linux client powered by IBus - <https://github.com/rime/ibus-rime>
16+
<span class="badges">[![GitHub issues](https://img.shields.io/github/issues/rime/ibus-rime.svg)](https://github.com/rime/ibus-rime/issues)[![GitHub forks](https://img.shields.io/github/forks/rime/ibus-rime.svg)](https://github.com/rime/ibus-rime)[![GitHub stars](https://img.shields.io/github/stars/rime/ibus-rime.svg)](https://github.com/rime/ibus-rime)</span>
1617

17-
* __Weasel__ - Windows client
18-
<https://github.com/rime/weasel>
18+
* __Weasel__ - Windows client - <https://github.com/rime/weasel>
19+
<span class="badges">[![GitHub issues](https://img.shields.io/github/issues/rime/weasel.svg)](https://github.com/rime/weasel/issues)[![GitHub forks](https://img.shields.io/github/forks/rime/weasel.svg)](https://github.com/rime/weasel)[![GitHub stars](https://img.shields.io/github/stars/rime/weasel.svg)](https://github.com/rime/weasel)</span>
1920

20-
* __Squirrel__ - Mac OS client
21-
<https://github.com/rime/squirrel>
21+
* __Squirrel__ - Mac OS client - <https://github.com/rime/squirrel>
22+
<span class="badges">[![GitHub issues](https://img.shields.io/github/issues/rime/squirrel.svg)](https://github.com/rime/squirrel/issues)[![GitHub forks](https://img.shields.io/github/forks/rime/squirrel.svg)](https://github.com/rime/squirrel)[![GitHub stars](https://img.shields.io/github/stars/rime/squirrel.svg)](https://github.com/rime/squirrel)</span>
2223

2324
## Linux
2425

source/donate/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ table tr th { font-weight: bold; border: 1px solid #cccccc; margin: 0; padding:
1212
table tr td { border: 1px solid #cccccc; margin: 0; padding: 6px 13px; }
1313
table tr th :first-child, table tr td :first-child { margin-top: 0; }
1414
table tr th :last-child, table tr td :last-child { margin-bottom: 0; }
15-
img { display: inline-block; }
1615
</style>
1716

1817
很高興 Rime 輸入法能幫到您。
@@ -24,10 +23,10 @@ img { display: inline-block; }
2423
### 捐贈方式
2524

2625
[支付寶錢包](https://mobile.alipay.com/) 掃描二維碼,捐贈到支付寶賬號 `contralisk@gmail.com`
27-
![掃描二維碼捐贈](/images/qr-donate.jpg)
26+
<span class="badges">![掃描二維碼捐贈](/images/qr-donate.jpg)</span>
2827

2928
Or leave me a tip on Gratipay:
30-
[![Gratipay](https://img.shields.io/gratipay/lotem.svg)](https://gratipay.com/lotem/)
29+
<span class="badges">[![Gratipay](https://img.shields.io/gratipay/lotem.svg)](https://gratipay.com/lotem/)</span>
3130

3231
### 捐贈記錄
3332

themes/freewill/source/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ img {
282282
height: auto;
283283
}
284284

285+
.badges img {
286+
display: inline-block;
287+
margin-right: 12px;
288+
}
285289

286290
/* =============================================================================
287291
slogan

0 commit comments

Comments
 (0)