前端 | 手把手教你装饰你的github profile(github 首页)

1.创建存储库

您可以创建一个与您的 github 帐户名同名的存储库

添加README文件

前端 | 手把手教你装饰你的github profile(github 首页)_第1张图片

2.编辑README.md

现在,可以根据自己的喜好修改 repo 中的自述文件,但我在考虑包含哪些信息时查看了其他开发人员的资料。通常包括简短的介绍、使用的技术堆栈和联系方式等信息。

如果直接在github上写,是不能预览的,得commit几次。

建议在markdown预览服务中写一次粘贴,, -> Online Markdown Editor - Dillinger, the Last Markdown Editor ever.

2.1.添加统计信息 

详情请参考:github-readme-stats/readme_cn.md at master · anuraghazra/github-readme-stats · GitHub

将这行代码复制到你的 markdown 文件中,

更改 ?username= 的值为你的 GitHub 用户名。

[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)

前端 | 手把手教你装饰你的github profile(github 首页)_第2张图片

 code

# Lina  GitHub Profile 
## _Intro_


[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

Website:zhanglina94.github.io
- About
- Projects
- Blog
- 
[![Lina's GitHub stats](https://github-readme-stats.vercel.app/api?username=zhanglina94)](https://github.com/anuraghazra/github-readme-stats)


**AI!**

2.1.统计计算机语言

把以下代码粘贴到README.md中,并修改用户名(红底处改为自己giuhub名称)

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=zhanglina94)](https://github.com/anuraghazra/github-readme-stats)

效果

前端 | 手把手教你装饰你的github profile(github 首页)_第3张图片

 效果

前端 | 手把手教你装饰你的github profile(github 首页)_第4张图片

 3.模板参考

GitHub - abhisheknaiidu/awesome-github-profile-readme: A curated list of awesome GitHub Profile READMEs

效果 

前端 | 手把手教你装饰你的github profile(github 首页)_第5张图片

 实现代码

### Hi there  
### This is Fernando Roldán!

[![Github](https://img.shields.io/badge/-Github-000?style=flat&logo=Github&logoColor=white)](https://github.com/FernandoRoldan93)
[![Linkedin](https://img.shields.io/badge/-LinkedIn-blue?style=flat&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/froldanzafra/)
[![Gmail](https://img.shields.io/badge/-Gmail-c14438?style=flat&logo=Gmail&logoColor=white)](mailto:[email protected])

Welcome to my Github page! I am Fernando and I am currently finishing my Computer Engineering Master degree at the university of Granada!  

img


####  Things I am currently working on: 
- Finish my Computer Engineering Master Degree  
- Taking online courses about Data Science and Machine Learning 
- Business practices on [bi4 Group Spain](https://github.com/bi4group)  *coming soon*

#### :muscle: Things I am challenging myself with:
- Waking up earlier to make good use of the day
- Coding at least 4 hours a day
- Exercising 3 days a week
- Improving my CV with some education apart from university

#### :computer: Programming languages and tools: 



Credits to:
[IreneHerrerart](https://www.artstation.com/ireneherrera) for the wonderfull [picture](https://github.com/FernandoRoldan93/FernandoRoldan93/blob/master/cover_image.jpg)

可根据自己的需求改为自己的类型!

我的第二版

前端 | 手把手教你装饰你的github profile(github 首页)_第6张图片

 欢迎关注我的GitHub!!

完整代码

### Hi there  This is Lina !✨ 


[![Github](https://img.shields.io/badge/-Github-000?style=flat&logo=Github&logoColor=white)](https://github.com/zhanglina94)
[![Linkedin](https://img.shields.io/badge/-LinkedIn-blue?style=flat&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/lina-zhang-58440b101/)
[![Gmail](https://img.shields.io/badge/-Gmail-c14438?style=flat&logo=Gmail&logoColor=white)]([email protected])

Welcome to my Github page! I am Lina and I am currently Learning NLP and RL!  

img


####  Things I am currently working on  : 
- Taking online courses about Data Science and Machine Learning 
- [My website](https://zhanglina94.github.io)  *coming soon*


#### ⚡ Things recent ones I'm interested in ⚡ : 
- Chat GPT
- Stable Diffusion
- Image generation
- Layout2image
- pix2pix

####  I am studying 
- IELTS
- French
- German


#### :computer: Programming languages and tools :computer: : 



Credits to:
[Stable Diffusion](https://stablediffusionweb.com) for the wonderfull [picture](https://github.com/zhanglina94/zhanglina94/img/pic.jpg)
If you want to know more, please refer to the my [website](https://zhanglina94.github.io).

有什么问题,可以一起交流~

你可能感兴趣的:(#,-,前端,github)