Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active April 20, 2020 20:46
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roachhd/9520f9fab0325d38d9ba to your computer and use it in GitHub Desktop.
Save roachhd/9520f9fab0325d38d9ba to your computer and use it in GitHub Desktop.
Fork Me retina ribbon quick snippets

Fork Me Retina Ribon Quick Snippets

Goodbye blurry Fork Me ribbons and hello Retina image. These great ribbons crafted by Aral and are super easy to slip into your open source project page.

Left or right positioning is as easy. left or right at img style="position: absolute; top: 0; right or left: 0 Colours are super easy too, just put your color selection (along with position choice) at the end of your img src link like this right-red@2x.png

Avaliable colours: red green graphite orange grey white chocolate old-burgandy chardonnay dusk-blue tourquise cerulean

####Red ribbon on top right

Fork me on GitHub

<a href="https://github.com/you"><img style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px;" src="http://aral.github.com/fork-me-on-github-retina-ribbons/right-red@2x.png" alt="Fork me on GitHub"></a>

####Red Ribbon on Left:

Fork me on GitHub

<a href="https://github.com/you"><img style="position: absolute; top: 0; left: 0; border: 0; width: 149px; height: 149px;" src="http://aral.github.com/fork-me-on-github-retina-ribbons/left-red@2x.png" alt="Fork me on GitHub"></a>

####Dusk Blue Left

Fork me on GitHub

<a href="https://github.com/you"><img style="position: absolute; top: 0; left: 0; border: 0; width: 149px; height: 149px;" src="http://aral.github.com/fork-me-on-github-retina-ribbons/left-dusk-blue@2x.png" alt="Fork me on GitHub"></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment