Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hlug description update #135

Merged
merged 10 commits into from
Dec 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,18 +481,24 @@
"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."
},
"mirror.footer.desc5_0": {
"message": "Source code of this site is hosted on"
"message": "HUST Linux Association"
},
"mirror.footer.desc5_1": {
"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."
},
"mirror.footer.desc6_0": {
"message": "Source code of this site is hosted on"
},
"mirror.footer.desc6_1": {
"message": "hust-open-atom-club/hust-mirrors"
},
"mirror.footer.desc5_2": {
"mirror.footer.desc6_2": {
"message": "and"
},
"mirror.footer.desc5_3": {
"mirror.footer.desc6_3": {
"message": "tuna/tunasync"
},
"mirror.footer.desc5_4": {
"mirror.footer.desc6_4": {
"message": "."
},
"mirror.tableMeta.nextUpdate": {
Expand Down
1 change: 1 addition & 0 deletions src/theme/Footer/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
flex-direction: row;
flex-wrap: wrap;
min-width: 150px;
align-items: center;
}

.logos img {
Expand Down
11 changes: 10 additions & 1 deletion src/theme/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,23 @@ function Footer() {
<Translate id='mirror.footer.desc4'>华中科技大学OpenHarmany技术俱乐部借助OpenHarmony社区平台推动开源技术和产学研合作,通过校内教学与俱乐部实践的深度融合,鼓励和推动开源社区技术研究和创新探索,繁荣开源社区生态。
</Translate>
</div>
<div>
<a href='https://hlug.cn'>
<Translate id='mirror.footer.desc5_0'>华中科技大学Linux协会 </Translate>
</a>
<Translate id='mirror.footer.desc5_1'>是由华中科技大学在校的Linux爱好者自发组织成立的学术科技类社团。协会旨在为Linux使用者提供一个可以有效交流学习的平台,并推广校内外自由软件的使用,营造自由软件社区的文化氛围。
</Translate>
</div>
<div>
<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>
<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>
</div>
</div>
)}
<div className={styles.logos}>
<img className={styles.light} src='/img/atomclub.svg' height={80} />
<img className={styles.dark} src='/img/atomclub-dark.svg' height={80} />
<img className={styles.light} src='/img/hlug_logo.png' height={80} />
<img className={styles.dark} src='/img/hlug_logo.png' height={80} />
</div>
</div>
</footer>
Expand Down
Binary file added static/img/hlug_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading