你也想设计有趣的介绍页面吗,下面将会告诉你如何设计
创建界面
打开github,点击右上角的头像
选择your repositories
然后在右上角选择new
新的库名务必和你的github用户名保持一致。
状态选择public
勾选Add a README file
点击创建即可
写什么?
这里我提供了两个语言版本的代码,通过两个文件进行切换
在README.md中写入
别忘了替换代码中的用户名
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 English | [中文 ](./README_CN.md ) [![Typing SVG ](https://readme-typing-svg.demolab.com/?lines=emm...;Hello+World+!¢er=true&font=Lato&size=32&color=008000 )](https://git.io/typing-svg ) # Up to now, there have been ![Visitor Count ](https://profile-counter.glitch.me/xingwangzhe/count.svg ) 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: xingwangzhe@outlook.com- 🔭 My ideal pursuit: Computer Graphics Computer Science Game Production### My Skill Set <table > <tr > <td valign ="top" width ="32%" > #### Learning now <div align ="center" > <a href ="https://www.java.com/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/java-original-wordmark.svg" alt ="Java" height ="45" /> </a > <a href ="https://github.com/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/git-scm-icon.svg" alt ="Git" height ="45" /> </a > <a href ="https://html.com/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/html5-original-wordmark.svg" alt ="HTML5" height ="45" /> </a > <a href ="https://www.w3.org/Style/CSS/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/css3-original-wordmark.svg" alt ="CSS3" height ="45" /> </a > </div > </td > <td valign ="top" width ="32%" > #### Plan <div align ="center" > <a href ="https://www.python.org/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/python-original.svg" alt ="Python" height ="45" /> </a > </td > <td valign ="top" width ="32%" > #### Language ![Top Langs ](https://github-readme-stats.vercel.app/api/top-langs/?username=xingwangzhe&layout=compact ) </tr > </td > </table > ### Record [![Ashutosh's github activity graph ](https://github-readme-activity-graph.vercel.app/graph?username=xingwangzhe&bg_color=FFFFFF&line=008000&height=375&title_color=000000&hide_border=true&color=000000 )](https://github.com/ashutosh00710/github-readme-activity-graph )
创建README_CN.md文件,并写入
别忘了替换代码中的用户名
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [English ](./README.md ) | 中文 [![Typing SVG ](https://readme-typing-svg.demolab.com/?lines=emm...;Hello+World+!¢er=true&font=Lato&size=32&color=008000 )](https://git.io/typing-svg ) # 到目前为止,已有![访客计数 ](https://profile-counter.glitch.me/xingwangzhe/count.svg ) 次访问 ### 你可以从此大概了解我: - 🌱 目前正在东北大学(沈阳)学习- 💻 我的博客:[博客 ](https://xingwangzhe.github.io )- 📫 如何联系我: xingwangzhe@outlook.com- 🔭 我的理想追求: 计算机图形学、计算机科学、游戏制作### 我的技能集 <table > <tr > <td valign ="top" width ="32%" > #### 当前正在学习 <div align ="center" > <a href ="https://www.java.com/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/java-original-wordmark.svg" alt ="Java" height ="45" /> </a > <a href ="https://github.com/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/git-scm-icon.svg" alt ="Git" height ="45" /> </a > <a href ="https://html.com/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/html5-original-wordmark.svg" alt ="HTML5" height ="45" /> </a > <a href ="https://www.w3.org/Style/CSS/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/css3-original-wordmark.svg" alt ="CSS3" height ="45" /> </a > </div > </td > <td valign ="top" width ="32%" > #### 计划学习 <div align ="center" > <a href ="https://www.python.org/" target ="_blank" > <img style ="margin: 10px" src ="https://profilinator.rishav.dev/skills-assets/python-original.svg" alt ="Python" height ="45" /> </a > </td > <td valign ="top" width ="32%" > #### 使用的语言 ![使用语言排名 ](https://github-readme-stats.vercel.app/api/top-langs/?username=xingwangzhe&layout=compact ) </td > </tr > </table > ### 成就记录 [![Ashutosh的GitHub活动图表 ](https://github-readme-activity-graph.vercel.app/graph?username=xingwangzhe&bg_color=FFFFFF&line=008000&height=375&title_color=000000&hide_border=true&color=000000 )](https://github.com/ashutosh00710/github-readme-activity-graph )
自定义你的内容
由于这两个文件都是md文件,所以你可以轻松地自定义样式,这里就不展开了,你可以参考一下别人的
参考
学姐的样式
GitHub 个人主页的究极美化攻略:当一个外链战士(万字详述)
GitHub个人主页美化教程