为github主页设计美化介绍
发布时间:
更新时间:
👀 阅读量:
你也想设计有趣的介绍页面吗,下面将会告诉你如何设计
创建界面
打开github,点击右上角的头像
选择your repositories
然后在右上角选择new
新的库名务必和你的github用户名保持一致。
状态选择public
勾选Add a README file
点击创建即可
写什么?
这里我提供了两个语言版本的代码,通过两个文件进行切换
在README.md中写入
别忘了替换代码中的用户名
English | [中文](./README_CN.md)
[](https://git.io/typing-svg)
## Up to now, there have been  visits
### Here are some ideas to get you started:- 🌱 I’m currently studying at Northeastern University(China)- 💻 My Blog (not update often):[blog](https://xingwangzhe.github.io)- 📫 How to reach me: [email protected]- 🔭 My ideal pursuit: Computer Graphics Computer Science Game Production
### My Skill Set<table><tr><td valign="top" width="32%">
#### Learning now<div align="center"> [](https://www.java.com/) [](https://github.com/) [](https://html.com/) [](https://www.w3.org/Style/CSS/)</div>
</td><td valign="top" width="32%">
#### Plan<div align="center"> [](https://www.python.org/)
</td><td valign="top" width="32%">
#### Language
</tr></td></table>
### Record[](https://github.com/ashutosh00710/github-readme-activity-graph)
创建README_CN.md文件,并写入
别忘了替换代码中的用户名
[English](./README.md) | 中文
[](https://git.io/typing-svg)
## 到目前为止,已有 次访问
### 你可以从此大概了解我:- 🌱 目前正在东北大学(沈阳)学习- 💻 我的博客:[博客](https://xingwangzhe.github.io)- 📫 如何联系我: [email protected]- 🔭 我的理想追求: 计算机图形学、计算机科学、游戏制作
### 我的技能集<table><tr><td valign="top" width="32%">
#### 当前正在学习<div align="center"> [](https://www.java.com/) [](https://github.com/) [](https://html.com/) [](https://www.w3.org/Style/CSS/)</div>
</td><td valign="top" width="32%">
#### 计划学习<div align="center"> [](https://www.python.org/)
</td><td valign="top" width="32%">
#### 使用的语言
</td></tr></table>
### 成就记录
[](https://github.com/ashutosh00710/github-readme-activity-graph)
自定义你的内容
由于这两个文件都是md文件,所以你可以轻松地自定义样式,这里就不展开了,你可以参考一下别人的
参考
为github主页设计美化介绍
本文链接: https://xingwangzhe.fun/posts/fc7dd4b4
本文采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。
留言评论