Fix lint errors

This commit is contained in:
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 <LinkContainer
eventKey={ index + 1 } eventKey={ index + 1 }
key={ content } key={ content }
target={ target || "_self"} target={ target || null }
to={ link }> to={ link }>
<NavItem> <NavItem>
{ content } { content }

View File

@ -3,7 +3,6 @@ import { contain } from 'thundercats-react';
import { Button, Panel, Row, Col } from 'react-bootstrap'; import { Button, Panel, Row, Col } from 'react-bootstrap';
import ListJobs from './List.jsx'; import ListJobs from './List.jsx';
import TwitterBtn from './TwitterBtn.jsx';
export default contain( export default contain(
{ {
@ -73,7 +72,8 @@ export default contain(
mdOffset= { 1 } mdOffset= { 1 }
xs={ 12 }> xs={ 12 }>
<h1 className='text-center'> <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> </h1>
<div className='spacer' /> <div className='spacer' />
<Row className='text-center'> <Row className='text-center'>
@ -96,14 +96,28 @@ export default contain(
<Col <Col
md={ 2 } md={ 2 }
xs={ 4 }> 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>
<Col <Col
md={ 10 } md={ 10 }
xs={ 8 }> xs={ 8 }>
<blockquote> <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> <p>
<footer> Michael Gai, <cite>CEO at CoNarrative</cite></footer> 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> </blockquote>
</Col> </Col>
</Row> </Row>

View File

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