update nonprofit project text and add footer back into landing page
This commit is contained in:
@ -11,7 +11,7 @@ block content
|
|||||||
ul
|
ul
|
||||||
li • Meet with them regularly to provide direction and answer questions
|
li • Meet with them regularly to provide direction and answer questions
|
||||||
li • Clearly communicate your project's goals: what will this project solve, and for whom?
|
li • Clearly communicate your project's goals: what will this project solve, and for whom?
|
||||||
li • Understand that they will build your project using JavaScript frameworks (as opposed to older or proprietary tools)
|
li • Understand that all our projects involve building new sites using modern JavaScript frameworks. We're happy to build a replacement for your old Wordpress or Drupal, but we cannot expand or maintain it.
|
||||||
li • Keep your expectations high. Our students' goal is to produce work that's up to your standards
|
li • Keep your expectations high. Our students' goal is to produce work that's up to your standards
|
||||||
h3 If you're OK with these terms, great! We'd love to help you! Fill in this form and we'll get right back to you.
|
h3 If you're OK with these terms, great! We'd love to help you! Fill in this form and we'll get right back to you.
|
||||||
form.form-horizontal(role='form', action="/nonprofits/", method='POST', novalidate='novalidate', name='nonprofitForm')
|
form.form-horizontal(role='form', action="/nonprofits/", method='POST', novalidate='novalidate', name='nonprofitForm')
|
||||||
|
@ -1,20 +1,19 @@
|
|||||||
- if (!landingPage)
|
.fcc-footer
|
||||||
.fcc-footer
|
.col-xs-12
|
||||||
.col-xs-12
|
a.ion-speakerphone(title="Free Code Camp's Blog", href='http://blog.freecodecamp.com', target='_blank')
|
||||||
a.ion-speakerphone(href='http://blog.freecodecamp.com', target='_blank')
|
|
|
||||||
|
|
a.ion-social-twitch-outline(title="Free Code Camp Live Pair Programming on Twitch.TV", href="http://www.twitch.tv/freecodecamp", target='_blank')
|
||||||
a.ion-social-twitch-outline(title="Free Code Camp Live Pair Programming on Twitch.TV", href="http://www.twitch.tv/freecodecamp", target='_blank')
|
|
|
||||||
|
|
a.ion-social-github(title="Free Code Camp on GitHub", href="http://github.com/freecodecamp", target='_blank')
|
||||||
a.ion-social-github(title="Free Code Camp on GitHub", href="http://github.com/freecodecamp", target='_blank')
|
|
|
||||||
|
|
a.ion-social-twitter(title="Free Code Camp on Twitter", href="http://twitter.com/freecodecamp", target='_blank')
|
||||||
a.ion-social-twitter(title="Free Code Camp on Twitter", href="http://twitter.com/freecodecamp", target='_blank')
|
|
|
||||||
|
|
a.ion-social-facebook(title="Free Code Camp on Facebook", href="http://facebook.com/freecodecamp", target='_blank')
|
||||||
a.ion-social-facebook(title="Free Code Camp on Facebook", href="http://facebook.com/freecodecamp", target='_blank')
|
|
|
||||||
|
|
a.ion-social-linkedin(title="Free Code Camp on LinkedIn", href="http://linkedin.com/company/4831032?free-code-camp", target='_blank')
|
||||||
a.ion-social-linkedin(title="Free Code Camp on LinkedIn", href="http://linkedin.com/company/4831032?free-code-camp", target='_blank')
|
|
|
||||||
|
|
a.ion-information-circled(title="About Free Code Camp", href="/learn-to-code")
|
||||||
a.ion-information-circled(title="About Free Code Camp", href="/learn-to-code")
|
|
|
||||||
|
|
a.ion-locked(title="Free Code Camp's Privacy Policy", href="/privacy")
|
||||||
a.ion-locked(title="Free Code Camp's Privacy Policy", href="/privacy")
|
|
|
||||||
|
|
a.ion-code-working(title="Bonfire Coding Playground", href="/playground")
|
||||||
a.ion-code-working(title="Bonfire Coding Playground", href="/playground")
|
|
Reference in New Issue
Block a user