hypercat

An SVG-based octocat-flavored hyperlink to your GitHub repository.

How to use it

  1. Copy this file file into your project.
  2. Adapt the href value, and (maybe) the title one.
  3. Add the following line into your HTML document, after the opening <body> tag.
    <object data='hypercat.svg' type='image/svg+xml'></object>
    
  4. Finally, attach this CSS rule into your stylesheet.
    object[data='hypercat.svg'] {
      position: absolute;
           top: 0px;
         right: 0px;
    }
    

Credits

This little project was made possible with the help of