Skip to content

Commit

Permalink
Add GH ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed Dec 14, 2015
1 parent 43b5cd8 commit 575bf29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added docs/images/ribbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/src/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@
color: #fff;
}
}

.github-ribbon {
position: absolute;
top: 0;
right: 0;
border: 0;
}
4 changes: 4 additions & 0 deletions docs/src/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export default React.createClass({
<div className="wrapper">
<ExampleComponents />
</div>

<a href="https://github.com/Hacker0x01/react-datepicker/">
<img className="github-ribbon" src="images/ribbon.png" alt="Fork me on GitHub" />
</a>
</div>
);
}
Expand Down

0 comments on commit 575bf29

Please sign in to comment.