Skip to content

Commit

Permalink
Updating version and necessary info for Netlify (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmobaird authored May 10, 2017
1 parent 4989945 commit 01817aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iwanttocontribute",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "0.15.3",
Expand Down
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
2 changes: 1 addition & 1 deletion src/components/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Link} from 'react-router';
const AboutPage = () => {
return (
<div>
<h2 className="alt-header">About</h2>
<h2 className="alt-header">About <small>{ "v1.0.0" }</small></h2>
<p>
This example app is part of the <a href="https://github.com/facebookincubator/create-react-app">create-react-app
starter kit</a>.
Expand Down
8 changes: 4 additions & 4 deletions src/components/AppInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const AppInfo = (props) => (
<p>I Want To Contribute allows you to search for any project that exists on
github.com and will easily show you the contriubting info for the project, as well as some good places to start contributing.
We know contributing is hard, but is awesome at the same time! So we hope to welcome as many people we can, with open arms,
to the open source community. If you have any suggestions for potential features to add, feel free to create an issue about it <a>here</a>!</p>
to the open source community. If you have any suggestions for potential features to add, feel free to create an issue about it <a href="https://github.com/tmobaird/i-want-to-contribute/issues/new" target="_blank">here</a>!</p>
</Col>
</Row>
<Row>
Expand All @@ -26,9 +26,9 @@ const AppInfo = (props) => (
as an example for some of the best practices for these libraries.</p>
</Col>
<Col sm={6} className="text-center app-info-sub-section-3">
<h3>Hosted on Github Pages</h3>
<p>The awesome people at Github have made it incredibly easy to host applications on Github (via Github Pages). This app currently lives on Github Pages. This is possible because of the amazing
work by the contributors of create-react-app (and those at Github).</p>
<h3>Hosted on Netlify</h3>
<p>The awesome people at <a href="https://www.netlify.com/" target="_blank">Netlify</a> have made it incredibly easy to deploy and host applications. This app currently lives on Netlify. This is possible because of the amazing
work by the contributors of create-react-app (and those at Netlify).</p>
</Col>
</Row>
</Col>
Expand Down

0 comments on commit 01817aa

Please sign in to comment.