Permalink
Browse files

Use HiDPI version of GitHub ribbon

  • Loading branch information...
1 parent 79e7077 commit 7c9cfa0575bc22a1f2e0adc38c3325829dde0a4e @bgilbert bgilbert committed Oct 4, 2015
Showing with 9 additions and 3 deletions.
  1. +1 −0 _layouts/default.html
  2. BIN images/fork-me.png
  3. +8 −3 index.markdown
View
@@ -32,6 +32,7 @@
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International</a>
license.
+ {{ page.extra_credits }}
</p>
</div>
View
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
@@ -2,14 +2,19 @@
title: OpenSlide
classes: forkme
news_show_extended: false
+extra_credits:
+ <a href="https://github.com/aral/fork-me-on-github-retina-ribbons/">
+ "Fork me on GitHub" ribbon</a> copyright &copy; 2013 Aral Balkan,
+ released under a
+ <a href="http://creativecommons.org/licenses/by/2.0/uk/">
+ Creative Commons Attribution 2.0&#58; England & Wales</a> license.
---
{% include links.markdown %}
<a href="https://github.com/openslide">
-<img style="position: absolute; top: 0; right: 0; border: 0;"
-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"
-alt="Fork me on GitHub">
+<img style="position: absolute; top: 0; right: 0; border: 0; width: 135px; height: 135px;"
+src="/images/fork-me.png" alt="Fork me on GitHub">
</a>
<div markdown="1" class="newsflash">

0 comments on commit 7c9cfa0

Please sign in to comment.