Skip to content

Commit cd93efe

Browse files
authored
Update README.md
1 parent 9553c4e commit cd93efe

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<br>
66

7-
87
<div align="center">
98
<picture>
109
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/65187002/172940015-d9d072e7-c47d-4ddd-83f6-8e7717a721b8.png">
@@ -20,24 +19,38 @@
2019

2120
# 🏅 Displaying Achievements 🏅
2221

23-
2422
#### Displaying achievements on your profile is completely optional; by default, they can be seen by anyone viewing your public profile.
2523

2624
#### You can opt out from having achievements displayed on your profile by going to your [profile settings](https://github.com/settings).
2725

2826
<br>
2927

3028
# 📃 Badge List 📃
29+
3130
<br>
3231

3332
| Badge | Name | How to get | Needed amount |
3433
| :-: | :-: | :-: | :-: |
3534
| ![Pull Shark](https://github.githubassets.com/images/modules/profile/achievements/pull-shark-default.png) | Pull Shark | Opened a pull request that has been merged | <table> <thead> <tr> <th>DEFAULT</th> <th>BRONZE</th> <th>SILVER</th> <th>GOLD</th> </tr> </thead> <tbody> <tr> <td align="center"><img src="https://github.githubassets.com/images/modules/profile/achievements/pull-shark-default.png" width="60px"></td> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/pull-shark-bronze.png" width="60px" align="center"></td> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/pull-shark-silver.png" width="60px"></td> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/pull-shark-gold.png" width="60px"></td> </tr> <tr> <td align="center">2</td> <td align="center">16</td> <td align="center">128</td> <td align="center">1024</td> </tr> </tbody> </table> |
3635
| ![Galaxy Brain](https://github.githubassets.com/images/modules/profile/achievements/galaxy-brain-default.png) | Galaxy Brain | Answered a discussion<br>(got an accepted answer) | <table> <thead> <tr> <th>DEFAULT</th> <th>BRONZE</th> <th>SILVER</th> <th>GOLD</th> </tr> </thead> <tbody> <tr> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/galaxy-brain-default.png" width="60px"></td> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/galaxy-brain-bronze.png" width="60px" align="center"></td> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/galaxy-brain-silver.png" width="60px"></td> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/galaxy-brain-gold.png" width="60px"></td> </tr> <tr> <td align="center">2</td> <td align="center">8</td> <td align="center">16</td> <td align="center">32</td> </tr> </tbody> </table>
3736
| ![YOLO](https://github.githubassets.com/images/modules/profile/achievements/yolo-default.png) | YOLO | Merged a pull request without a review | <table> <thead> <tr> <th>DEFAULT</th> </tr> </thead> <tbody> <tr> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/yolo-default.png" width="60px"></td> </tr> <tr> <td align="center">1</td> </tr> </tbody> </table> |
37+
| ![Public Sponsor](https://github.githubassets.com/images/modules/profile/achievements/public-sponsor-default.png) | Public Sponsor | Merged a pull request without a review | <table> <thead> <tr> <th>DEFAULT</th> </tr> </thead> <tbody> <tr> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/public-sponsor-default.png" width="60px"></td> </tr> <tr> <td align="center">1</td> </tr> </tbody> </table> |
38+
3839

3940
<br>
4041

42+
# ❌ Badges no longer earnable ❌
43+
<br>
44+
45+
| Badge | Name | How to get | Needed amount |
46+
| :-: | :-: | :-: | :-: |
47+
| ![Mars 2020 Contributor](https://github.githubassets.com/images/modules/profile/achievements/mars-2020-contributor-default.png) | Mars 2020 Contributor | Contributed code to a repository used in the [Mars 2020 Helicopter Mission](https://github.com/readme/featured/nasa-ingenuity-helicopter) | <table> <thead> <tr> <th>DEFAULT</th> </tr> </thead> <tbody> <tr> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/mars-2020-contributor-default.png" width="60px"></td> </tr> <tr> <td align="center">1</td> </tr> </tbody> </table> |
48+
| ![Artcic Code Vault Contributor](https://github.githubassets.com/images/modules/profile/achievements/arctic-code-vault-contributor-default.png) | Artcic Code Vault Contributor | Contributed code to a repository in the [2020 GitHub Archive Program](https://archiveprogram.github.com/) | <table> <thead> <tr> <th>DEFAULT</th> </tr> </thead> <tbody> <tr> <td><img src="https://github.githubassets.com/images/modules/profile/achievements/arctic-code-vault-contributor-default.png" width="60px"></td> </tr> <tr> <td align="center">1</td> </tr> </tbody> </table> |
49+
50+
<br>
51+
52+
53+
4154
# ℹ️ More information ℹ️
4255

4356
#### You can find more information about GitHub Badges under this [link](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile#displaying-badges-on-your-profile).

0 commit comments

Comments
 (0)