Merge pull request #7738 from hallaathrad/fix/challenge-issues

Replace portfolio link
pull/7739/head
Berkeley Martinez 2016-03-26 10:53:59 -07:00
commit 65b07700e0
4 changed files with 17 additions and 7 deletions

View File

@ -2,5 +2,15 @@ language: node_js
node_js:
- '4.2.1'
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
sudo: false

View File

@ -57,8 +57,8 @@ export class Lecture extends React.Component {
return transcript.map((line, index) => (
<p
className='lead text-left'
key={ dashedName + index }
dangerouslySetInnerHTML={{__html: line}} />
dangerouslySetInnerHTML={{__html: line}}
key={ dashedName + index } />
));
}

View File

@ -30,7 +30,7 @@
"async": "^1.5.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
@ -49,7 +49,7 @@
"emmet-codemirror": "^1.2.5",
"errorhandler": "^1.4.2",
"es6-map": "~0.1.1",
"eslint": "~2.2.0",
"eslint": "^2.2.0",
"eslint-plugin-react": "^4.1.0",
"express": "^4.13.3",
"express-flash": "~0.0.2",
@ -110,8 +110,8 @@
"react-redux": "^4.0.6",
"react-router": "^2.0.0",
"react-router-bootstrap": "~0.20.1",
"react-toastr": "^2.4.0",
"react-router-redux": "^2.1.0",
"react-toastr": "^2.4.0",
"react-vimeo": "~0.1.0",
"redux": "^3.0.5",
"redux-actions": "^0.9.1",

View File

@ -177,7 +177,7 @@
"id": "bd7158d8c242eddfaeb5bd13",
"title": "Build a Personal Portfolio Webpage",
"description": [
"<strong>Objective:</strong> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/FreeCodeCamp/full/VemmoX/' target='_blank'>http://codepen.io/FreeCodeCamp/full/VemmoX/</a>.",
"<strong>Objective:</strong> Build a <a href='http://codepen.io' target='_blank'>CodePen.io</a> app that is functionally similar to this: <a href='http://codepen.io/hallaathrad/full/vNEPpL' target='_blank'>http://codepen.io/hallaathrad/full/vNEPpL</a>.",
"<strong>Rule #1:</strong> Don't look at the example project's code. Figure it out for yourself.",
"<strong>Rule #2:</strong> Fulfill the below <a href='http://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a>. Use whichever libraries you need. Give it your own personal style.",
"<strong>User Story:</strong> I can access all of the portfolio webpage's content just by scrolling.",