Skip to content

Commit

Permalink
Add github link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik14 committed Oct 26, 2018
1 parent 561bc0c commit 3d0bf63
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 45 deletions.
4 changes: 2 additions & 2 deletions docs/css/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/index.css.map

Large diffs are not rendered by default.

41 changes: 1 addition & 40 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,40 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="./manifest.json">
<link rel="shortcut icon" href="./favicon.ico">
<!--
Notice the use of . in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "./favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<link href="css/index.css" rel="stylesheet"></head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="text/javascript" src="index.js"></script></body>
</html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="./manifest.json"><link rel="shortcut icon" href="./favicon.ico"><script async defer="defer" src="https://buttons.github.io/buttons.js"></script><title>React App</title><link href="css/index.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="index.js"></script></body></html>
23 changes: 22 additions & 1 deletion docs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down
5 changes: 5 additions & 0 deletions src/demo/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ for (step = 1; step < 100; step++) {
<nav className="navbar navbar-default">
<div className="container-fluid">
<span className="navbar-brand">React BoxSelect</span>
<span className="navbar-brand">
<a className="github-button pull-right" href="https://github.com/pratik14/react-box-select">
Github
</a>
</span>
</div>
</nav>
<br />
Expand Down

0 comments on commit 3d0bf63

Please sign in to comment.