Fix lint errors

pull/4400/head
Berkeley Martinez 2015-11-13 11:31:55 -08:00
parent 61ffb55a3d
commit e843e3daf1
3 changed files with 21 additions and 7 deletions

View File

@ -48,7 +48,7 @@ export default React.createClass({
<LinkContainer
eventKey={ index + 1 }
key={ content }
target={ target || "_self"}
target={ target || null }
to={ link }>
<NavItem>
{ content }

View File

@ -3,7 +3,6 @@ import { contain } from 'thundercats-react';
import { Button, Panel, Row, Col } from 'react-bootstrap';
import ListJobs from './List.jsx';
import TwitterBtn from './TwitterBtn.jsx';
export default contain(
{
@ -73,7 +72,8 @@ export default contain(
mdOffset= { 1 }
xs={ 12 }>
<h1 className='text-center'>
Hire a JavaScript engineer who's experienced in HTML5, Node.js, MongoDB, and Agile Development.
Hire a JavaScript engineer who's experienced in HTML5,
Node.js, MongoDB, and Agile Development.
</h1>
<div className='spacer' />
<Row className='text-center'>
@ -96,14 +96,28 @@ export default contain(
<Col
md={ 2 }
xs={ 4 }>
<img className="img-responsive testimonial-image-jobs img-center" src="http://i.imgur.com/tGcAA8H.jpg" alt="a photo of Michael Gai, who recently hired a software engineer through Free Code Camp" />
<img
alt={`
a photo of Michael Gai, who recently hired a software
engineer through Free Code Camp
`}
className='img-responsive testimonial-image-jobs img-center'
src='http://i.imgur.com/tGcAA8H.jpg' />
</Col>
<Col
md={ 10 }
xs={ 8 }>
<blockquote>
<p>"We hired our last developer out of Free Code Camp and couldn't be happier. Free Code Camp is now our go-to way to bring on pre-screened candidates who are enthusiastic about learning quickly and becoming immediately productive in their new career."</p>
<footer> Michael Gai, <cite>CEO at CoNarrative</cite></footer>
<p>
We hired our last developer out of Free Code Camp
and couldn't be happier. Free Code Camp is now
our go-to way to bring on pre-screened candidates
who are enthusiastic about learning quickly and
becoming immediately productive in their new career.
</p>
<footer>
Michael Gai, <cite>CEO at CoNarrative</cite>
</footer>
</blockquote>
</Col>
</Row>

View File

@ -101,7 +101,7 @@
"react": "~0.14.2",
"react-bootstrap": "~0.27.3",
"react-motion": "~0.3.1",
"react-router": "^1.0.0-rc4",
"react-router": "^1.0.0",
"react-router-bootstrap": "~0.19.2",
"react-vimeo": "~0.0.3",
"request": "^2.65.0",