Skip to content

Commit

Permalink
change http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
huluoyang committed Oct 12, 2016
1 parent f12e82c commit f92114f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/views/home.jade
Expand Up @@ -17,17 +17,17 @@ block content
.row
.col-sm-6
.col-md-6.col-howitworks
img(src='https://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_connect.svg')
img(src='httpss://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_connect.svg')
h3 加入全球四十万开发者社区
.col-md-6.col-howitworks
img(src='http://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_learn.svg')
img(src='httpss://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_learn.svg')
h3 一起编程闯关、完成挑战
.col-sm-6
.col-md-6.col-howitworks
img(src='http://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_portfolio.svg')
img(src='https://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_portfolio.svg')
h3 构建解决现实问题的作品集
.col-md-6.col-howitworks
img(src='http://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_nonprofits.svg')
img(src='https://thomas-ko.github.io/freecodecamp-redesign/assets/img/landingIcons_nonprofits.svg')
h3 帮助非盈利组织开发项目
.row
section#curriculum
Expand Down Expand Up @@ -80,11 +80,11 @@ block content
br
| Node.js
.col-xs-6.col-md-3.skills
img(src='http://thomas-ko.github.io/freecodecamp-redesign/assets/img/icon-react-js.svg')
img(src='https://thomas-ko.github.io/freecodecamp-redesign/assets/img/icon-react-js.svg')
br
| React.js
.col-xs-6.col-md-3.skills
img(src='http://thomas-ko.github.io/freecodecamp-redesign/assets/img/icon-d3.svg')
img(src='https://thomas-ko.github.io/freecodecamp-redesign/assets/img/icon-d3.svg')
br
| D3.js
.row
Expand Down

0 comments on commit f92114f

Please sign in to comment.