Credits:
A follow button is a button that links to a GitHub user page and prompts the user to follow the user. Here's how to create one:
<head>
or before the end of the <body>
of your code:<a class="github-button" href="https://github.com/hubot" aria-label="Follow @hubot on GitHub">Follow @hubot</a>
All of the other buttons you can create, are buttons that link to a GitHub repository and prompts the user to complete a certain action. These buttons can do actions such as:
Here's how to create some:
<head>
or before the end of the <body>
of your code:<a class="github-button" href="https://github.com/hubot" aria-label="Follow @hubot on GitHub">Follow @hubot</a>