当前位置:网站首页>Badge series 8: generate a personalized Badge

Badge series 8: generate a personalized Badge

2022-06-26 09:25:00 gdky005

Official website : https://shields.io/

What's the usage? ?

Show your personal charm , Embody a certain function . For example, let's do a jump to my blog Personal Badge .

How do you play? ?

Scroll the page to the bottom :

Fill in the corresponding items in the corresponding places ( It also supports Chinese ), When you are finished, click the following Make Badge Try the button .

I think my personal icon is this light blue : , So I'm in color Direct writing :7AD6FD

Click generation An address , Save the following .

What is the principle ? ( Answer the first question )

The format of the badge is markdown The format of :

[![A\](B)\](D)

A Represents the content to be displayed in the page , B It shows the address of the picture ,D It indicates the address of the link to jump to after clicking .

Synthesize my personal icon

The picture address is saved above . Front display : author . According to the above specifications, the result is :

[![ author \](https:\//img.shields.io\/badge\/%E4%BD%9C%E8%80%85-gdky005-7AD6FD.svg)\](http:\//www.gdky005.com)

Put this code Paste the our md In the document , The personalized badge comes out , And after clicking, we can go to the place we want to go .

Very cool! , In fact, there are many other things that can be done .

Full version :
Build a high-powered android Open source project —— Xiaobaiquan strategy

Compact collection :
Badge collection 1: Top 30 android Open source project badge
Badge collection 2:JitPack Use
Badge collection 3: Travis CI Use
Badge collection 4: Circle CI Use
Badge collection 5: Codecov Use
Badge collection 6: Api_Level Use
Badge collection 7: codacy Use
Badge collection 8: Generate a personality badge

General classification :
badge (shields ) General classification of the series of articles

github Address :
The badge project Demo github Address :
https://github.com/gdky005/AndroidBadge

原网站

版权声明
本文为[gdky005]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202170550466691.html