diff --git a/client/less/main.less b/client/less/main.less index 8d3ceb2ad1..12523d6991 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -495,6 +495,12 @@ thead { color: #009900 } +.testimonial-image-jobs { + border-radius: 5px; + color: #009900 +} + + .default-border-radius { border-radius: 5px; } diff --git a/common/app/components/Nav/Nav.jsx b/common/app/components/Nav/Nav.jsx index a199d0a539..b4a64fe6f6 100644 --- a/common/app/components/Nav/Nav.jsx +++ b/common/app/components/Nav/Nav.jsx @@ -41,12 +41,13 @@ export default React.createClass({ }, renderLinks() { - return navLinks.map(({ content, link, react }, index) => { + return navLinks.map(({ content, link, react, target }, index) => { if (react) { return ( { content } diff --git a/common/app/components/Nav/links.json b/common/app/components/Nav/links.json index 175e5170cf..698924d970 100644 --- a/common/app/components/Nav/links.json +++ b/common/app/components/Nav/links.json @@ -4,6 +4,10 @@ }, { "content": "Chat", "link": "//gitter.im/FreeCodeCamp/FreeCodeCamp" +},{ + "content": "Wiki", + "link": "https://github.com/freecodecamp/freecodecamp/wiki/", + "target": "_blank" },{ "content": "News", "link": "/news" diff --git a/common/app/routes/Jobs/components/Jobs.jsx b/common/app/routes/Jobs/components/Jobs.jsx index 09c03030c7..91cc6110a5 100644 --- a/common/app/routes/Jobs/components/Jobs.jsx +++ b/common/app/routes/Jobs/components/Jobs.jsx @@ -61,7 +61,6 @@ export default contain( render() { const { children, - numOfFollowers, jobs, appActions } = this.props; @@ -74,27 +73,40 @@ export default contain( mdOffset= { 1 } xs={ 12 }>

- Talented web developers with strong portfolios are eager - to work for your company + Hire a JavaScript engineer who's experienced in HTML5, Node.js, MongoDB, and Agile Development.

+
-
-
+
+ + + a photo of Michael Gai, who recently hired a software engineer through Free Code Camp + + +
+

"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."

+
Michael Gai, CEO at CoNarrative
+
+ +
{ this.renderChild(children, jobs) || this.renderList(this.handleJobClick, jobs) }