Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Docs: add github star button in header of homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 23, 2016
1 parent ac14289 commit 856b526
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_modules/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class Footer extends Component {
frameBorder="0"
scrolling="0"
style={ {
width: "145px",
width: "135px",
height: "30px",
verticalAlign: "middle",
} }
Expand Down
15 changes: 15 additions & 0 deletions docs/web_modules/layouts/Homepage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ export default class Homepage extends Component {
{ " Phenomic provides a dynamic UX similar to apps. " }
{ " Try to navigate in this website to see it by yourself. " }
</p>
<br />
<iframe
allowTransparency="true"
frameBorder="0"
scrolling="0"
style={ {
width: "135px",
height: "30px",
verticalAlign: "middle",
} }
src={
"https://ghbtns.com/github-btn.html?" +
"user=MoOx&repo=phenomic&type=star&count=true&size=large"
}
></iframe>
</div>
</Banner>
<Page { ...this.props} >
Expand Down

0 comments on commit 856b526

Please sign in to comment.