Skip to content

Commit 3232df6

Browse files
zeroifoxjingfelix
andauthored
docs: hlug description update (#135)
* Add files via upload * fix: missing blank space Signed-off-by: jingfelix <[email protected]> --------- Signed-off-by: jingfelix <[email protected]> Co-authored-by: jingfelix <[email protected]>
1 parent b554eb4 commit 3232df6

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

i18n/en/code.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -481,18 +481,24 @@
481481
"message": "HUST OpenHarmany Technology Club leverages the OpenHarmony community platform to promote open source technology and industry-university-research cooperation. Through the deep integration of on-campus teaching and club practice, it encourages and promotes open source community technology research and innovative exploration, and prospers the open source community ecology."
482482
},
483483
"mirror.footer.desc5_0": {
484-
"message": "Source code of this site is hosted on"
484+
"message": "HUST Linux Association"
485485
},
486486
"mirror.footer.desc5_1": {
487+
"message": " is an academic science and technology society spontaneously organized by Linux enthusiasts in HUST. The aim of the association is to provide a platform for Linux users to exchange and learn effectively, promote the use of free software inside and outside the school, and create a cultural atmosphere of free software community."
488+
},
489+
"mirror.footer.desc6_0": {
490+
"message": "Source code of this site is hosted on"
491+
},
492+
"mirror.footer.desc6_1": {
487493
"message": "hust-open-atom-club/hust-mirrors"
488494
},
489-
"mirror.footer.desc5_2": {
495+
"mirror.footer.desc6_2": {
490496
"message": "and"
491497
},
492-
"mirror.footer.desc5_3": {
498+
"mirror.footer.desc6_3": {
493499
"message": "tuna/tunasync"
494500
},
495-
"mirror.footer.desc5_4": {
501+
"mirror.footer.desc6_4": {
496502
"message": "."
497503
},
498504
"mirror.tableMeta.nextUpdate": {

src/theme/Footer/index.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
flex-direction: row;
1818
flex-wrap: wrap;
1919
min-width: 150px;
20+
align-items: center;
2021
}
2122

2223
.logos img {

src/theme/Footer/index.tsx

+10-1
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,23 @@ function Footer() {
4444
<Translate id='mirror.footer.desc4'>华中科技大学OpenHarmany技术俱乐部借助OpenHarmony社区平台推动开源技术和产学研合作,通过校内教学与俱乐部实践的深度融合,鼓励和推动开源社区技术研究和创新探索,繁荣开源社区生态。
4545
</Translate>
4646
</div>
47+
<div>
48+
<a href='https://hlug.cn'>
49+
<Translate id='mirror.footer.desc5_0'>华中科技大学Linux协会 </Translate>
50+
</a>
51+
<Translate id='mirror.footer.desc5_1'>是由华中科技大学在校的Linux爱好者自发组织成立的学术科技类社团。协会旨在为Linux使用者提供一个可以有效交流学习的平台,并推广校内外自由软件的使用,营造自由软件社区的文化氛围。
52+
</Translate>
53+
</div>
4754
<div>
48-
<Translate id='mirror.footer.desc5_0'>本站的源码可在</Translate> <a href='https://github.com/hust-open-atom-club/hust-mirrors'><Translate id='mirror.footer.desc5_1'>hust-mirrors 前端网站</Translate></a> <Translate id='mirror.footer.desc5_2'></Translate> <a href='https://github.com/tuna/tunasync'><Translate id='mirror.footer.desc5_3'>tunasync 同步管理器</Translate></a> <Translate id='mirror.footer.desc5_4'>获取。</Translate>
55+
<Translate id='mirror.footer.desc6_0'>本站的源码可在</Translate> <a href='https://github.com/hust-open-atom-club/hust-mirrors'><Translate id='mirror.footer.desc6_1'>hust-mirrors 前端网站</Translate></a> <Translate id='mirror.footer.desc6_2'></Translate> <a href='https://github.com/tuna/tunasync'><Translate id='mirror.footer.desc6_3'>tunasync 同步管理器</Translate></a> <Translate id='mirror.footer.desc6_4'>获取。</Translate>
4956
</div>
5057
</div>
5158
)}
5259
<div className={styles.logos}>
5360
<img className={styles.light} src='/img/atomclub.svg' height={80} />
5461
<img className={styles.dark} src='/img/atomclub-dark.svg' height={80} />
62+
<img className={styles.light} src='/img/hlug_logo.png' height={80} />
63+
<img className={styles.dark} src='/img/hlug_logo.png' height={80} />
5564
</div>
5665
</div>
5766
</footer>

static/img/hlug_logo.png

162 KB
Loading

0 commit comments

Comments
 (0)