Replace portfolio link
This commit is contained in:
10
.travis.yml
10
.travis.yml
@ -3,4 +3,14 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- '4.2.1'
|
- '4.2.1'
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CXX=g++-4.8
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-4.8
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -57,8 +57,8 @@ export class Lecture extends React.Component {
|
|||||||
return transcript.map((line, index) => (
|
return transcript.map((line, index) => (
|
||||||
<p
|
<p
|
||||||
className='lead text-left'
|
className='lead text-left'
|
||||||
key={ dashedName + index }
|
dangerouslySetInnerHTML={{__html: line}}
|
||||||
dangerouslySetInnerHTML={{__html: line}} />
|
key={ dashedName + index } />
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"async": "^1.5.0",
|
"async": "^1.5.0",
|
||||||
"babel-cli": "^6.3.17",
|
"babel-cli": "^6.3.17",
|
||||||
"babel-core": "^6.3.26",
|
"babel-core": "^6.3.26",
|
||||||
"babel-eslint": "^5.0.0",
|
"babel-eslint": "^6.0.0",
|
||||||
"babel-loader": "^6.2.1",
|
"babel-loader": "^6.2.1",
|
||||||
"babel-plugin-add-module-exports": "^0.1.2",
|
"babel-plugin-add-module-exports": "^0.1.2",
|
||||||
"babel-preset-es2015": "^6.3.13",
|
"babel-preset-es2015": "^6.3.13",
|
||||||
@ -49,7 +49,7 @@
|
|||||||
"emmet-codemirror": "^1.2.5",
|
"emmet-codemirror": "^1.2.5",
|
||||||
"errorhandler": "^1.4.2",
|
"errorhandler": "^1.4.2",
|
||||||
"es6-map": "~0.1.1",
|
"es6-map": "~0.1.1",
|
||||||
"eslint": "~2.2.0",
|
"eslint": "^2.2.0",
|
||||||
"eslint-plugin-react": "^4.1.0",
|
"eslint-plugin-react": "^4.1.0",
|
||||||
"express": "^4.13.3",
|
"express": "^4.13.3",
|
||||||
"express-flash": "~0.0.2",
|
"express-flash": "~0.0.2",
|
||||||
@ -110,8 +110,8 @@
|
|||||||
"react-redux": "^4.0.6",
|
"react-redux": "^4.0.6",
|
||||||
"react-router": "^2.0.0",
|
"react-router": "^2.0.0",
|
||||||
"react-router-bootstrap": "~0.20.1",
|
"react-router-bootstrap": "~0.20.1",
|
||||||
"react-toastr": "^2.4.0",
|
|
||||||
"react-router-redux": "^2.1.0",
|
"react-router-redux": "^2.1.0",
|
||||||
|
"react-toastr": "^2.4.0",
|
||||||
"react-vimeo": "~0.1.0",
|
"react-vimeo": "~0.1.0",
|
||||||
"redux": "^3.0.5",
|
"redux": "^3.0.5",
|
||||||
"redux-actions": "^0.9.1",
|
"redux-actions": "^0.9.1",
|
||||||
|
@ -177,7 +177,7 @@
|
|||||||
"id": "bd7158d8c242eddfaeb5bd13",
|
"id": "bd7158d8c242eddfaeb5bd13",
|
||||||
"title": "Build a Personal Portfolio Webpage",
|
"title": "Build a Personal Portfolio Webpage",
|
||||||
"description": [
|
"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 #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>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.",
|
"<strong>User Story:</strong> I can access all of the portfolio webpage's content just by scrolling.",
|
||||||
|
Reference in New Issue
Block a user