Merge pull request #5117 from FreeCodeCamp/landing-change
Update landing icons and copy to reflect React and D3
This commit is contained in:
@ -495,6 +495,11 @@ thead {
|
|||||||
font-size: 150px;
|
font-size: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-landing-skill-icon {
|
||||||
|
margin-top: -15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.black-text {
|
.black-text {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -74,16 +74,18 @@ block content
|
|||||||
h2.black-text Databases
|
h2.black-text Databases
|
||||||
.col-xs-12.col-sm-12.col-md-3
|
.col-xs-12.col-sm-12.col-md-3
|
||||||
.landing-skill-icon.ion-social-github
|
.landing-skill-icon.ion-social-github
|
||||||
h2.black-text Git
|
h2.black-text Git & GitHub
|
||||||
.col-xs-12.col-sm-12.col-md-3
|
.col-xs-12.col-sm-12.col-md-3
|
||||||
.landing-skill-icon.ion-social-nodejs
|
.landing-skill-icon.ion-social-nodejs
|
||||||
h2.black-text Node.js
|
h2.black-text Node.js
|
||||||
.col-xs-12.col-sm-12.col-md-3
|
.col-xs-12.col-sm-12.col-md-3
|
||||||
.landing-skill-icon.ion-social-angular
|
.landing-skill-icon.custom-landing-skill-icon
|
||||||
h2.black-text Angular.js
|
img(src='https://s3.amazonaws.com/freecodecamp/react.svg')
|
||||||
|
h2.black-text React.js
|
||||||
.col-xs-12.col-sm-12.col-md-3
|
.col-xs-12.col-sm-12.col-md-3
|
||||||
.landing-skill-icon.ion-ios-loop-strong
|
.landing-skill-icon.custom-landing-skill-icon
|
||||||
h2.black-text Agile
|
img(src='https://s3.amazonaws.com/freecodecamp/d3-logo.svg')
|
||||||
|
h2.black-text D3.js
|
||||||
.spacer
|
.spacer
|
||||||
hr
|
hr
|
||||||
.spacer
|
.spacer
|
||||||
|
Reference in New Issue
Block a user