Skip to content

Commit b8c8003

Browse files
committed
docs: improve README, add badges
1 parent 0ac6f48 commit b8c8003

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

README.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
<p align="center">
2-
<a href="https://sustech-application.github.io/Application-Book">
3-
<img alt="docsify" src="./docs/src/_media/SUSTech_University_Logo.png" height="150">
4-
</a>
5-
</p>
1+
<section align="center">
2+
<img
3+
alt="SUSTech"
4+
src="./docs/src/_media/SUSTech_University_Logo.png"
5+
height="150"
6+
>
67
7-
<p align="center">
8-
南方科技大学飞跃手册
9-
</p>
8+
<h1 align="center"> 南方科技大学飞跃手册 </h1>
109

11-
<p align="center">
12-
<a href="https://www.npmjs.com/package/docsify"><img alt="npm" src="https://img.shields.io/npm/v/docsify.svg"></a>
13-
</p>
14-
15-
### Contributing
16-
17-
- Fork it!
18-
- Install dependency: `npm install` or `yarn install`
19-
- Run site locally: `npm run serve` or `yarn serve`
20-
- Create your feature branch: `git checkout -b my-new-feature`
21-
- Commit your changes: `git commit -am 'Add some feature'`
22-
- Push to the branch: `git push origin my-new-feature`
23-
- Submit a pull request
10+
<p>
11+
<img
12+
alt="contributors"
13+
src="https://img.shields.io/github/contributors-anon/SUSTech-Application/SUSTechapplication?style=for-the-badge&logo=github&color=%23181717"
14+
>
15+
<img
16+
alt="deployment"
17+
src="https://img.shields.io/github/deployments/SUSTech-Application/SUSTechapplication/production?style=for-the-badge&logo=VitePress&logoColor=%23FFFFFF&label=deployment&color=%235C73E7"
18+
>
19+
<img
20+
alt="size"
21+
src="https://img.shields.io/github/repo-size/SUSTech-Application/SUSTechapplication?style=for-the-badge&logo=github"
22+
>
23+
</p>
24+
</section>

0 commit comments

Comments
 (0)