【模板】我的徽标¶
代码直接复制¶
| 1. 新建一个
<div align="center"><.div>
<!-->个人信息</-->
<a href ="https://dancehole.gitee.io/"><img src="https://img.shields.io/badge/Blog-dancehole-orange?style=flat&logo=microdotblog&logoColor=white&labelColor=blue"></a>
<a href ="https://gitee.com/dancehole"><img src="https://img.shields.io/badge/Gitee-dancehole-orange?style=flat&logo=gitee&logoColor=red&labelColor=white"></a>
<a href ="https://github.com/dancehole"><img src="https://img.shields.io/badge/Github-dancehole-orange?style=flat&logo=github&logoColor=white&labelColor=grey"></a>
<!-->license</-->
<!-->MIT</-->
<a href ="https://en.wikipedia.org/wiki/MIT_License"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<!-->apache2</-->
<a href ="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/badge/license-Apache--2.0-yellow"></a>
<!-->仓库类型</-->
<a><img src="https://img.shields.io/badge/Repo_type-Tiny_C++_Game-blue"></a>
<!-->仓库状态</-->
<!-->更新中</-->
<a><img src="https://img.shields.io/badge/Status-Updating-green"></a>
<!-->已完成</-->
<a><img src="https://img.shields.io/badge/Status-Finish-Chartreuse"></a>
<!-->已停止更新</-->
<a><img src="https://img.shields.io/badge/Status-Stop_Updating-#FFFF00"></a>
<!-->不可用</-->
<a><img src="https://img.shields.io/badge/Status-Unavailable-darkred"></a>
<!-->下载</-->
<!-->可用</-->
<div align="center">
<a href="地址"><img src="https://img.shields.io/badge/Download-available-Chartreuse"></a>
<!-->不可用</-->
<a><img src="https://img.shields.io/badge/Download-Unavailable-darkred"></a>
</div>
<!-->发行版(后面改为动态徽标)</-->
<!-->可用</-->
<div align="center">
<a href="地址"><img src="https://img.shields.io/badge/Release-available-Chartreuse"></a>
<!-->不可用</-->
<a><img src="https://img.shields.io/badge/Release-Unavailable-darkred"></a>
</div>
|
我的徽标¶






静态徽标¶
React me on / you can see me on /contact me on:











Apache License, Version 2.0
MIT License - Wikipedia
个人博客https://dancehole.gitee.io
dancehole (dancehole) - Gitee.com
dancehole (dancehole) (github.com)
超链接图片的两种方法:
| <a href ="超链接地址"><img src="图片地址"></a>
[](超链接地址)
|

想要居中只能用第一种办法:

总结:
