📅  最后修改于: 2023-12-03 14:41:30.249000             🧑  作者: Mango
As a programmer, you probably spend a lot of time on GitHub. And chances are, you've seen the familiar "Fork Me" ribbon on many projects. But have you seen the dark version?
GitHub Fork Me Dark is a dark-themed ribbon that you can add to your GitHub projects. It's a subtle, yet effective way to encourage others to fork your project and contribute to its development.
To use GitHub Fork Me Dark, simply add the following code to your project's HTML:
<a href="https://github.com/<USERNAME>/<REPO_NAME>" class="github-fork-me" aria-label="Fork me on GitHub">
<img src="https://cdn.jsdelivr.net/gh/lonnygomes/github-fork-me-dark/images/fork-me-dark.svg" alt="Fork me on GitHub">
</a>
Replace <USERNAME>
and <REPO_NAME>
with your GitHub username and the name of your repository.
There are a few reasons why you might want to use GitHub Fork Me Dark:
Encourage community involvement: By making it easy for others to fork your project, you're inviting them to contribute to its development.
Raise awareness: If you're proud of your project and want to share it with others, GitHub Fork Me Dark is a great way to do so.
Add a touch of style: Let's be honest, GitHub Fork Me Dark looks pretty cool, especially if you're going for a dark theme on your project.
GitHub Fork Me Dark is a simple, yet effective way to encourage others to fork your GitHub projects. It's easy to use and adds a touch of style to your code. So why not give it a try?