clean up whitespace on the landing page and add new camp counselors to about page
This commit is contained in:
@ -168,6 +168,10 @@ ul {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.negative-35 {
|
||||
margin-top: -35px;
|
||||
}
|
||||
|
||||
.negative-5 {
|
||||
margin-top: -5px;
|
||||
}
|
||||
@ -360,8 +364,8 @@ thead {
|
||||
}
|
||||
|
||||
.big-break {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.profile-picture {
|
||||
|
@ -29,6 +29,7 @@ block content
|
||||
span.landing-icon.ion-ios-people.text-primary(title='Help nonprofits')
|
||||
.negative-45
|
||||
p.landing-p Give nonprofits a boost by empowering them with code.
|
||||
.big-break
|
||||
a.btn.btn-cta.signup-btn(href="/login") Start learning to code (it's free)
|
||||
br
|
||||
br
|
||||
@ -39,7 +40,7 @@ block content
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
img.img-responsive.testimonial-image.img-center(src="https://s3.amazonaws.com/freecodecamp/testimonial-jen.jpg", alt="@jenthebest's testimonial image")
|
||||
.testimonial-copy Getting back on track with Free Code Camp and committing to a new career in 2015!
|
||||
h3 - @jenthebest
|
||||
h3 - @jenbestyoga
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
img.img-responsive.testimonial-image.img-center(src="https://s3.amazonaws.com/freecodecamp/testimonial-tate.jpg", alt="@TateThurston's testimonial image")
|
||||
.testimonial-copy Just built my company's website with skills I've learned from Free Code Camp!
|
||||
@ -50,7 +51,7 @@ block content
|
||||
h3 - @cynthialanel
|
||||
.big-break
|
||||
h2 Skills you'll learn:
|
||||
.text-center
|
||||
.text-center.negative-35
|
||||
.col-xs-12.col-sm-12.col-md-3
|
||||
.landing-skill-icon.ion-social-html5
|
||||
.black-text HTML5
|
||||
@ -77,12 +78,12 @@ block content
|
||||
.black-text Agile
|
||||
.big-break
|
||||
h2
|
||||
h2 Fast facts about our community:
|
||||
h2 Why you should join our community:
|
||||
h3.col-xs-offset-0.col-sm-offset-1.col-md-offset-2
|
||||
ul.text-left
|
||||
li.ion-code We're 100% free and open source
|
||||
li.ion-code We're thousands of professionals who are learning to code
|
||||
li.ion-code We're thousands of professionals learning to code together
|
||||
li.ion-code We're building projects for dozens of nonprofits
|
||||
li.ion-code We're 100% free and open source
|
||||
li.ion-code We share one goal: to boost our careers with code
|
||||
.big-break
|
||||
a.btn.btn-cta.signup-btn(href="/login") Start learning to code (it's free)
|
@ -289,7 +289,7 @@
|
||||
p.negative-10 "I enjoy helping people, at scale. Code is the best way to do that."
|
||||
.col-xs-12.col-sm-4.col-md-3.team-member
|
||||
h3.negative-10.text-nowrap Nathan Leniz
|
||||
h4.negative-10.text-nowrap Community Builder
|
||||
h4.negative-10.text-nowrap JavaScript Engineer
|
||||
img.profile-image(src='https://s3.amazonaws.com/freecodecamp/nathan-leniz.jpg' alt="Nathan Leniz's picture")
|
||||
h4.text-nowrap Seoul, South Korea
|
||||
p.negative-10 "I learned to code for the games, and stayed for the algorithms."
|
||||
@ -299,3 +299,15 @@
|
||||
img.profile-image(src='https://s3.amazonaws.com/freecodecamp/jason-rueckert.jpg' alt="Jason Rueckert's picture")
|
||||
h4.text-nowrap Seattle, Washington
|
||||
p.negative-10 "My high school job was testing basketball shoes for Nike. I learned code to work smarter, not harder. I have no thyroid."
|
||||
.col-xs-12.col-sm-4.col-md-3.team-member
|
||||
h3.negative-10.text-nowrap Christopher Nguyen
|
||||
h4.negative-10.text-nowrap QA Engineer
|
||||
img.profile-image(src='https://s3.amazonaws.com/freecodecamp/christopher-nguyen.jpg' alt="Christopher Nguyen's picture")
|
||||
h4.text-nowrap Seattle, Washington
|
||||
p.negative-10 "Morning Owl. Code is an equalizer. Barriers exist everywhere, but if you can say 'hello world', the world will say hello back."
|
||||
.col-xs-12.col-sm-4.col-md-3.team-member
|
||||
h3.negative-10.text-nowrap Dominic Jones
|
||||
h4.negative-10.text-nowrap Community Builder
|
||||
img.profile-image(src='https://s3.amazonaws.com/freecodecamp/dominic-jones.jpg' alt="Dominic Jones's picture")
|
||||
h4.text-nowrap York, Pennsylvania
|
||||
p.negative-10 "Born with Sickle Cell Anemia. Professional writer, working on becoming a professional code writer."
|
@ -17,7 +17,6 @@
|
||||
ul
|
||||
li.landing-p • JavaScript - the one programming language that all web browsers use
|
||||
li.landing-p • Git - a version control system for saving and sharing your projects
|
||||
li.landing-p • SQL - a popular language for pulling data out of spreadsheet-like relational databases
|
||||
li.landing-p • Algorithms - step-by-step recipes for getting things done
|
||||
p.landing-p You'll spend the last half of Free Code Camp using Agile Methodologies and Full Stack JavaScript to build projects for nonprofits:
|
||||
ul
|
||||
|
Reference in New Issue
Block a user